style.css 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534
  1. /* http://meyerweb.com/eric/tools/css/reset/
  2. v2.0 | 20110126
  3. License: none (public domain)
  4. */
  5. html, body, div, span, applet, object, iframe,
  6. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  7. a, abbr, acronym, address, big, cite, code,
  8. del, dfn, em, img, ins, kbd, q, s, samp,
  9. small, strike, strong, sub, sup, tt, var,
  10. b, u, i, center,
  11. dl, dt, dd, ol, ul, li,
  12. fieldset, form, label, legend,
  13. table, caption, tbody, tfoot, thead, tr, th, td,
  14. article, aside, canvas, details, embed,
  15. figure, figcaption, footer, header, hgroup,
  16. menu, nav, output, ruby, section, summary,
  17. time, mark, audio, video {
  18. padding: 0;
  19. margin: 0;
  20. font: inherit;
  21. font-size: 100%;
  22. vertical-align: baseline;
  23. border: 0;
  24. }
  25. /* HTML5 display-role reset for older browsers */
  26. article, aside, details, figcaption, figure,
  27. footer, header, hgroup, menu, nav, section {
  28. display: block;
  29. }
  30. body {
  31. line-height: 1;
  32. }
  33. ol, ul {
  34. list-style: none;
  35. }
  36. blockquote, q {
  37. quotes: none;
  38. }
  39. blockquote:before, blockquote:after,
  40. q:before, q:after {
  41. content: '';
  42. content: none;
  43. }
  44. /* LAYOUT STYLES */
  45. body {
  46. color: #fff;
  47. font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, serif;
  48. font-size: 1em;
  49. font-weight: 300;
  50. line-height: 1.5;
  51. background-color: #000;
  52. text-shadow: none;
  53. padding: 0 30px;
  54. }
  55. a {
  56. color: #EE2A7B;
  57. }
  58. a:hover {
  59. color: #B01C6A;
  60. text-decoration: none;
  61. }
  62. header {
  63. padding-top: 25px;
  64. padding-bottom: 25px;
  65. }
  66. header a,
  67. header a:hover {
  68. color: #fff;
  69. }
  70. header .social {
  71. display: none;
  72. }
  73. .content {
  74. padding: 0 30px 0 0;
  75. }
  76. .post img {
  77. padding-bottom: 10px;
  78. }
  79. .post-div {
  80. padding-bottom: 20px;
  81. }
  82. .content p {
  83. margin-top: 15px;
  84. }
  85. .navbar {
  86. position: static;
  87. min-height: 0;
  88. margin-bottom: 0;
  89. border: none;
  90. border-radius: 0;
  91. }
  92. .navbar-collapse {
  93. float: right;
  94. padding: 0 50px 0 0;
  95. }
  96. .navbar-nav {
  97. padding: 14px 0 0;
  98. }
  99. .navbar-brand, .navbar-nav>li>a {
  100. color: #EE2A7B;
  101. font-weight: 400;
  102. padding: 0;
  103. text-shadow: none;
  104. }
  105. .navbar-nav>li>a.active {
  106. border-bottom: 1px solid #07E656;
  107. }
  108. ul.nav li {
  109. background: none;
  110. padding-left: 30px;
  111. }
  112. .nav>li>a:hover, .nav>li>a:focus {
  113. color: #B01C6A;
  114. background-color: #111;
  115. }
  116. .navbar-toggle {
  117. position: static;
  118. padding: 9px 0;
  119. margin: 9px 0;
  120. width: 40px;
  121. height: 40px;
  122. }
  123. .navbar-toggle .icon-bar {
  124. background-color: #eee;
  125. width: 37px;
  126. height: 3px;
  127. }
  128. .navbar-toggle .icon-spacer {
  129. display: block;
  130. width: 37px;
  131. height: 6px;
  132. border-radius: 1px;
  133. }
  134. .navbar-collapse {
  135. border-top: 1px solid rgb(97, 96, 96);
  136. }
  137. .social a {
  138. padding-right: 20px;
  139. }
  140. .sidebar {
  141. max-width: 325px;
  142. }
  143. .sidebar p {
  144. margin-bottom: 0;
  145. }
  146. .sidebar div {
  147. padding-top: 20px;
  148. }
  149. .sidebar div:nth-child(1) img {
  150. margin-top: 14px;
  151. }
  152. .sidebar img {
  153. margin-top: 7px;
  154. }
  155. #footer {
  156. background: none;
  157. margin-left: -30px;
  158. }
  159. #footer p {
  160. color: #666;
  161. font-size: .8em;
  162. }
  163. #footer a {
  164. color: #333;
  165. }
  166. #footer a:hover {
  167. color: #666;
  168. }
  169. a.button {
  170. display: block;
  171. float: left;
  172. width: 179px;
  173. padding: 12px 8px 12px 8px;
  174. margin-right: 14px;
  175. font-size: 15px;
  176. font-weight: bold;
  177. line-height: 25px;
  178. color: #303030;
  179. }
  180. a.button:hover {
  181. background: #111; /* Old browsers */
  182. }
  183. a.button span {
  184. display: block;
  185. height: 23px;
  186. padding-left: 50px;
  187. }
  188. code, pre {
  189. margin-bottom: 30px;
  190. font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal;
  191. font-size: 14px;
  192. color: #222;
  193. }
  194. code {
  195. padding: 0 3px;
  196. background-color: #f2f2f2;
  197. border: solid 1px #ddd;
  198. }
  199. pre {
  200. padding: 20px;
  201. overflow: auto;
  202. color: #f2f2f2;
  203. text-shadow: none;
  204. background: #303030;
  205. }
  206. pre code {
  207. padding: 0;
  208. color: #f2f2f2;
  209. background-color: #303030;
  210. border: none;
  211. }
  212. ul, ol, dl {
  213. margin-bottom: 20px;
  214. }
  215. /* COMMON STYLES */
  216. strong {
  217. font-weight: bold;
  218. }
  219. em {
  220. font-style: italic;
  221. }
  222. /* GENERAL ELEMENT TYPE STYLES */
  223. h1 {
  224. font-size: 3em;
  225. text-transform: uppercase;
  226. }
  227. h2 {
  228. font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, serif;
  229. font-size: 1.25em;
  230. font-weight: 400;
  231. line-height: 1.3;
  232. margin-bottom: 10px;
  233. }
  234. h2.program {
  235. font-size: 1.5em;
  236. }
  237. h2.post {
  238. font-size: 1.5em;
  239. margin-bottom: 0;
  240. }
  241. h3 {
  242. margin: 5px 0;
  243. font-size: 1.15em;
  244. color: #8DC3DF;
  245. font-weight: 400;
  246. }
  247. h3.program {
  248. margin: 20px 0 10px;
  249. }
  250. h4 {
  251. font-size: 1em;
  252. font-weight: bold;
  253. color: #BFD7E5;
  254. }
  255. h5 {
  256. font-size: 1em;
  257. color: #303030;
  258. }
  259. h6 {
  260. font-size: .8em;
  261. color: #303030;
  262. }
  263. p {
  264. margin-bottom: 20px;
  265. font-weight: 300;
  266. }
  267. a {
  268. text-decoration: none;
  269. }
  270. p a {
  271. font-weight: 400;
  272. }
  273. blockquote {
  274. padding: 0 0 0 30px;
  275. margin-bottom: 20px;
  276. font-size: 1.6em;
  277. border-left: 10px solid #e9e9e9;
  278. }
  279. table {
  280. width: 100%;
  281. border-collapse: collapse;
  282. }
  283. tr {
  284. background: #333;
  285. }
  286. tr:nth-of-type(odd) {
  287. background: #444;
  288. }
  289. tr.light {
  290. background: #777;
  291. }
  292. th {
  293. background: #1D282F;
  294. color: white;
  295. text-align: center;
  296. vertical-align: middle;
  297. }
  298. td, th {
  299. padding: 6px;
  300. border: 1px solid #000;
  301. }
  302. td.workshop {
  303. background: #3B4751;
  304. }
  305. ul li {
  306. background: url("/assets/themes/images/bullet.png") no-repeat left 10px;
  307. padding-left: 10px;
  308. }
  309. .pagination>li,
  310. .pagination>li>a,
  311. .pagination>.disabled>a,
  312. .pagination>li>a:hover,
  313. .pagination>.disabled>a:hover {
  314. background: none;
  315. border: none;
  316. }
  317. ol li {
  318. list-style-position: inside;
  319. list-style: decimal;
  320. padding-left: 3px;
  321. }
  322. dl dt {
  323. color: #303030;
  324. }
  325. footer {
  326. padding-top: 20px;
  327. padding-bottom: 30px;
  328. margin-top: 40px;
  329. font-size: 13px;
  330. color: #aaa;
  331. }
  332. footer a {
  333. color: #666;
  334. }
  335. footer a:hover {
  336. color: #444;
  337. }
  338. header h1 {
  339. cursor: pointer;
  340. }
  341. .light {
  342. font-weight: 100;
  343. }
  344. .date {
  345. color: #bbb;
  346. margin-bottom: 20px;
  347. }
  348. a .title {
  349. color: #fff;
  350. }
  351. /* MISC */
  352. .clearfix:after {
  353. display: block;
  354. height: 0;
  355. clear: both;
  356. visibility: hidden;
  357. content: '.';
  358. }
  359. .clearfix {display: inline-block;}
  360. * html .clearfix {height: 1%;}
  361. .clearfix {display: block;}
  362. /* #Media Queries
  363. ================================================== */
  364. /* Smaller than standard 960 (devices and browsers) */
  365. @media only screen and (max-width: 959px) {
  366. }
  367. /* Tablet Portrait size to standard 960 (devices and browsers) */
  368. @media only screen and (min-width: 768px) and (max-width: 959px) {
  369. .sidebar {
  370. max-width: none;
  371. padding: 30px 0;
  372. }
  373. .sidebar div {
  374. display: inline-block;
  375. vertical-align: top;
  376. padding-right: 50px;
  377. }
  378. .sidebar div img {
  379. margin-top: 20px;
  380. }
  381. .sidebar div:nth-child(2) img {
  382. margin-top: 0;
  383. }
  384. .sidebar .social {
  385. display: none;
  386. }
  387. header .social {
  388. display: block;
  389. }
  390. }
  391. /* All Mobile Sizes (devices and browser) */
  392. @media only screen and (max-width: 767px) {
  393. header {
  394. padding-top: 10px;
  395. padding-bottom: 10px;
  396. }
  397. .navbar {
  398. border-radius: 0;
  399. }
  400. .navbar-collapse {
  401. float: none;
  402. padding: 0 15px;
  403. }
  404. .navbar-nav {
  405. padding: 0;
  406. }
  407. ul.nav li {
  408. padding-left: 0;
  409. }
  410. .navbar-brand, .navbar-nav>li>a {
  411. padding: 5px 0;
  412. }
  413. .sidebar {
  414. max-width: none;
  415. padding: 30px 0;
  416. }
  417. .sidebar div {
  418. display: inline-block;
  419. vertical-align: top;
  420. padding-right: 50px;
  421. }
  422. .sidebar .social {
  423. display: none;
  424. }
  425. header .social {
  426. display: block;
  427. }
  428. }
  429. /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  430. @media only screen and (min-width: 480px) and (max-width: 767px) {
  431. body {
  432. font-size: 1.15em;
  433. }
  434. h1 {
  435. font-size: 2em;
  436. }
  437. header {
  438. padding-bottom: 30px;
  439. }
  440. .content {
  441. padding: 0;
  442. }
  443. #footer p {
  444. font-size: .5em;
  445. }
  446. .navbar-brand, .navbar-nav>li>a {
  447. padding: 15px 0;
  448. }
  449. }
  450. /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  451. @media only screen and (max-width: 479px) {
  452. body {
  453. font-size: 1.15em;
  454. }
  455. h1 {
  456. font-size: 1.75em;
  457. }
  458. .content {
  459. padding: 0;
  460. }
  461. #footer p {
  462. font-size: .5em;
  463. }
  464. }