style.css 11 KB

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