Tabs that should be spaces

git-svn-id: file:///svn/phpbb/trunk@4386 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2003-08-12 12:25:48 +00:00
parent 0e2e2abe5a
commit 36424de91e

View file

@ -12,15 +12,15 @@
/* /*
TEXT TEXT
*/ */
body { scrollbar-face-color: #DEE3E7; scrollbar-highlight-color: #FFFFFF; scrollbar-shadow-color: #DEE3E7; scrollbar-3dlight-color: #D1D7DC; scrollbar-arrow-color: #006699; scrollbar-track-color: #EFEFEF; scrollbar-darkshadow-color: #98AAB1; background-color: white; background-image: url('./images/background.gif'); background-repeat: repeat-x; font-family: Verdana, Helvetica, sans-serif; margin: 0px; border: 0px; padding: 0px; } body { scrollbar-face-color: #DEE3E7; scrollbar-highlight-color: #FFFFFF; scrollbar-shadow-color: #DEE3E7; scrollbar-3dlight-color: #D1D7DC; scrollbar-arrow-color: #006699; scrollbar-track-color: #EFEFEF; scrollbar-darkshadow-color: #98AAB1; background-color: white; background-image: url('./images/background.gif'); background-repeat: repeat-x; font-family: Verdana, Helvetica, sans-serif; margin: 0px; border: 0px; padding: 0px; }
h1 { color: black; font-family: 'Trebuchet MS', Verdana, sans-serif; font-weight: bold; font-size: 140%; text-decoration: none; margin: 0px; } h1 { color: black; font-family: 'Trebuchet MS', Verdana, sans-serif; font-weight: bold; font-size: 140%; text-decoration: none; margin: 0px; }
h2 { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 120%; text-decoration:none; line-height: 120%; } h2 { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 120%; text-decoration:none; line-height: 120%; }
h3 { font-size: 120%; font-weight: bold; font-family: Verdana, serif; line-height: 120%; } h3 { font-size: 120%; font-weight: bold; font-family: Verdana, serif; line-height: 120%; }
.nav { color: black; font-size: 60%; font-weight: bold; } .nav { color: black; font-size: 60%; font-weight: bold; }
.helpline { background-color: #DEE3E7; border-style: none; } .helpline { background-color: #DEE3E7; border-style: none; }
.forumlink { color: #006699; font-size: 80%; font-weight: bold; } .forumlink { color: #006699; font-size: 80%; font-weight: bold; }
.cattitle { font-size: 80%; font-weight: bold; } .cattitle { font-size: 80%; font-weight: bold; }
.topictitle { font-size: 65%; font-weight: bold; } .topictitle { font-size: 65%; font-weight: bold; }
.topicauthor { font-size: 70%; } .topicauthor { font-size: 70%; }
.topicdetails { font-size: 65%; } .topicdetails { font-size: 65%; }
.postauthor { color: #000000; font-size: 70%; } .postauthor { color: #000000; font-size: 70%; }
@ -38,7 +38,7 @@ h3 { font-size: 120%; font-weight: bold; font-family: Verdana, serif; line-heigh
/* /*
TABLE 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; }
.tablebg { background-color: #A9B8C2; } .tablebg { background-color: #A9B8C2; }
.catdiv { background-color: white; background-image: url('./images/cellpic2.jpg'); background-repeat: repeat-y; height: 28px; } .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; } .cat { background-color: #C7D0D7; background-image: url('./images/cellpic1.gif'); height: 28px; }
@ -46,7 +46,7 @@ th { color: #FFA34F; font-size: 70%; font-weight: bold; background-color: #00669
.row2 { background-color: #DCE1E5; } .row2 { background-color: #DCE1E5; }
.row3 { background-color: #C7CFD7; } .row3 { background-color: #C7CFD7; }
.spacer { background-color: #D1D7DC; } .spacer { background-color: #D1D7DC; }
hr { background-color: #D1D7DC; color: #D1D7DC; height: 1px; border-width: 0px; } hr { background-color: #D1D7DC; color: #D1D7DC; height: 1px; border-width: 0px; }
/* /*
@ -57,7 +57,7 @@ a:active { color: #005784; text-decoration: none; }
a:visited { color: #005784; text-decoration: none; } a:visited { color: #005784; text-decoration: none; }
a:hover { color: #D46400; text-decoration: underline; } a:hover { color: #D46400; text-decoration: underline; }
a.topictitle:visited { color: #5493B4; text-decoration: none; } 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:active { color: #FFA34F; text-decoration: none; }
a.th:visited { color: #FFA34F; text-decoration: none; } a.th:visited { color: #FFA34F; text-decoration: none; }
a.th:hover { color: #FFA34F; text-decoration: underline; } a.th:hover { color: #FFA34F; text-decoration: underline; }