summaryrefslogtreecommitdiff
path: root/doc/asciidoc/examples/website/xhtml11-quirks.css
diff options
context:
space:
mode:
Diffstat (limited to 'doc/asciidoc/examples/website/xhtml11-quirks.css')
-rw-r--r--doc/asciidoc/examples/website/xhtml11-quirks.css43
1 files changed, 43 insertions, 0 deletions
diff --git a/doc/asciidoc/examples/website/xhtml11-quirks.css b/doc/asciidoc/examples/website/xhtml11-quirks.css
new file mode 100644
index 0000000..b793527
--- /dev/null
+++ b/doc/asciidoc/examples/website/xhtml11-quirks.css
@@ -0,0 +1,43 @@
+/* Workarounds for IE6's broken and incomplete CSS2. */
+
+div.sidebar-content {
+ background: #ffffee;
+ border: 1px solid silver;
+ padding: 0.5em;
+}
+div.sidebar-title, div.image-title {
+ color: #527bbd;
+ font-family: Arial,Helvetica,sans-serif;
+ font-weight: bold;
+ margin-top: 0.0em;
+ margin-bottom: 0.5em;
+}
+
+div.listingblock div.content {
+ border: 1px solid silver;
+ background: #f4f4f4;
+ padding: 0.5em;
+}
+
+div.quoteblock-attribution {
+ padding-top: 0.5em;
+ text-align: right;
+}
+
+pre.verseblock-content {
+ font-family: inherit;
+}
+div.verseblock-attribution {
+ padding-top: 0.75em;
+ text-align: left;
+}
+
+div.exampleblock-content {
+ border-left: 3px solid #dddddd;
+ padding-left: 0.5em;
+}
+
+div.imageblock.latex div.image-title { margin-top: 0.5em; }
+
+/* IE6 sets dynamically generated links as visited. */
+div#toc a:visited { color: blue; }