X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/89539330a0491b210a3484e44abd5dab71e846ac..f882abe4187a8fed46962abd2349ec36235f9e82:/jekyll/css/application.css diff --git a/jekyll/css/application.css b/jekyll/css/application.css index bc1850b..f5cee80 100644 --- a/jekyll/css/application.css +++ b/jekyll/css/application.css @@ -1,110 +1,157 @@ -a.logo {display: block; margin: 6.4616em auto; width: 160px; height: 90px; background-image: url(/img/logo.png)} -a.logo span {display:none} +body { + background-color: white; + font-family: times, 'Times New Roman', serif; + font-smooth: never; + -webkit-font-smoothing: none; +} + +h1 a { + color: black; +} -.postmeta{ - font-family: 'Signika Negative', sans-serif; - background-color: #000; - margin: 1em 0 0; - color: #999; - padding: 0.1538em; +h1 a:visited { + color: black; } -.postmeta a, -.postmeta a:visited, -.postmeta a:active, -.postmeta a:hover{color: #fff} +em {color:#99a3a4} -.postmeta .author{ - padding-left: 0.3846em; +.main-container { + margin: 20px 0; } -.postmeta .date{ - font-style: italic; +h1, +h2, +h3 { + font-weight: 300; } -.posttags{ - font-family: 'Signika Negative', sans-serif; - background-color: #f2f2f2; - margin: 0 0 1em; - color: #000; +h1 { + font-size: 3.33em; } -.posttags .span1, -.posttags .span2, -.posttags .span3{ - margin-left: 0; - margin-right: 0; - padding: 0.6154em 0.7692em; +h2 { + font-size: 1.61em; } -.posttags .span1{width: 110px} -.posttags .span2{width: 140px} -.posttags .span3{width: 260px} +a { + color: blue; +} -.postcontainer{ - margin: 2em 0; - font-family: 'Signika', sans-serif; - letter-spacing: 0.05em; - font-weight: 300; - color: #000; +a:visited { + color: purple; } -.postcontainer h1{ - font-family: 'Advent Pro', sans-serif; - text-transform: uppercase; - font-weight: 100; - font-size: 2.77em; +ul { + list-style: square; } -aside h3{ - font-family: 'Advent Pro', sans-serif; - font-weight: 100; - font-size: 1.85em; - margin: 1.0833em 0; +li { + line-height: 1.82em; } -aside ul{ - margin-left: 0; +/* Guestbook */ +.guestbook-feed, .guestbook-form ul { list-style: none; } -aside li{ +.guestbook-form li { + display: block; + max-width: 28em; +} + +.guestbook-form .guestbook-label { + text-transform: uppercase; + text-align: center; + max-width: 28em; + width: 100%; + text-style: italic; +} + +.guestbook-feed .guestbook-post { + display: block; + border-bottom: 0.071em solid #99a3a4; + padding: 1.071em; +} + +/* + * The Recorder CSS + */ + +.pepperoni-widget .record-clear, +.pepperoni-widget .record-button { + margin: 1em 0; + padding: 1em 0; + background-color: blue; + color: white; + cursor: pointer; + transition: background-color 0.2s ease, color 0.2s ease; display: block; - margin: 0; - background-color: #f2f2f2; - color: #000; - height: 2.9167em; + text-align: center; } -aside li.alt{ - color: #333; - background-color: #fafafa; +.pepperoni-widget .record-button.recording { + background-color: magenta; + color: white; } -aside li a, -aside li a:visited, -aside li a:hover, -aside li a:active{ color: #000; padding: 0.7692em; line-height: 2.9167em } +.guestbook-submit:hover, +.pepperoni-widget .record-clear:hover, +.pepperoni-widget .record-button:hover { + background-color: red; +} + +.record-progress-bar-container { + background-color: #f1f1f1; + height: 4em; +} + +.record-progress-bar { + height: 4em; + background-color: cyan; + width: 0; +} + +.record-clear:hover { + text-decoration: none; +} + +.record-preview { + max-width: 28em; + width: 100%; + height: 4em; + display: block; +} -aside li.alt a, -aside li.alt a:visited, -aside li.alt a:hover, -aside li.alt a:active{ color: #333 } +.guestbook-control input { + width: 100%; + font-family: times, 'Times New Roman', serif; +} -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} +.guestbook-submit { + background-color: magenta; + color: white; + display: block; + height: 4em; + font-size: 1em; + max-width: 28em; + padding: 0; + border: 0; + cursor: pointer; +} -.postcontent p, .postcontent li{ +.name-control { + max-width: 27.5em; + padding: 0.2em; font-size: 1em; - line-height: 1.4615em; - padding: 8px 0; + display: block; } -.postcontent em{ - color: #666; - font-family: 'PT Sans', sans-serif; +.filter-switches { + padding: 1em 0; } -.postcontent strong{ - font-weight: 400; -} \ No newline at end of file +.filter-switches input { + display: inline; + width: auto; + margin-left: 1em; +}