style.css 11 KB

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