mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Few minor changes
git-svn-id: file:///svn/phpbb/trunk@2656 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
61a947b132
commit
44b8633eb4
1 changed files with 51 additions and 45 deletions
|
@ -8,9 +8,11 @@
|
|||
|
||||
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;
|
||||
scrollbar-shadow-color: #DEE3E7;
|
||||
|
@ -25,55 +27,23 @@ p {
|
|||
}
|
||||
|
||||
.maintitle, h1, h2 {
|
||||
color: black;
|
||||
font-family: 'Trebuchet MS',Verdana,Arial,Helvetica,sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 22px;
|
||||
font-size: 18pt;
|
||||
text-decoration: none;
|
||||
line-height: 120%;
|
||||
}
|
||||
|
||||
.maintitle {
|
||||
color: #12749B
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
font-family: Arial,Helvetica,sans-serif;
|
||||
font-size: 12pt;
|
||||
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
|
||||
*/
|
||||
|
@ -105,13 +75,16 @@ a.nav:hover {
|
|||
text-decoration: underline;
|
||||
}
|
||||
a.copyright:hover {
|
||||
color: black;
|
||||
color: #DD6900;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/*
|
||||
Non-tag specific
|
||||
*/
|
||||
.gen, .genmed, .gensmall {
|
||||
color: black;
|
||||
}
|
||||
.gen {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
@ -121,9 +94,6 @@ a.copyright:hover {
|
|||
.gensmall {
|
||||
font-size: 10px;
|
||||
}
|
||||
.gen, .genmed, .gensmall {
|
||||
color: black;
|
||||
}
|
||||
.nav {
|
||||
color: black;
|
||||
font-weight: bold;
|
||||
|
@ -139,11 +109,47 @@ a.copyright:hover {
|
|||
}
|
||||
.copyright {
|
||||
color: #444444;
|
||||
font-size: 10px;
|
||||
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;
|
||||
}
|
||||
|
||||
/*
|
||||
Misc
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue