バージョンアップ
[YACASL2.git] / doc / style.css
index fd3e083..9cb0659 100644 (file)
@@ -3,6 +3,12 @@ body {
     margin-right: 12em;
     color: black;
     background-color: #EEE;
+    font-family: sans-serif;
+}
+
+h1, h2, h3, h4, h5, h6 {
+    color: navy;
+    background-color: inherit;
 }
 
 h1, h2 {
@@ -26,8 +32,7 @@ table.menu, table.menu th, table.menu td {
 
 h2 {
     padding: 0.25em;
-    color: white;
-    background-color: navy;
+    border: 2px solid navy;
 }
 
 .contents {
@@ -72,7 +77,6 @@ h2.shortcontents-heading{
 }
 
 h3, h4, h5 {
-    color: navy;
     margin-left: -1em;
 }
 
@@ -107,13 +111,15 @@ blockquote {
 
 kbd, code, .file, var {
     font-style: normal;
+    font-weight: normal;
     font-family: monospace;
-    margin-left:0.5em;
-    margin-right: 0.5em;
+    font-size: 120%;
+    margin-left:0.25em;
+    margin-right: 0.25em;
 }
 
 table, th, td {
-    border: 1px solid #CCC;
+    border: 1px solid black;
     border-collapse: collapse; /* 枠線の表示方法 */
     margin-bottom: 1em;
 }
@@ -125,6 +131,7 @@ table.cartouche, table.cartouche th, table.cartouche td  {
 pre.example .command, pre.example .option, pre.example kbd {
     font-weight: bold;
     font-family: monospace;
+    font-size: 110%;
     background-color: inherit;
     font-style: normal;
     margin-left:0;
@@ -136,12 +143,16 @@ pre.example strong {
     border: 2px solid green;
 }
 
-th, dt, em {
+th, em {
     font-style: normal;
     font-weight: bold;
     font-family: sans-serif;
 }
 
+th {
+    text-align: center;
+}
+
 dfn {
     font-style: normal;
 }