X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=doc%2Fstyle.css;h=fd3e083902d1fd8e7f336687eb65012659cd59fa;hb=ee5db74ce7c1224fac149e2a2cc3de0abcbe0b47;hp=a163694af1f06d35afddfad6f0cf34575c45e563;hpb=ae7aaf86959f7de9213bc8f5f0fa5308b932a624;p=YACASL2.git diff --git a/doc/style.css b/doc/style.css index a163694..fd3e083 100644 --- a/doc/style.css +++ b/doc/style.css @@ -33,6 +33,7 @@ h2 { .contents { background-color: #DDF; border: 4px double #000; + padding: 0.5em 1em 0.5em 1em; } .contents h2 { @@ -41,6 +42,10 @@ h2 { background-color: #DDF; } +.contents li { + list-style-type: none; +} + .shortcontents { background-color: #DDF; border: 4px double #000; @@ -86,11 +91,9 @@ 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%; + border: 1px solid #CCC; } a { @@ -102,22 +105,15 @@ blockquote { border: 1px solid #00F; } -kbd { - font-family: monospace; -} - -em { - font-weight: bold; +kbd, code, .file, var { font-style: normal; -} - -kbd, code, .file { + font-family: monospace; margin-left:0.5em; margin-right: 0.5em; } table, th, td { - border: 1px solid #888; + border: 1px solid #CCC; border-collapse: collapse; /* 枠線の表示方法 */ margin-bottom: 1em; } @@ -130,7 +126,7 @@ pre.example .command, pre.example .option, pre.example kbd { font-weight: bold; font-family: monospace; background-color: inherit; - color: white; + font-style: normal; margin-left:0; margin-right: 0; } @@ -140,10 +136,16 @@ pre.example strong { border: 2px solid green; } -dt { +th, dt, em { + font-style: normal; font-weight: bold; + font-family: sans-serif; } dfn { font-style: normal; -} \ No newline at end of file +} + +.header, .menu { + display: none; +}