aboutsummaryrefslogtreecommitdiff
path: root/html/Ocean.std-theme/ocean.css
diff options
context:
space:
mode:
authorMark Lentczner <markl@glyphic.com>2010-08-16 15:15:37 +0000
committerMark Lentczner <markl@glyphic.com>2010-08-16 15:15:37 +0000
commitd7b77654bc1a36cef5a305429cc015aafcb2d391 (patch)
tree3bdf9cfbe90fcb28369190477a97550dbe682959 /html/Ocean.std-theme/ocean.css
parent9931362030c9536caf5c1d04a34d428b59bf3b04 (diff)
font size and margin tweaks
Diffstat (limited to 'html/Ocean.std-theme/ocean.css')
-rw-r--r--html/Ocean.std-theme/ocean.css32
1 files changed, 21 insertions, 11 deletions
diff --git a/html/Ocean.std-theme/ocean.css b/html/Ocean.std-theme/ocean.css
index 896aa8a2..74cb1b1b 100644
--- a/html/Ocean.std-theme/ocean.css
+++ b/html/Ocean.std-theme/ocean.css
@@ -59,22 +59,22 @@ pre, code, kbd, samp, tt, .src {
line-height:116%;
}
-.top > .src {
- font-size: 116%; /* 15pt */
-}
-
-.top .src .link {
- font-size: 86.2%; /* 13pt */
+.links, .link {
+ font-size: 85%; /* 11pt */
}
#module-header .caption {
font-size: 182%; /* 24pt */
}
-dl.info, #table-of-contents, #synopsis {
+dl.info {
font-size: 85%; /* 11pt */
}
+#table-of-contents, #synopsis {
+ /* font-size: 85%; /* 11pt */
+}
+
/* @end */
@@ -104,7 +104,7 @@ ul.links {
ul.links li {
display: inline;
- border-left: 1px solid rgb(78,98,114);
+ border-left: 1px solid #d5d5d5;
white-space: nowrap;
padding: 0;
}
@@ -140,11 +140,15 @@ p.caption.expander {
}
pre {
- padding: 0.5em;
+ padding: 0.25em;
/* margin: 0.5em 5em 0.5em 3em; */
margin: 0.5em 0 0.5em;
background: rgb(229,237,244);
overflow: auto;
+ border-bottom: 0.25em solid white;
+ /* white border adds some space below the box to compensate
+ for visual extra space that paragraphs have between baseline
+ and the bounding box */
}
.src {
@@ -355,8 +359,14 @@ div#style-menu-holder {
/* @group Main Content */
-#interface div.top { margin: 1em 0 2em 0; }
-
+#interface div.top { margin: 2em 0; }
+#interface h1 + div.top,
+#interface h2 + div.top,
+#interface h3 + div.top,
+#interface h4 + div.top,
+#interface h5 + div.top {
+ margin-top: 1em;
+}
#interface p.src .link {
float: right;
color: #919191;