aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-04-23 14:23:22 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-04-23 14:23:22 +0000
commitde4299c81c010c6382a3d017cde8f2c3c957b91f (patch)
tree0435da41b52907e1b6c0739773a12dc980a35017 /phpBB/styles
parentd6af193b53ac4a3b9dff78254f4da9f4cd5f9337 (diff)
downloadforums-de4299c81c010c6382a3d017cde8f2c3c957b91f.tar
forums-de4299c81c010c6382a3d017cde8f2c3c957b91f.tar.gz
forums-de4299c81c010c6382a3d017cde8f2c3c957b91f.tar.bz2
forums-de4299c81c010c6382a3d017cde8f2c3c957b91f.tar.xz
forums-de4299c81c010c6382a3d017cde8f2c3c957b91f.zip
- build explain links a bit different...
- fix btn_ip reference (it is btn_info now) - removed sql_report.css (we use the acp css) - updated the sql report layout git-svn-id: file:///svn/phpbb/trunk@5838 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/subSilver/imageset/imageset.cfg2
-rw-r--r--phpBB/styles/subSilver/theme/stylesheet.css34
2 files changed, 23 insertions, 13 deletions
diff --git a/phpBB/styles/subSilver/imageset/imageset.cfg b/phpBB/styles/subSilver/imageset/imageset.cfg
index 4e881fd88c..cd32a4ccc8 100644
--- a/phpBB/styles/subSilver/imageset/imageset.cfg
+++ b/phpBB/styles/subSilver/imageset/imageset.cfg
@@ -31,7 +31,7 @@ img_btn_locked = {LANG}/btn_locked.gif*27*97
img_btn_profile = {LANG}/btn_profile.gif*20*72
img_btn_pm = {LANG}/btn_pm.gif*20*72
img_btn_delete = {LANG}/btn_delete.gif*20*20
-img_btn_ip = {LANG}/btn_ip.gif*20*20
+img_btn_info = {LANG}/btn_ip.gif*20*20
img_btn_quote = {LANG}/btn_quote.gif*20*90
img_btn_search = {LANG}/btn_search.gif*20*72
img_btn_edit = {LANG}/btn_edit.gif*20*90
diff --git a/phpBB/styles/subSilver/theme/stylesheet.css b/phpBB/styles/subSilver/theme/stylesheet.css
index 21b6946909..1654b32de5 100644
--- a/phpBB/styles/subSilver/theme/stylesheet.css
+++ b/phpBB/styles/subSilver/theme/stylesheet.css
@@ -20,10 +20,12 @@
/* Reset browsers default margin, padding and font sizes */
margin: 0;
padding: 0;
- }
+}
+
html {
font-size: 100%;
- }
+}
+
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: Verdana, Helvetica, Arial, sans-serif;
@@ -31,20 +33,24 @@ body {
background-color: #FFFFFF;
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
margin: 0;
- }
+}
#wrapheader {
height: 120px;
background-image: url('./images/background.gif');
background-repeat: repeat-x;
padding: 0 25px 15px 25px;
- }
+}
+
#wrapcentre {
margin: 25px;
- }
+}
+
#wrapfooter {
text-align: center;
- }
+ clear: both;
+}
+
#wrapnav {
width: 100%;
margin: 0px;
@@ -52,22 +58,26 @@ body {
border-width: 1px;
border-style: solid;
border-color: #A9B8C2;
- }
+}
+
#logodesc {
- }
+}
+
#menubar {
- }
+}
+
#datebar {
margin-top: 10px;
- }
+}
+
#findbar {
width: 100%;
margin: 0px;
padding: 0px;
border: 0px;
- }
+}
.forumrules {
background-color: #F9CC79;
@@ -78,7 +88,7 @@ body {
font-weight: normal;
font-size: 1.1em;
font-family: Verdana, Arial, Helvetica, sans-serif;
- }
+}
#pageheader { }
#pagecontent { }