Few minor changes

git-svn-id: file:///svn/phpbb/trunk@2656 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2002-07-07 14:10:18 +00:00
parent 61a947b132
commit 44b8633eb4

View file

@ -8,9 +8,11 @@
body { body {
background-color: white; background-color: white;
font-family: Verdana,Arial,Helvetica,sans-serif;
margin: 0px; margin: 0px;
border: 0px; border: 0px;
padding: 0px; padding: 0px;
scrollbar-face-color: #DEE3E7; scrollbar-face-color: #DEE3E7;
scrollbar-highlight-color: white; scrollbar-highlight-color: white;
scrollbar-shadow-color: #DEE3E7; scrollbar-shadow-color: #DEE3E7;
@ -25,55 +27,23 @@ p {
} }
.maintitle, h1, h2 { .maintitle, h1, h2 {
color: black;
font-family: 'Trebuchet MS',Verdana,Arial,Helvetica,sans-serif; font-family: 'Trebuchet MS',Verdana,Arial,Helvetica,sans-serif;
font-weight: bold; font-weight: bold;
font-size: 22px; font-size: 18pt;
text-decoration: none; text-decoration: none;
line-height: 120%; line-height: 120%;
} }
.maintitle {
color: #12749B
}
.subtitle { .subtitle {
font-family: Arial,Helvetica,sans-serif; font-family: Arial,Helvetica,sans-serif;
font-size: 12pt; font-size: 12pt;
font-weight: bold; font-weight: bold;
} }
/*
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 Anchors
*/ */
@ -105,13 +75,16 @@ a.nav:hover {
text-decoration: underline; text-decoration: underline;
} }
a.copyright:hover { a.copyright:hover {
color: black; color: #DD6900;
text-decoration: underline; text-decoration: underline;
} }
/* /*
Non-tag specific Non-tag specific
*/ */
.gen, .genmed, .gensmall {
color: black;
}
.gen { .gen {
font-size: 12px; font-size: 12px;
} }
@ -121,9 +94,6 @@ a.copyright:hover {
.gensmall { .gensmall {
font-size: 10px; font-size: 10px;
} }
.gen, .genmed, .gensmall {
color: black;
}
.nav { .nav {
color: black; color: black;
font-weight: bold; font-weight: bold;
@ -139,11 +109,47 @@ a.copyright:hover {
} }
.copyright { .copyright {
color: #444444; color: #444444;
font-size: 10px;
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 8pt;
letter-spacing: -1px; 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;
}
/* /*
Misc Misc
*/ */