X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fstyle.css;h=20360852a54ad453ca70e7e4881e051c2c7ecda2;hb=46b3ea7f9335f2e67e102189047007691b389cb2;hp=0fb3a176878da70be39bd6737df1e05416f24798;hpb=495088942f2e3e5f07012e5e0554a8a999587c10;p=YACASL2.git diff --git a/doc/style.css b/doc/style.css index 0fb3a17..2036085 100644 --- a/doc/style.css +++ b/doc/style.css @@ -86,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%; } @@ -102,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; } @@ -114,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 { @@ -125,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; } @@ -140,4 +139,8 @@ dt { dfn { font-style: normal; -} \ No newline at end of file +} + +.header, .menu { + display: none; +}