From 2c470e4b27f4e5df4c996d6755ebbb1f7306d86a Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Mon, 31 May 2004 18:00:10 +0000 Subject: - 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 --- phpBB/styles/subSilver/template/index_body.html | 1 + phpBB/styles/subSilver/theme/stylesheet.css | 12 +++++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/subSilver/template/index_body.html b/phpBB/styles/subSilver/template/index_body.html index a32a1fab69..7b78daf63a 100644 --- a/phpBB/styles/subSilver/template/index_body.html +++ b/phpBB/styles/subSilver/template/index_body.html @@ -70,6 +70,7 @@ + {L_DELETE_COOKIES}

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; } -- cgit v1.2.1