X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fdispy%2Fstyle.css;h=7f563293a01cb424483d4b7cd7fbe2c274969af6;hb=f4b9c405da1d6a0fc37f2115f8b539bc9bb26f92;hp=59425a05a2dca7c219eb28938548d40fd7abb5e3;hpb=47edaf9ad79b59d96f908b4501d564e5e63cc210;p=friendica.git diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css old mode 100644 new mode 100755 index 59425a05a2..7f563293a0 --- a/view/theme/dispy/style.css +++ b/view/theme/dispy/style.css @@ -354,6 +354,9 @@ aside #viewcontacts { text-align: right;} border: 1px solid #cccccc; width: 530px; } +#jot-title-display { + font-weight: bold; +} /** @@ -567,6 +570,10 @@ div[id$="wrapper"] br { clear: left; } /** * photos **/ +.photos { + height: auto; + overflow: auto; +} #photo-top-links { margin-bottom:30px; } @@ -1092,6 +1099,21 @@ div[id$="wrapper"] br { clear: left; } border-bottom: 0px; }*/ +.starred { + background-image: url("star.png"); + repeat: no-repeat; +} +.unstarred { + background-image: url("premium.png"); + repeat: no-repeat; +} + +.tagged { + background-image: url("tag.png"); + repeat: no-repeat; +} + + .border { border: 1px solid #babdb6; @@ -1284,3 +1306,11 @@ footer { display: block; margin: 50px 20%; clear: both; } .acpopupitem.selected { color: #2e3436; background-color: #eeeeec; } +.qcomment { + opacity: 0; + filter:alpha(opacity=0); +} +.qcomment:hover { + opacity: 1.0; + filter:alpha(opacity=100); +}