X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/b1f7ce2f11f494e01b3ee736183f5c5d8c2615c9..cdfb33f1d5a2863c284726068702ac1ba01c0eb8:/jekyll/css/application.css?ds=sidebyside diff --git a/jekyll/css/application.css b/jekyll/css/application.css index 76fe54d..770d614 100644 --- a/jekyll/css/application.css +++ b/jekyll/css/application.css @@ -1,121 +1,124 @@ -body {background-image: url(/img/bg.png)} -a.logo {display: block; margin: 6.4616em auto 0; auto; width: 540px; height: 60px; background-image: url(/img/logo.png)} -a.logo span {display:none} -em {color: #7a8793} +html { + font-size: 10px; +} -nav ul{ - list-style: none; - margin: 0 auto 6.4616em; - text-align: center; +body { + margin: 0; + background-color: white; + font-family: times, 'Times New Roman', serif; } -nav ul li{ - display: inline; - font-family: 'Open Sans condensed', sans-serif; - text-transform: uppercase; - font-weight: 300; - font-size: 2em; - margin: 0.5em +header a, header a:visited { + color: black; } -nav ul li a{ - color: #03090f; - text-decoration: none; +h1, h2 { + display: inline-block; + margin-left: 1rem; + font-weight: 300; } -nav ul li a:hover, -nav ul li a:active, -nav ul li a:focus { - color: #009edb; - text-decoration: none; +header { + margin: -0.3em 0 0 -0.1em; + font-size: 9.6em; + font-style: italic; + text-transform: uppercase; } -.posttags{ - font-family: 'Signika Negative', sans-serif; - background-color: #fff; - margin: 1em 0; - color: #03090f; +h1, h2 { + font-size: 4.8em; } -.posttags .span1, -.posttags .span2, -.posttags .span3{ - margin-left: 0; - margin-right: 0; - padding: 0.6154em 0.7692em; +a { + color: blue; } -.posttags .span1{width: 110px} -.posttags .span2{width: 140px} -.posttags .span3{width: 260px} +a:visited { + color: purple; +} -.postcontainer{ - margin: 2em 0; - font-family: 'Signika', sans-serif; - letter-spacing: 0.05em; - font-weight: 300; - color: #03090f; +ul, p { + font-size: 1.8rem; + line-height: 1.28em; + margin-left: 1em; + max-width: 50em; + font-family: 'Helvetica Neue', Arial, sans-serif; } -.postcontainer h1{ - font-family: 'Open Sans Condensed', sans-serif; - text-transform: uppercase; - font-weight: 300; - font-size: 2.77em; +li { + display: block; } -aside h3{ - font-family: 'Open Sans Condensed', sans-serif; - font-weight: 300; - font-size: 1.85em; - margin: 1.0833em 0; +li p { + display: inline-block; + line-height: 1.82em; + margin: 0; } -aside ul{ - margin-left: 0; - list-style: none; +span { + display: inline; + color: grey; } -aside li{ +img, +video { display: block; - margin: 0; - background-color: #fff; - color: #03090f; - height: 2.9167em; + max-width: 100vw; } -aside li.alt{ - color: #333; - background-color: #fafafa; +header a, h1, h2, p { + background-color: white; } -aside li a, -aside li a:visited, -aside li a:hover, -aside li a:active{ color: #03090f; padding: 0.7692em; line-height: 2.9167em } +/* Dark mode overrides */ +@media (prefers-color-scheme: dark) { + body { + background-color: black; + color: white; + } -aside li.alt a, -aside li.alt a:visited, -aside li.alt a:hover, -aside li.alt a:active{ color: #333 } + header a, header a:visited { + color: white; + } -aside .counter{ display: block; float: right; font-weight: bold; width: 2.9167em; height: 2.9167em; text-align: center; background-color: #00af4c; color: #fff; line-height: 2.9167em} -aside li.alt .counter { background-color: #009edb} + a { + color: #53FFFF; + } -.postcontent p, .postcontent li{ - font-size: 1.1em; - line-height: 1.6em; - padding: 8px 0; -} + a:visited { + color: #FF55FF; + } + + a[href^="telnet"] { + color: #55FF55; + } -.postcontent em{ - color: #666; - font-family: 'PT Sans', sans-serif; + span { + color: #FFEC27; + } + + header a, h1, h2, p { + background-color: black; + } } -.postcontent strong{ - font-weight: 400; +/* + * Mini header + */ +@media (max-width: 600px) { + header { + font-size: 4.8em; + } } -.main-container section, -.main-container aside{ text-align: left} +/* + * Breadsticks + */ +canvas.background { + width: 100%; + height: 100%; + position: fixed; + top: 0; + left: 0; + z-index: -1; +}