summaryrefslogtreecommitdiffstats
path: root/src/dom/base.css
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2006-01-16 02:36:01 +0000
committermental <mental@users.sourceforge.net>2006-01-16 02:36:01 +0000
commit179fa413b047bede6e32109e2ce82437c5fb8d34 (patch)
treea5a6ac2c1708bd02288fbd8edb2ff500ff2e0916 /src/dom/base.css
downloadinkscape-179fa413b047bede6e32109e2ce82437c5fb8d34.tar.gz
inkscape-179fa413b047bede6e32109e2ce82437c5fb8d34.zip
moving trunk for module inkscape
(bzr r1)
Diffstat (limited to 'src/dom/base.css')
-rwxr-xr-xsrc/dom/base.css32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/dom/base.css b/src/dom/base.css
new file mode 100755
index 000000000..7176bbf94
--- /dev/null
+++ b/src/dom/base.css
@@ -0,0 +1,32 @@
+/* recover from old-browser styling */
+
+*.oldbl {display: block !important;}
+*.oldin {display: inline !important;}
+*.ahem {display: none !important;}
+img.pic {display: block !important;}
+
+/* NS6.x-specific fix(es) */
+
+/*|*:-moz-list-bullet, *|*:-moz-list-number {font-size: 1em;}/
+
+/* misc */
+
+.skipper {display: none !important;}
+
+* {font-size: 100%;}
+h1 {font-size: 2em;}
+h2 {font-size: 1.5em;}
+h3 {font-size: 1.33em;}
+h4 {font-size: 1.1em;}
+h5 {font-size: 0.9em;}
+h6 {font-size: 0.75em;}
+pre, code, tt {font: 95% "Andale Mono", Courier, "Courier New", monospace;}
+
+img.pic {float: right; margin: 0.25em 0 0.66em 1.5em;}
+img.border {border: 3px double;}
+
+p.contact {margin: 0 1em !important; text-align: right; font-size: 90%;}
+
+#main {min-height: 30em;}
+#header h1 a, #nav a {text-decoration: none;}
+#nav {padding-top: 0.75em;}