aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/theme
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2004-01-03 17:38:11 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2004-01-03 17:38:11 +0000
commit1ae9cf2eabd527c597d0f20b20093a32f0d97c58 (patch)
tree26d88ba0bf3e1ebef9cd639e7ecd4e34495d8c21 /phpBB/styles/subSilver/theme
parentcbbec39e0d8ed86b5391eb1eafdc34dc724258d5 (diff)
downloadforums-1ae9cf2eabd527c597d0f20b20093a32f0d97c58.tar
forums-1ae9cf2eabd527c597d0f20b20093a32f0d97c58.tar.gz
forums-1ae9cf2eabd527c597d0f20b20093a32f0d97c58.tar.bz2
forums-1ae9cf2eabd527c597d0f20b20093a32f0d97c58.tar.xz
forums-1ae9cf2eabd527c597d0f20b20093a32f0d97c58.zip
Some div-ination coming ... don't get too excited ... it's not "major"
git-svn-id: file:///svn/phpbb/trunk@4708 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/theme')
-rw-r--r--phpBB/styles/subSilver/theme/stylesheet.css15
1 files changed, 14 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/theme/stylesheet.css b/phpBB/styles/subSilver/theme/stylesheet.css
index 88d1d778a8..3268b24992 100644
--- a/phpBB/styles/subSilver/theme/stylesheet.css
+++ b/phpBB/styles/subSilver/theme/stylesheet.css
@@ -10,9 +10,22 @@
/*
+ LAYOUT
+*/
+#header { width: 100%; height: 150px; padding-bottom: 40px; background-image: url('./images/background.gif'); background-repeat: repeat-x; }
+#logodesc { width: 95%; margin-left: auto; margin-right: auto; }
+#menu { position: relative; width: 95%; top: 5px; margin-left: auto; margin-right: auto; font-size: 70%; }
+#info { position: relative; width: 95%; top: 15px; margin-left: auto; margin-right: auto; font-size: 60%; }
+
+#maintable { width: 95%; margin-left: auto; margin-right: auto; padding-bottom: 20px; }
+
+#footer { width: 95%; margin-left: auto; margin-right: auto; text-align: center; }
+
+
+/*
TEXT
*/
-body { scrollbar-face-color: #DEE3E7; scrollbar-highlight-color: #FFFFFF; scrollbar-shadow-color: #DEE3E7; scrollbar-3dlight-color: #D1D7DC; scrollbar-arrow-color: #006699; scrollbar-track-color: #EFEFEF; scrollbar-darkshadow-color: #98AAB1; background-color: white; background-image: url('./images/background.gif'); background-repeat: repeat-x; font-family: Verdana, Helvetica, sans-serif; margin: 0px; border: 0px; padding: 0px; }
+body { scrollbar-face-color: #DEE3E7; scrollbar-highlight-color: #FFFFFF; scrollbar-shadow-color: #DEE3E7; scrollbar-3dlight-color: #D1D7DC; scrollbar-arrow-color: #006699; scrollbar-track-color: #EFEFEF; scrollbar-darkshadow-color: #98AAB1; background-color: white; font-family: Verdana, Helvetica, sans-serif; margin: 0px; border: 0px; padding: 0px; }
h1 { color: black; font-family: 'Trebuchet MS', Verdana, sans-serif; font-weight: bold; font-size: 140%; text-decoration: none; margin: 0px; }
h2 { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 120%; text-decoration:none; line-height: 120%; }
h3 { font-size: 120%; font-weight: bold; font-family: Verdana, serif; line-height: 120%; }