aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/subSilver/template/index_body.html1
-rw-r--r--phpBB/styles/subSilver/theme/stylesheet.css12
2 files changed, 12 insertions, 1 deletions
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 @@
</tr>
<!-- END forumrow -->
</table>
+ <a class="gensmall" href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a><br />
<br clear="all" />
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; }