diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-18 12:29:22 +0000 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-18 12:29:22 +0000 |
commit | 71d5c6335f73ddac5bafc1bdad09bda602f91ff7 (patch) | |
tree | cc4bea0139e07629c7d39819cb60be0c4de0f11d /theme/identica/css/display.css | |
parent | d3f27765d95d0c4e0c5d8f224822c469ea64660b (diff) | |
parent | 4b1cc73a583ce8b73760f6e709c0fc794af1b471 (diff) |
Merge branch 'uiredesign' of /var/www/trunk into uiredesign
Diffstat (limited to 'theme/identica/css/display.css')
-rw-r--r-- | theme/identica/css/display.css | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index 4af7cf239..832862551 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/css/display.css @@ -62,7 +62,7 @@ border-color:#fff; background-color:rgba(255, 255, 255, 0.2); } #site_nav_local_views a:hover { -background-color:rgba(255, 255, 255, 0.7);: +background-color:rgba(255, 255, 255, 0.7); } @@ -87,7 +87,7 @@ background-image:url(../../base/images/icons/icon_atom.jpg); } #export_data li a.foaf { background-image:url(../../base/images/icons/icon_foaf.gif); -=} +} #export_data li a.export_vcard { background-image:url(../../base/images/icons/icon_vcard.gif); } @@ -173,19 +173,23 @@ background-color:transparent; .notice-options .notice_reply a { background:transparent url(../images/icons/twotone/green/reply.gif) no-repeat 0 45%; } -.notice-options form.notice_favorite input.submit { +.notice-options form.form_favor input.submit { background:transparent url(../images/icons/twotone/green/favourite.gif) no-repeat 0 45%; } +.notice-options form.form_disfavor input.submit { +background:transparent url(../images/icons/twotone/green/disfavourite.gif) no-repeat 0 45%; +} .notice-options .notice_delete a { background:transparent url(../images/icons/twotone/green/trash.gif) no-repeat 0 45%; } -div.entry-content, div.notice-options { -opacity:0.2; -font-family:sans-serif; +opacity:0.3; +} + +div.entry-content { +color:#333; } -div.entry-content a, div.notice-options a, div.notice-options input { font-family:sans-serif; @@ -202,6 +206,9 @@ background-color:#fcfcfc; opacity:1; } +.form_settings .form_note { +background-color:#A9BF4F; +} /*END: NOTICES */ |