helpful-css.css 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609
  1. .height-10 {
  2. height:10px;
  3. }
  4. .height-20 {
  5. height:20px;
  6. }
  7. .height-30 {
  8. height:30px;
  9. }
  10. .height-40 {
  11. height:40px;
  12. }
  13. .height-50 {
  14. height:50px;
  15. }
  16. .height-60 {
  17. height:60px;
  18. }
  19. .height-70 {
  20. height:70px;
  21. }
  22. .height-80 {
  23. height:80px;
  24. }
  25. .height-90 {
  26. height:90px;
  27. }
  28. .height-100 {
  29. height:100px;
  30. }
  31. .f10 {
  32. font-size:10px;
  33. }
  34. .f15 {
  35. font-size:15px;
  36. }
  37. .f20 {
  38. font-size:20px;
  39. }
  40. .f30 {
  41. font-size:30px;
  42. }
  43. .f40 {
  44. font-size:40px;
  45. }
  46. .f50 {
  47. font-size:50px;
  48. }
  49. .bottom-0 {
  50. margin-bottom:0px;
  51. }
  52. .bottom-5 {
  53. margin-bottom:5px;
  54. }
  55. .bottom-10 {
  56. margin-bottom:10px;
  57. }
  58. .bottom-20 {
  59. margin-bottom:20px;
  60. }
  61. .bottom-30 {
  62. margin-bottom:30px;
  63. }
  64. .bottom-40 {
  65. margin-bottom:40px;
  66. }
  67. .bottom-50 {
  68. margin-bottom:50px;
  69. }
  70. .bottom-60 {
  71. margin-bottom:60px;
  72. }
  73. .bottom-70 {
  74. margin-bottom:70px;
  75. }
  76. .bottom-80 {
  77. margin-bottom:80px;
  78. }
  79. .bottom-90 {
  80. margin-bottom:90px;
  81. }
  82. .bottom-100 {
  83. margin-bottom:100px;
  84. }
  85. .left-0 {
  86. margin-left:0px;
  87. }
  88. .left-10 {
  89. margin-left:10px;
  90. }
  91. .left-20 {
  92. margin-left:20px;
  93. }
  94. .left-30 {
  95. margin-left:30px;
  96. }
  97. .left-40 {
  98. margin-left:40px;
  99. }
  100. .left-50 {
  101. margin-left:50px;
  102. }
  103. .left-60 {
  104. margin-left:60px;
  105. }
  106. .left-70 {
  107. margin-left:70px;
  108. }
  109. .left-80 {
  110. margin-left:80px;
  111. }
  112. .left-90 {
  113. margin-left:90px;
  114. }
  115. .left-100 {
  116. margin-left:100px;
  117. }
  118. .right-0 {
  119. margin-right:0px;
  120. }
  121. .right-10 {
  122. margin-right:10px;
  123. }
  124. .right-20 {
  125. margin-right:20px;
  126. }
  127. .right-30 {
  128. margin-right:30px;
  129. }
  130. .right-40 {
  131. margin-right:40px;
  132. }
  133. .right-50 {
  134. margin-right:50px;
  135. }
  136. .right-60 {
  137. margin-right:60px;
  138. }
  139. .right-70 {
  140. margin-right:70px;
  141. }
  142. .right-80 {
  143. margin-right:80px;
  144. }
  145. .right-90 {
  146. margin-right:90px;
  147. }
  148. .right-100 {
  149. margin-right:100px;
  150. }
  151. .top-0 {
  152. margin-top:0px;
  153. }
  154. .top-5 {
  155. margin-top:5px;
  156. }
  157. .top-10 {
  158. margin-top:10px;
  159. }
  160. .top-20 {
  161. margin-top:20px;
  162. }
  163. .top-30 {
  164. margin-top:30px;
  165. }
  166. .top-40 {
  167. margin-top:40px;
  168. }
  169. .top-50 {
  170. margin-top:50px;
  171. }
  172. .top-60 {
  173. margin-top:60px;
  174. }
  175. .top-70 {
  176. margin-top:70px;
  177. }
  178. .top-80 {
  179. margin-top:80px;
  180. }
  181. .top-90 {
  182. margin-top:90px;
  183. }
  184. .top-100 {
  185. margin-top:100px;
  186. }
  187. .p-10 {
  188. padding: 10px;
  189. }
  190. .p-20 {
  191. padding: 20px;
  192. }
  193. .p-30 {
  194. padding: 30px;
  195. }
  196. .p-40 {
  197. padding: 40px;
  198. }
  199. .p-50 {
  200. padding: 50px;
  201. }
  202. .p-60 {
  203. padding: 60px;
  204. }
  205. .p-70 {
  206. padding: 70px;
  207. }
  208. .p-80 {
  209. padding: 80px;
  210. }
  211. .p-90 {
  212. padding: 90px;
  213. }
  214. .p-100 {
  215. padding: 100px;
  216. }
  217. .p-left-0 {
  218. padding-left:0px;
  219. }
  220. .p-left-5 {
  221. padding-left:5px;
  222. }
  223. .p-left-10 {
  224. padding-left:10px;
  225. }
  226. .p-left-20 {
  227. padding-left:20px;
  228. }
  229. .p-left-30 {
  230. padding-left:30px;
  231. }
  232. .p-left-40 {
  233. padding-left:40px;
  234. }
  235. .p-left-50 {
  236. padding-left:50px;
  237. }
  238. .p-left-60 {
  239. padding-left:60px;
  240. }
  241. .p-left-70 {
  242. padding-left:70px;
  243. }
  244. .p-left-80 {
  245. padding-left:80px;
  246. }
  247. .p-left-90 {
  248. padding-left:90px;
  249. }
  250. .p-left-100 {
  251. padding-left:100px;
  252. }
  253. .p-right-0 {
  254. padding-right:0px;
  255. }
  256. .p-right-10 {
  257. padding-right:10px;
  258. }
  259. .p-right-20 {
  260. padding-right:20px;
  261. }
  262. .p-right-30 {
  263. padding-right:30px;
  264. }
  265. .p-right-40 {
  266. padding-right:40px;
  267. }
  268. .p-right-50 {
  269. padding-right:50px;
  270. }
  271. .p-right-60 {
  272. padding-right:60px;
  273. }
  274. .p-right-70 {
  275. padding-right:70px;
  276. }
  277. .p-right-80 {
  278. padding-right:80px;
  279. }
  280. .p-right-90 {
  281. padding-right:90px;
  282. }
  283. .p-right-100 {
  284. padding-right:100px;
  285. }
  286. .p-top-100 {
  287. padding-top:100px;
  288. }
  289. .p-top-10 {
  290. padding-top:10px;
  291. }
  292. .p-top-20 {
  293. padding-top:20px;
  294. }
  295. .p-bottom-10 {
  296. padding-bottom:10px;
  297. }
  298. .p-bottom-20 {
  299. padding-bottom:20px;
  300. }
  301. .p-bottom-30 {
  302. padding-bottom:30px;
  303. }
  304. .p-bottom-40 {
  305. padding-bottom:40px;
  306. }
  307. .p-bottom-50 {
  308. padding-bottom:50px;
  309. }
  310. .p-bottom-60 {
  311. padding-bottom:60px;
  312. }
  313. .p-bottom-70 {
  314. padding-bottom:70px;
  315. }
  316. .p-bottom-80 {
  317. padding-bottom:80px;
  318. }
  319. .p-bottom-90 {
  320. padding-bottom:90px;
  321. }
  322. .p-bottom-100 {
  323. padding-bottom:100px;
  324. }
  325. .weight-1100 {
  326. font-weight:1100;
  327. }
  328. .weight-1000 {
  329. font-weight:1000;
  330. }
  331. .weight-900 {
  332. font-weight:900;
  333. }
  334. .weight-800 {
  335. font-weight:800;
  336. }
  337. .weight-700 {
  338. font-weight:700;
  339. }
  340. /* this is for rows that have many columns but need space between them in the mobile view */
  341. .weight-600 {
  342. font-weight:600;
  343. }
  344. .weight-500 {
  345. font-weight:500;
  346. }
  347. .weight-400 {
  348. font-weight:400;
  349. }
  350. .weight-300 {
  351. font-weight:300;
  352. }
  353. .weight-200 {
  354. font-weight:200;
  355. }
  356. .weight-100 {
  357. font-weight:100;
  358. }
  359. /* this is for rows that have many columns but need space between them in the mobile view */
  360. /* a good example of this is on the staff page, you need to space out the text in the mobile view to make it easy to tell who's
  361. name is whose. */
  362. .space {
  363. height:50px;
  364. }
  365. /* this is for the .btn .btn-success. It allows me to center them, without making them too big */
  366. .px75 {
  367. width:75px;
  368. margin-bottom:80px;
  369. border-radius:0px;
  370. }
  371. .f10 {
  372. font-size:10px;
  373. }
  374. .f15 {
  375. font-size:15px;
  376. }
  377. .f20 {
  378. font-size:20px;
  379. }
  380. .f30 {
  381. font-size:30px;
  382. }
  383. .f40 {
  384. font-size:40px;
  385. }
  386. .f50 {
  387. font-size:50px;
  388. }
  389. .bottom-0 {
  390. margin-bottom:0px;
  391. }
  392. .bottom-5 {
  393. margin-bottom:5px;
  394. }
  395. .bottom-10 {
  396. margin-bottom:10px;
  397. }
  398. .bottom-20 {
  399. margin-bottom:20px;
  400. }
  401. .bottom-30 {
  402. margin-bottom:30px;
  403. }
  404. .bottom-40 {
  405. margin-bottom:40px;
  406. }
  407. .bottom-50 {
  408. margin-bottom:50px;
  409. }
  410. .bottom-60 {
  411. margin-bottom:60px;
  412. }
  413. .bottom-70 {
  414. margin-bottom:70px;
  415. }
  416. .bottom-80 {
  417. margin-bottom:80px;
  418. }
  419. .bottom-90 {
  420. margin-bottom:90px;
  421. }
  422. .bottom-100 {
  423. margin-bottom:100px;
  424. }
  425. .p-top-100 {
  426. padding-top:100px;
  427. }
  428. .p-top-20 {
  429. padding-top:20px;
  430. }
  431. .weight-1100 {
  432. font-weight:1100;
  433. }
  434. .weight-1000 {
  435. font-weight:1000;
  436. }
  437. .weight-900 {
  438. font-weight:900;
  439. }
  440. .weight-800 {
  441. font-weight:800;
  442. }
  443. .weight-700 {
  444. font-weight:700;
  445. }
  446. /* this is for rows that have many columns but need space between them in the mobile view */
  447. .weight-600 {
  448. font-weight:600;
  449. }
  450. .weight-500 {
  451. font-weight:500;
  452. }
  453. .weight-400 {
  454. font-weight:400;
  455. }
  456. .weight-300 {
  457. font-weight:300;
  458. }
  459. .weight-200 {
  460. font-weight:200;
  461. }
  462. .weight-100 {
  463. font-weight:100;
  464. }
  465. .text-white {
  466. color:white;
  467. }
  468. .text-black {
  469. color:black;
  470. }
  471. .text-danger {
  472. color:#a94442;
  473. }
  474. .text-success {
  475. color:#3c763d;
  476. }