From 36424de91ea1fac1f1e20dafa9720a82fdf896ea Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Tue, 12 Aug 2003 12:25:48 +0000 Subject: [PATCH] Tabs that should be spaces git-svn-id: file:///svn/phpbb/trunk@4386 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/subSilver/theme/stylesheet.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/phpBB/styles/subSilver/theme/stylesheet.css b/phpBB/styles/subSilver/theme/stylesheet.css index f8c29af099..90a72a8909 100644 --- a/phpBB/styles/subSilver/theme/stylesheet.css +++ b/phpBB/styles/subSilver/theme/stylesheet.css @@ -12,15 +12,15 @@ /* 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; } 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%; } -.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; } -.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; } -.topictitle { font-size: 65%; font-weight: bold; } +.topictitle { font-size: 65%; font-weight: bold; } .topicauthor { font-size: 70%; } .topicdetails { font-size: 65%; } .postauthor { color: #000000; font-size: 70%; } @@ -38,7 +38,7 @@ h3 { font-size: 120%; font-weight: bold; font-family: Verdana, serif; line-heigh /* 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; } .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; } @@ -46,7 +46,7 @@ th { color: #FFA34F; font-size: 70%; font-weight: bold; background-color: #00669 .row2 { background-color: #DCE1E5; } .row3 { background-color: #C7CFD7; } .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: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; }