aboutsummaryrefslogtreecommitdiff
path: root/html/shaddock.css
diff options
context:
space:
mode:
authorMark Lentczner <markl@glyphic.com>2010-07-17 18:48:30 +0000
committerMark Lentczner <markl@glyphic.com>2010-07-17 18:48:30 +0000
commitd03e6a21c09b1d5257727895e33addfcc966e437 (patch)
treed8eb486b3798a832fbc7377747d624e877a4a636 /html/shaddock.css
parent7950a7455e553e1213c3a7b4ca3f5e47a239e6d4 (diff)
styling auxillary pages for tibbe and snappy themes
Diffstat (limited to 'html/shaddock.css')
-rw-r--r--html/shaddock.css39
1 files changed, 36 insertions, 3 deletions
diff --git a/html/shaddock.css b/html/shaddock.css
index 7be02966..4a46dd45 100644
--- a/html/shaddock.css
+++ b/html/shaddock.css
@@ -163,7 +163,9 @@ p.caption, h1, h2, h3, h4 {
h1,
#description .caption,
-#synopsis .caption {
+#synopsis .caption,
+#index .caption,
+#module-list .caption {
padding-top: 14px;
margin-bottom: 0;
font-weight: bold;
@@ -171,14 +173,16 @@ h1,
font-size: 140%
}
-h2 {
+h2
+{
padding-top: 14px;
font-weight: bold;
letter-spacing: -0.02em;
font-size: 120%
}
-h3 {
+h3,
+#mini #module-list .caption {
padding-top: 12px;
font-weight: bold;
letter-spacing: -0.02em;
@@ -385,5 +389,34 @@ div.arguments {
background-color: #6060ff
}
+#index td {
+ background-color: #f0f0f0;
+ padding-left: 1em;
+ padding-right: 1em;
+}
+#index td.alt {
+ font-size: 70%;
+ font-style: italic;
+ padding-left: 3em;
+}
+
+body#mini {
+ width: auto;
+ padding: 0;
+ background-color: #ffffff;
+ color: #000000;
+ font-size: 90%;
+ font-family: DroidSerif, Georgia, serif;
+ margin: 0.5em;
+}
+
+#mini div {
+ padding: 0 10px;
+}
+
+#module-list ul {
+ list-style: none;
+ margin-top: 0.5em;
+} \ No newline at end of file