diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2004-05-31 18:00:10 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2004-05-31 18:00:10 +0000 |
| commit | 2c470e4b27f4e5df4c996d6755ebbb1f7306d86a (patch) | |
| tree | 3a8748f72fcba6da3ba2bc9e0fbc047c71deadd7 /phpBB/styles/subSilver/theme | |
| parent | 6aa42b69abe798388aad4f7e6bf943dfb608e896 (diff) | |
| download | forums-2c470e4b27f4e5df4c996d6755ebbb1f7306d86a.tar forums-2c470e4b27f4e5df4c996d6755ebbb1f7306d86a.tar.gz forums-2c470e4b27f4e5df4c996d6755ebbb1f7306d86a.tar.bz2 forums-2c470e4b27f4e5df4c996d6755ebbb1f7306d86a.tar.xz forums-2c470e4b27f4e5df4c996d6755ebbb1f7306d86a.zip | |
- added delete cookies link
- fixed global announcement links in viewforum
- do not display redirects in link forums as posts in forum overview
git-svn-id: file:///svn/phpbb/trunk@4904 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/theme')
| -rw-r--r-- | phpBB/styles/subSilver/theme/stylesheet.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/theme/stylesheet.css b/phpBB/styles/subSilver/theme/stylesheet.css index 61a24258a7..ec71cb5342 100644 --- a/phpBB/styles/subSilver/theme/stylesheet.css +++ b/phpBB/styles/subSilver/theme/stylesheet.css @@ -24,7 +24,7 @@ #datebar { position: absolute; width: 95%; top: 145px; left: 2.5%; } #findbar { width: 100%; margin: 0px; padding: 0px; border: 0px; } -#forumrules { width: 100%; } +.forumrules { background-color: #ECECEC; border-width: 1px; border-style: solid; border-color: #A9B8C2; padding: 4px; font-weight: normal; font-size: 60%; font-family: Verdana, Arial, Helvetica, sans-serif; } #pageheader { } #pagecontent { } @@ -141,8 +141,18 @@ select { color: black; background-color: white; font-family: Verdana, serif; fon .syntaxkeyword { color: #007700; } .syntaxstring { color: #DD0000; } +/* + PM +*/ + +.pm_message_reported_colour { background-color: #FFFFFF; } +.pm_marked_colour { background-color: #000000; } +.pm_replied_colour { background-color: #A9B8C2; } +.pm_friend_colour { background-color: #007700; } +.pm_foe_colour { background-color: #DD0000; } /* OTHER */ img { border: 0px; } +.blue { color: #006699; } |
