style.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727
  1. /* http://meyerweb.com/eric/tools/css/reset/
  2. v2.0 | 20110126
  3. License: none (public domain)
  4. */
  5. @font-face {
  6. font-family: "Bebas Neue";
  7. font-style: normal;
  8. src: url(../fonts/BebasNeue-Regular.ttf) format("truetype");
  9. }
  10. html, body, div, span, applet, object, iframe,
  11. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  12. a, abbr, acronym, address, big, cite, code,
  13. del, dfn, em, img, ins, kbd, q, s, samp,
  14. small, strike, strong, sub, sup, tt, var,
  15. b, u, i, center,
  16. dl, dt, dd, ol, ul, li,
  17. fieldset, form, label, legend,
  18. table, caption, tbody, tfoot, thead, tr, th, td,
  19. article, aside, canvas, details, embed,
  20. figure, figcaption, footer, header, hgroup,
  21. menu, nav, output, ruby, section, summary,
  22. time, mark, audio, video {
  23. padding: 0;
  24. margin: 0;
  25. font: inherit;
  26. font-size: 100%;
  27. vertical-align: baseline;
  28. border: 0;
  29. }
  30. /* HTML5 display-role reset for older browsers */
  31. article, aside, details, figcaption, figure,
  32. footer, header, hgroup, menu, nav, section {
  33. display: block;
  34. }
  35. body {
  36. line-height: 1;
  37. }
  38. ol, ul {
  39. list-style: none;
  40. }
  41. blockquote, q {
  42. quotes: none;
  43. }
  44. blockquote:before, blockquote:after,
  45. q:before, q:after {
  46. content: '';
  47. content: none;
  48. }
  49. /* LAYOUT STYLES */
  50. body {
  51. color: #eee;
  52. font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, serif;
  53. font-size: 1em;
  54. font-weight: 300;
  55. line-height: 1.5;
  56. background-color: #000;
  57. text-shadow: none;
  58. padding: 0 30px;
  59. }
  60. a {
  61. color: #EE2A7B;
  62. }
  63. a:hover {
  64. color: #B01C6A;
  65. text-decoration: none;
  66. }
  67. a:active {
  68. text-decoration: none;
  69. }
  70. header {
  71. padding-top: 25px;
  72. padding-bottom: 25px;
  73. }
  74. header a,
  75. header a:hover {
  76. color: #fff;
  77. }
  78. header .social {
  79. display: none;
  80. }
  81. .italic {
  82. font-style: italic;
  83. }
  84. .content {
  85. padding: 0 30px 0 0;
  86. }
  87. .post img {
  88. padding-bottom: 10px;
  89. }
  90. .post-div {
  91. padding-bottom: 20px;
  92. }
  93. .content p {
  94. margin-top: 15px;
  95. }
  96. .logo {
  97. width: 100%;
  98. height: 100%;
  99. max-width: 500px;
  100. }
  101. .spektrum {
  102. font-size: 2.3rem;
  103. font-family: "Bebas Neue", sans-serif;
  104. text-transform: uppercase;
  105. vertical-align: middle;
  106. color: #fff;
  107. letter-spacing: 0.8px;
  108. }
  109. .navbar {
  110. position: static;
  111. min-height: 0;
  112. margin-bottom: 0;
  113. border: none;
  114. border-radius: 0;
  115. }
  116. .navbar-collapse {
  117. float: right;
  118. padding: 0 50px 0 0;
  119. }
  120. .navbar-nav {
  121. padding: 14px 0 0;
  122. }
  123. .navbar-brand, .navbar-nav>li>a {
  124. color: #EE2A7B;
  125. font-weight: 400;
  126. padding: 0;
  127. text-shadow: none;
  128. }
  129. .navbar-nav>li>a.active {
  130. border-bottom: 1px solid #07E656;
  131. }
  132. ul.nav li {
  133. background: none;
  134. padding-left: 30px;
  135. }
  136. .nav>li>a:hover, .nav>li>a:focus {
  137. color: #B01C6A;
  138. background-color: #111;
  139. }
  140. .navbar-toggle {
  141. position: static;
  142. padding: 9px 0;
  143. margin: 9px 0;
  144. width: 40px;
  145. height: 40px;
  146. }
  147. .navbar-toggle .icon-bar {
  148. background-color: #eee;
  149. width: 37px;
  150. height: 3px;
  151. }
  152. .navbar-toggle .icon-spacer {
  153. display: block;
  154. width: 37px;
  155. height: 6px;
  156. border-radius: 1px;
  157. }
  158. .social a {
  159. color: #EE2A7B;
  160. padding-right: 20px;
  161. vertical-align: top;
  162. display: inline-block;
  163. }
  164. .social a.press {
  165. margin-top: 5px;
  166. }
  167. .sidebar {
  168. max-width: 325px;
  169. }
  170. .sidebar p {
  171. margin-bottom: 0;
  172. }
  173. .sidebar div {
  174. padding-top: 28px;
  175. }
  176. .sidebar div:first-child {
  177. padding-top: 0;
  178. }
  179. /*.sidebar div:nth-child(1) img {
  180. margin-top: 14px;
  181. }*/
  182. .sidebar .host img {
  183. vertical-align: middle;
  184. margin: 0 7px 0 0;
  185. }
  186. #footer {
  187. background: none;
  188. margin-left: -30px;
  189. }
  190. #footer p {
  191. color: #666;
  192. font-size: .8em;
  193. }
  194. #footer a {
  195. color: #333;
  196. }
  197. #footer a:hover {
  198. color: #666;
  199. }
  200. a.button {
  201. display: block;
  202. float: left;
  203. width: 179px;
  204. padding: 12px 8px 12px 8px;
  205. margin-right: 14px;
  206. font-size: 15px;
  207. font-weight: bold;
  208. line-height: 25px;
  209. color: #303030;
  210. }
  211. a.button:hover {
  212. background: #111; /* Old browsers */
  213. }
  214. a.button span {
  215. display: block;
  216. height: 23px;
  217. padding-left: 50px;
  218. }
  219. code, pre {
  220. margin-bottom: 30px;
  221. font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal;
  222. font-size: 14px;
  223. color: #222;
  224. }
  225. code {
  226. padding: 0 3px;
  227. background-color: #f2f2f2;
  228. border: solid 1px #ddd;
  229. }
  230. pre {
  231. padding: 20px;
  232. overflow: auto;
  233. color: #f2f2f2;
  234. text-shadow: none;
  235. background: #303030;
  236. }
  237. pre code {
  238. padding: 0;
  239. color: #f2f2f2;
  240. background-color: #303030;
  241. border: none;
  242. }
  243. ul, ol, dl {
  244. margin-bottom: 20px;
  245. }
  246. /* COMMON STYLES */
  247. strong {
  248. font-weight: bold;
  249. }
  250. em {
  251. font-style: italic;
  252. }
  253. /* GENERAL ELEMENT TYPE STYLES */
  254. h1 {
  255. font-size: 3em;
  256. text-transform: uppercase;
  257. }
  258. h2 {
  259. font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, serif;
  260. font-size: 1.25em;
  261. font-weight: 400;
  262. line-height: 1.3;
  263. margin-bottom: 10px;
  264. }
  265. h2.program,
  266. h2.post {
  267. font-size: 1.5em;
  268. }
  269. h2.post {
  270. margin-bottom: 0;
  271. }
  272. h3 {
  273. margin: 40px 0 5px;
  274. font-size: 1.15em;
  275. color: #00FFB1;
  276. font-weight: 400;
  277. }
  278. h3:first-child {
  279. margin-top: 5px;
  280. }
  281. /*h3.program {
  282. margin: 20px 0 10px;
  283. }*/
  284. h4 {
  285. font-size: 1em;
  286. font-weight: bold;
  287. color: #BFD7E5;
  288. }
  289. h5 {
  290. font-size: 1em;
  291. color: #303030;
  292. }
  293. h6 {
  294. font-size: .8em;
  295. color: #303030;
  296. }
  297. .slant {
  298. font-size: 1.25em;
  299. font-weight: 300;
  300. }
  301. p {
  302. font-weight: 300;
  303. letter-spacing: .015em;
  304. margin-bottom: 20px;
  305. }
  306. a {
  307. cursor: pointer;
  308. text-decoration: none;
  309. }
  310. p a {
  311. font-weight: 400;
  312. }
  313. blockquote {
  314. padding: 0 0 0 30px;
  315. margin-bottom: 20px;
  316. font-size: 1.6em;
  317. border-left: 10px solid #e9e9e9;
  318. }
  319. table {
  320. width: 100%;
  321. border-collapse: collapse;
  322. }
  323. tr {
  324. background: #333;
  325. }
  326. tr:nth-of-type(odd) {
  327. background: #444;
  328. }
  329. .sponsor-logos {
  330. padding-bottom: 30px;
  331. }
  332. .sponsor-logos tr {
  333. background: #000;
  334. }
  335. .sponsor-logos td {
  336. padding-left: 0;
  337. padding-right: 40px;
  338. padding-bottom: 50px;
  339. vertical-align: middle;
  340. }
  341. tr.light {
  342. background: #777;
  343. }
  344. tr.public {
  345. background: #27536D;
  346. }
  347. th {
  348. background: #1D282F;
  349. color: white;
  350. text-align: center;
  351. vertical-align: middle;
  352. }
  353. td, th {
  354. padding: 6px;
  355. border: 1px solid #000;
  356. }
  357. td.workshop {
  358. background: #3B4751;
  359. }
  360. ul li {
  361. background: url("/assets/themes/images/bullet.png") no-repeat left 10px;
  362. padding-left: 10px;
  363. }
  364. .pagination>li,
  365. .pagination>li>a,
  366. .pagination>.disabled>a,
  367. .pagination>li>a:hover,
  368. .pagination>.disabled>a:hover {
  369. background: none;
  370. border: none;
  371. }
  372. ol li {
  373. list-style-position: inside;
  374. list-style: decimal;
  375. padding-left: 3px;
  376. }
  377. dl dt {
  378. color: #303030;
  379. }
  380. footer {
  381. padding-top: 20px;
  382. padding-bottom: 30px;
  383. margin-top: 40px;
  384. font-size: 13px;
  385. color: #aaa;
  386. }
  387. footer a {
  388. color: #666;
  389. }
  390. footer a:hover {
  391. color: #444;
  392. }
  393. header h1 {
  394. cursor: pointer;
  395. }
  396. .light {
  397. font-weight: 100;
  398. }
  399. .date {
  400. color: #bbb;
  401. margin-bottom: 20px;
  402. }
  403. a .title {
  404. color: #fff;
  405. }
  406. .archive-year iframe {
  407. padding: 20px 0;
  408. }
  409. .donate {
  410. padding-bottom: 10px;
  411. }
  412. .donate a {
  413. font-weight: 600;
  414. border-bottom: solid 1px;
  415. padding-bottom: 2px;
  416. }
  417. .tickets {
  418. color: #2aeee5;
  419. font-size: 20px;
  420. line-height: 23px;
  421. font-weight: 500;
  422. }
  423. .supporters {
  424. padding-bottom: 30px;
  425. padding-top: 20px;
  426. }
  427. .supporters ul {
  428. display: inline-block;
  429. margin-bottom: 0;
  430. vertical-align: top;
  431. padding-right: 25px;
  432. max-width: 33%;
  433. }
  434. .shop .item {
  435. padding: 10px 40px 40px;
  436. text-align: center;
  437. }
  438. .item > img {
  439. padding-bottom: 25px;
  440. }
  441. .item tr {
  442. background: none;
  443. }
  444. .item input {
  445. padding: 10px 0;
  446. }
  447. /* MISC */
  448. .clearfix:after {
  449. display: block;
  450. height: 0;
  451. clear: both;
  452. visibility: hidden;
  453. content: '.';
  454. }
  455. .clearfix {display: inline-block;}
  456. * html .clearfix {height: 1%;}
  457. .clearfix {display: block;}
  458. /* #Media Queries
  459. ================================================== */
  460. /* Smaller than standard 960 (devices and browsers) */
  461. @media only screen and (max-width: 959px) {
  462. .supporters ul {
  463. display: block;
  464. max-width: 100%;
  465. }
  466. }
  467. /* Tablet Portrait size to standard 960 (devices and browsers) */
  468. @media only screen and (min-width: 768px) and (max-width: 959px) {
  469. .navbar-collapse {
  470. float: left;
  471. }
  472. ul.nav li:first-child {
  473. padding-left: 0;
  474. }
  475. .content img {
  476. width: 100%;
  477. max-width: 768px;
  478. }
  479. .content .profile img {
  480. max-width: 400px;
  481. }
  482. .sidebar {
  483. max-width: none;
  484. padding: 30px 0;
  485. }
  486. .sidebar div {
  487. display: block;
  488. vertical-align: top;
  489. padding-right: 50px;
  490. }
  491. .sidebar div img {
  492. margin-top: 20px;
  493. }
  494. .sidebar div:nth-child(2) img {
  495. margin-top: 0;
  496. }
  497. .sidebar .social {
  498. display: none;
  499. }
  500. header .social {
  501. display: block;
  502. }
  503. .content .sponsor-logos img {
  504. max-width: 150px;
  505. }
  506. .content .sponsor-logos img.small {
  507. max-width: 100px;
  508. }
  509. .content .sponsor-logos img.wide {
  510. max-width: 250px;
  511. }
  512. .content .sponsor-logos td {
  513. padding: 12px 24px 12px 0;
  514. }
  515. }
  516. /* All Mobile Sizes (devices and browser) */
  517. @media only screen and (max-width: 767px) {
  518. hr {
  519. margin-bottom: 50px;
  520. }
  521. header {
  522. padding-top: 10px;
  523. padding-bottom: 10px;
  524. }
  525. .content img {
  526. width: 100%;
  527. }
  528. .content .profile img {
  529. max-width: 400px;
  530. }
  531. .navbar {
  532. border-radius: 0;
  533. }
  534. .navbar-collapse {
  535. border-top: 1px solid rgb(97, 96, 96);
  536. float: none;
  537. padding: 0 15px;
  538. }
  539. .navbar-nav {
  540. padding: 0;
  541. }
  542. ul.nav li {
  543. padding-left: 0;
  544. }
  545. .navbar-brand, .navbar-nav>li>a {
  546. padding: 5px 0;
  547. }
  548. .sidebar {
  549. max-width: none;
  550. padding: 30px 0;
  551. }
  552. .sidebar div {
  553. display: inline-block;
  554. vertical-align: top;
  555. padding-right: 50px;
  556. }
  557. .sidebar .social {
  558. display: none;
  559. }
  560. header .social {
  561. display: block;
  562. }
  563. .content .sponsor-logos img {
  564. max-width: 150px;
  565. }
  566. .content .sponsor-logos td {
  567. padding: 12px 24px 12px 0;
  568. }
  569. .shop .item {
  570. padding: 0;
  571. }
  572. .item > img {
  573. padding-bottom: 30px;
  574. }
  575. .item input {
  576. padding: 15px 0;
  577. }
  578. }
  579. /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  580. @media only screen and (min-width: 480px) and (max-width: 767px) {
  581. body {
  582. font-size: 1.15em;
  583. }
  584. h1 {
  585. font-size: 2em;
  586. }
  587. header {
  588. padding-bottom: 30px;
  589. }
  590. .content img {
  591. width: 100%;
  592. }
  593. .content .profile img {
  594. max-width: 400px;
  595. }
  596. .content {
  597. padding: 0;
  598. }
  599. .sidebar {
  600. max-width: 300px;
  601. }
  602. #footer p {
  603. font-size: .5em;
  604. }
  605. .navbar-brand, .navbar-nav>li>a {
  606. padding: 15px 0;
  607. }
  608. .content .sponsor-logos img {
  609. max-width: 120px;
  610. padding-right: 30px;
  611. }
  612. }
  613. /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  614. @media only screen and (max-width: 479px) {
  615. body {
  616. font-size: 1.15em;
  617. }
  618. h1 {
  619. font-size: 1.75em;
  620. }
  621. .content img {
  622. width: 100%;
  623. }
  624. .content .profile img {
  625. max-width: 400px;
  626. }
  627. .content {
  628. padding: 0;
  629. }
  630. #footer p {
  631. font-size: .5em;
  632. }
  633. .content .sponsor-logos img {
  634. padding: 30px 30px 10px 0;
  635. max-width: 50%;
  636. }
  637. .content .sponsor-logos td {
  638. display: table-row;
  639. }
  640. }