|
From: Paul S. O. <ps...@us...> - 2002-07-07 14:10:22
|
Update of /cvsroot/phpbb/phpBB2/admin
In directory usw-pr-cvs1:/tmp/cvs-serv28506/admin
Modified Files:
subSilver.css
Log Message:
Few minor changes
Index: subSilver.css
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/admin/subSilver.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** subSilver.css 7 Jul 2002 00:07:13 -0000 1.1
--- subSilver.css 7 Jul 2002 14:10:18 -0000 1.2
***************
*** 1,4 ****
/*
! $Id $
The original "subSilver" theme for phpBB2
--- 1,4 ----
/*
! $Id$
The original "subSilver" theme for phpBB2
***************
*** 9,15 ****
--- 9,17 ----
body {
background-color: white;
+ font-family: Verdana,Arial,Helvetica,sans-serif;
margin: 0px;
border: 0px;
padding: 0px;
+
scrollbar-face-color: #DEE3E7;
scrollbar-highlight-color: white;
***************
*** 25,37 ****
}
! .maintitle,h1,h2 {
! color: black;
font-family: 'Trebuchet MS',Verdana,Arial,Helvetica,sans-serif;
font-weight: bold;
! font-size: 22px;
text-decoration: none;
line-height: 120%;
}
.subtitle {
font-family: Arial,Helvetica,sans-serif;
--- 27,42 ----
}
! .maintitle, h1, h2 {
font-family: 'Trebuchet MS',Verdana,Arial,Helvetica,sans-serif;
font-weight: bold;
! font-size: 18pt;
text-decoration: none;
line-height: 120%;
}
+ .maintitle {
+ color: #12749B
+ }
+
.subtitle {
font-family: Arial,Helvetica,sans-serif;
***************
*** 41,82 ****
/*
- Tables
- */
- th,td,p {
- font-family: Verdana,Arial,Helvetica,sans-serif;
- font-size: 8pt;
- }
-
- th {
- height: 25px;
- background-color: #006699;
- color: #FFA34F;
- font-size: 11px;
- font-weight: bold;
- }
-
- th.menu {
- text-align: left;
- }
-
- td.cat {
- height: 28px;
- background-color: #D1D7DC;
- }
-
- .row1 {
- background-color: #EFEFEF;
- }
- .row2 {
- background-color: #DEE3E7;
- }
- .row3 {
- background-color: #D1D7DC;
- }
-
- /*
Anchors
*/
! a:link,a:active,a:visited {
color: #006699;
}
--- 46,52 ----
/*
Anchors
*/
! a:link, a:active, a:visited {
color: #006699;
}
***************
*** 106,110 ****
}
a.copyright:hover {
! color: black;
text-decoration: underline;
}
--- 76,80 ----
}
a.copyright:hover {
! color: #DD6900;
text-decoration: underline;
}
***************
*** 113,116 ****
--- 83,89 ----
Non-tag specific
*/
+ .gen, .genmed, .gensmall {
+ color: black;
+ }
.gen {
font-size: 12px;
***************
*** 122,128 ****
font-size: 10px;
}
- .gen, .genmed, .gensmall {
- color: black;
- }
.nav {
color: black;
--- 95,98 ----
***************
*** 140,146 ****
.copyright {
color: #444444;
- font-size: 10px;
font-family: Verdana,Arial,Helvetica,sans-serif;
letter-spacing: -1px;
}
--- 110,152 ----
.copyright {
color: #444444;
font-family: Verdana,Arial,Helvetica,sans-serif;
+ font-size: 8pt;
letter-spacing: -1px;
+ }
+
+ /*
+ Tables
+ */
+ table.bg {
+ background-color: #98AAB1
+ }
+
+ th, td {
+ font-family: Verdana,Arial,Helvetica,sans-serif;
+ font-size: 8pt;
+ }
+
+ th {
+ height: 25px;
+ background-color: #006699;
+ color: #FFA34F;
+ font-size: 11px;
+ font-weight: bold;
+ }
+
+ th.menu {
+ text-align: left;
+ }
+
+ td.cat {
+ height: 28px;
+ background-color: #D1D7DC;
+ }
+
+ .row1 {
+ background-color: #EFEFEF;
+ }
+ .row2 {
+ background-color: #DEE3E7;
}
|