summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormakoto kuwata <kwa@kuwata-lab.com>2011-03-20 09:50:18 +0900
committermakoto kuwata <kwa@kuwata-lab.com>2011-03-20 09:50:18 +0900
commitcfcceea865db92a9590992a7a72a5655276e21fd (patch)
tree749260a85ad520f952f9900f359c346a7de321c6
parent660ea949afba268fe7bcfc48a336ac03ac94fbe7 (diff)
downloaderubis-cfcceea865db92a9590992a7a72a5655276e21fd.tar.gz
[update] 'doc/docstyle.css'
-rw-r--r--doc/docstyle.css29
1 files 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;
+}