summaryrefslogtreecommitdiff
path: root/stylesheets
diff options
context:
space:
mode:
authorStuart Rackham <srackham@methods.co.nz>2010-10-12 14:49:47 +1300
committerStuart Rackham <srackham@methods.co.nz>2010-10-12 14:49:47 +1300
commit4e378890918a40100156d861e93a50a1b1fa3ba1 (patch)
treeb0c65432b1ef60a40746eecd5e6f85f2c5d13527 /stylesheets
parent263b3446330eadcd5e7d582b5f08b775390a6527 (diff)
downloadasciidoc-4e378890918a40100156d861e93a50a1b1fa3ba1.tar.gz
xhtml11: CSS tweaks.
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/xhtml11.css21
1 files changed, 15 insertions, 6 deletions
diff --git a/stylesheets/xhtml11.css b/stylesheets/xhtml11.css
index 1d42ba2..9b732d8 100644
--- a/stylesheets/xhtml11.css
+++ b/stylesheets/xhtml11.css
@@ -5,12 +5,17 @@ thead, p.table.header,
div#toctitle,
span#author, span#revnumber, span#revdate, span#revremark,
div#footer {
- font-family: sans-serif;
+ font-family: Arial,Helvetica,sans-serif;
}
/* Serif font. */
div.sectionbody {
- font-family: serif;
+ font-family: Georgia,"Times New Roman",Times,serif;
+}
+
+/* Monospace font. */
+tt {
+ font-size: inherit;
}
body {
@@ -36,6 +41,7 @@ strong {
}
tt {
+ font-size: inherit;
color: navy;
}
@@ -153,13 +159,15 @@ div.content + div.title {
div.sidebarblock > div.content {
background: #ffffee;
- border: 1px solid silver;
+ border: 1px solid #dddddd;
+ border-left: 4px solid #f0f0f0;
padding: 0.5em;
}
div.listingblock > div.content {
- border: 1px solid silver;
- background: #f4f4f4;
+ border: 1px solid #dddddd;
+ border-left: 5px solid #f0f0f0;
+ background: #f8f8f8;
padding: 0.5em;
}
@@ -167,7 +175,7 @@ div.quoteblock, div.verseblock {
padding-left: 1.0em;
margin-left: 1.0em;
margin-right: 10%;
- border-left: 5px solid #dddddd;
+ border-left: 5px solid #f0f0f0;
color: #777777;
}
@@ -178,6 +186,7 @@ div.quoteblock > div.attribution {
div.verseblock > pre.content {
font-family: inherit;
+ font-size: inherit;
}
div.verseblock > div.attribution {
padding-top: 0.75em;