diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-17 03:09:00 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-17 03:09:00 +0000 |
commit | 1df4a3831358753c59b996305a54bd2366450079 (patch) | |
tree | 22732b5956d1ba5a96c60b4ea618804704cb1787 /theme/identica/css | |
parent | 102028fb4813a27957efeb6fdd5bc7bfc46a03f0 (diff) |
notice vcard url and a:visited style
Diffstat (limited to 'theme/identica/css')
-rw-r--r-- | theme/identica/css/display.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index 94e97d414..1bb2ca01b 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/css/display.css @@ -26,6 +26,17 @@ color:#EC008C; a { color:#002E6E; } +a:active { +background-color:#ddd; +} +.notice p.entry-content a:visited { +background-color:#fcfcfc; +-moz-border-radius:4px; +} +.notice p.entry-content .vcard a { +background-color:#fcfffc; +-moz-border-radius:4px; +} |