diff options
| author | Shibu Lijack <shibulijack@gmail.com> | 2012-03-31 18:02:49 +0530 |
|---|---|---|
| committer | Shibu Lijack <shibulijack@gmail.com> | 2012-03-31 22:28:50 +0530 |
| commit | 31ea2da5ac5dbec6a7a6f1a2575960af582df2f3 (patch) | |
| tree | dd443690ec5fc680bf2045603411f23341350c33 /phpBB/styles | |
| parent | e7a4437c1bccace4a0637241a8f386e686d9c3fb (diff) | |
| download | forums-31ea2da5ac5dbec6a7a6f1a2575960af582df2f3.tar forums-31ea2da5ac5dbec6a7a6f1a2575960af582df2f3.tar.gz forums-31ea2da5ac5dbec6a7a6f1a2575960af582df2f3.tar.bz2 forums-31ea2da5ac5dbec6a7a6f1a2575960af582df2f3.tar.xz forums-31ea2da5ac5dbec6a7a6f1a2575960af582df2f3.zip | |
[ticket/10734] CSS tweaks
Modified colours.css
Removed the corner images.
Added border radius.
PHPBB3-10734
Diffstat (limited to 'phpBB/styles')
| -rw-r--r-- | phpBB/styles/prosilver/theme/colours.css | 33 |
1 files changed, 29 insertions, 4 deletions
diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index 855febf4aa..11fa6932db 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -47,25 +47,50 @@ hr { background-color: #12A3EB; background-image: url("./images/bg_header.gif"); color: #FFFFFF; + border-radius: 7px; + -webkit-border-radius: 7px; + -moz-border-radius: 7px; } .navbar { background-color: #cadceb; + border-radius: 7px; + -webkit-border-radius: 7px; + -moz-border-radius: 7px; + } .forabg { background-color: #0076b1; background-image: url("./images/bg_list.gif"); + border-radius: 7px; + -webkit-border-radius: 7px; + -moz-border-radius: 7px; + } .forumbg { background-color: #12A3EB; background-image: url("./images/bg_header.gif"); + border-radius: 7px; + -webkit-border-radius: 7px; + -moz-border-radius: 7px; + } .panel { background-color: #ECF1F3; color: #28313F; + border-radius: 7px; + -webkit-border-radius: 7px; + -moz-border-radius: 7px; +} + +.post { + border-radius: 7px; + -webkit-border-radius: 7px; + -moz-border-radius: 7px; + } .post:target .content { @@ -89,19 +114,19 @@ hr { } span.corners-top { - background-image: url("./images/corners_left.png"); + } span.corners-top span { - background-image: url("./images/corners_right.png"); + } span.corners-bottom { - background-image: url("./images/corners_left.png"); + } span.corners-bottom span { - background-image: url("./images/corners_right.png"); + } /* Horizontal lists |
