From 3be2cda0dc3d1e0b07ad0756af54237f52bc9817 Mon Sep 17 00:00:00 2001 From: j8takagi Date: Tue, 7 Jan 2014 23:02:20 +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=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- doc/style.css | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) 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; +} -- 2.18.0