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 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) (limited to 'theme/layouts/4.5/style.css') 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; +} -- cgit 1.4.1