openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 007fc6fe864c30691c52b141227e67886f81396b
parent 95f329ab93a89e37d24ab7d48e4ec3b26c4a23ee
Author: dankert <devnull@localhost>
Date:   Sun, 19 Apr 2009 22:04:25 +0200

Darstellung der MOTD

Diffstat:
themes/default/css/default.css | 16+++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/themes/default/css/default.css b/themes/default/css/default.css @@ -161,6 +161,7 @@ body body.main { + text-align:center; } body.title { @@ -284,11 +285,20 @@ table.main td.act text-align:right; } -p.copyright +a.copyright { font-family:Verdana,Arial,Helvetica,sans-serif; - font-size:11px; - text-align:center; + font-size:9px; + text-decoration:none; +} + +td.motd +{ + border-left: 3px solid red; + border-right: 3px solid red; + font-weight: bold; + padding:10px; + margin:10px; } table.main