openrat-cms

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

commit 5944224be972313db64aabf7b6480128c482491f
parent 5ad91ad158e834a3e7dc46ce09aa188fecb6939d
Author: dankert <devnull@localhost>
Date:   Wed, 23 Jun 2010 00:01:52 +0200

Schatten (FF 3.6 und Webkit)

Diffstat:
themes/default/css/blue.css | 28+++++++++++++++++++++++++++-
1 file changed, 27 insertions(+), 1 deletion(-)

diff --git a/themes/default/css/blue.css b/themes/default/css/blue.css @@ -251,7 +251,16 @@ tr.diff td.notequal body.menu tr.title td, body.main tr.title td -{ background-color:#7B9CBD;vertical-align:middle; padding:4px; height:30px;} +{ + background-color:#7B9CBD; + vertical-align:middle; + padding:4px; + height:30px; + + background: -webkit-gradient(linear, left top, left bottom, from(#7B9CBD), to(#9BBCDD)); + background: -moz-linear-gradient(top, #7B9CBD,#9BBCDD); + +} td.message { padding:10px; font-weight:bold; } td.title { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:11px; } @@ -288,9 +297,26 @@ table.main { -moz-border-radius: 5px; -khtml-border-radius: 5px; + border-radius: 10px; border:3px solid gray; + /* + border-top:3px solid gray; + border-left:3px solid gray; + border-right:3px solid black; + border-bottom:3px solid black; + */ background-color:white; + + /* + background: -webkit-gradient(linear, left top, left bottom, from(white), to(gray)); + background: -moz-linear-gradient(top, white,gray); + */ + + -webkit-box-shadow: 5px 5px 10px black; + -moz-box-shadow: 3px 3px 3px #303030; + box-shadow: 5px 5px 10px black; + }