X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Flilac%2Fstyle.css;h=4e6c727b091d29987a0d6af209994ff49274401c;hb=6e77d4799e407c44fbe6c51647e06a52d240526d;hp=7fb505dec565b8bff50c4068ef8f0895caa8c6fa;hpb=a91ce7c0d10ffc59327e3551cf75fd1c264ef646;p=friendica.git diff --git a/view/theme/quattro/lilac/style.css b/view/theme/quattro/lilac/style.css index 7fb505dec5..4e6c727b09 100644 --- a/view/theme/quattro/lilac/style.css +++ b/view/theme/quattro/lilac/style.css @@ -1,3 +1,4 @@ +/* THIS FILE IS GENERATED FROM THE less SOURCE DO NOT EDIT MANUALLY */ /** * Fabio Comuni **/ @@ -420,7 +421,7 @@ body { font-family: Liberation Sans, helvetica, arial, clean, sans-serif; font-size: 11px; - background-color: #f6ecf9; + background-color: #F6ECF9; color: #2d2d2d; margin: 50px 0 0 0; display: table; @@ -463,7 +464,7 @@ a:hover { text-decoration: underline; } blockquote { - background: #ffffff; + background: #FFFFFF; padding: 1em; margin-left: 1em; border-left: 1em solid #e6e6e6; @@ -544,7 +545,6 @@ header { margin: 0; padding: 0; /*width: 100%; height: 12px; */ - z-index: 110; color: #ffffff; } @@ -745,8 +745,12 @@ ul.menu-popup .toolbar a:hover { } /* autocomplete popup */ .autocomplete, -.acpopup { +.acpopup-mce { max-height: 150px; +} +.autocomplete, +.acpopup-mce, +.acpopup { background-color: #ffffff; color: #2d2d2d; border: 1px solid #364e59; @@ -775,6 +779,15 @@ ul.menu-popup .toolbar a:hover { .acpopupitem.selected { background-color: #c0a3c7; } +.textcomplete-item { + color: #2d2d2d; +} +.textcomplete-item a:hover { + color: #2d2d2d; +} +.textcomplete-item.active { + background-color: #c0a3c7; +} #nav-notifications-menu { width: 400px; max-height: 550px; @@ -922,7 +935,6 @@ aside .posted-date-selector-months { overflow: auto; height: auto; /*.contact-block-div { width:60px; height: 60px; }*/ - } #contact-block .contact-block-h4 { float: left; @@ -1004,7 +1016,6 @@ aside .posted-date-selector-months { margin-bottom: 2em; /*.action .s10 { width: 10px; overflow: hidden; padding: 0;} .action .s16 { width: 16px; overflow: hidden; padding: 0;}*/ - } .widget h3 { padding: 0; @@ -1200,6 +1211,9 @@ section { .wall-item-container .wall-item-actions-social a { margin-right: 3em; } +.wall-item-container .wall-item-actions-social a.active { + font-weight: bold; +} .wall-item-container .wall-item-actions-tools { float: right; width: 15%; @@ -1308,7 +1322,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; @@ -1447,9 +1460,12 @@ blockquote.shared_content { } .oembed.video > a.embed_video { display: block; - float: none; + 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 */ @@ -1655,6 +1671,9 @@ span[id^="showmore-wrap"] { overflow: hidden; text-overflow: ellipsis; } +#contact-edit-status-wrapper { + border-color: #86608e; +} /* editor */ .jothidden { display: none; @@ -1753,7 +1772,7 @@ span[id^="showmore-wrap"] { height: 20px; width: 500px; font-weight: bold; - border: 1px solid #f6ecf9; + border: 1px solid #F6ECF9; } #jot #jot-title:-webkit-input-placeholder { font-weight: normal; @@ -1780,7 +1799,7 @@ span[id^="showmore-wrap"] { margin: 0; height: 20px; width: 200px; - border: 1px solid #f6ecf9; + border: 1px solid #F6ECF9; } #jot #jot-category:hover { border: 1px solid #999999; @@ -2136,10 +2155,6 @@ ul.tabs li .active { margin: 0 10px 10px 0; position: relative; } -.videos .video-top-wrapper .video-js { - width: 200px!important; - height: 132px!important; -} .videos .video-top-wrapper .video-delete { position: absolute; opacity: 0; @@ -2241,7 +2256,6 @@ ul.tabs li .active { min-height: 22px; padding-top: 6px; /* a { display: block;}*/ - } #photo-caption { display: block; @@ -2464,6 +2478,9 @@ footer { margin-top: 25px; clear: both; } +.pager .disabled { + display: none; +} /** * ADMIN */ @@ -2498,11 +2515,11 @@ footer { clear: left; text-align: right; } -#adminpage #pluginslist { +#adminpage #addonslist { margin: 0; padding: 0; } -#adminpage .plugin { +#adminpage .addon { list-style: none; display: block; border: 1px solid #888888; @@ -2510,10 +2527,10 @@ footer { margin-bottom: 5px; clear: left; } -#adminpage .plugin desc { +#adminpage .addon desc { margin-left: 2.5em; } -#adminpage .toggleplugin { +#adminpage .toggleaddon { float: left; margin-right: 1em; } @@ -2538,6 +2555,9 @@ footer { #adminpage .selectall { text-align: right; } +#adminpage .settings-block { + border-bottom: 1px solid #cccccc; +} /* edit buttons for comments */ .icon.dim { opacity: 0.3;