doc/Makefileのsedが、BSD SedとGNU Sedの両方で正常に機能するようにコマンドオプション記述を修正
[YACASL2.git] / doc / style.css
index 1f7d790..2036085 100644 (file)
@@ -20,6 +20,10 @@ h1, h2 {
     background-color: #DDF;
 }
 
+table.menu, table.menu th, table.menu td {
+    border-style: none;
+}
+
 h2 {
     padding: 0.25em;
     color: white;
@@ -46,6 +50,18 @@ h2 {
     display: none;
 }
 
+h1.node-heading {
+    display: none;
+}
+
+h2.contents-heading{
+    display: none;
+}
+
+h2.shortcontents-heading{
+    display: none;
+}
+
 .shortcontents a {
    margin-right: 1em;
 }
@@ -70,10 +86,8 @@ a:hover {
     text-decoration: underline;
 }
 
-pre.example {
+pre.example, pre.verbatim {
     padding: 0.5em 1em 0.5em 1em;
-    color: #CCC;
-    background: black;
     font-size: 90%;
 }
 
@@ -86,11 +100,10 @@ blockquote {
     border: 1px solid #00F;
 }
 
-kbd {
+kbd, code, .file, var {
+    font-style: normal;
     font-family: monospace;
-}
-
-kbd, code, .file {
+    font-size: 90%;
     margin-left:0.5em;
     margin-right: 0.5em;
 }
@@ -98,6 +111,7 @@ kbd, code, .file {
 table, th, td {
     border: 1px solid #CCC;
     border-collapse: collapse; /* 枠線の表示方法 */
+    margin-bottom: 1em;
 }
 
 table.cartouche, table.cartouche th, table.cartouche td  {
@@ -109,6 +123,7 @@ pre.example .command, pre.example .option, pre.example kbd {
     font-family: monospace;
     background-color: inherit;
     color: white;
+    font-style: normal;
     margin-left:0;
     margin-right: 0;
 }
@@ -124,4 +139,8 @@ dt {
 
 dfn {
     font-style: normal;
-}
\ No newline at end of file
+}
+
+.header, .menu {
+    display: none;
+}