summary refs log tree commit diff stats
path: root/theme/layouts/4.5/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme/layouts/4.5/style.css')
-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}