style.css 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584
  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: #eee;
  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. a:active {
  63. text-decoration: none;
  64. }
  65. header {
  66. padding-top: 25px;
  67. padding-bottom: 25px;
  68. }
  69. header a,
  70. header a:hover {
  71. color: #fff;
  72. }
  73. header .social {
  74. display: none;
  75. }
  76. .italic {
  77. font-style: italic;
  78. }
  79. .content {
  80. padding: 0 30px 0 0;
  81. }
  82. .post img {
  83. padding-bottom: 10px;
  84. }
  85. .post-div {
  86. padding-bottom: 20px;
  87. }
  88. .content p {
  89. margin-top: 15px;
  90. }
  91. .logo {
  92. width: 100%;
  93. height: 100%;
  94. max-width: 500px;
  95. }
  96. .navbar {
  97. position: static;
  98. min-height: 0;
  99. margin-bottom: 0;
  100. border: none;
  101. border-radius: 0;
  102. }
  103. .navbar-collapse {
  104. float: right;
  105. padding: 0 50px 0 0;
  106. }
  107. .navbar-nav {
  108. padding: 14px 0 0;
  109. }
  110. .navbar-brand, .navbar-nav>li>a {
  111. color: #EE2A7B;
  112. font-weight: 400;
  113. padding: 0;
  114. text-shadow: none;
  115. }
  116. .navbar-nav>li>a.active {
  117. border-bottom: 1px solid #07E656;
  118. }
  119. ul.nav li {
  120. background: none;
  121. padding-left: 30px;
  122. }
  123. .nav>li>a:hover, .nav>li>a:focus {
  124. color: #B01C6A;
  125. background-color: #111;
  126. }
  127. .navbar-toggle {
  128. position: static;
  129. padding: 9px 0;
  130. margin: 9px 0;
  131. width: 40px;
  132. height: 40px;
  133. }
  134. .navbar-toggle .icon-bar {
  135. background-color: #eee;
  136. width: 37px;
  137. height: 3px;
  138. }
  139. .navbar-toggle .icon-spacer {
  140. display: block;
  141. width: 37px;
  142. height: 6px;
  143. border-radius: 1px;
  144. }
  145. .social a {
  146. padding-right: 20px;
  147. }
  148. .sidebar {
  149. max-width: 325px;
  150. }
  151. .sidebar p {
  152. margin-bottom: 0;
  153. }
  154. .sidebar div {
  155. padding-top: 20px;
  156. }
  157. .sidebar div:nth-child(1) img {
  158. margin-top: 14px;
  159. }
  160. .sidebar img {
  161. margin-top: 7px;
  162. }
  163. #footer {
  164. background: none;
  165. margin-left: -30px;
  166. }
  167. #footer p {
  168. color: #666;
  169. font-size: .8em;
  170. }
  171. #footer a {
  172. color: #333;
  173. }
  174. #footer a:hover {
  175. color: #666;
  176. }
  177. a.button {
  178. display: block;
  179. float: left;
  180. width: 179px;
  181. padding: 12px 8px 12px 8px;
  182. margin-right: 14px;
  183. font-size: 15px;
  184. font-weight: bold;
  185. line-height: 25px;
  186. color: #303030;
  187. }
  188. a.button:hover {
  189. background: #111; /* Old browsers */
  190. }
  191. a.button span {
  192. display: block;
  193. height: 23px;
  194. padding-left: 50px;
  195. }
  196. code, pre {
  197. margin-bottom: 30px;
  198. font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal;
  199. font-size: 14px;
  200. color: #222;
  201. }
  202. code {
  203. padding: 0 3px;
  204. background-color: #f2f2f2;
  205. border: solid 1px #ddd;
  206. }
  207. pre {
  208. padding: 20px;
  209. overflow: auto;
  210. color: #f2f2f2;
  211. text-shadow: none;
  212. background: #303030;
  213. }
  214. pre code {
  215. padding: 0;
  216. color: #f2f2f2;
  217. background-color: #303030;
  218. border: none;
  219. }
  220. ul, ol, dl {
  221. margin-bottom: 20px;
  222. }
  223. /* COMMON STYLES */
  224. strong {
  225. font-weight: bold;
  226. }
  227. em {
  228. font-style: italic;
  229. }
  230. /* GENERAL ELEMENT TYPE STYLES */
  231. h1 {
  232. font-size: 3em;
  233. text-transform: uppercase;
  234. }
  235. h2 {
  236. font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, serif;
  237. font-size: 1.25em;
  238. font-weight: 400;
  239. line-height: 1.3;
  240. margin-bottom: 10px;
  241. }
  242. h2.program,
  243. h2.post {
  244. font-size: 1.5em;
  245. }
  246. h2.post {
  247. margin-bottom: 0;
  248. }
  249. h3 {
  250. margin: 5px 0;
  251. font-size: 1.15em;
  252. color: #00FFB1;
  253. font-weight: 400;
  254. }
  255. h3.program {
  256. margin: 20px 0 10px;
  257. }
  258. h4 {
  259. font-size: 1em;
  260. font-weight: bold;
  261. color: #BFD7E5;
  262. }
  263. h5 {
  264. font-size: 1em;
  265. color: #303030;
  266. }
  267. h6 {
  268. font-size: .8em;
  269. color: #303030;
  270. }
  271. .slant {
  272. font-size: 1.25em;
  273. font-weight: 300;
  274. }
  275. p {
  276. margin-bottom: 20px;
  277. font-weight: 300;
  278. }
  279. a {
  280. text-decoration: none;
  281. }
  282. p a {
  283. font-weight: 400;
  284. }
  285. blockquote {
  286. padding: 0 0 0 30px;
  287. margin-bottom: 20px;
  288. font-size: 1.6em;
  289. border-left: 10px solid #e9e9e9;
  290. }
  291. table {
  292. width: 100%;
  293. border-collapse: collapse;
  294. }
  295. tr {
  296. background: #333;
  297. }
  298. tr:nth-of-type(odd) {
  299. background: #444;
  300. }
  301. tr.light {
  302. background: #777;
  303. }
  304. th {
  305. background: #1D282F;
  306. color: white;
  307. text-align: center;
  308. vertical-align: middle;
  309. }
  310. td, th {
  311. padding: 6px;
  312. border: 1px solid #000;
  313. }
  314. td.workshop {
  315. background: #3B4751;
  316. }
  317. ul li {
  318. background: url("/assets/themes/images/bullet.png") no-repeat left 10px;
  319. padding-left: 10px;
  320. }
  321. .pagination>li,
  322. .pagination>li>a,
  323. .pagination>.disabled>a,
  324. .pagination>li>a:hover,
  325. .pagination>.disabled>a:hover {
  326. background: none;
  327. border: none;
  328. }
  329. ol li {
  330. list-style-position: inside;
  331. list-style: decimal;
  332. padding-left: 3px;
  333. }
  334. dl dt {
  335. color: #303030;
  336. }
  337. footer {
  338. padding-top: 20px;
  339. padding-bottom: 30px;
  340. margin-top: 40px;
  341. font-size: 13px;
  342. color: #aaa;
  343. }
  344. footer a {
  345. color: #666;
  346. }
  347. footer a:hover {
  348. color: #444;
  349. }
  350. header h1 {
  351. cursor: pointer;
  352. }
  353. .light {
  354. font-weight: 100;
  355. }
  356. .date {
  357. color: #bbb;
  358. margin-bottom: 20px;
  359. }
  360. a .title {
  361. color: #fff;
  362. }
  363. .archive-year iframe {
  364. padding: 20px 0;
  365. }
  366. .donate {
  367. font-weight: 600;
  368. border-bottom: solid 1px;
  369. padding-bottom: 2px;
  370. }
  371. /* MISC */
  372. .clearfix:after {
  373. display: block;
  374. height: 0;
  375. clear: both;
  376. visibility: hidden;
  377. content: '.';
  378. }
  379. .clearfix {display: inline-block;}
  380. * html .clearfix {height: 1%;}
  381. .clearfix {display: block;}
  382. /* #Media Queries
  383. ================================================== */
  384. /* Smaller than standard 960 (devices and browsers) */
  385. @media only screen and (max-width: 959px) {
  386. }
  387. /* Tablet Portrait size to standard 960 (devices and browsers) */
  388. @media only screen and (min-width: 768px) and (max-width: 959px) {
  389. .content img {
  390. width: 100%;
  391. max-width: 768px;
  392. }
  393. .content .profile img {
  394. max-width: 400px;
  395. }
  396. .sidebar {
  397. max-width: none;
  398. padding: 30px 0;
  399. }
  400. .sidebar div {
  401. display: inline-block;
  402. vertical-align: top;
  403. padding-right: 50px;
  404. }
  405. .sidebar div img {
  406. margin-top: 20px;
  407. }
  408. .sidebar div:nth-child(2) img {
  409. margin-top: 0;
  410. }
  411. .sidebar .social {
  412. display: none;
  413. }
  414. header .social {
  415. display: block;
  416. }
  417. }
  418. /* All Mobile Sizes (devices and browser) */
  419. @media only screen and (max-width: 767px) {
  420. header {
  421. padding-top: 10px;
  422. padding-bottom: 10px;
  423. }
  424. .content img {
  425. width: 100%;
  426. }
  427. .content .profile img {
  428. max-width: 400px;
  429. }
  430. .navbar {
  431. border-radius: 0;
  432. }
  433. .navbar-collapse {
  434. border-top: 1px solid rgb(97, 96, 96);
  435. float: none;
  436. padding: 0 15px;
  437. }
  438. .navbar-nav {
  439. padding: 0;
  440. }
  441. ul.nav li {
  442. padding-left: 0;
  443. }
  444. .navbar-brand, .navbar-nav>li>a {
  445. padding: 5px 0;
  446. }
  447. .sidebar {
  448. max-width: none;
  449. padding: 30px 0;
  450. }
  451. .sidebar div {
  452. display: inline-block;
  453. vertical-align: top;
  454. padding-right: 50px;
  455. }
  456. .sidebar .social {
  457. display: none;
  458. }
  459. header .social {
  460. display: block;
  461. }
  462. }
  463. /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  464. @media only screen and (min-width: 480px) and (max-width: 767px) {
  465. body {
  466. font-size: 1.15em;
  467. }
  468. h1 {
  469. font-size: 2em;
  470. }
  471. header {
  472. padding-bottom: 30px;
  473. }
  474. .content img {
  475. width: 100%;
  476. }
  477. .content .profile img {
  478. max-width: 400px;
  479. }
  480. .content {
  481. padding: 0;
  482. }
  483. #footer p {
  484. font-size: .5em;
  485. }
  486. .navbar-brand, .navbar-nav>li>a {
  487. padding: 15px 0;
  488. }
  489. }
  490. /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  491. @media only screen and (max-width: 479px) {
  492. body {
  493. font-size: 1.15em;
  494. }
  495. h1 {
  496. font-size: 1.75em;
  497. }
  498. .content img {
  499. width: 100%;
  500. }
  501. .content .profile img {
  502. max-width: 400px;
  503. }
  504. .content {
  505. padding: 0;
  506. }
  507. #footer p {
  508. font-size: .5em;
  509. }
  510. }