diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-05-22 02:46:22 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-05-22 02:46:22 +0000 |
commit | 69e88546fd846146e021b86b0d7d4ddfd382eb31 (patch) | |
tree | 5ce858b64d0951ab6767d99aef01ea908bfcc82a /theme/default | |
parent | 0b9c65ce4fca26be3f8c3048a67aad2744c7b17a (diff) |
Init styles for conversation page
Diffstat (limited to 'theme/default')
-rw-r--r-- | theme/default/css/display.css | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/theme/default/css/display.css b/theme/default/css/display.css index fce2e7e29..16c9322a5 100644 --- a/theme/default/css/display.css +++ b/theme/default/css/display.css @@ -175,10 +175,6 @@ background-image:url(../../base/images/icons/twotone/green/shield.gif); } /* NOTICES */ -.notices li.over { -background-color:#fcfcfc; -} - .notice-options .notice_reply a, .notice-options form input.submit { background-color:transparent; @@ -214,6 +210,19 @@ font-family:sans-serif; .notices li.hover { background-color:#fcfcfc; } + +.notices .notices { +background-color:rgba(200, 200, 200, 0.025); +} +.notices .notices .notices { +background-color:rgba(200, 200, 200, 0.050); +} +.notices .notices .notices .notices { +background-color:rgba(200, 200, 200, 0.075); +} +.notices .notices .notices .notices .notices { +background-color:rgba(200, 200, 200, 0.100); +} /*END: NOTICES */ #new_group a { |