style.css 11 KB

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