1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-27 05:31:32 +01:00
git-svn-id: file:///svn/phpbb/trunk@3475 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2003-02-20 17:15:35 +00:00
parent c3d87feaba
commit e0f1db2e55
11 changed files with 313 additions and 520 deletions

View File

@@ -8,7 +8,7 @@
body {
background-color: white;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
border: 0px;
padding: 0px;
@@ -27,11 +27,9 @@ p {
}
.maintitle, h1, h2 {
font-family: 'Trebuchet MS',Verdana,Arial,Helvetica,sans-serif;
font-weight: bold;
font-size: 18pt;
text-decoration: none;
line-height: 120%;
font: bold 18pt 'Trebuchet MS', Verdana,sans-serif;
text-decoration:none;
line-height: 120%;
}
.maintitle {
@@ -39,9 +37,7 @@ p {
}
.subtitle {
font-family: Arial,Helvetica,sans-serif;
font-size: 12pt;
font-weight: bold;
font: bold 12pt Arial, Helvetica, sans-serif;
}
/*
@@ -92,9 +88,8 @@ a.copyright:hover {
font-size: 7pt;
}
.nav {
color: black;
font-weight: bold;
font-size: 11px;
color: black;
font: bold 11px;
}
.name {
color: black;
@@ -106,8 +101,7 @@ a.copyright:hover {
}
.copyright {
color: #444444;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 8pt;
font: 8pt Verdana, Arial, Helvetica, sans-serif;
letter-spacing: -1px;
}
@@ -115,20 +109,18 @@ a.copyright:hover {
Tables
*/
table.bg {
background-color: #98AAB1
background-color: #ACBBC6
}
th, td {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 8pt;
font: 8pt Verdana, Arial, Helvetica, sans-serif;
}
th {
height: 25px;
background-color: #006699;
color: #FFA34F;
font-size: 11px;
font-weight: bold;
font: bold 11px;
}
th.menu {
@@ -163,13 +155,13 @@ hr {
Forms
*/
input, textarea, select {
color: black;
font: normal 8pt Verdana, Arial, Helvetica, sans-serif;
border-color: black;
color: black;
font: normal 8pt Verdana, Arial, Helvetica, sans-serif;
border-color: black;
}
input.text {
font-family: 'Courier New',courier;
font-family: 'Courier New', courier;
}
option.sep {
@@ -177,9 +169,8 @@ option.sep {
}
textarea.edit {
font-family: 'Courier New',courier;
font-size: 9pt;
line-height: 125%;
font: 9pt 'Courier New', courier;
line-height:125%;
}
input.mainoption {