summaryrefslogtreecommitdiff
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
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.
-rw-r--r--default.css21
-rw-r--r--default_basic.css25
-rw-r--r--gallery/galerie.php2
-rw-r--r--images/contents_bottomleft_empty.pngbin0 -> 804 bytes
-rw-r--r--includes/common.php2
5 files changed, 31 insertions, 19 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;
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
--- /dev/null
+++ b/images/contents_bottomleft_empty.png
Binary files 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)
<div class="section">
<ul>
<!-- No newlines after list items because IE 6 can't handle that properly -->
- <li><a href="index.php">News</a></li><li><a href="about.php">About</a></li><li><a href="downloads.php">Downloads</a></li><li><a href="wiki">Wiki</a></li><li><a href="phpBB">Forum</a></li><li><a href="links.php">Links</a></li></ul>
+ <li><a href="index.php">News</a></li><li><a href="about.php">About</a></li><li><a href="downloads.php">Downloads</a></li><li><a href="wiki">Wiki</a></li><li><a href="phpBB2">Forum</a></li><li><a href="links.php">Links</a></li></ul>
</div>
</div>
</div>