|
From: Paul S. O. <ps...@us...> - 2002-01-09 18:47:07
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv1263/templates/subSilver
Modified Files:
subSilver.css
Log Message:
Minor updates to colours - Tom
Index: subSilver.css
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/subSilver.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** subSilver.css 2002/01/08 14:32:24 1.3
--- subSilver.css 2002/01/09 18:47:04 1.4
***************
*** 38,42 ****
! TH { font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #1B7CAD; height: 25px; font-size: 11px; font-weight: bold; color: #FFB163 } /* Uses Bitmap */
TD.tablebg { background-color: #000000 }
TD.cat { background-color: #D1D7DC; height: 28px } /* Uses Bitmap */
--- 38,43 ----
! 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 */
***************
*** 91,100 ****
.gen { font-size : 12px; color : #000000; }
a.gen { color: #006699; text-decoration: none; }
! a.gen:hover { color: #C23030; 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; }
--- 92,101 ----
.gen { font-size : 12px; color : #000000; }
a.gen { color: #006699; text-decoration: none; }
! 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 : #DD6900; }
***************
*** 102,106 ****
.gensmall { font-size : 10px; color : #000000; }
a.gensmall { color: #006699; text-decoration: none; }
! a.gensmall:hover{ color: #C23030; text-decoration: underline; }
--- 103,107 ----
.gensmall { font-size : 10px; color : #000000; }
a.gensmall { color: #006699; text-decoration: none; }
! a.gensmall:hover{ color: #DD6900; text-decoration: underline; }
***************
*** 108,112 ****
.mainmenu { font-size : 11px; text-decoration : none; color : #000000 }
a.mainmenu { text-decoration: none; color : #006699; }
! a.mainmenu:hover{ text-decoration: underline; color : #C23030; }
--- 109,113 ----
.mainmenu { font-size : 11px; text-decoration : none; color : #000000 }
a.mainmenu { text-decoration: none; color : #006699; }
! a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }
***************
*** 120,124 ****
.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; }
--- 121,125 ----
.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 : #DD6900; }
***************
*** 132,137 ****
.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; }
--- 133,138 ----
.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 : #DD6900; }
! a.topictitle:visited{ text-decoration: none; color : #5493B4; }
***************
*** 139,143 ****
.name { font-size : 11px; text-decoration : none; color : #000000;}
a.name { color: #006699; text-decoration: none;}
! a.name:hover { color: #C23030; text-decoration: underline;}
--- 140,144 ----
.name { font-size : 11px; text-decoration : none; color : #000000;}
a.name { color: #006699; text-decoration: none;}
! a.name:hover { color: #DD6900; text-decoration: underline;}
***************
*** 145,149 ****
.postdetails { font-size : 10px; color : #000000; }
a.postdetails { color: #006699; text-decoration: none; }
! a.postdetails:hover { color: #C23030; text-decoration: underline; }
--- 146,150 ----
.postdetails { font-size : 10px; color : #000000; }
a.postdetails { color: #006699; text-decoration: none; }
! a.postdetails:hover { color: #DD6900; text-decoration: underline; }
***************
*** 151,155 ****
.postbody { font-size : 12px; line-height: 18px}
a.postlink { text-decoration: none; color : #006699 }
! a.postlink:hover { text-decoration: underline; color : #C23030 }
--- 152,156 ----
.postbody { font-size : 12px; line-height: 18px}
a.postlink { text-decoration: none; color : #006699 }
! a.postlink:hover { text-decoration: underline; color : #DD6900}
|