From 6bb267cd55cab179e7f0b00aca533a4c39292a64 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Mon, 24 May 2010 19:24:42 -0400 Subject: Fixed some stylistic problems Including padding around posts on layouts 4.5 and 6.2, corner rounding on The Fourm and duplicate profile links on The Fourm on layout 6.2. --- theme/layouts/4.5/style.css | 44 +++++++++++++++++++++++++++++++++++++++++ theme/layouts/6.2/style.css | 41 ++++++++++++++++++++++++++++++++++++++ theme/layouts/7/style.css | 33 +++++++++++++++++++++++++++++++ theme/layouts/subtle/layout.tpl | 0 theme/layouts/subtle/style.php | 0 5 files changed, 118 insertions(+) mode change 100644 => 100755 theme/layouts/subtle/layout.tpl mode change 100644 => 100755 theme/layouts/subtle/style.php (limited to 'theme/layouts') diff --git a/theme/layouts/4.5/style.css b/theme/layouts/4.5/style.css index 7e9b574..a8b9306 100755 --- a/theme/layouts/4.5/style.css +++ b/theme/layouts/4.5/style.css @@ -239,3 +239,47 @@ div.module + cite { div.module.unrounded + cite { top: -0.4em; } + +#phpBB3-page-body .post, +#phpBB3-page-body .rules { + -moz-border-radius: 10px; + -webkit-border-radius: 10px; + -khtml-border-radius: 10px; + border-radius: 10px; + padding: 10px; +} + +#phpBB3-page-body .forabg, +#phpBB3-page-body .forumbg { + -moz-border-radius: 10px; + -webkit-border-radius: 10px; + -khtml-border-radius: 10px; + border-radius: 10px; + padding: 5px; +} + +.navbar, +.panel { + -moz-border-radius: 10px; + -webkit-border-radius: 10px; + -khtml-border-radius: 10px; + border-radius: 10px; +} + +span.corners-top, +span.corners-bottom, +span.corners-top span, +span.corners-bottom span { + visibility: hidden; +} + +/*#phpBB3-page-body span.corners-top, +#phpBB3-page-body span.corners-bottom, +#phpBB3-page-body span.corners-top span, +#phpBB3-page-body span.corners-bottom span { + background-repeat: repeat-x; +}*/ + +.entry .rounded { + padding: 10px; +} diff --git a/theme/layouts/6.2/style.css b/theme/layouts/6.2/style.css index e68f7f8..e450f3d 100755 --- a/theme/layouts/6.2/style.css +++ b/theme/layouts/6.2/style.css @@ -253,3 +253,44 @@ div.module + cite { div.module.unrounded + cite { top: -0.4em; } + +#phpBB3-page-body .post, +#phpBB3-page-body .rules { + -moz-border-radius: 10px; + -webkit-border-radius: 10px; + -khtml-border-radius: 10px; + border-radius: 10px; + padding: 10px; +} + +#phpBB3-page-body .forabg, +#phpBB3-page-body .forumbg { + -moz-border-radius: 10px; + -webkit-border-radius: 10px; + -khtml-border-radius: 10px; + border-radius: 10px; + padding: 5px; +} + +.navbar, +.panel { + -moz-border-radius: 10px; + -webkit-border-radius: 10px; + -khtml-border-radius: 10px; + border-radius: 10px; +} + +span.corners-top, +span.corners-bottom, +span.corners-top span, +span.corners-bottom span { + visibility: hidden; +} + +#phpBB3-page-body ul { + list-style: none !important; +} + +.entry .rounded { + padding: 10px; +} diff --git a/theme/layouts/7/style.css b/theme/layouts/7/style.css index 2816c53..744625c 100755 --- a/theme/layouts/7/style.css +++ b/theme/layouts/7/style.css @@ -188,3 +188,36 @@ div.module + cite { div.module.unrounded + cite { top: -0.7em; } + +#phpBB3-page-body .post, +#phpBB3-page-body .rules { + -moz-border-radius: 10px; + -webkit-border-radius: 10px; + -khtml-border-radius: 10px; + border-radius: 10px; + padding: 10px; +} + +#phpBB3-page-body .forabg, +#phpBB3-page-body .forumbg { + -moz-border-radius: 10px; + -webkit-border-radius: 10px; + -khtml-border-radius: 10px; + border-radius: 10px; + padding: 5px; +} + +.navbar, +.panel { + -moz-border-radius: 10px; + -webkit-border-radius: 10px; + -khtml-border-radius: 10px; + border-radius: 10px; +} + +span.corners-top, +span.corners-bottom, +span.corners-top span, +span.corners-bottom span { + visibility: hidden; +} diff --git a/theme/layouts/subtle/layout.tpl b/theme/layouts/subtle/layout.tpl old mode 100644 new mode 100755 diff --git a/theme/layouts/subtle/style.php b/theme/layouts/subtle/style.php old mode 100644 new mode 100755 -- cgit 1.4.1