summaryrefslogtreecommitdiff
path: root/default.css
diff options
context:
space:
mode:
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;