From: j8takagi Date: Tue, 7 Jan 2014 14:02:20 +0000 (+0900) Subject: スタイルシートを更新 X-Git-Tag: 0.2p7~1 X-Git-Url: https://j8takagi.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3be2cda0dc3d1e0b07ad0756af54237f52bc9817;p=autotest_mk.git スタイルシートを更新 --- diff --git a/doc/style.css b/doc/style.css index 04bfa1f..28a69ac 100644 --- a/doc/style.css +++ b/doc/style.css @@ -82,13 +82,15 @@ 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%; } +pre.example, pre.verbatim { + border: 1px solid navy; +} + a { text-decoration: none; } @@ -98,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; } @@ -119,8 +120,7 @@ table.cartouche, table.cartouche th, table.cartouche td { 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; } @@ -136,4 +136,8 @@ dt { dfn { font-style: normal; -} \ No newline at end of file +} + +.header, .menu { + display: none; +}