summary refs log tree commit diff stats
path: root/theme/layouts/6.2/style.css
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/6.2/style.css
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/6.2/style.css')
-rwxr-xr-xtheme/layouts/6.2/style.css41
1 files changed, 41 insertions, 0 deletions
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 {
253div.module.unrounded + cite { 253div.module.unrounded + cite {
254 top: -0.4em; 254 top: -0.4em;
255} 255}
256
257#phpBB3-page-body .post,
258#phpBB3-page-body .rules {
259 -moz-border-radius: 10px;
260 -webkit-border-radius: 10px;
261 -khtml-border-radius: 10px;
262 border-radius: 10px;
263 padding: 10px;
264}
265
266#phpBB3-page-body .forabg,
267#phpBB3-page-body .forumbg {
268 -moz-border-radius: 10px;
269 -webkit-border-radius: 10px;
270 -khtml-border-radius: 10px;
271 border-radius: 10px;
272 padding: 5px;
273}
274
275.navbar,
276.panel {
277 -moz-border-radius: 10px;
278 -webkit-border-radius: 10px;
279 -khtml-border-radius: 10px;
280 border-radius: 10px;
281}
282
283span.corners-top,
284span.corners-bottom,
285span.corners-top span,
286span.corners-bottom span {
287 visibility: hidden;
288}
289
290#phpBB3-page-body ul {
291 list-style: none !important;
292}
293
294.entry .rounded {
295 padding: 10px;
296}