X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fdispy%2Fstyle.css;h=7f563293a01cb424483d4b7cd7fbe2c274969af6;hb=f4b9c405da1d6a0fc37f2115f8b539bc9bb26f92;hp=8dc017c9cface26d68f48a838ec9cd54aa9a44d2;hpb=2f5a34ad1791f01cacb3b86c11501f0e11c67df4;p=friendica.git diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css old mode 100644 new mode 100755 index 8dc017c9cf..7f563293a0 --- a/view/theme/dispy/style.css +++ b/view/theme/dispy/style.css @@ -342,6 +342,22 @@ aside #viewcontacts { text-align: right;} #acl-deny-text-end { clear: both; } +#jot-title-desc { + color: #cccccc; +} + +#jot-title-wrapper { + margin-bottom: 5px; +} + +#jot-title { + border: 1px solid #cccccc; + width: 530px; +} +#jot-title-display { + font-weight: bold; +} + /** * section @@ -349,11 +365,11 @@ aside #viewcontacts { text-align: right;} section { margin: 10px 11% 0px 11%; font-size: 0.8em; padding-right: 230px;} /** tabs **/ -.tabs-wrapper {list-style: none; padding: 0px; margin: 0px; border-bottom: 1px solid #729fcf; } -.tabs-wrapper li { display: inline;} -.tabs { padding: 0px 5px; margin-right: 10px; } -.tabs:hover { background-color: #729fcf; color: #eeeeec; border: 0px; } -.tabs.active { background-color: #729fcf; color: #eeeeec; border: 0px; } +.tabs {list-style: none; padding: 0px; margin: 0px; border-bottom: 1px solid #729fcf; } +.tabs li { display: inline;} +.tab { padding: 0px 5px; margin-right: 10px; } +.tab:hover { background-color: #729fcf; color: #eeeeec; border: 0px; } +.tab.active { background-color: #729fcf; color: #eeeeec; border: 0px; } /** @@ -554,6 +570,10 @@ div[id$="wrapper"] br { clear: left; } /** * photos **/ +.photos { + height: auto; + overflow: auto; +} #photo-top-links { margin-bottom:30px; } @@ -1079,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; @@ -1250,3 +1285,32 @@ footer { display: block; margin: 50px 20%; clear: both; } /** /acl **/ +/* autocomplete popup */ +.acpopup { + max-height:150px; + background-color:#555753; + color: #FFFFFF; + overflow:auto; + z-index:100000; + border:1px solid #cccccc; +} +.acpopupitem { + background-color:#555753; padding: 4px; + clear:left; +} +.acpopupitem img { + float: left; + margin-right: 4px; +} + +.acpopupitem.selected { + color: #2e3436; background-color: #eeeeec; +} +.qcomment { + opacity: 0; + filter:alpha(opacity=0); +} +.qcomment:hover { + opacity: 1.0; + filter:alpha(opacity=100); +}