diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-02-20 17:15:35 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-02-20 17:15:35 +0000 |
| commit | e0f1db2e556ea7c9d30306e9cf448b3e272bc28a (patch) | |
| tree | 30207307d0f4e7bf69da3724dbe8329eab26bfa8 /phpBB/admin/subSilver.css | |
| parent | c3d87feaba631ac1349fc1332ad55bcb26bd4053 (diff) | |
| download | forums-e0f1db2e556ea7c9d30306e9cf448b3e272bc28a.tar forums-e0f1db2e556ea7c9d30306e9cf448b3e272bc28a.tar.gz forums-e0f1db2e556ea7c9d30306e9cf448b3e272bc28a.tar.bz2 forums-e0f1db2e556ea7c9d30306e9cf448b3e272bc28a.tar.xz forums-e0f1db2e556ea7c9d30306e9cf448b3e272bc28a.zip | |
playing
git-svn-id: file:///svn/phpbb/trunk@3475 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/admin/subSilver.css')
| -rw-r--r-- | phpBB/admin/subSilver.css | 43 |
1 files changed, 17 insertions, 26 deletions
diff --git a/phpBB/admin/subSilver.css b/phpBB/admin/subSilver.css index eb6a944a87..4d1c250ed6 100644 --- a/phpBB/admin/subSilver.css +++ b/phpBB/admin/subSilver.css @@ -8,7 +8,7 @@ body { background-color: white; - font-family: Verdana,Arial,Helvetica,sans-serif; + font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0px; border: 0px; padding: 0px; @@ -27,11 +27,9 @@ p { } .maintitle, h1, h2 { - font-family: 'Trebuchet MS',Verdana,Arial,Helvetica,sans-serif; - font-weight: bold; - font-size: 18pt; - text-decoration: none; - line-height: 120%; + font: bold 18pt 'Trebuchet MS', Verdana,sans-serif; + text-decoration:none; + line-height: 120%; } .maintitle { @@ -39,9 +37,7 @@ p { } .subtitle { - font-family: Arial,Helvetica,sans-serif; - font-size: 12pt; - font-weight: bold; + font: bold 12pt Arial, Helvetica, sans-serif; } /* @@ -92,9 +88,8 @@ a.copyright:hover { font-size: 7pt; } .nav { - color: black; - font-weight: bold; - font-size: 11px; + color: black; + font: bold 11px; } .name { color: black; @@ -106,8 +101,7 @@ a.copyright:hover { } .copyright { color: #444444; - font-family: Verdana,Arial,Helvetica,sans-serif; - font-size: 8pt; + font: 8pt Verdana, Arial, Helvetica, sans-serif; letter-spacing: -1px; } @@ -115,20 +109,18 @@ a.copyright:hover { Tables */ table.bg { - background-color: #98AAB1 + background-color: #ACBBC6 } th, td { - font-family: Verdana,Arial,Helvetica,sans-serif; - font-size: 8pt; + font: 8pt Verdana, Arial, Helvetica, sans-serif; } th { height: 25px; background-color: #006699; color: #FFA34F; - font-size: 11px; - font-weight: bold; + font: bold 11px; } th.menu { @@ -163,13 +155,13 @@ hr { Forms */ input, textarea, select { - color: black; - font: normal 8pt Verdana, Arial, Helvetica, sans-serif; - border-color: black; + color: black; + font: normal 8pt Verdana, Arial, Helvetica, sans-serif; + border-color: black; } input.text { - font-family: 'Courier New',courier; + font-family: 'Courier New', courier; } option.sep { @@ -177,9 +169,8 @@ option.sep { } textarea.edit { - font-family: 'Courier New',courier; - font-size: 9pt; - line-height: 125%; + font: 9pt 'Courier New', courier; + line-height:125%; } input.mainoption { |
