Advertisement
Sinax

style.css

Mar 2nd, 2016
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.03 KB | None | 0 0
  1. .section {
  2. clear : both;
  3. padding : 0;
  4. margin : 1% 0;
  5. }
  6. .group:before, .group:after {
  7. content : "";
  8. display : table;
  9. }
  10. .group:after {
  11. clear : both;
  12. }
  13. .col {
  14. display : block;
  15. float : left;
  16. margin : 0;
  17. }
  18. .span_1_of_12 {
  19. width : 8.33%;
  20. }
  21. .span_1_of_11 {
  22. width : 9.09%;
  23. }
  24. .span_1_of_10 {
  25. width : 10%;
  26. }
  27. .span_1_of_9 {
  28. width : 11.11%;
  29. }
  30. .span_1_of_8 {
  31. width : 12.5%;
  32. }
  33. .span_1_of_7 {
  34. width : 14.28%;
  35. }
  36. .span_1_of_6, .span_2_of_12 {
  37. width : 16.66%;
  38. }
  39. .span_2_of_11 {
  40. width : 18.18%;
  41. }
  42. .span_1_of_5, .span_2_of_10 {
  43. width : 20%;
  44. }
  45. .span_2_of_9 {
  46. width : 22.22%;
  47. }
  48. .span_1_of_4, .span_2_of_8, .span_3_of_12 {
  49. width : 25%;
  50. }
  51. .span_3_of_11 {
  52. width : 27.27%;
  53. }
  54. .span_2_of_7 {
  55. width : 28.57%;
  56. }
  57. .span_3_of_10 {
  58. width : 30%;
  59. }
  60. .span_1_of_3, .span_2_of_6, .span_3_of_9, .span_4_of_12 {
  61. width : 33.33%;
  62. }
  63. .span_4_of_11 {
  64. width : 36.36%;
  65. }
  66. .span_3_of_8 {
  67. width : 37.5%;
  68. }
  69. .span_2_of_5, .span_4_of_10 {
  70. width : 40%;
  71. }
  72. .span_5_of_12 {
  73. width : 41.66%;
  74. }
  75. .span_3_of_7 {
  76. width : 42.85%;
  77. }
  78. .span_4_of_9 {
  79. width : 44.44%;
  80. }
  81. .span_5_of_11 {
  82. width : 45.45%;
  83. }
  84. .span_1_of_2, .span_2_of_4, .span_3_of_6, .span_4_of_8, .span_5_of_10, .span_6_of_12 {
  85. width : 50%;
  86. }
  87. .span_6_of_11 {
  88. width : 54.54%;
  89. }
  90. .span_5_of_9 {
  91. width : 55.55%;
  92. }
  93. .span_4_of_7 {
  94. width : 57.14%;
  95. }
  96. .span_7_of_12 {
  97. width : 58.33%;
  98. }
  99. .span_3_of_5, .span_6_of_10 {
  100. width : 60%;
  101. }
  102. .span_5_of_8 {
  103. width : 62.5%;
  104. }
  105. .span_7_of_11 {
  106. width : 63.63%;
  107. }
  108. .span_2_of_3, .span_4_of_6, .span_6_of_9, .span_8_of_12 {
  109. width : 66.66%;
  110. }
  111. .span_7_of_10 {
  112. width : 70%;
  113. }
  114. .span_5_of_7 {
  115. width : 71.42%;
  116. }
  117. .span_8_of_11 {
  118. width : 72.72%;
  119. }
  120. .span_3_of_4, .span_6_of_8, .span_9_of_12 {
  121. width : 75%;
  122. }
  123. .span_7_of_9 {
  124. width : 77.77%;
  125. }
  126. .span_4_of_5, .span_8_of_10 {
  127. width : 80%;
  128. }
  129. .span_9_of_11 {
  130. width : 81.81%;
  131. }
  132. .span_5_of_6, .span_10_of_12 {
  133. width : 83.33%;
  134. }
  135. .span_6_of_7 {
  136. width : 85.71%;
  137. }
  138. .span_7_of_8 {
  139. width : 87.5%;
  140. }
  141. .span_8_of_9 {
  142. width : 88.88%;
  143. }
  144. .span_9_of_10 {
  145. width : 90%;
  146. }
  147. .span_10_of_11 {
  148. width : 90.90%;
  149. }
  150. .span_11_of_12 {
  151. width : 91.66%;
  152. }
  153. .span_1_of_1 {
  154. width : 100%;
  155. }
  156. @media only screen and (min-width:1440px) {
  157. header, #maincontent, .maincontent, footer {
  158. width : 70%;
  159. }
  160. }
  161. @media only screen and (max-width:1024px) and (min-width:800px) {
  162. header, #maincontent, .maincontent, footer {
  163. width : 93.75%;
  164. }
  165. }
  166. @media only screen and (max-width:799px) {
  167. header, #maincontent, .maincontent, footer {
  168. width : 93.75%;
  169. }
  170. .span_1_of_2, .span_1_of_2, .span_2_of_2, .span_1_of_3, .span_2_of_3, .span_3_of_3, .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4, .span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5, .span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6, .span_1_of_7, .span_2_of_7, .span_3_of_7, .span_4_of_7, .span_5_of_7, .span_6_of_7, .span_7_of_7, .span_4_of_8, .span_5_of_8, .span_6_of_8, .span_7_of_8, .span_8_of_8, .span_1_of_9, .span_2_of_9, .span_3_of_9, .span_4_of_9, .span_5_of_9, .span_6_of_9, .span_7_of_9, .span_8_of_9, .span_9_of_9, .span_1_of_10, .span_2_of_10, .span_3_of_10, .span_4_of_10, .span_5_of_10, .span_6_of_10, .span_7_of_10, .span_8_of_10, .span_9_of_10, .span_10_of_10, .span_1_of_11, .span_2_of_11, .span_3_of_11, .span_4_of_11, .span_5_of_11, .span_6_of_11, .span_7_of_11, .span_8_of_11, .span_9_of_11, .span_10_of_11, .span_11_of_11, .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
  171. width : 100%;
  172. }
  173. .span_1_of_8 {
  174. width : 25%;
  175. }
  176. .span_2_of_8 {
  177. width : 50%;
  178. }
  179. .span_3_of_8 {
  180. width : 75%;
  181. }
  182. .span_1_of_8:nth-child(4n 1) {
  183. clear : both;
  184. margin-left : 0;
  185. }
  186. }
  187. body {
  188. margin : 0 auto;
  189. padding : 0;
  190. font : normal normal 1em/1.4 'Lato', 'Open Sans', 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif;
  191. color : #333333;
  192. text-align : center;
  193. background : #f9f9f9;
  194. }
  195. ::-webkit-selection, ::-moz-selection {
  196. background : #2980b9;
  197. color : #ffffff;
  198. text-shadow : none;
  199. }
  200. #skiptomain {
  201. display : none;
  202. }
  203. #headcontainer, #headcontainer {
  204. background : #e0e0e0;
  205. }
  206. #maincontentcontainer, #maincontent, #footercontainer {
  207. width : 100%;
  208. bottom : 0;
  209. left : 0;
  210. }
  211. #footercontainer {
  212. background : #222;
  213. position:top;
  214. margin-bottom:auto;
  215. }
  216. header, header {
  217. padding : 2% 0 3%;
  218. position : relative;
  219. margin-top:-30px;
  220. color : #000;
  221. text-align : center;
  222. }
  223. #maincontent {
  224. padding : 3% 0 7%;
  225. color : #333;
  226. line-height : 1.5em;
  227. position : relative;
  228. }
  229. footer {
  230. clear : both;
  231. width : 80%;
  232. max-width : 92.3em;
  233. margin : 0 auto !important ;
  234. }
  235. footer {
  236. padding : 2% 0 !important ;
  237. color : #999;
  238. }
  239. footer a:link, footer a:visited {
  240. color : #ccc;
  241. }
  242. footer a:hover {
  243. color : #fff;
  244. }
  245. footer ul {
  246. list-style : none;
  247. }
  248. h1, h2, h3, h4, h5, h6 {
  249. margin : 0;
  250. }
  251. h1 {
  252. font : 300 3em/2 'Lato', 'Open Sans', 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif;
  253. color : #111;
  254. }
  255. h2 {
  256. font : 400 2em/1.6 'Lato', 'Open Sans', 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif;
  257. color : #222;
  258. }
  259. h3 {
  260. font : 400 1.8em/1.6 'Lato', 'Open Sans', 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif;
  261. color : #333;
  262. }
  263. h4 {
  264. font : 400 1.2em/2 'Lato', 'Open Sans', 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif;
  265. color : #444;
  266. }
  267. h5 {
  268. font : 400 1.2em/2 'Lato', 'Open Sans', 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif;
  269. color : #555;
  270. }
  271. h6 {
  272. font : 400 1em/2 'Lato', 'Open Sans', 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif;
  273. color : #666;
  274. }
  275. a {
  276. text-decoration : none;
  277. color : #2980b9;
  278. transition : all 300ms ease-in-out;
  279. }
  280. a:hover, a:active, a:focus {
  281. color : #3498db;
  282. transition : all 300ms ease-in-out;
  283. }
  284. h1 a {
  285. color : #222;
  286. }
  287. h1 a:hover {
  288. color : #111;
  289. }
  290. h2 a {
  291. color : #333;
  292. }
  293. h2 a:hover {
  294. color : #222;
  295. }
  296. b, strong {
  297. font-weight : 700;
  298. }
  299. p {
  300. hyphens : auto;
  301. text-align : left;
  302. }
  303. sub, sup {
  304. font-size : 0.75em;
  305. line-height : 0;
  306. position : relative;
  307. vertical-align : baseline;
  308. }
  309. sup {
  310. top : -0.5em;
  311. }
  312. sub {
  313. bottom : -0.25em;
  314. }
  315. small {
  316. font-size : 0.9em;
  317. }
  318. img {
  319. border : 0;
  320. max-width : 100%;
  321. }
  322. .right {
  323. text-align : right;
  324. }
  325. .center {
  326. text-align : center;
  327. }
  328. .left {
  329. text-align : left;
  330. }
  331. .clear {
  332. clear : both;
  333. }
  334. .clearleft {
  335. clear : left;
  336. }
  337. .clearright {
  338. clear : right;
  339. }
  340. .floatnone {
  341. float : none;
  342. }
  343. .floatleft {
  344. float : left;
  345. }
  346. .floatright {
  347. float : right;
  348. }
  349. .breaker {
  350. margin : 3% 0;
  351. padding : 1px;
  352. height : 1px;
  353. }
  354. .faded {
  355. opacity : 0.699999988079071044921875;
  356. }
  357. .box {
  358. padding : 2% 3%;
  359. margin : 2% 3%;
  360. border-radius : 3px;
  361. text-align : center;
  362. }
  363. h3.box, h4.box {
  364. color : #ffffff !important ;
  365. }
  366. h6.box {
  367. color : #000000 !important ;
  368. }
  369. .red {
  370. color : #c0392b !important ;
  371. }
  372. .up {
  373. background : #2ecc71;
  374. }
  375. .down {
  376. background : #e74c3c;
  377. }
  378. .level {
  379. background : #e67e22;
  380. }
  381. .none {
  382. background : #95a5a6;
  383. }
  384. .highlight, .highlight:hover {
  385. background : #4B98FF !important ;
  386. color : #fefefe;
  387. font-weight : 400;
  388. }
  389. .highlight a, .highlight a:hover {
  390. color : #ffffff;
  391. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement