summaryrefslogtreecommitdiff
path: root/default.css
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-05-03 15:57:50 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-05-03 15:57:50 +0000
commit467069625f79180f555025602f0214b3ddbfad07 (patch)
treed8ba21143bc88caef3f9df057de7fb53caf22ec3 /default.css
parentaa0dd15acb2d737df7985061789b9ce5c2bcffe2 (diff)
downloadwebsite-467069625f79180f555025602f0214b3ddbfad07.tar.gz
website-467069625f79180f555025602f0214b3ddbfad07.tar.bz2
website-467069625f79180f555025602f0214b3ddbfad07.tar.xz
website-467069625f79180f555025602f0214b3ddbfad07.zip
Split out some style for use by the wiki.
Diffstat (limited to 'default.css')
-rw-r--r--default.css21
1 files changed, 4 insertions, 17 deletions
diff --git a/default.css b/default.css
index a8d073d..574ebb4 100644
--- a/default.css
+++ b/default.css
@@ -1,27 +1,14 @@
+@import url("default_basic.css");
+
body {
- background-color: #eeeeee;
- padding: 0px 10px 10px 10px;
- margin: 0px;
+ padding-top: 0px;
}
-body, div, p, td, li, a, h1, h2, h3, h4 {
+body, div, p, td, li, h1, h2, h3, h4 {
font-family: sans-serif;
font-size: 10pt;
}
-a {
- text-decoration: none;
- color: rgb(100,10,10);
-}
-
-a:visited {
- color: rgb(70,7,7);
-}
-
-a:hover {
- text-decoration: underline;
-}
-
h1 {
background-image: url(images/header.png);
background-repeat: no-repeat;