css font size
authorPeng Li <seudut@gmail.com>
Sat, 8 Apr 2017 11:43:56 +0000 (19:43 +0800)
committerPeng Li <seudut@gmail.com>
Sat, 8 Apr 2017 11:43:56 +0000 (19:43 +0800)
css/my.css

index bde24a9..485cacd 100644 (file)
@@ -5,11 +5,12 @@ html {
 }
 
 body {
-    max-width:45em;
+    max-width: 50em;
     margin: 0 auto;
 /*    border: 1px solid LightGrey; */
 }
 
+/* preamble */
 body .title {
     text-align:center;
 }
@@ -38,21 +39,32 @@ ul {
     text-decoration:none;
 }
 
+/* postamble */
 #postamble.status{
     text-align: center;
     font-size: 0.8em;
 }
 
+/* content */
+#content {
+    font-size: 80%;
+    background: #fff;
+}
+
 /* code block */
 code {
 }
 
+a {
+    text-decoration: none;
+}
+
 pre {
     overflow:auto;
     color:#585858;
     background-color:#f5ebe1;
-    font-size:1.2em;
-    border-color:#585858;
+/*    font-size:1.2em; */
+    border-color:#585858; 
     border-style:solid;
     border-width:1px;
     margin:1em 0;
@@ -64,6 +76,8 @@ pre.src{
        padding-top:1.2em;
        position:relative;
        font-size:1em;
+    width: 90%;
+    margin: 1em auto;
 }
 
 pre.src:before{
@@ -76,7 +90,7 @@ pre.src:before{
        border-bottom-left-radius:8px;
        border:0;
        color:#fff;
-       font-size:80%
+/*     font-size:80% */
 }
 
 pre.src:hover:before{