From f89130a2cdd8893e1ac379b6e10ec97b7d27ae7d Mon Sep 17 00:00:00 2001 From: j8takagi Date: Mon, 13 Jan 2014 17:26:37 +0900 Subject: [PATCH] =?utf8?q?=E3=82=B9=E3=82=BF=E3=82=A4=E3=83=AB=E3=82=B7?= =?utf8?q?=E3=83=BC=E3=83=88=E3=81=A7=E3=80=81=E5=AE=9F=E8=A1=8C=E4=BE=8B?= =?utf8?q?=E3=81=AE=E8=83=8C=E6=99=AF=E8=89=B2=E3=82=92=E9=BB=92=E3=81=8B?= =?utf8?q?=E3=82=89=E7=99=BD=E3=81=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- doc/style.css | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/doc/style.css b/doc/style.css index a163694..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,22 +100,16 @@ 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; + font-size: 90%; 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; } @@ -131,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; } @@ -146,4 +139,8 @@ dt { dfn { font-style: normal; -} \ No newline at end of file +} + +.header, .menu { + display: none; +} -- 2.18.0