123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606 |
- /* http://meyerweb.com/eric/tools/css/reset/
- v2.0 | 20110126
- License: none (public domain)
- */
- html, body, div, span, applet, object, iframe,
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
- a, abbr, acronym, address, big, cite, code,
- del, dfn, em, img, ins, kbd, q, s, samp,
- small, strike, strong, sub, sup, tt, var,
- b, u, i, center,
- dl, dt, dd, ol, ul, li,
- fieldset, form, label, legend,
- table, caption, tbody, tfoot, thead, tr, th, td,
- article, aside, canvas, details, embed,
- figure, figcaption, footer, header, hgroup,
- menu, nav, output, ruby, section, summary,
- time, mark, audio, video {
- padding: 0;
- margin: 0;
- font: inherit;
- font-size: 100%;
- vertical-align: baseline;
- border: 0;
- }
- /* HTML5 display-role reset for older browsers */
- article, aside, details, figcaption, figure,
- footer, header, hgroup, menu, nav, section {
- display: block;
- }
- body {
- line-height: 1;
- }
- ol, ul {
- list-style: none;
- }
- blockquote, q {
- quotes: none;
- }
- blockquote:before, blockquote:after,
- q:before, q:after {
- content: '';
- content: none;
- }
- /* LAYOUT STYLES */
- body {
- color: #eee;
- font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, serif;
- font-size: 1em;
- font-weight: 300;
- line-height: 1.5;
- background-color: #000;
- text-shadow: none;
- padding: 0 30px;
- }
- a {
- color: #EE2A7B;
- }
- a:hover {
- color: #B01C6A;
- text-decoration: none;
- }
- a:active {
- text-decoration: none;
- }
- header {
- padding-top: 25px;
- padding-bottom: 25px;
- }
- header a,
- header a:hover {
- color: #fff;
- }
- header .social {
- display: none;
- }
- .italic {
- font-style: italic;
- }
- .content {
- padding: 0 30px 0 0;
- }
- .post img {
- padding-bottom: 10px;
- }
- .post-div {
- padding-bottom: 20px;
- }
- .content p {
- margin-top: 15px;
- }
- .logo {
- width: 100%;
- height: 100%;
- max-width: 500px;
- }
- .navbar {
- position: static;
- min-height: 0;
- margin-bottom: 0;
- border: none;
- border-radius: 0;
- }
- .navbar-collapse {
- float: right;
- padding: 0 50px 0 0;
- }
- .navbar-nav {
- padding: 14px 0 0;
- }
- .navbar-brand, .navbar-nav>li>a {
- color: #EE2A7B;
- font-weight: 400;
- padding: 0;
- text-shadow: none;
- }
- .navbar-nav>li>a.active {
- border-bottom: 1px solid #07E656;
- }
- ul.nav li {
- background: none;
- padding-left: 30px;
- }
- .nav>li>a:hover, .nav>li>a:focus {
- color: #B01C6A;
- background-color: #111;
- }
- .navbar-toggle {
- position: static;
- padding: 9px 0;
- margin: 9px 0;
- width: 40px;
- height: 40px;
- }
- .navbar-toggle .icon-bar {
- background-color: #eee;
- width: 37px;
- height: 3px;
- }
- .navbar-toggle .icon-spacer {
- display: block;
- width: 37px;
- height: 6px;
- border-radius: 1px;
- }
- .social a {
- color: #EE2A7B;
- padding-right: 20px;
- vertical-align: top;
- display: inline-block;
- }
- .social a.press {
- margin-top: 5px;
- }
- .sidebar {
- max-width: 325px;
- }
- .sidebar p {
- margin-bottom: 0;
- }
- .sidebar div {
- padding-top: 40px;
- }
- .sidebar div:nth-child(1) img {
- margin-top: 14px;
- }
- .sidebar img {
- margin-top: 7px;
- }
- #footer {
- background: none;
- margin-left: -30px;
- }
- #footer p {
- color: #666;
- font-size: .8em;
- }
- #footer a {
- color: #333;
- }
- #footer a:hover {
- color: #666;
- }
- a.button {
- display: block;
- float: left;
- width: 179px;
- padding: 12px 8px 12px 8px;
- margin-right: 14px;
- font-size: 15px;
- font-weight: bold;
- line-height: 25px;
- color: #303030;
- }
- a.button:hover {
- background: #111; /* Old browsers */
- }
- a.button span {
- display: block;
- height: 23px;
- padding-left: 50px;
- }
- code, pre {
- margin-bottom: 30px;
- font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal;
- font-size: 14px;
- color: #222;
- }
- code {
- padding: 0 3px;
- background-color: #f2f2f2;
- border: solid 1px #ddd;
- }
- pre {
- padding: 20px;
- overflow: auto;
- color: #f2f2f2;
- text-shadow: none;
- background: #303030;
- }
- pre code {
- padding: 0;
- color: #f2f2f2;
- background-color: #303030;
- border: none;
- }
- ul, ol, dl {
- margin-bottom: 20px;
- }
- /* COMMON STYLES */
- strong {
- font-weight: bold;
- }
- em {
- font-style: italic;
- }
- /* GENERAL ELEMENT TYPE STYLES */
- h1 {
- font-size: 3em;
- text-transform: uppercase;
- }
- h2 {
- font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, serif;
- font-size: 1.25em;
- font-weight: 400;
- line-height: 1.3;
- margin-bottom: 10px;
- }
- h2.program,
- h2.post {
- font-size: 1.5em;
- }
- h2.post {
- margin-bottom: 0;
- }
- h3 {
- margin: 5px 0;
- font-size: 1.15em;
- color: #00FFB1;
- font-weight: 400;
- }
- h3.program {
- margin: 20px 0 10px;
- }
- h4 {
- font-size: 1em;
- font-weight: bold;
- color: #BFD7E5;
- }
- h5 {
- font-size: 1em;
- color: #303030;
- }
- h6 {
- font-size: .8em;
- color: #303030;
- }
- .slant {
- font-size: 1.25em;
- font-weight: 300;
- }
- p {
- margin-bottom: 20px;
- font-weight: 300;
- }
- a {
- text-decoration: none;
- }
- p a {
- font-weight: 400;
- }
- blockquote {
- padding: 0 0 0 30px;
- margin-bottom: 20px;
- font-size: 1.6em;
- border-left: 10px solid #e9e9e9;
- }
- table {
- width: 100%;
- border-collapse: collapse;
- }
- tr {
- background: #333;
- }
- tr:nth-of-type(odd) {
- background: #444;
- }
- tr.light {
- background: #777;
- }
- tr.public {
- background: #27536D;
- }
- th {
- background: #1D282F;
- color: white;
- text-align: center;
- vertical-align: middle;
- }
- td, th {
- padding: 6px;
- border: 1px solid #000;
- }
- td.workshop {
- background: #3B4751;
- }
- ul li {
- background: url("/assets/themes/images/bullet.png") no-repeat left 10px;
- padding-left: 10px;
- }
- .pagination>li,
- .pagination>li>a,
- .pagination>.disabled>a,
- .pagination>li>a:hover,
- .pagination>.disabled>a:hover {
- background: none;
- border: none;
- }
- ol li {
- list-style-position: inside;
- list-style: decimal;
- padding-left: 3px;
- }
- dl dt {
- color: #303030;
- }
- footer {
- padding-top: 20px;
- padding-bottom: 30px;
- margin-top: 40px;
- font-size: 13px;
- color: #aaa;
- }
- footer a {
- color: #666;
- }
- footer a:hover {
- color: #444;
- }
- header h1 {
- cursor: pointer;
- }
- .light {
- font-weight: 100;
- }
- .date {
- color: #bbb;
- margin-bottom: 20px;
- }
- a .title {
- color: #fff;
- }
- .archive-year iframe {
- padding: 20px 0;
- }
- .donate {
- padding-bottom: 10px;
- }
- .donate a {
- font-weight: 600;
- border-bottom: solid 1px;
- padding-bottom: 2px;
- }
- a.tickets {
- font-size: 25px;
- font-weight: 500;
- }
- /* MISC */
- .clearfix:after {
- display: block;
- height: 0;
- clear: both;
- visibility: hidden;
- content: '.';
- }
- .clearfix {display: inline-block;}
- * html .clearfix {height: 1%;}
- .clearfix {display: block;}
- /* #Media Queries
- ================================================== */
- /* Smaller than standard 960 (devices and browsers) */
- @media only screen and (max-width: 959px) {
- }
- /* Tablet Portrait size to standard 960 (devices and browsers) */
- @media only screen and (min-width: 768px) and (max-width: 959px) {
- .content img {
- width: 100%;
- max-width: 768px;
- }
- .content .profile img {
- max-width: 400px;
- }
- .sidebar {
- max-width: none;
- padding: 30px 0;
- }
- .sidebar div {
- display: inline-block;
- vertical-align: top;
- padding-right: 50px;
- }
- .sidebar div img {
- margin-top: 20px;
- }
- .sidebar div:nth-child(2) img {
- margin-top: 0;
- }
- .sidebar .social {
- display: none;
- }
- header .social {
- display: block;
- }
- }
- /* All Mobile Sizes (devices and browser) */
- @media only screen and (max-width: 767px) {
- header {
- padding-top: 10px;
- padding-bottom: 10px;
- }
- .content img {
- width: 100%;
- }
- .content .profile img {
- max-width: 400px;
- }
- .navbar {
- border-radius: 0;
- }
- .navbar-collapse {
- border-top: 1px solid rgb(97, 96, 96);
- float: none;
- padding: 0 15px;
- }
- .navbar-nav {
- padding: 0;
- }
- ul.nav li {
- padding-left: 0;
- }
- .navbar-brand, .navbar-nav>li>a {
- padding: 5px 0;
- }
- .sidebar {
- max-width: none;
- padding: 30px 0;
- }
- .sidebar div {
- display: inline-block;
- vertical-align: top;
- padding-right: 50px;
- }
- .sidebar .social {
- display: none;
- }
- header .social {
- display: block;
- }
- }
- /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
- @media only screen and (min-width: 480px) and (max-width: 767px) {
- body {
- font-size: 1.15em;
- }
- h1 {
- font-size: 2em;
- }
- header {
- padding-bottom: 30px;
- }
- .content img {
- width: 100%;
- }
- .content .profile img {
- max-width: 400px;
- }
- .content {
- padding: 0;
- }
- .sidebar {
- max-width: 300px;
- }
- #footer p {
- font-size: .5em;
- }
- .navbar-brand, .navbar-nav>li>a {
- padding: 15px 0;
- }
- }
- /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
- @media only screen and (max-width: 479px) {
- body {
- font-size: 1.15em;
- }
- h1 {
- font-size: 1.75em;
- }
- .content img {
- width: 100%;
- }
- .content .profile img {
- max-width: 400px;
- }
- .content {
- padding: 0;
- }
- #footer p {
- font-size: .5em;
- }
- }
|