X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=doc%2Fstyle.css;h=42c692e6c7ec85f9ba731b9450d2c12c572388fe;hp=6e9bcfe73388a6b5a70fd3aa673209fd519bed47;hb=1c0f534eafd7d910708a8154a1208e25da28f1f2;hpb=b062dc382203af031ac92d40ca94c2b0bd1e495c diff --git a/doc/style.css b/doc/style.css index 6e9bcfe..42c692e 100644 --- a/doc/style.css +++ b/doc/style.css @@ -9,10 +9,14 @@ h1, h2 { margin-left: -2em; } +.node{ + margin-left: -3em; +} + h2 { + padding: 0.25em; color: white; background-color: navy; - padding: 0.25em; } h3, h4 { @@ -35,19 +39,17 @@ a:hover { font-family: monospace; } +table.cartouche { + width: 60%; +} + pre.example { - width: 100%; padding: 0.5em 1em 0.5em 1em; color: #CCC; background: black; font-size: 90%; } -pre.example b { - color: white; - background-color: black; -} - a { text-decoration: none; } @@ -62,3 +64,13 @@ table, th, td { border: 1px solid #CCC; border-collapse: collapse; /* 枠線の表示方法 */ } + +table.cartouche, table.cartouche th, table.cartouche td { + border: none; +} + +pre.example .command { + font-weight: bold; + background-color: inherit; + color: white; +} \ No newline at end of file