openrat-cms

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

commit baa5ddaadf80f8c1b7df67072a760a4dc87a859f
parent 2e329540e7f90268535ecd629c3c9f63f54aca4b
Author: dankert <devnull@localhost>
Date:   Sun, 27 May 2007 22:53:58 +0200

Verlagerung einzelner, farbunabh?ngiger CSS-Anweisungen von system.css nach default.css

Diffstat:
themes/default/css/default.css | 24++++++++++++++++--------
themes/default/css/system.css | 32--------------------------------
2 files changed, 16 insertions(+), 40 deletions(-)

diff --git a/themes/default/css/default.css b/themes/default/css/default.css @@ -273,6 +273,7 @@ td.act padding:15px; margin-top:10px; border-top:1px solid gray; + text-align:right; } .mainmenu_headline{color:#CCCCCC; font-size:13px; color:black; font-weight:bold; } @@ -325,6 +326,16 @@ input.ok input.reset { color:black; background-color:#cac2a6; text-align:right; } +input, +select, +textarea +{ + color:#000000; + background-color:#dad2b6; +} + + +/* Eingabefeld für Beschreibung */ textarea.desc, textarea.description { @@ -332,6 +343,7 @@ textarea.description font-size:13px; } +/* Eingabefeld für Textabsatz */ textarea.longtext { font-family:Arial; @@ -341,19 +353,13 @@ textarea.longtext border:1px solid black; } -input, -select, -textarea -{ - color:#000000; - background-color:#dad2b6; -} - +/* Eingabfeld für Namen */ input.name { font-weight:bold; } +/* Eingabfeld für Dateiname */ input.filename, input.extension, input.ansidate @@ -363,6 +369,8 @@ input.ansidate } + + body, textarea { diff --git a/themes/default/css/system.css b/themes/default/css/system.css @@ -321,38 +321,6 @@ input.ok width:110px; } -/* Eingabefeld für Beschreibung */ -textarea.desc, -textarea.description -{ - font-family:Arial; - font-size:13px; -} - -/* Eingabefeld für Textabsatz */ -textarea.longtext -{ - font-family:Arial; - font-size:13px; - width:100%; - height:300px; - border:1px solid black; -} - -/* Eingabfeld für Namen */ -input.name -{ - font-weight:bold; -} - -/* Eingabfeld für Dateiname */ -input.filename, -input.extension, -input.ansidate -{ - font-family:Courier; - font-size:13px; -}