X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Flilac%2Fstyle.css;h=327309fa5e8a83f4ebd14d586a4a4e05f10c3350;hb=0db83b958659582ef2a7a20226cc7eea06bd9397;hp=7a0f7e537e0e1b1618000dfde544c068366a225f;hpb=d0bf3c06a4bf0b34fca2d2b562f117ba587f5a55;p=friendica.git diff --git a/view/theme/quattro/lilac/style.css b/view/theme/quattro/lilac/style.css index 7a0f7e537e..327309fa5e 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"); } @@ -392,7 +422,7 @@ body { font-size: 11px; background-color: #f6ecf9; color: #2d2d2d; - margin: 50px 0px 0px 0px; + margin: 50px 0 0 0; display: table; } h4 { @@ -454,14 +484,14 @@ code { width: 10em; background: #ffffff; color: #2d2d2d; - margin: 0px; + margin: 0; padding: 1em; list-style: none; border: 3px solid #364e59; z-index: 100000; - -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7); - -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7); - box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7); + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7); + -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7); + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7); } /* tool */ .tool { @@ -510,11 +540,10 @@ header { position: fixed; left: 43%; right: 43%; - top: 0px; - margin: 0px; - padding: 0px; + top: 0; + margin: 0; + padding: 0; /*width: 100%; height: 12px; */ - z-index: 110; color: #ffffff; } @@ -548,15 +577,15 @@ nav { width: 100%; height: 32px; position: fixed; - left: 0px; - top: 0px; - padding: 0px; + left: 0; + top: 0; + padding: 0; background-color: #521f5c; color: #ffffff; z-index: 100; - -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); - -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); - box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); + -webkit-box-shadow: 0px 0 10px rgba(0, 0, 0, 0.7); + -moz-box-shadow: 0px 0 10px rgba(0, 0, 0, 0.7); + box-shadow: 0px 0 10px rgba(0, 0, 0, 0.7); } nav a, nav a:active, @@ -568,24 +597,24 @@ nav a:hover { outline: none; } nav ul { - margin: 0px; - padding: 0px 20px; + margin: 0; + padding: 0 20px; } nav ul li { list-style: none; - margin: 0px; - padding: 0px; + margin: 0; + padding: 0; float: left; } nav ul li .menu-popup { - left: 0px; + left: 0; right: auto; } nav .nav-menu-icon { position: relative; height: 22px; padding: 5px; - margin: 0px 10px; + margin: 0 10px; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; @@ -604,7 +633,7 @@ nav .nav-menu { position: relative; height: 16px; padding: 5px; - margin: 3px 15px 0px; + margin: 3px 15px 0; font-size: 14px; border-bottom: 3px solid #521f5c; } @@ -620,7 +649,7 @@ nav .nav-notify { border-radius: 5px 5px 5px 5px; font-size: 10px; padding: 1px 3px; - top: 0px; + top: 0; right: -10px; min-width: 15px; text-align: right; @@ -640,7 +669,7 @@ nav #nav-search-link .menu-popup, nav #nav-directory-link .menu-popup, nav #nav-apps-link .menu-popup, nav #nav-site-linkmenu .menu-popup { - right: 0px; + right: 0; left: auto; } nav #nav-notifications-linkmenu.on .icon.s22.notify, @@ -664,14 +693,14 @@ ul.menu-popup { width: 10em; background: #ffffff; color: #2d2d2d; - margin: 0px; - padding: 0px; + margin: 0; + padding: 0; list-style: none; border: 3px solid #364e59; z-index: 100000; - -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7); - -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7); - box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7); + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7); + -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7); + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7); } ul.menu-popup a { display: block; @@ -722,9 +751,9 @@ ul.menu-popup .toolbar a:hover { border: 1px solid #364e59; overflow: auto; z-index: 100000; - -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7); - -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7); - box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7); + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7); + -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7); + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7); } .autocomplete > div, .acpopupitem { @@ -762,12 +791,35 @@ ul.menu-popup .toolbar a:hover { color: #9eabb0; display: block; } +/* Contact-Header for the Network Stream */ +#viewcontact_wrapper-network { + width: 100%; + min-height: 100px; + background-color: #eff0f1; + border-bottom: 1px solid #cccccc; +} +#viewcontact_wrapper-network #contact-entry-wrapper-network { + float: none; + width: auto; + height: auto; + padding: 10px; +} +#viewcontact_wrapper-network #contact-entry-wrapper-network #contact-entry-accounttype-network { + font-size: 22px; +} +#viewcontact_wrapper-network #contact-entry-wrapper-network #contact-entry-name-network { + font-size: 24.5px; + font-weight: normal; +} +#viewcontact_wrapper-network #contact-entry-wrapper-network .contact-details { + font-size: 12px; +} /* aside 230px*/ aside { display: table-cell; vertical-align: top; width: 200px; - padding: 0px 10px 0px 20px; + padding: 0px 10px 0 20px; border-right: 1px solid #bdcdd4; } aside .profile-edit-side-div { @@ -781,13 +833,20 @@ aside .vcard .fn { aside .vcard .title { margin-bottom: 5px; } +aside .vcard .p-addr { + margin-bottom: 5px; +} +aside .vcard .account-type { + font-size: 14px; + margin-bottom: 13px; +} aside .vcard dl { height: auto; overflow: auto; } aside .vcard dt { float: left; - margin-left: 0px; + margin-left: 0; width: 35%; text-align: right; color: #999999; @@ -798,12 +857,12 @@ aside .vcard dd { width: 60%; } aside #profile-extra-links ul { - padding: 0px; - margin: 0px; + padding: 0; + margin: 0; } aside #profile-extra-links li { - padding: 0px; - margin: 0px; + padding: 0.2em 0; + margin: 0; list-style: none; } aside #wallmessage-link { @@ -828,7 +887,7 @@ aside #dfrn-request-link { -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; color: #ffffff; - background: #521f5c url('../../../images/connect-bg.png') no-repeat left center; + background: #521f5c url('icons/connect-bg.png') no-repeat left center; font-weight: bold; text-transform: uppercase; padding: 4px 2px 2px 35px; @@ -837,6 +896,21 @@ aside #dfrn-request-link:hover { text-decoration: none; background-color: #86608e; } +aside #subscribe-feed-link { + display: block; + -moz-border-radius: 5px 5px 5px 5px; + -webkit-border-radius: 5px 5px 5px 5px; + border-radius: 5px 5px 5px 5px; + color: #ffffff; + background: #521f5c url('icons/rss-bg.png') no-repeat left center; + font-weight: bold; + text-transform: uppercase; + padding: 4px 2px 2px 35px; +} +aside #subscribe-feed-link:hover { + text-decoration: none; + background-color: #86608e; +} aside #profiles-menu { width: 20em; } @@ -847,15 +921,14 @@ aside .posted-date-selector-months { overflow: auto; height: auto; /*.contact-block-div { width:60px; height: 60px; }*/ - } #contact-block .contact-block-h4 { float: left; - margin: 5px 0px; + margin: 5px 0; } #contact-block .allcontact-link { float: right; - margin: 5px 0px; + margin: 5px 0; } #contact-block .contact-block-content { clear: both; @@ -864,7 +937,7 @@ aside .posted-date-selector-months { } #contact-block .contact-block-link { float: left; - margin: 0px 2px 2px 0px; + margin: 0 2px 2px 0; } #contact-block .contact-block-link img { width: 48px; @@ -927,12 +1000,11 @@ aside .posted-date-selector-months { /* widget */ .widget { margin-bottom: 2em; - /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;} - .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/ - + /*.action .s10 { width: 10px; overflow: hidden; padding: 0;} + .action .s16 { width: 16px; overflow: hidden; padding: 0;}*/ } .widget h3 { - padding: 0px; + padding: 0; margin: 2px; } .widget .action { @@ -976,7 +1048,7 @@ aside .posted-date-selector-months { transition: all 0.2s ease-in-out; } .widget ul { - padding: 0px; + padding: 0; } .widget ul li { padding-left: 16px; @@ -986,6 +1058,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; @@ -996,7 +1083,7 @@ section { display: table-cell; vertical-align: top; width: 770px; - padding: 0px 20px 0px 10px; + padding: 0px 20px 0 10px; } .sparkle { cursor: url('icons/lock.cur'), pointer; @@ -1096,6 +1183,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; @@ -1122,13 +1216,13 @@ section { } .wall-item-container.comment .contact-photo-menu-button { top: 15px !important; - left: 0px !important; + left: 0 !important; } .wall-item-container.comment .wall-item-links { padding-left: 12px; } .wall-item-container.comment .commentbox { - height: 0px; + height: 0; overflow: hidden; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; @@ -1138,7 +1232,7 @@ section { } .wall-item-container.comment .commentbox .wall-item-comment-wrapper { border-top: 1px solid #999999; - height: 0px; + height: 0; overflow: hidden; } .wall-item-container.comment:hover .commentbox { @@ -1151,7 +1245,7 @@ section { transition: all 0.2s ease-in-out; } .wall-item-container.comment:hover .commentbox .wall-item-comment-wrapper { - border-top: 0px; + border-top: 0; height: auto; overflow: visible; } @@ -1195,10 +1289,10 @@ section { border: 1px solid #2d2d2d; } .wall-item-comment-wrapper.photo { - margin: 1em 2em 1em 0px; + margin: 1em 2em 1em 0; } .threaded .wall-item-comment-wrapper { - margin-left: 0px; + margin-left: 0; } .comment-edit-preview { width: 710px; @@ -1211,7 +1305,6 @@ section { height: 32px; margin-left: 16px; /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/ - } .comment-edit-preview .contact-photo-menu-button { top: 15px !important; @@ -1228,7 +1321,7 @@ section { padding: 0; margin: 10px 0; background-color: #c0a3c7; - border-bottom: 0px; + border-bottom: 0; } .comment-edit-preview .wall-item-conv { display: none; @@ -1282,7 +1375,7 @@ section { color: #666666; } /*.filesavetags { - padding: 3px 0px 3px 0px; + padding: 3px 0 3px 0; opacity: 0.5; }*/ .wwto { @@ -1295,9 +1388,9 @@ section { padding: 1px; top: 40px; left: 30px; - -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); - -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); - box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); + -webkit-box-shadow: 0px 0 10px rgba(0, 0, 0, 0.7); + -moz-box-shadow: 0px 0 10px rgba(0, 0, 0, 0.7); + box-shadow: 0px 0 10px rgba(0, 0, 0, 0.7); } .wwto .contact-photo { width: 25px; @@ -1316,10 +1409,10 @@ section { max-width: 650px; max-height: inital; float: none; - margin-right: 0px; + margin-right: 0; } .type-link blockquote { - margin: 1em 0px; + margin: 1em 0; max-height: 160px; overflow: hidden; padding-left: 1em; @@ -1350,9 +1443,13 @@ blockquote.shared_content { } .oembed.video > a.embed_video { display: block; - float: none; + float: left; + position: relative; } .oembed.video > a.embed_video > div { + position: absolute; + top: 0px; + left: 0px; background: rgba(255, 255, 255, 0.36) url(../../../images/icons/48/play.png) no-repeat center center !important; } /* threaded comments */ @@ -1411,10 +1508,10 @@ blockquote.shared_content { width: 500px; } .children .children .children .children .children .children { - margin-left: 0px; + margin-left: 0; } .children .children .children .children .children .children .hide-comments-outer { - margin-left: 0px; + margin-left: 0; } /*.threaded .hide-comments-outer { margin-left: 20px; }*/ span[id^="showmore-teaser"] { @@ -1457,7 +1554,7 @@ span[id^="showmore-wrap"] { display: block; width: 100%; background-color: #ffffff; - border: 0px; + border: 0; color: #2d2d2d; text-align: left; padding: 5px 10px; @@ -1492,7 +1589,7 @@ span[id^="showmore-wrap"] { width: 300px; height: 90px; padding-right: 10px; - margin: 0 10px 10px 0px; + margin: 0 10px 10px 0; } .contact-wrapper .contact-photo-wrapper { float: left; @@ -1507,9 +1604,34 @@ span[id^="showmore-wrap"] { height: 80px; } .contact-wrapper .contact-photo-menu-button { - left: 0px; + left: 0; 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; @@ -1525,7 +1647,7 @@ span[id^="showmore-wrap"] { } .contact-name { font-weight: bold; - padding-top: 15px; + /* padding-top: 15px; */ } .contact-details { color: #999999; @@ -1533,13 +1655,16 @@ span[id^="showmore-wrap"] { overflow: hidden; text-overflow: ellipsis; } +#contact-edit-status-wrapper { + border-color: #86608e; +} /* editor */ .jothidden { display: none; } #jot { width: 100%; - margin: 0px 2em 20px 0px; + margin: 0 2em 20px 0; } #jot .profile-jot-text { height: 1em; @@ -1550,8 +1675,8 @@ span[id^="showmore-wrap"] { padding: 0.3em; } #jot #jot-tools { - margin: 0px; - padding: 0px; + margin: 0; + padding: 0; height: 40px; overflow: none; width: 770px; @@ -1600,9 +1725,9 @@ span[id^="showmore-wrap"] { border-left: 1px solid #666666; } #jot #jot-tools li.submit input { - border: 0px; - margin: 0px; - padding: 0px; + border: 0; + margin: 0; + padding: 0; background-color: #cccccc; color: #666666; width: 80px; @@ -1626,8 +1751,8 @@ span[id^="showmore-wrap"] { margin-top: 10px; } #jot #jot-title { - border: 0px; - margin: 0px; + border: 0; + margin: 0; height: 20px; width: 500px; font-weight: bold; @@ -1654,8 +1779,8 @@ span[id^="showmore-wrap"] { padding-right: 20px; } #jot #jot-category { - border: 0px; - margin: 0px; + border: 0; + margin: 0; height: 20px; width: 200px; border: 1px solid #f6ecf9; @@ -1668,13 +1793,35 @@ span[id^="showmore-wrap"] { } /** buttons **/ /*input[type="submit"] { - border: 0px; + border: 0; background-color: @ButtonBackgroundColor; color: @ButtonColor; - padding: 0px 10px; + padding: 0 10px; .rounded(5px); height: 18px; }*/ +a.actionbutton { + border: 1px solid #999999; + background-color: #cccccc; + color: #2d2d2d; + font-size: 8pt; + padding: 2pt; + -moz-border-radius: 5px 5px 5px 5px; + -webkit-border-radius: 5px 5px 5px 5px; + border-radius: 5px 5px 5px 5px; +} +a.actionbutton i.icon { + display: inline-block; + vertical-align: baseline; + padding: 0; +} +a.actionbutton:hover { + text-decoration: none; + background-color: #ffffff; +} +h2 > .actionbutton { + float: right; +} /** acl **/ #photo-edit-perms-select, #photos-upload-permissions-wrapper, @@ -1699,7 +1846,7 @@ span[id^="showmore-wrap"] { background-image: url("../../../images/show_all_off.png"); background-position: 7px 7px; background-repeat: no-repeat; - padding: 7px 5px 0px 30px; + padding: 7px 5px 0 30px; color: #999999; -moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; @@ -1734,8 +1881,8 @@ span[id^="showmore-wrap"] { .acl-list-item p { height: 12px; font-size: 10px; - margin: 0px; - padding: 2px 0px 1px; + margin: 0; + padding: 2px 0 1px; overflow: hidden; } .acl-list-item a { @@ -1886,7 +2033,7 @@ ul.tabs li .active { display: none!important; } .field.radio .field_help { - margin-left: 0px; + margin-left: 0; } #profile-edit-links li { list-style: none; @@ -1969,11 +2116,27 @@ ul.tabs li .active { width: 50px; float: left; } +/* manage page */ +.identity-match-photo { + position: relative; +} +.identity-match-photo .manage-notify { + background-color: #19AEFF; + border-radius: 5px; + font-size: 10px; + padding: 1px 3px; + min-width: 15px; + text-align: right; + position: absolute; + right: 10px; + top: -5px; + color: #ffffff; +} /* videos page */ .videos .video-top-wrapper { width: 200px; float: left; - margin: 0px 10px 10px 0px; + margin: 0 10px 10px 0; position: relative; } .videos .video-top-wrapper .video-js { @@ -1983,8 +2146,8 @@ ul.tabs li .active { .videos .video-top-wrapper .video-delete { position: absolute; opacity: 0; - right: 0px; - top: 0px; + right: 0; + top: 0; transition: opacity 0.5s; } .videos .video-top-wrapper:hover .video-delete { @@ -2011,7 +2174,7 @@ ul.tabs li .active { } #photo-top-upload-link, .photos-upload-link { - margin: 1em 0px; + margin: 1em 0; display: block; } .photos-upload-link a, @@ -2022,7 +2185,7 @@ ul.tabs li .active { .photo-top-image-wrapper, .photo-album-image-wrapper { float: left; - margin: 0px 10px 10px 0px; + margin: 0 10px 10px 0; width: 150px; height: 150px; position: relative; @@ -2054,10 +2217,10 @@ ul.tabs li .active { .photo-album-image-wrapper:hover .photo-top-album-name, .photo-top-image-wrapper:hover .caption, .photo-album-image-wrapper:hover .caption { - bottom: 0px; - -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); - -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); - box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); + bottom: 0; + -webkit-box-shadow: 0px 0 10px rgba(0, 0, 0, 0.7); + -moz-box-shadow: 0px 0 10px rgba(0, 0, 0, 0.7); + box-shadow: 0px 0 10px rgba(0, 0, 0, 0.7); -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; @@ -2068,7 +2231,7 @@ ul.tabs li .active { display: block; width: 660px; padding: 50px; - margin-bottom: 0px; + margin-bottom: 0; text-align: center; background-color: #999999; } @@ -2081,7 +2244,6 @@ ul.tabs li .active { min-height: 22px; padding-top: 6px; /* a { display: block;}*/ - } #photo-caption { display: block; @@ -2153,7 +2315,7 @@ ul.tabs li .active { height: 80px; } .profile-match-wrapper .contact-photo-menu-button { - left: 0px; + left: 0; top: 63px; } /* messages */ @@ -2167,7 +2329,7 @@ ul.tabs li .active { text-align: center; display: block; font-weight: bold; - padding: 1em 0px; + padding: 1em 0; } .mail-list-wrapper { background-color: #f6f7f8; @@ -2184,7 +2346,7 @@ ul.tabs li .active { } .mail-list-wrapper .mail-subject { width: 30%; - padding: 4px 0px 0px 4px; + padding: 4px 0 0 4px; } .mail-list-wrapper .mail-subject a { display: block; @@ -2193,18 +2355,65 @@ ul.tabs li .active { font-weight: bold; } .mail-list-wrapper .mail-date { - padding: 4px 4px 0px 4px; + padding: 4px 4px 0 4px; } .mail-list-wrapper .mail-from { - padding: 4px 4px 0px 4px; + padding: 4px 4px 0 4px; } .mail-list-wrapper .mail-count { - padding: 4px 4px 0px 4px; + padding: 4px 4px 0 4px; text-align: right; } .mail-list-wrapper .mail-delete { float: right; } +#message-preview { + margin-top: 1em; + box-sizing: border-box; +} +#message-preview * { + box-sizing: border-box; + white-space: nowrap; +} +#message-preview .mail-list-wrapper .mail-subject { + width: 100%; +} +#message-preview .mail-list-wrapper .mail-date { + font-size: 0.8em; + width: 25%; + text-align: right; +} +#message-preview .mail-list-wrapper .mail-from { + font-size: 0.8em; + width: 75%; +} +#message-preview .mail-list-wrapper .mail-count { + font-size: 0.8em; + width: 100%; +} +#message-preview .mail-list-wrapper .mail-delete { + display: none; +} +#message-preview .mail-list-wrapper .mail-date, +#message-preview .mail-list-wrapper .mail-from, +#message-preview .mail-list-wrapper .mail-count { + opacity: 0.5; + -webkit-transition: all 0.2s ease-in-out; + -moz-transition: all 0.2s ease-in-out; + -o-transition: all 0.2s ease-in-out; + -ms-transition: all 0.2s ease-in-out; + transition: all 0.2s ease-in-out; +} +#message-preview .mail-list-wrapper:hover .mail-date, +#message-preview .mail-list-wrapper:hover .mail-from, +#message-preview .mail-list-wrapper:hover .mail-count { + opacity: 1; + -webkit-transition: all 0.2s ease-in-out; + -moz-transition: all 0.2s ease-in-out; + -o-transition: all 0.2s ease-in-out; + -ms-transition: all 0.2s ease-in-out; + transition: all 0.2s ease-in-out; +} #mail-display-subject { background-color: #f6f7f8; color: #2d2d2d; @@ -2216,7 +2425,7 @@ ul.tabs li .active { #mail-display-subject span { float: left; overflow: hidden; - padding: 4px 0px 0px 10px; + padding: 4px 0 0 10px; } #mail-display-subject .mail-delete { float: right; @@ -2292,8 +2501,8 @@ footer { text-align: right; } #adminpage #pluginslist { - margin: 0px; - padding: 0px; + margin: 0; + padding: 0; } #adminpage .plugin { list-style: none; @@ -2313,7 +2522,7 @@ footer { #adminpage table { width: 100%; border-bottom: 1px solid #000000; - margin: 5px 0px; + margin: 5px 0; } #adminpage table th { text-align: left; @@ -2339,8 +2548,8 @@ footer { .comment-edit-bb { list-style: none; display: none; - margin: 0px; - padding: 0px; + margin: 0; + padding: 0; width: 75%; } .comment-edit-bb > li { @@ -2359,49 +2568,49 @@ footer { background-color: #ccc; } .boldbb { - background-position: 0px 0px; + background-position: 0 0; } .boldbb:hover { - background-position: 0px -16px; + background-position: 0 -16px; } .italicbb { - background-position: -16px 0px; + background-position: -16px 0; } .italicbb:hover { background-position: -16px -16px; } .underlinebb { - background-position: -32px 0px; + background-position: -32px 0; } .underlinebb:hover { background-position: -32px -16px; } .quotebb { - background-position: -48px 0px; + background-position: -48px 0; } .quotebb:hover { background-position: -48px -16px; } .codebb { - background-position: -64px 0px; + background-position: -64px 0; } .codebb:hover { background-position: -64px -16px; } .imagebb { - background-position: -80px 0px; + background-position: -80px 0; } .imagebb:hover { background-position: -80px -16px; } .urlbb { - background-position: -96px 0px; + background-position: -96px 0; } .urlbb:hover { background-position: -96px -16px; } .videobb { - background-position: -112px 0px; + background-position: -112px 0; } .videobb:hover { background-position: -112px -16px; @@ -2414,7 +2623,7 @@ footer { cursor: pointer; border: 1px solid #333; width: 200px; - margin: 10px 0px 10px 0px; + margin: 10px 0 10px 0; float: left; } /* progress bar (enabled with progress: true) */ @@ -2438,15 +2647,82 @@ footer { -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; - -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7); - -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7); - box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7); + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7); + -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7); + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7); } /* the input field */ .range { width: 20px!important; font-size: 8pt; margin-left: 10px; - border: 0px; + border: 0; color: #999999; } +/* buttons for the event view */ +.plink-event-link { + float: left; + margin-left: 2px; +} +/* upload/select popup */ +.fbrowser { + overflow: auto; + position: absolute; + top: 0; + width: 100%; + height: 100%; +} +.fbrowser .path { + background-color: #521f5c; +} +.fbrowser .path a { + padding: 5px; + margin: 0 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; +}