]> 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 e12ef24706f4b1af60d792854f00d9dfa92a8dca..51500642a913793360df342ec3552d36815e15e3 100644 (file)
-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}
-
-nav ul{
-  list-style: none;
-  margin: 0 auto 6.4616em;
-  text-align: center;
-}
-
-nav ul li{
-  display: inline;
-  font-family: 'Open Sans condensed', sans-serif;
-  text-transform: uppercase;
-  font-weight: 300;
-  font-size: 2em;
-  margin: 0.5em
+body {
+  margin: 0;
+  background-color: white;
+  font-family: times, 'Times New Roman', serif;
+  font-smooth: never;
+  -webkit-font-smoothing: none;
 }
 
-nav ul li a{
-  color: #03090f;
-  text-decoration: none;
+h1 a {
+  color: black;
 }
 
-nav ul li a:hover,
-nav ul li a:active,
-nav ul li a:focus {
-  color: #009edb;
-  text-decoration: none;
+h1 a:visited {
+  color: black;
 }
 
-.posttags{
-  font-family: 'Signika Negative', sans-serif;
-  background-color: #fff;
-  margin: 1em 0;
-  color: #03090f;
-}
+em {color:#99a3a4}
 
-.posttags .span1,
-.posttags .span2,
-.posttags .span3{
-  margin-left: 0;
-  margin-right: 0;
-  padding: 0.6154em 0.7692em;
+.main-container {
+  margin: 20px 0;
 }
 
-.posttags .span1{width: 110px}
-.posttags .span2{width: 140px}
-.posttags .span3{width: 260px}
-
-.postcontainer{
-  margin: 2em 0;
-  font-family: 'Signika', sans-serif;
-  letter-spacing: 0.05em;
+h1,
+h2,
+h3 {
+  margin-left: 10px;
   font-weight: 300;
-  color: #03090f;
 }
 
-.postcontainer h1{
-  font-family: 'Open Sans Condensed', sans-serif;
-  text-transform: uppercase;
-  font-weight: 300;
-  font-size: 2.77em;
+h1 {
+  font-size: 3.33em;
 }
 
-aside h3{
-  font-family: 'Open Sans Condensed', sans-serif;
-  font-weight: 300;
-  font-size: 1.85em;
-  margin: 1.0833em 0;
+h2 {
+  font-size: 1.61em;
 }
 
-aside ul{
-  margin-left: 0;
-  list-style: none;
+a {
+  color: blue;
 }
 
-aside li{
-  display: block;
-  margin: 0;
-  background-color: #fff;
-  color: #03090f;
-  height: 2.9167em;
+a:visited {
+  color: purple;
 }
 
-aside li.alt{
-  color: #333;
-  background-color: #fafafa;
+ul, p {
+  margin-left: 10px;
 }
 
-aside li a,
-aside li a:visited,
-aside li a:hover,
-aside li a:active{ color: #03090f; padding: 0.7692em; line-height: 2.9167em }
-
-aside li.alt a,
-aside li.alt a:visited,
-aside li.alt a:hover,
-aside li.alt a:active{ color: #333 }
-
-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}
-
-.postcontent p, .postcontent li{
-  font-size: 1.1em;
-  line-height: 1.4615em;
-  padding: 8px 0;
+ul {
+  list-style: square;
 }
 
-.postcontent em{
-  color: #666;
-  font-family: 'PT Sans', sans-serif;
+li {
+  line-height: 1.82em;
 }
 
-.postcontent strong{
-  font-weight: 400;
+img,
+video {
+  max-width: 100vw;
 }
-
-.main-container section,
-.main-container aside{ text-align: left}