1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-30 19:24:13 +02:00

A few updates

git-svn-id: file:///svn/phpbb/trunk@4713 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2004-01-04 18:09:57 +00:00
parent c08a0fc7fb
commit 386dc775b6

View File

@ -1,8 +1,9 @@
/*
The original subSilver Theme for phpBB version 2+
Created by subBlue design [ http://www.subBlue.com ]
Copyright 2000, 2003 phpBB Group
The original subSilver Theme for phpBB version 2+
Created by subBlue design [ http://www.subBlue.com ]
Modified incrementally by psoTFX [ http://www.phpbb.com ]
Copyright 2000, 2004 phpBB Group
$Id$
@ -14,8 +15,8 @@
*/
#header { width: 100%; height: 150px; padding-bottom: 40px; background-image: url('./images/background.gif'); background-repeat: repeat-x; }
#logodesc { width: 95%; margin-left: auto; margin-right: auto; }
#menu { position: relative; width: 95%; top: 5px; margin-left: auto; margin-right: auto; font-size: 70%; }
#info { position: relative; width: 95%; top: 15px; margin-left: auto; margin-right: auto; font-size: 60%; }
#menu { position: absolute; width: 95%; top: 115px; margin-left: 2.5%; font-size: 70%; }
#info { position: absolute; width: 95%; top: 145px; margin-left: 2.5%; font-size: 60%; }
#maintable { width: 95%; margin-left: auto; margin-right: auto; padding-bottom: 20px; }
@ -44,19 +45,19 @@ h3 { font-size: 120%; font-weight: bold; font-family: Verdana, serif; line-heigh
.genmed { font-size: 70%; }
.gensmall { font-size: 60%; }
.copyright { color: #444; font-weight: normal; font-size: 60%; font-family: Verdana, Arial, Helvetica, sans-serif;}
.mainmenu { color: black; font-size: 70%; }
.titles { color: black; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 130%; text-decoration: none; }
.error { color: red; }
/*
TABLE
*/
th { color: #FFA34F; font-size: 70%; font-weight: bold; background-color: #006699; background-image: url('./images/cellpic3.gif'); height: 28px; }
th { color: #FFA34F; font-size: 70%; font-weight: bold; background-color: #006699; background-image: url('./images/cellpic3.gif'); height: 28px; white-space: nowrap; }
.tablebg { background-color: #A9B8C2; }
.catdiv { background-color: white; background-image: url('./images/cellpic2.jpg'); background-repeat: repeat-y; height: 28px; }
.cat { background-color: #C7D0D7; background-image: url('./images/cellpic1.gif'); height: 28px; }
.row1 { background-color: #ECECEC; }
.row2 { background-color: #DCE1E5; }
.row3 { background-color: #C7CFD7; }
.catdiv { background-color: white; background-image: url('./images/cellpic2.jpg'); background-repeat: repeat-y; height: 28px; margin: 0px; padding: 0px; border: 0px; }
.cat { background-color: #C7D0D7; background-image: url('./images/cellpic1.gif'); height: 28px; margin: 0px; padding: 0px; border: 0px; text-indent: 4px; }
.row1 { background-color: #ECECEC; padding: 4px; }
.row2 { background-color: #DCE1E5; padding: 4px; }
.row3 { background-color: #C7CFD7; padding: 4px; }
.spacer { background-color: #D1D7DC; }
hr { background-color: #D1D7DC; color: #D1D7DC; height: 1px; border-width: 0px; }
@ -69,7 +70,7 @@ a:active { color: #005784; text-decoration: none; }
a:visited { color: #005784; text-decoration: none; }
a:hover { color: #D46400; text-decoration: underline; }
a.topictitle:visited { color: #5493B4; text-decoration: none; }
a.th:link { color: #FFA34F; text-decoration: none; }
a.th:link, { color: #FFA34F; text-decoration: none; }
a.th:active { color: #FFA34F; text-decoration: none; }
a.th:visited { color: #FFA34F; text-decoration: none; }
a.th:hover { color: #FFA34F; text-decoration: underline; }
@ -78,8 +79,9 @@ a.th:hover { color: #FFA34F; text-decoration: underline; }
/*
FORM
*/
form { margin: 0px; }
input { color: black; font-family: Verdana, serif; font-size: 70%; font-weight: normal;}
textarea { color: black; font-family: Verdana, serif; font-size: 70%; font-weight: normal; border-color: black; border-style: solid; border-width: 1px; }
textarea { background-color: white; color: black; font-family: Verdana, serif; font-size: 70%; font-weight: normal; border-color: black; border-style: solid; border-width: 1px; }
select { color: black; background-color: white; font-family: Verdana, serif; font-size: 70%; font-weight: normal; border-color: black; border-style: solid; border-width: 1px; }
.post { background-color: white; border-style: solid; border-width: 1px; }
.btnbbcode { color: black; font-weight: normal; font-size: 70%; font-family: Verdana, Helvetica, sans-serif; background-color: #EFEFEF; border-style: solid; border-width: 1px; }
@ -98,4 +100,3 @@ select { color: black; background-color: white; font-family: Verdana, serif; fon
.syntaxhtml { color: #000000; }
.syntaxkeyword { color: #007700; }
.syntaxstring { color: #DD0000; }