openrat-cms

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

commit 28e7f15c3c7b89fe5c333e4854b038474b3d5788
parent 05f5fbec6750683849e002286352b6e4834cd6e5
Author: dankert <devnull@localhost>
Date:   Sun, 22 Mar 2009 21:42:07 +0100

An neue default.css angepasst.

Diffstat:
themes/default/css/dark.css | 35+++++------------------------------
1 file changed, 5 insertions(+), 30 deletions(-)

diff --git a/themes/default/css/dark.css b/themes/default/css/dark.css @@ -1,43 +1,18 @@ /* $Id$ */ -body -{ - background-color:black; -} - -body -{ - background-color:black; -} - -body.title +body.title, +td.subaction, +table.notice th { background-image: url('../images/bg-title.png'); - /*background-repeat: repeat;*/ - /*background-attachment: fixed;*/ } -body.menu -{ - background-image: url('../images/bg-menu.png'); - /*background-repeat: repeat;*/ - /*background-attachment: fixed;*/ -} - +body.menu, td.menu { background-image: url('../images/bg-menu.png'); color: white; - /*background-repeat: repeat;*/ - /*background-attachment: fixed;*/ -} -td.subaction -{ - background-image: url('../images/bg-title.png'); - /*color: white;*/ - /*background-repeat: repeat;*/ - /*background-attachment: fixed;*/ } input, @@ -63,8 +38,8 @@ textarea:hover input:focus, textarea:focus { - background-color:white; border-color:black; + background-color:white; } input.submit,