X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Flilac%2Fstyle.css;h=1ca27b895c058a3b527ee732039270b5bb4bd2fc;hb=5fe8ae514bedd3e53617f07eda96dff14755684d;hp=97cf540fc20d91204ccbd9373ffe26fb94b3deda;hpb=46052740beeea0cb518a9af37fcbdfabfdefc6ed;p=friendica.git diff --git a/view/theme/quattro/lilac/style.css b/view/theme/quattro/lilac/style.css index 97cf540fc2..1ca27b895c 100644 --- a/view/theme/quattro/lilac/style.css +++ b/view/theme/quattro/lilac/style.css @@ -43,6 +43,9 @@ .icon.edit { background-image: url("../../../images/icons/22/edit.png"); } +.icon.pencil { + background-image: url("../../../images/icons/22/edit.png"); +} .icon.star { background-image: url("../../../images/icons/22/star.png"); } @@ -52,6 +55,9 @@ .icon.link { background-image: url("../../../images/icons/22/link.png"); } +.icon.remote-link { + background-image: url("../../../images/icons/22/link.png"); +} .icon.lock { background-image: url("../../../images/icons/22/lock.png"); } @@ -116,6 +122,9 @@ .icon.s10.edit { background-image: url("../../../images/icons/10/edit.png"); } +.icon.s10.pencil { + background-image: url("../../../images/icons/10/edit.png"); +} .icon.s10.star { background-image: url("../../../images/icons/10/star.png"); } @@ -125,6 +134,9 @@ .icon.s10.link { background-image: url("../../../images/icons/10/link.png"); } +.icon.s10.remote-link { + background-image: url("../../../images/icons/10/link.png"); +} .icon.s10.lock { background-image: url("../../../images/icons/10/lock.png"); } @@ -189,6 +201,9 @@ .icon.s16.edit { background-image: url("../../../images/icons/16/edit.png"); } +.icon.s16.pencil { + background-image: url("../../../images/icons/16/edit.png"); +} .icon.s16.star { background-image: url("../../../images/icons/16/star.png"); } @@ -198,6 +213,9 @@ .icon.s16.link { background-image: url("../../../images/icons/16/link.png"); } +.icon.s16.remote-link { + background-image: url("../../../images/icons/16/link.png"); +} .icon.s16.lock { background-image: url("../../../images/icons/16/lock.png"); } @@ -262,6 +280,9 @@ .icon.s22.edit { background-image: url("../../../images/icons/22/edit.png"); } +.icon.s22.pencil { + background-image: url("../../../images/icons/22/edit.png"); +} .icon.s22.star { background-image: url("../../../images/icons/22/star.png"); } @@ -271,6 +292,9 @@ .icon.s22.link { background-image: url("../../../images/icons/22/link.png"); } +.icon.s22.remote-link { + background-image: url("../../../images/icons/22/link.png"); +} .icon.s22.lock { background-image: url("../../../images/icons/22/lock.png"); } @@ -335,6 +359,9 @@ .icon.s48.edit { background-image: url("../../../images/icons/48/edit.png"); } +.icon.s48.pencil { + background-image: url("../../../images/icons/48/edit.png"); +} .icon.s48.star { background-image: url("../../../images/icons/48/star.png"); } @@ -344,6 +371,9 @@ .icon.s48.link { background-image: url("../../../images/icons/48/link.png"); } +.icon.s48.remote-link { + background-image: url("../../../images/icons/48/link.png"); +} .icon.s48.lock { background-image: url("../../../images/icons/48/lock.png"); } @@ -780,6 +810,9 @@ aside .vcard .fn { aside .vcard .title { margin-bottom: 5px; } +aside .vcard .p-faddr { + margin-bottom: 5px; +} aside .vcard dl { height: auto; overflow: auto; @@ -983,6 +1016,21 @@ aside .posted-date-selector-months { .widget .tool.selected { background: url('../../../images/selected.png') no-repeat left center; } +.widget .notify { + display: none; + background-color: #19AEFF; + border-radius: 5px; + font-size: 10px; + padding: 1px 3px; + min-width: 15px; + text-align: right; + float: right; + color: #ffffff; + margin-right: 10px; +} +.widget .notify.on { + display: block; +} /* widget: search */ #add-search-popup { width: 200px; @@ -1093,6 +1141,13 @@ section { width: 20em; margin-top: 0.5em; } +.wall-item-container .wall-item-actions-events { + float: left; + margin-top: 0.5em; +} +.wall-item-container .wall-item-actions-events a { + margin-right: 3em; +} .wall-item-container .wall-item-actions-social { float: left; margin-top: 0.5em; @@ -1506,6 +1561,31 @@ span[id^="showmore-wrap"] { left: 0px; top: 63px; } +.contact-wrapper .drop { + background-image: url('../../../images/icons/22/delete.png'); + display: block; + width: 22px; + height: 22px; + position: relative; + top: 10px; + left: -10px; + z-index: 99; +} +.contact-wrapper .drophide { + background-image: url('../../../images/icons/22/delete.png'); + display: block; + width: 22px; + height: 22px; + opacity: 0.3; + position: relative; + top: 10px; + left: -10px; + z-index: 99; +} +.contact-wrapper .contact-entry-connect { + padding-top: 5px; + font-weight: bold; +} .directory-item { float: left; width: 200px; @@ -1521,7 +1601,7 @@ span[id^="showmore-wrap"] { } .contact-name { font-weight: bold; - padding-top: 15px; + /* padding-top: 15px; */ } .contact-details { color: #999999; @@ -2110,6 +2190,9 @@ ul.tabs li .active { #photo-like-div .like-rotator { float: right; } +#photo_edit_form { + padding: 1em; +} /* profile match wrapper */ .profile-match-wrapper { float: left; @@ -2442,3 +2525,70 @@ footer { border: 0px; color: #999999; } +/* buttons for the event view */ +.plink-event-link { + float: left; + margin-left: 2px; +} +/* upload/select popup */ +.fbrowser { + overflow: auto; + position: absolute; + top: 0px; + width: 100%; + height: 100%; +} +.fbrowser .path { + background-color: #521f5c; +} +.fbrowser .path a { + padding: 5px; + margin: 0px 2px; + display: inline-block; +} +.fbrowser .path a, +.fbrowser .path a:active, +.fbrowser .path a:visited, +.fbrowser .path a:link, +.fbrowser .path a:hover { + color: #ffffff; + text-decoration: none; + outline: none; +} +.fbrowser .folders ul { + list-style: url("icons/folder.png"); + padding-left: 22px; +} +.fbrowser .list { + padding: 10px; +} +.fbrowser.image .photo-album-image-wrapper { + width: 48px; + height: 48px; +} +.fbrowser.image a img { + width: auto; + height: 48px; +} +.fbrowser.image a p { + display: none; +} +.fbrowser.file .photo-album-image-wrapper { + float: none; + white-space: nowrap; + width: 100%; + height: auto; +} +.fbrowser.file img { + display: inline; + width: 16px; + height: 16px; +} +.fbrowser.file p { + display: inline; + white-space: nowrap; +} +.fbrowser .upload { + clear: both; + padding-top: 1em; +}