aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/duepuntozero
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-10-25 15:36:49 -0700
committerFriendika <info@friendika.com>2011-10-25 15:36:49 -0700
commit52038c6b8812ea6eeac4dc3fdfc0f7315b4ecd72 (patch)
tree6b3efd183b9a9d97bdf914af2e39e7bdd0ea96ac /view/theme/duepuntozero
parent1d325f6e76bea72b81eb6706e59acd1f9cb7c827 (diff)
downloadvolse-hubzilla-52038c6b8812ea6eeac4dc3fdfc0f7315b4ecd72.tar.gz
volse-hubzilla-52038c6b8812ea6eeac4dc3fdfc0f7315b4ecd72.tar.bz2
volse-hubzilla-52038c6b8812ea6eeac4dc3fdfc0f7315b4ecd72.zip
event notification stuff
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r--view/theme/duepuntozero/style.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index 378e0da1e..b870f6bd5 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -228,6 +228,9 @@ footer {
}
+.birthday-today, .event-today {
+ font-weight: bold;
+}
div.wall-item-content-wrapper.shiny {
background-image: url('shiny.png');
@@ -2539,6 +2542,16 @@ a.mail-list-link {
margin-top: 10px;
}
+.body-tag {
+ opacity: 0.5;
+ filter:alpha(opacity=50);
+}
+
+.body-tag:hover {
+ opacity: 1.0 !important;
+ filter:alpha(opacity=100) !important;
+}
+
.item-select {
opacity: 0.1;
filter:alpha(opacity=10);