diff options
Diffstat (limited to 'theme')
-rw-r--r-- | theme/base/css/display.css | 7 | ||||
-rw-r--r-- | theme/default/css/display.css | 17 | ||||
-rw-r--r-- | theme/identica/css/display.css | 17 |
3 files changed, 33 insertions, 8 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index edec14163..5d2b5231c 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -747,6 +747,13 @@ border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; } +.notices .notices { +margin-top:7px; +margin-left:3%; +width:97%; +float:left; +} + /* NOTICES */ #notices_primary { 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 { diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index df114417e..2fb123a20 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/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 { |