X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fslackr%2Fstyle.css;h=1184f2a6e6446dd92b5c7a181f2b398eccb667fc;hb=1fb636ba1ef406c2ea6913479f9cd314f58a9b03;hp=aa4d4b80002b350d6b05d1efc9885f6fd0636271;hpb=62e9047b8d1b7f3272213a6407db34c9cd1a2cbb;p=friendica.git diff --git a/view/theme/slackr/style.css b/view/theme/slackr/style.css index aa4d4b8000..1184f2a6e6 100644 --- a/view/theme/slackr/style.css +++ b/view/theme/slackr/style.css @@ -12,6 +12,10 @@ .wall-item-tools { background: none; } +.wall-item-body a:hover { + color: #ff6600; +} + .widget { /* box-shadow: 4px 4px 3px 0 #444444; */ @@ -59,18 +63,24 @@ nav #site-location { -moz-border-radius: 3px; opacity: 0.3; filter:alpha(opacity=30); + margin-left: 5px; + margin-top: 5px; } #events-reminder.birthday-today, #events-reminder.event-today { opacity: 1.0; filter:alpha(opacity=100); box-shadow: 4px 4px 3px 0 #444444; + margin-left: 0px; + margin-top: 0px; } #events-reminder:hover { opacity: 1.0; filter:alpha(opacity=100); box-shadow: 4px 4px 3px 0 #444444; + margin-left: 0px; + margin-top: 0px; } .fc-event-skin { @@ -82,12 +92,42 @@ nav #site-location { box-shadow: 4px 4px 3px 0 #444444; } -#sidebar-page-list img { +.forumlist-img { border-radius: 3px; -moz-border-radius: 3px; box-shadow: 4px 4px 3px 0 #444444; } +#datebrowse-sidebar select { + margin-left: 25px; + border-radius: 3px; + -moz-border-radius: 3px; + opacity: 0.3; + filter:alpha(opacity=30); +} + +#datebrowse-sidebar select:hover { + opacity: 1.0; + filter:alpha(opacity=100); +} + +#posted-date-selector { + margin-left: 30px !important; + margin-top: 5px !important; + margin-right: 0px !important; + margin-bottom: 0px !important; +} + + +#posted-date-selector:hover { + box-shadow: 4px 4px 3px 0 #444444; + margin-left: 25px !important; + margin-top: 0px !important; + margin-right: 5px !important; + margin-bottom: 5px !important; + +} + .contact-entry-photo img, .profile-match-photo img, #photo-photo img, .directory-photo-img, .photo-album-photo, .photo-top-photo, .profile-jot-text, .group-selected, .nets-selected, .fileas-selected, #profile-jot-submit, .categories-selected { border-radius: 3px; -moz-border-radius: 3px; @@ -99,6 +139,11 @@ nav #site-location { box-shadow: 4px 4px 3px 0 #444444; } +#sidebar-page-list .label { + margin-left: 5px; +} + + .photo { border: 1px solid #AAAAAA; }