From cfcceea865db92a9590992a7a72a5655276e21fd Mon Sep 17 00:00:00 2001 From: makoto kuwata Date: Sun, 20 Mar 2011 09:50:18 +0900 Subject: [update] 'doc/docstyle.css' --- doc/docstyle.css | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/doc/docstyle.css b/doc/docstyle.css index 837d96e..f05442d 100644 --- a/doc/docstyle.css +++ b/doc/docstyle.css @@ -27,7 +27,7 @@ pre { white-space:pre; } -.program { +pre.program { border-style:solid; border-width:1px; border-color:#6699FF; @@ -38,7 +38,7 @@ pre { word-break:break-all; } -.terminal { +pre.terminal { border-style:solid; border-width:1; border-color:#999999; @@ -49,7 +49,7 @@ pre { word-break:break-all; } -.output { +pre.output { border-style:solid; border-width:1px; border-color:#CCCCCC; @@ -61,6 +61,12 @@ pre { } +pre strong { + color: #990000; + font-weight: bold; +} + + .program_caption { margin-top: 20px; } @@ -168,7 +174,7 @@ h3, .subsection { font-size:small; } -.note { +div.note, div.tips { background-color:#FFFFDD; border-style:solid; border-width:0px 1px 0px 1px; @@ -176,9 +182,14 @@ h3, .subsection { color:#333300; /* font-size:small; */ line-height:120%; + margin-top: 10px; padding: 5px 20px 5px 20px; } +div.note span.caption, div.tips span.caption { + color: #C60; +} + .figure { /* border-width:1px; @@ -186,3 +197,13 @@ h3, .subsection { white-space:pre; */ } + +strong { + color: #630; + font-weight; bold; +} + + +em { + font-style: italic; +} -- cgit v1.2.1