style.css 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660
  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. color: #EE2A7B;
  147. padding-right: 20px;
  148. vertical-align: top;
  149. display: inline-block;
  150. }
  151. .social a.press {
  152. margin-top: 5px;
  153. }
  154. .sidebar {
  155. max-width: 325px;
  156. }
  157. .sidebar p {
  158. margin-bottom: 0;
  159. }
  160. .sidebar div {
  161. padding-top: 28px;
  162. }
  163. .sidebar div:nth-child(1) img {
  164. margin-top: 14px;
  165. }
  166. .sidebar img {
  167. margin-top: 7px;
  168. }
  169. #footer {
  170. background: none;
  171. margin-left: -30px;
  172. }
  173. #footer p {
  174. color: #666;
  175. font-size: .8em;
  176. }
  177. #footer a {
  178. color: #333;
  179. }
  180. #footer a:hover {
  181. color: #666;
  182. }
  183. a.button {
  184. display: block;
  185. float: left;
  186. width: 179px;
  187. padding: 12px 8px 12px 8px;
  188. margin-right: 14px;
  189. font-size: 15px;
  190. font-weight: bold;
  191. line-height: 25px;
  192. color: #303030;
  193. }
  194. a.button:hover {
  195. background: #111; /* Old browsers */
  196. }
  197. a.button span {
  198. display: block;
  199. height: 23px;
  200. padding-left: 50px;
  201. }
  202. code, pre {
  203. margin-bottom: 30px;
  204. font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal;
  205. font-size: 14px;
  206. color: #222;
  207. }
  208. code {
  209. padding: 0 3px;
  210. background-color: #f2f2f2;
  211. border: solid 1px #ddd;
  212. }
  213. pre {
  214. padding: 20px;
  215. overflow: auto;
  216. color: #f2f2f2;
  217. text-shadow: none;
  218. background: #303030;
  219. }
  220. pre code {
  221. padding: 0;
  222. color: #f2f2f2;
  223. background-color: #303030;
  224. border: none;
  225. }
  226. ul, ol, dl {
  227. margin-bottom: 20px;
  228. }
  229. /* COMMON STYLES */
  230. strong {
  231. font-weight: bold;
  232. }
  233. em {
  234. font-style: italic;
  235. }
  236. /* GENERAL ELEMENT TYPE STYLES */
  237. h1 {
  238. font-size: 3em;
  239. text-transform: uppercase;
  240. }
  241. h2 {
  242. font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, serif;
  243. font-size: 1.25em;
  244. font-weight: 400;
  245. line-height: 1.3;
  246. margin-bottom: 10px;
  247. }
  248. h2.program,
  249. h2.post {
  250. font-size: 1.5em;
  251. }
  252. h2.post {
  253. margin-bottom: 0;
  254. }
  255. h3 {
  256. margin: 5px 0;
  257. font-size: 1.15em;
  258. color: #00FFB1;
  259. font-weight: 400;
  260. }
  261. h3.program {
  262. margin: 20px 0 10px;
  263. }
  264. h4 {
  265. font-size: 1em;
  266. font-weight: bold;
  267. color: #BFD7E5;
  268. }
  269. h5 {
  270. font-size: 1em;
  271. color: #303030;
  272. }
  273. h6 {
  274. font-size: .8em;
  275. color: #303030;
  276. }
  277. .slant {
  278. font-size: 1.25em;
  279. font-weight: 300;
  280. }
  281. p {
  282. margin-bottom: 20px;
  283. font-weight: 300;
  284. }
  285. a {
  286. cursor: pointer;
  287. text-decoration: none;
  288. }
  289. p a {
  290. font-weight: 400;
  291. }
  292. blockquote {
  293. padding: 0 0 0 30px;
  294. margin-bottom: 20px;
  295. font-size: 1.6em;
  296. border-left: 10px solid #e9e9e9;
  297. }
  298. table {
  299. width: 100%;
  300. border-collapse: collapse;
  301. }
  302. tr {
  303. background: #333;
  304. }
  305. tr:nth-of-type(odd) {
  306. background: #444;
  307. }
  308. .sponsor-logos {
  309. padding-bottom: 30px;
  310. }
  311. .sponsor-logos tr {
  312. background: #000;
  313. }
  314. .sponsor-logos td {
  315. padding-left: 0;
  316. padding-right: 40px;
  317. vertical-align: middle;
  318. }
  319. tr.light {
  320. background: #777;
  321. }
  322. tr.public {
  323. background: #27536D;
  324. }
  325. th {
  326. background: #1D282F;
  327. color: white;
  328. text-align: center;
  329. vertical-align: middle;
  330. }
  331. td, th {
  332. padding: 6px;
  333. border: 1px solid #000;
  334. }
  335. td.workshop {
  336. background: #3B4751;
  337. }
  338. ul li {
  339. background: url("/assets/themes/images/bullet.png") no-repeat left 10px;
  340. padding-left: 10px;
  341. }
  342. .pagination>li,
  343. .pagination>li>a,
  344. .pagination>.disabled>a,
  345. .pagination>li>a:hover,
  346. .pagination>.disabled>a:hover {
  347. background: none;
  348. border: none;
  349. }
  350. ol li {
  351. list-style-position: inside;
  352. list-style: decimal;
  353. padding-left: 3px;
  354. }
  355. dl dt {
  356. color: #303030;
  357. }
  358. footer {
  359. padding-top: 20px;
  360. padding-bottom: 30px;
  361. margin-top: 40px;
  362. font-size: 13px;
  363. color: #aaa;
  364. }
  365. footer a {
  366. color: #666;
  367. }
  368. footer a:hover {
  369. color: #444;
  370. }
  371. header h1 {
  372. cursor: pointer;
  373. }
  374. .light {
  375. font-weight: 100;
  376. }
  377. .date {
  378. color: #bbb;
  379. margin-bottom: 20px;
  380. }
  381. a .title {
  382. color: #fff;
  383. }
  384. .archive-year iframe {
  385. padding: 20px 0;
  386. }
  387. .donate {
  388. padding-bottom: 10px;
  389. }
  390. .donate a {
  391. font-weight: 600;
  392. border-bottom: solid 1px;
  393. padding-bottom: 2px;
  394. }
  395. a.tickets {
  396. color: #2aeee5;
  397. font-size: 20px;
  398. line-height: 23px;
  399. font-weight: 500;
  400. }
  401. .supporters {
  402. padding-bottom: 30px;
  403. padding-top: 20px;
  404. }
  405. .supporters ul {
  406. display: inline-block;
  407. margin-bottom: 0;
  408. vertical-align: top;
  409. padding-right: 25px;
  410. max-width: 33%;
  411. }
  412. /* MISC */
  413. .clearfix:after {
  414. display: block;
  415. height: 0;
  416. clear: both;
  417. visibility: hidden;
  418. content: '.';
  419. }
  420. .clearfix {display: inline-block;}
  421. * html .clearfix {height: 1%;}
  422. .clearfix {display: block;}
  423. /* #Media Queries
  424. ================================================== */
  425. /* Smaller than standard 960 (devices and browsers) */
  426. @media only screen and (max-width: 959px) {
  427. .supporters ul {
  428. display: block;
  429. max-width: 100%;
  430. }
  431. }
  432. /* Tablet Portrait size to standard 960 (devices and browsers) */
  433. @media only screen and (min-width: 768px) and (max-width: 959px) {
  434. .content img {
  435. width: 100%;
  436. max-width: 768px;
  437. }
  438. .content .profile img {
  439. max-width: 400px;
  440. }
  441. .sidebar {
  442. max-width: none;
  443. padding: 30px 0;
  444. }
  445. .sidebar div {
  446. display: inline-block;
  447. vertical-align: top;
  448. padding-right: 50px;
  449. }
  450. .sidebar div img {
  451. margin-top: 20px;
  452. }
  453. .sidebar div:nth-child(2) img {
  454. margin-top: 0;
  455. }
  456. .sidebar .social {
  457. display: none;
  458. }
  459. header .social {
  460. display: block;
  461. }
  462. .content .sponsor-logos img {
  463. max-width: 150px;
  464. }
  465. .content .sponsor-logos td {
  466. padding: 12px 24px 12px 0;
  467. }
  468. }
  469. /* All Mobile Sizes (devices and browser) */
  470. @media only screen and (max-width: 767px) {
  471. header {
  472. padding-top: 10px;
  473. padding-bottom: 10px;
  474. }
  475. .content img {
  476. width: 100%;
  477. }
  478. .content .profile img {
  479. max-width: 400px;
  480. }
  481. .navbar {
  482. border-radius: 0;
  483. }
  484. .navbar-collapse {
  485. border-top: 1px solid rgb(97, 96, 96);
  486. float: none;
  487. padding: 0 15px;
  488. }
  489. .navbar-nav {
  490. padding: 0;
  491. }
  492. ul.nav li {
  493. padding-left: 0;
  494. }
  495. .navbar-brand, .navbar-nav>li>a {
  496. padding: 5px 0;
  497. }
  498. .sidebar {
  499. max-width: none;
  500. padding: 30px 0;
  501. }
  502. .sidebar div {
  503. display: inline-block;
  504. vertical-align: top;
  505. padding-right: 50px;
  506. }
  507. .sidebar .social {
  508. display: none;
  509. }
  510. header .social {
  511. display: block;
  512. }
  513. .content .sponsor-logos img {
  514. max-width: 150px;
  515. }
  516. .content .sponsor-logos td {
  517. padding: 12px 24px 12px 0;
  518. }
  519. }
  520. /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  521. @media only screen and (min-width: 480px) and (max-width: 767px) {
  522. body {
  523. font-size: 1.15em;
  524. }
  525. h1 {
  526. font-size: 2em;
  527. }
  528. header {
  529. padding-bottom: 30px;
  530. }
  531. .content img {
  532. width: 100%;
  533. }
  534. .content .profile img {
  535. max-width: 400px;
  536. }
  537. .content {
  538. padding: 0;
  539. }
  540. .sidebar {
  541. max-width: 300px;
  542. }
  543. #footer p {
  544. font-size: .5em;
  545. }
  546. .navbar-brand, .navbar-nav>li>a {
  547. padding: 15px 0;
  548. }
  549. .content .sponsor-logos img {
  550. max-width: 120px;
  551. padding-right: 30px;
  552. }
  553. }
  554. /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  555. @media only screen and (max-width: 479px) {
  556. body {
  557. font-size: 1.15em;
  558. }
  559. h1 {
  560. font-size: 1.75em;
  561. }
  562. .content img {
  563. width: 100%;
  564. }
  565. .content .profile img {
  566. max-width: 400px;
  567. }
  568. .content {
  569. padding: 0;
  570. }
  571. #footer p {
  572. font-size: .5em;
  573. }
  574. .content .sponsor-logos img {
  575. padding: 30px 30px 10px 0;
  576. max-width: 50%;
  577. }
  578. .content .sponsor-logos td {
  579. display: table-row;
  580. }
  581. }