X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/89539330a0491b210a3484e44abd5dab71e846ac..b113804697383fd6c8ff5d499eae914dab8c535b:/jekyll/css/application.css?ds=sidebyside diff --git a/jekyll/css/application.css b/jekyll/css/application.css index bc1850b..ce03fd5 100644 --- a/jekyll/css/application.css +++ b/jekyll/css/application.css @@ -1,110 +1,191 @@ -a.logo {display: block; margin: 6.4616em auto; width: 160px; height: 90px; background-image: url(/img/logo.png)} +body { + background-color: #fff; + font-family: 'VT323', monospace; +} +a.logo { + display: block; + margin: 20px; + background-size: 100% 100%; + height: 80px; + width: 720px; + background-image: url(/img/unlimited-pizza-animated-logo.gif); +} + a.logo span {display:none} +em {color:#99a3a4} -.postmeta{ - font-family: 'Signika Negative', sans-serif; - background-color: #000; - margin: 1em 0 0; - color: #999; - padding: 0.1538em; +.main-container { + margin: 20px 0; } -.postmeta a, -.postmeta a:visited, -.postmeta a:active, -.postmeta a:hover{color: #fff} +h1, +h2, +h3 { + text-transform: uppercase; + font-weight: 300; +} -.postmeta .author{ - padding-left: 0.3846em; +h1{ + font-size: 72px; + line-height: 81px; } -.postmeta .date{ - font-style: italic; +a { + color: #00dddd; } -.posttags{ - font-family: 'Signika Negative', sans-serif; - background-color: #f2f2f2; - margin: 0 0 1em; - color: #000; +.content { + margin: 20px; + font-size: 24px; } -.posttags .span1, -.posttags .span2, -.posttags .span3{ - margin-left: 0; - margin-right: 0; - padding: 0.6154em 0.7692em; +ul { + list-style: square; } -.posttags .span1{width: 110px} -.posttags .span2{width: 140px} -.posttags .span3{width: 260px} +.main-container section, +.main-container aside{ text-align: left} -.postcontainer{ - margin: 2em 0; - font-family: 'Signika', sans-serif; - letter-spacing: 0.05em; - font-weight: 300; - color: #000; + +/* Guestbook */ +.guestbook-feed, .guestbook-form ul { + list-style: none; } -.postcontainer h1{ - font-family: 'Advent Pro', sans-serif; +.guestbook-form li { + display: block; +} + +.guestbook-form .guestbook-label { + width: 8.571em; + float: left; + text-align: right; + padding: 0.5em 1.071em; text-transform: uppercase; - font-weight: 100; - font-size: 2.77em; } -aside h3{ - font-family: 'Advent Pro', sans-serif; - font-weight: 100; - font-size: 1.85em; - margin: 1.0833em 0; +.guestbook-form .guestbook-control { + float: left; } -aside ul{ - margin-left: 0; - list-style: none; +.guestbook-form .guestbook-control-group { + clear: both; +} + +.guestbook-form .comment-control { + width: 42.857em; + height: 10em; } -aside li{ +.guestbook-content, .guestbook-form { + clear: both; + padding: 2.142em 0; +} + +.guestbook-feed .guestbook-post { display: block; - margin: 0; - background-color: #f2f2f2; - color: #000; - height: 2.9167em; + border-bottom: 0.071em solid #99a3a4; + padding: 1.071em; } -aside li.alt{ - color: #333; +.guestbook-post .author { + font-weight: bold; +} + +/* + * The Recorder CSS + */ +.pepperoni-widget { + justify-content: space-between; + display: flex; +} + +.pepperoni-widget .record-button { + display: flex; + font-size: 1.538461em; + padding: 15px 20px 30px; + margin: 1em; + height: 1em; + background-color: #f1f1f1; + cursor: pointer; + transition: background-color 0.2s ease, color 0.2s ease; +} + +.record-info { + margin: 1em 0; +} + +.pepperoni-widget .record-button.recording { + background-color: #ff00ff; + color: white; + padding: 20px 25px 25px 15px +} + +.pepperoni-widget .record-button:hover { + text-decoration: none; background-color: #fafafa; } -aside li a, -aside li a:visited, -aside li a:hover, -aside li a:active{ color: #000; padding: 0.7692em; line-height: 2.9167em } +.pepperoni-widget .record-button.recording:hover { + background-color: #ff00ff; + color: #f1f1f1; +} + +.pepperoni-widget .record-progress { + justify-content: space-between; + display: flex; + margin: 0.5em 0.76em; +} -aside li.alt a, -aside li.alt a:visited, -aside li.alt a:hover, -aside li.alt a:active{ color: #333 } +.record-progress-bar-container { + background-color: #f1f1f1; + height: 2em; + width: 15.385em; + margin-right: 0.76em; +} -aside .counter{ display: block; float: right; font-weight: bold; width: 2.9167em; height: 2.9167em; text-align: center; background-color: #999; color: #fff; line-height: 2.9167em} -aside li.alt .counter { background-color: #666} +.record-progress-bar { + height: 2em; + background-color: #d30058; + width: 0; +} -.postcontent p, .postcontent li{ +.record-clear { + margin-top: 0.1em; + text-transform: uppercase; font-size: 1em; - line-height: 1.4615em; - padding: 8px 0; + width: 4em; + cursor: pointer; +} + +.record-clear:hover { + text-decoration: none; } -.postcontent em{ - color: #666; - font-family: 'PT Sans', sans-serif; +.record-preview { + margin: 0.76em; + width: 15.385em; + height: 2em; } -.postcontent strong{ - font-weight: 400; -} \ No newline at end of file +.guestbook-submit { + border-radius: 0; + border: 0; + background-color: #ff00ff; + font-family: 'VT323', monospace; + font-size: 24px; + color: #fff; + padding: 10px; + margin-left: 15px; +} + +.filter-switches label { + display: inline; + margin-right: 2em; +} + +.guestbook-control input { + font-family: 'VT323', monospace; + padding: 10px; + font-size: 24px; +}