From df86b7322d0c83de303be06f144bd2a0f1148a57 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Wed, 9 Jan 2002 18:47:04 +0000 Subject: [PATCH] Minor updates to colours - Tom git-svn-id: file:///svn/phpbb/trunk@1828 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/templates/subSilver/subSilver.css | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/phpBB/templates/subSilver/subSilver.css b/phpBB/templates/subSilver/subSilver.css index fc209153ac..065e5c264e 100644 --- a/phpBB/templates/subSilver/subSilver.css +++ b/phpBB/templates/subSilver/subSilver.css @@ -37,7 +37,8 @@ hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;} */ -TH { font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #1B7CAD; height: 25px; font-size: 11px; font-weight: bold; color: #FFB163 } /* Uses Bitmap */ +TH { font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #1B7CAD; height: 25px; font-size: 11px; font-weight: bold; color: #FFA34F; +} /* Uses Bitmap */ TD.tablebg { background-color: #000000 } TD.cat { background-color: #D1D7DC; height: 28px } /* Uses Bitmap */ TD.row1 { background-color: #EFEFEF } @@ -90,24 +91,24 @@ TD.row3Right { background-color: #D1D7DC; border: #FFFFFF; border-style: solid; /* General normal text */ .gen { font-size : 12px; color : #000000; } a.gen { color: #006699; text-decoration: none; } -a.gen:hover { color: #C23030; text-decoration: underline; } +a.gen:hover { color: #DD6900; text-decoration: underline; } /* General medium text */ .genmed { font-size : 11px; color : #000000; } a.genmed { text-decoration: none; color : #006699; } -a.genmed:hover { text-decoration: underline; color : #C23030; } +a.genmed:hover { text-decoration: underline; color : #DD6900; } /* General small */ .gensmall { font-size : 10px; color : #000000; } a.gensmall { color: #006699; text-decoration: none; } -a.gensmall:hover{ color: #C23030; text-decoration: underline; } +a.gensmall:hover{ color: #DD6900; text-decoration: underline; } /* The register, login, search etc links at the top of the page */ .mainmenu { font-size : 11px; text-decoration : none; color : #000000 } a.mainmenu { text-decoration: none; color : #006699; } -a.mainmenu:hover{ text-decoration: underline; color : #C23030; } +a.mainmenu:hover{ text-decoration: underline; color : #DD6900; } /* Forum category titles */ @@ -119,7 +120,7 @@ a.cattitle:hover{ text-decoration: underline; } /* Forum title: Text and link to the forums used in: index.php */ .forumlink { font-size : 12px; font-weight : bold; text-decoration : none; color : #006699; } a.forumlink { text-decoration: none; color : #006699; } -a.forumlink:hover{ text-decoration: underline; color : #FFB163; } +a.forumlink:hover{ text-decoration: underline; color : #DD6900; } /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */ @@ -131,26 +132,26 @@ a.nav:hover { text-decoration: underline; } /* titles for the topics: could specify viewed link colour too */ .topictitle { font-size : 11px; font-weight : bold; text-decoration : none; color : #000000; } a.topictitle { text-decoration: none; color : #006699; } -a.topictitle:hover { text-decoration: underline; color : #FFB163; } -a.topictitle:visited{ text-decoration: none; color : #1B7CAD; } +a.topictitle:hover { text-decoration: underline; color : #DD6900; } +a.topictitle:visited{ text-decoration: none; color : #5493B4; } /* Name of poster in viewmsg.php and viewtopic.php and other places */ .name { font-size : 11px; text-decoration : none; color : #000000;} a.name { color: #006699; text-decoration: none;} -a.name:hover { color: #C23030; text-decoration: underline;} +a.name:hover { color: #DD6900; text-decoration: underline;} /* Location, number of posts, post date etc */ .postdetails { font-size : 10px; color : #000000; } a.postdetails { color: #006699; text-decoration: none; } -a.postdetails:hover { color: #C23030; text-decoration: underline; } +a.postdetails:hover { color: #DD6900; text-decoration: underline; } /* The content of the posts (body of text) */ .postbody { font-size : 12px; line-height: 18px} a.postlink { text-decoration: none; color : #006699 } -a.postlink:hover { text-decoration: underline; color : #C23030 } +a.postlink:hover { text-decoration: underline; color : #DD6900} /* Quote Code (currently not used) */