summary refs log tree commit diff stats
path: root/theme/layouts/7/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme/layouts/7/style.css')
-rwxr-xr-xtheme/layouts/7/style.css33
1 files changed, 33 insertions, 0 deletions
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 {
188div.module.unrounded + cite { 188div.module.unrounded + cite {
189 top: -0.7em; 189 top: -0.7em;
190} 190}
191
192#phpBB3-page-body .post,
193#phpBB3-page-body .rules {
194 -moz-border-radius: 10px;
195 -webkit-border-radius: 10px;
196 -khtml-border-radius: 10px;
197 border-radius: 10px;
198 padding: 10px;
199}
200
201#phpBB3-page-body .forabg,
202#phpBB3-page-body .forumbg {
203 -moz-border-radius: 10px;
204 -webkit-border-radius: 10px;
205 -khtml-border-radius: 10px;
206 border-radius: 10px;
207 padding: 5px;
208}
209
210.navbar,
211.panel {
212 -moz-border-radius: 10px;
213 -webkit-border-radius: 10px;
214 -khtml-border-radius: 10px;
215 border-radius: 10px;
216}
217
218span.corners-top,
219span.corners-bottom,
220span.corners-top span,
221span.corners-bottom span {
222 visibility: hidden;
223}