summary refs log tree commit diff stats
path: root/theme/layouts/4.5
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2010-05-24 19:24:42 -0400
committerStarla Insigna <hatkirby@fourisland.com>2010-05-24 19:24:42 -0400
commit6bb267cd55cab179e7f0b00aca533a4c39292a64 (patch)
tree86240c4d1e15dcb214279c63a5e5c74a71472636 /theme/layouts/4.5
parent4c91415ed1bc36eefbc1f3c8215022da567d5316 (diff)
downloadfourisland-6bb267cd55cab179e7f0b00aca533a4c39292a64.tar.gz
fourisland-6bb267cd55cab179e7f0b00aca533a4c39292a64.tar.bz2
fourisland-6bb267cd55cab179e7f0b00aca533a4c39292a64.zip
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.
Diffstat (limited to 'theme/layouts/4.5')
-rwxr-xr-xtheme/layouts/4.5/style.css44
1 files changed, 44 insertions, 0 deletions
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 {
239div.module.unrounded + cite { 239div.module.unrounded + cite {
240 top: -0.4em; 240 top: -0.4em;
241} 241}
242
243#phpBB3-page-body .post,
244#phpBB3-page-body .rules {
245 -moz-border-radius: 10px;
246 -webkit-border-radius: 10px;
247 -khtml-border-radius: 10px;
248 border-radius: 10px;
249 padding: 10px;
250}
251
252#phpBB3-page-body .forabg,
253#phpBB3-page-body .forumbg {
254 -moz-border-radius: 10px;
255 -webkit-border-radius: 10px;
256 -khtml-border-radius: 10px;
257 border-radius: 10px;
258 padding: 5px;
259}
260
261.navbar,
262.panel {
263 -moz-border-radius: 10px;
264 -webkit-border-radius: 10px;
265 -khtml-border-radius: 10px;
266 border-radius: 10px;
267}
268
269span.corners-top,
270span.corners-bottom,
271span.corners-top span,
272span.corners-bottom span {
273 visibility: hidden;
274}
275
276/*#phpBB3-page-body span.corners-top,
277#phpBB3-page-body span.corners-bottom,
278#phpBB3-page-body span.corners-top span,
279#phpBB3-page-body span.corners-bottom span {
280 background-repeat: repeat-x;
281}*/
282
283.entry .rounded {
284 padding: 10px;
285}