summary refs log tree commit diff stats
path: root/theme/layouts/6.2/style.css
diff options
context:
space:
mode:
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}