X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fstyle.css;h=acedfa40fbe0081b31f224a1254eb3bb77921fc1;hb=4b87f8c9f39eb7829339b25882c18ea78df8ba78;hp=78d193f48260e12353051e6b22cfc06d58f2d755;hpb=8a83577b93c71ff52db7ad5df032bfd1b44745f1;p=YACASL2.git diff --git a/doc/style.css b/doc/style.css index 78d193f..acedfa4 100644 --- a/doc/style.css +++ b/doc/style.css @@ -11,6 +11,17 @@ h1, h2 { .node{ margin-left: -3em; + color: inherit; + background-color: #DDF; +} + +.menu, .node { + color: inherit; + background-color: #DDF; +} + +table.menu, table.menu th, table.menu td { + border-style: none; } h2 { @@ -19,13 +30,58 @@ h2 { background-color: navy; } -h3, h4 { +.contents { + background-color: #DDF; + border: 4px double #000; + padding: 0.5em 1em 0.5em 1em; +} + +.contents h2 { + margin-left: 0; + color: black; + background-color: #DDF; +} + +.contents li { + list-style-type: none; +} + +.shortcontents { + background-color: #DDF; + border: 4px double #000; + } + +.shortcontents h2{ + display: none; +} + +h1.node-heading { + display: none; +} + +h2.contents-heading{ + display: none; +} + +h2.shortcontents-heading{ + display: none; +} + +.shortcontents a { + margin-right: 1em; +} + +h3, h4, h5 { color: navy; margin-left: -1em; } +h5 { + font-size: 100%; +} + p { - line-height: 1.5em; + line-height: 1.25em; margin-top: 0; margin-bottom: 0.5em; } @@ -35,47 +91,59 @@ a:hover { text-decoration: underline; } -kbd { - font-family: monospace; -} - -table.cartouche { - width: 60%; -} - -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 { text-decoration: none; } -blockquote.p { - margin-top:0; - padding-top:0; - line-height: 100%; +blockquote { + line-height: 1.25em; + border: 1px solid #00F; +} + +kbd, code, .file, var { + font-style: normal; + font-family: monospace; + margin-left:0.5em; + margin-right: 0.5em; } table, th, td { border: 1px solid #CCC; border-collapse: collapse; /* 枠線の表示方法 */ + margin-bottom: 1em; } table.cartouche, table.cartouche th, table.cartouche td { border: none; } -pre.example kbd, pre.example .option { +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; } -pre.example em { +pre.example strong { font: inherit; border: 2px solid green; } + +dt { + font-weight: bold; +} + +dfn { + font-style: normal; +} + +.header, .menu { + display: none; +}