]> git.r.bdr.sh - rbdr/r.bdr.sh/blobdiff - css/style.css
Only change main h1
[rbdr/r.bdr.sh] / css / style.css
index 554fcc32b71499f448aa0841b60cfa6ea2c7429e..59bca8115fba1d25ac9b2be2494adb4c304d5e4c 100644 (file)
@@ -3,15 +3,23 @@ html {
 }
 
 body {
 }
 
 body {
+  font-size: 1em;
   font: -apple-system-body;
   font-family: "Hoefler Text", "Times New Roman", serif;
   font-feature-settings: "liga" 1, "dlig" 1, "pnum" 1;
   line-height: 1.6;
   letter-spacing: 0.02em;
   font: -apple-system-body;
   font-family: "Hoefler Text", "Times New Roman", serif;
   font-feature-settings: "liga" 1, "dlig" 1, "pnum" 1;
   line-height: 1.6;
   letter-spacing: 0.02em;
+  text-align: justify;
 }
 
 aside {
   clear: both;
 }
 
 aside {
   clear: both;
+  padding-top: 2em;
+}
+
+::selection {
+  color: #00f;
+  background-color: #e8e8e8;
 }
 
 @media only screen and (min-width: 500px) {
 }
 
 @media only screen and (min-width: 500px) {
@@ -19,6 +27,10 @@ aside {
     overflow-x: auto;
   }
 
     overflow-x: auto;
   }
 
+  main {
+    padding: 0 0 0 66px
+  }
+
   .columned {
     width: max-content;
   }
   .columned {
     width: max-content;
   }
@@ -35,17 +47,25 @@ aside {
   .columned .h2:not(:only-child) .h3,
   .columned .h2:not(:only-child) li,
   .columned .h2:not(:only-child) p {
   .columned .h2:not(:only-child) .h3,
   .columned .h2:not(:only-child) li,
   .columned .h2:not(:only-child) p {
-    width: 22em;
+    width: 24em;
   }
 
   .columned .h2:not(:only-child) pre { width: 25em }
   }
 
   .columned .h2:not(:only-child) pre { width: 25em }
+
+  header {
+    float: left;
+    margin-top: 1.2em;
+  }
 }
 
 .columned .h2:first-of-type pre {
   line-height: 1;
 }
 
 }
 
 .columned .h2:first-of-type pre {
   line-height: 1;
 }
 
-blockquote, p { max-width: 45em }
+blockquote, p, article > div {
+  margin: 0 0.3em;
+  max-width: 45em
+}
 pre { max-width: 55em }
 blockquote {
   border-left: 4px solid #ccc;
 pre { max-width: 55em }
 blockquote {
   border-left: 4px solid #ccc;
@@ -53,17 +73,22 @@ blockquote {
 }
 
 br { display: none }
 }
 
 br { display: none }
+h1, h2, h3 { font-weight: normal }
+h1, h2 { font-size: 1.65em }
+main h1 { font-size: 1em }
+h3 { font-size: 1.25em }
 pre {
   font-family: courier, monospace;
   font-size: 0.875em;
   background-color: #eee;
   overflow-x: auto;
 pre {
   font-family: courier, monospace;
   font-size: 0.875em;
   background-color: #eee;
   overflow-x: auto;
+  padding: 1em;
 }
 
 canvas {
   width: 64px;
   height: 64px;
 }
 
 canvas {
   width: 64px;
   height: 64px;
-  display: inline-block;
+  display: block;
   background-color: #000;
   border: 1px solid #000;
 }
   background-color: #000;
   border: 1px solid #000;
 }
@@ -79,6 +104,11 @@ canvas {
     border: 1px solid #fff;
   }
 
     border: 1px solid #fff;
   }
 
+  h1 a {
+    display: block;
+    width: 64px;
+  }
+
   a {
     color: #5dc1fd;
     display: inline-block;
   a {
     color: #5dc1fd;
     display: inline-block;