]> git.r.bdr.sh - rbdr/r.bdr.sh/blobdiff - jekyll/css/application.css
Address HTML warnings
[rbdr/r.bdr.sh] / jekyll / css / application.css
index f5cee8016fc37deb58f942d0bb494c0e5c478601..8afbd7387b6da94e0e423a14deffaadb57afa773 100644 (file)
@@ -1,36 +1,32 @@
+html {
+  font-size: 10px;
+}
+
 body {
+  margin: 0;
   background-color: white;
   font-family: times, 'Times New Roman', serif;
-  font-smooth: never;
-  -webkit-font-smoothing: none;
-}
-
-h1 a {
-  color: black;
 }
 
-h1 a:visited {
+header a, header a:visited {
   color: black;
 }
 
-em {color:#99a3a4}
-
-.main-container {
-  margin: 20px 0;
-}
-
-h1,
-h2,
-h3 {
+h1 {
+  display: inline-block;
+  margin-left: 1rem;
   font-weight: 300;
 }
 
-h1 {
-  font-size: 3.33em;
+header {
+  margin: -0.3em 0 0 -0.1em;
+  font-size: 9.6em;
+  font-style: italic;
+  text-transform: uppercase;
 }
 
-h2 {
-  font-size: 1.61em;
+h1 {
+  font-size: 4.8em;
 }
 
 a {
@@ -41,117 +37,88 @@ a:visited {
   color: purple;
 }
 
-ul {
-  list-style: square;
+ul, p {
+  font-size: 1.8rem;
+  line-height: 1.28em;
+  margin-left: 1em;
+  max-width: 50em;
+  font-family: 'Helvetica Neue', Arial, sans-serif;
 }
 
 li {
-  line-height: 1.82em;
-}
-
-/* Guestbook */
-.guestbook-feed, .guestbook-form ul {
-  list-style: none;
-}
-
-.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;
+li p {
+  display: inline-block;
+  line-height: 1.82em;
+  margin: 0;
 }
 
-.guestbook-feed .guestbook-post {
-  display: block;
-  border-bottom: 0.071em solid #99a3a4;
-  padding: 1.071em;
+span {
+  display: inline;
+  color: grey;
 }
 
-/*
- * 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;
+img,
+video {
   display: block;
-  text-align: center;
+  max-width: 100vw;
 }
 
-.pepperoni-widget .record-button.recording {
-  background-color: magenta;
-  color: white;
+header a, h1, p {
+  background-color: white;
 }
 
-.guestbook-submit:hover,
-.pepperoni-widget .record-clear:hover,
-.pepperoni-widget .record-button:hover {
-  background-color: red;
-}
+/* Dark mode overrides */
+@media (prefers-color-scheme: dark) {
+  body {
+    background-color: black;
+    color: white;
+  }
 
-.record-progress-bar-container {
-  background-color: #f1f1f1;
-  height: 4em;
-}
+  header a, header a:visited {
+    color: white;
+  }
 
-.record-progress-bar {
-  height: 4em;
-  background-color: cyan;
-  width: 0;
-}
+  a {
+    color: #53FFFF;
+  }
 
-.record-clear:hover {
-  text-decoration: none;
-}
+  a:visited {
+    color: #FF55FF;
+  }
 
-.record-preview {
-  max-width: 28em;
-  width: 100%;
-  height: 4em;
-  display: block;
-}
+  a[href^="telnet"] {
+    color: #55FF55;
+  }
 
-.guestbook-control input {
-  width: 100%;
-  font-family: times, 'Times New Roman', serif;
-}
+  span {
+    color: #FFEC27;
+  }
 
-.guestbook-submit {
-  background-color: magenta;
-  color: white;
-  display: block;
-  height: 4em;
-  font-size: 1em;
-  max-width: 28em;
-  padding: 0;
-  border: 0;
-  cursor: pointer;
-}
-
-.name-control {
-  max-width: 27.5em;
-  padding: 0.2em;
-  font-size: 1em;
-  display: block;
+  header a, h1, p {
+    background-color: black;
+  }
 }
 
-.filter-switches {
-  padding: 1em 0;
+/*
+ * Mini header
+ */
+@media (max-width: 600px) {
+  header {
+    font-size: 4.8em;
+  }
 }
 
-.filter-switches input {
-  display: inline;
-  width: auto;
-  margin-left: 1em;
+/*
+ * Breadsticks
+ */
+canvas.background {
+  width: 100%;
+  height: 100%;
+  position: fixed;
+  top: 0;
+  left: 0;
+  z-index: -1;
 }