]> git.r.bdr.sh - rbdr/r.bdr.sh/blobdiff - jekyll/css/application.css
Add progressive webapp optimizations
[rbdr/r.bdr.sh] / jekyll / css / application.css
index f5cee8016fc37deb58f942d0bb494c0e5c478601..51500642a913793360df342ec3552d36815e15e3 100644 (file)
@@ -1,4 +1,5 @@
 body {
+  margin: 0;
   background-color: white;
   font-family: times, 'Times New Roman', serif;
   font-smooth: never;
@@ -22,6 +23,7 @@ em {color:#99a3a4}
 h1,
 h2,
 h3 {
+  margin-left: 10px;
   font-weight: 300;
 }
 
@@ -41,6 +43,10 @@ a:visited {
   color: purple;
 }
 
+ul, p {
+  margin-left: 10px;
+}
+
 ul {
   list-style: square;
 }
@@ -49,109 +55,7 @@ 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;
-}
-
-.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;
-  text-align: center;
-}
-
-.pepperoni-widget .record-button.recording {
-  background-color: magenta;
-  color: white;
-}
-
-.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;
-}
-
-.guestbook-control input {
-  width: 100%;
-  font-family: times, 'Times New Roman', serif;
-}
-
-.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;
-}
-
-.filter-switches {
-  padding: 1em 0;
-}
-
-.filter-switches input {
-  display: inline;
-  width: auto;
-  margin-left: 1em;
+img,
+video {
+  max-width: 100vw;
 }