aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/admin/subSilver.css
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2002-07-07 14:10:18 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2002-07-07 14:10:18 +0000
commit44b8633eb42d975f7852ae95da912e9981fdf342 (patch)
tree8645fbe9d8273d74c67518c8cba5e0c047bb6a9a /phpBB/admin/subSilver.css
parent61a947b132e3616d834404519e9e3b4dd0d829f5 (diff)
downloadforums-44b8633eb42d975f7852ae95da912e9981fdf342.tar
forums-44b8633eb42d975f7852ae95da912e9981fdf342.tar.gz
forums-44b8633eb42d975f7852ae95da912e9981fdf342.tar.bz2
forums-44b8633eb42d975f7852ae95da912e9981fdf342.tar.xz
forums-44b8633eb42d975f7852ae95da912e9981fdf342.zip
Few minor changes
git-svn-id: file:///svn/phpbb/trunk@2656 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/admin/subSilver.css')
-rw-r--r--phpBB/admin/subSilver.css96
1 files changed, 51 insertions, 45 deletions
diff --git a/phpBB/admin/subSilver.css b/phpBB/admin/subSilver.css
index 599a56ebc2..2209e500dd 100644
--- a/phpBB/admin/subSilver.css
+++ b/phpBB/admin/subSilver.css
@@ -1,5 +1,5 @@
/*
- $Id $
+ $Id$
The original "subSilver" theme for phpBB2
Created by subBlue design :: http://www.subBlue.com
@@ -8,9 +8,11 @@
body {
background-color: white;
+ font-family: Verdana,Arial,Helvetica,sans-serif;
margin: 0px;
border: 0px;
padding: 0px;
+
scrollbar-face-color: #DEE3E7;
scrollbar-highlight-color: white;
scrollbar-shadow-color: #DEE3E7;
@@ -24,15 +26,18 @@ p {
font-size: 8pt;
}
-.maintitle,h1,h2 {
- color: black;
+.maintitle, h1, h2 {
font-family: 'Trebuchet MS',Verdana,Arial,Helvetica,sans-serif;
font-weight: bold;
- font-size: 22px;
+ font-size: 18pt;
text-decoration: none;
line-height: 120%;
}
+.maintitle {
+ color: #12749B
+}
+
.subtitle {
font-family: Arial,Helvetica,sans-serif;
font-size: 12pt;
@@ -40,44 +45,9 @@ p {
}
/*
- Tables
-*/
-th,td,p {
- font-family: Verdana,Arial,Helvetica,sans-serif;
- font-size: 8pt;
-}
-
-th {
- height: 25px;
- background-color: #006699;
- color: #FFA34F;
- font-size: 11px;
- font-weight: bold;
-}
-
-th.menu {
- text-align: left;
-}
-
-td.cat {
- height: 28px;
- background-color: #D1D7DC;
-}
-
-.row1 {
- background-color: #EFEFEF;
-}
-.row2 {
- background-color: #DEE3E7;
-}
-.row3 {
- background-color: #D1D7DC;
-}
-
-/*
Anchors
*/
-a:link,a:active,a:visited {
+a:link, a:active, a:visited {
color: #006699;
}
a.gen, a.genmed, a.gensmall {
@@ -105,13 +75,16 @@ a.nav:hover {
text-decoration: underline;
}
a.copyright:hover {
- color: black;
+ color: #DD6900;
text-decoration: underline;
}
/*
Non-tag specific
*/
+.gen, .genmed, .gensmall {
+ color: black;
+}
.gen {
font-size: 12px;
}
@@ -121,9 +94,6 @@ a.copyright:hover {
.gensmall {
font-size: 10px;
}
-.gen, .genmed, .gensmall {
- color: black;
-}
.nav {
color: black;
font-weight: bold;
@@ -139,12 +109,48 @@ a.copyright:hover {
}
.copyright {
color: #444444;
- font-size: 10px;
font-family: Verdana,Arial,Helvetica,sans-serif;
+ font-size: 8pt;
letter-spacing: -1px;
}
/*
+ Tables
+*/
+table.bg {
+ background-color: #98AAB1
+}
+
+th, td {
+ font-family: Verdana,Arial,Helvetica,sans-serif;
+ font-size: 8pt;
+}
+
+th {
+ height: 25px;
+ background-color: #006699;
+ color: #FFA34F;
+ font-size: 11px;
+ font-weight: bold;
+}
+
+th.menu {
+ text-align: left;
+}
+
+td.cat {
+ height: 28px;
+ background-color: #D1D7DC;
+}
+
+.row1 {
+ background-color: #EFEFEF;
+}
+.row2 {
+ background-color: #DEE3E7;
+}
+
+/*
Misc
*/
hr {