openrat-cms

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

commit 92704fdf771c31e560aa784dd7f85978c2fa9274
parent af9ff23b03be27e8ded221d572db8707349d24f8
Author: dankert <devnull@localhost>
Date:   Sat, 21 Apr 2007 02:16:26 +0200

Neues Stylesheet "empty", andere etwas aufger?umt und mit Kommentaren versehen.

Diffstat:
themes/default/css/dark.css | 5+----
themes/default/css/empty.css | 9+++++++++
themes/default/css/oldenburg.css | 29++++++-----------------------
themes/default/css/rotgelb.css | 4++++
themes/default/css/system.css | 6++++++
themes/default/css/white.css | 3---
6 files changed, 26 insertions(+), 30 deletions(-)

diff --git a/themes/default/css/dark.css b/themes/default/css/dark.css @@ -1,9 +1,6 @@ /* $Id$ */ - -/* Allgemeine Body-Angaben */ body { - background-color:white; + background-color:black; } - diff --git a/themes/default/css/empty.css b/themes/default/css/empty.css @@ -0,0 +1,9 @@ +/* $Id$ */ + + +/* + None CSS settings. + + Use this stylesheet, if you want only use an unchanged root stylesheet. + + */ diff --git a/themes/default/css/oldenburg.css b/themes/default/css/oldenburg.css @@ -1,5 +1,11 @@ /* $Id$ */ +/* + +Stylesheet for user switching from a CMS called ...... ouh, find out yourself ... :) + +*/ + a:link, a:visited { @@ -240,13 +246,6 @@ td.act .mainmenu_val{color:#CCCCCC; font-weight:normal; } .mainmenu_title{color:#CCCCCC;vertical-align:middle;font-weight:bold; font-size:24px; } -p.copyright -{ - font-family:Verdana,Arial,Helvetica,sans-serif; - font-size:11px; - text-align:center; -} - table.main { border:1px solid black; } input.submit { color:#FFFFFF; background-color:#808080; } @@ -261,19 +260,3 @@ textarea color:#000000; background-color:#DFDFDF; } - -input.name -{ - font-weight:bold; -} - -.filename -{ - font-family:Courier;font-size:13px; -} - -input.ansidate -{ - font-family:Courier; - font-size:13px; -} diff --git a/themes/default/css/rotgelb.css b/themes/default/css/rotgelb.css @@ -1,5 +1,9 @@ /* $Id$ */ +/* + simply read-yellow colors... +*/ + a:link, a:visited { diff --git a/themes/default/css/system.css b/themes/default/css/system.css @@ -1,5 +1,11 @@ /* $Id$ */ +/* + +This stylesheet makes use of the colors selected by the operating system on the client. + +*/ + a:link, a:visited { diff --git a/themes/default/css/white.css b/themes/default/css/white.css @@ -1,9 +1,6 @@ /* $Id$ */ - -/* Allgemeine Body-Angaben */ body { background-color:white; } -