From 467069625f79180f555025602f0214b3ddbfad07 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Tue, 3 May 2005 15:57:50 +0000 Subject: Split out some style for use by the wiki. --- default.css | 21 ++++----------------- default_basic.css | 25 +++++++++++++++++++++++++ gallery/galerie.php | 2 +- images/contents_bottomleft_empty.png | Bin 0 -> 804 bytes includes/common.php | 2 +- 5 files changed, 31 insertions(+), 19 deletions(-) create mode 100644 default_basic.css create mode 100644 images/contents_bottomleft_empty.png 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; diff --git a/default_basic.css b/default_basic.css new file mode 100644 index 0000000..359eb27 --- /dev/null +++ b/default_basic.css @@ -0,0 +1,25 @@ +body { + background-color: #eeeeee; + padding: 10px; + margin: 0px; +} + +a { + text-decoration: none; + color: rgb(100,10,10); +} + +a:visited { + color: rgb(60,0,0); +} + +a:hover { + text-decoration: underline; +} + +.wiki_bottom { + border: 1px dotted #9f9894; + padding: 2px; + font-size: 8pt; + background-color: #d4c9c3; +} diff --git a/gallery/galerie.php b/gallery/galerie.php index 4eed553..438c224 100644 --- a/gallery/galerie.php +++ b/gallery/galerie.php @@ -85,7 +85,7 @@ $inline = false; /* Set the thumbnail background color, if you include() this script. */ -$bg = 'eeeeee'; +$bg = 'ffffff'; /* ------------------------------------------------------------------------- */ $words = array( diff --git a/images/contents_bottomleft_empty.png b/images/contents_bottomleft_empty.png new file mode 100644 index 0000000..55e1af7 Binary files /dev/null and b/images/contents_bottomleft_empty.png differ diff --git a/includes/common.php b/includes/common.php index f67f133..23fb787 100644 --- a/includes/common.php +++ b/includes/common.php @@ -52,7 +52,7 @@ function placeHeader($page_title)
+
  • News
  • About
  • Downloads
  • Wiki
  • Forum
  • Links
  • -- cgit v1.2.3-70-g09d2