mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +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
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
$Id $
|
$Id$
|
||||||
|
|
||||||
The original "subSilver" theme for phpBB2
|
The original "subSilver" theme for phpBB2
|
||||||
Created by subBlue design :: http://www.subBlue.com
|
Created by subBlue design :: http://www.subBlue.com
|
||||||
|
@ -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;
|
||||||
|
@ -24,60 +26,28 @@ p {
|
||||||
font-size: 8pt;
|
font-size: 8pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
.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
|
||||||
*/
|
*/
|
||||||
a:link,a:active,a:visited {
|
a:link, a:active, a:visited {
|
||||||
color: #006699;
|
color: #006699;
|
||||||
}
|
}
|
||||||
a.gen, a.genmed, a.gensmall {
|
a.gen, a.genmed, a.gensmall {
|
||||||
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue