]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/quattro.less
Merge pull request #2117 from annando/1511-feed-remote
[friendica.git] / view / theme / quattro / quattro.less
index 56eab54cc96409442bc85a559ec8c9d6b7988ae0..c2410244f9977d78681b6e1f5e486e0c74649856 100644 (file)
@@ -12,9 +12,9 @@ body {
 h4 { font-size: 1.1em }
 
 .shadow(@x: 0px, @y: 5px){
-   -webkit-box-shadow:@x @y 10px rgba(0, 0, 0, 0.7);
-   -moz-box-shadow:@x @y 10px rgba(0, 0, 0, 0.7);
-   box-shadow:@x @y 10px rgba(0, 0, 0, 0.7);
+        -webkit-box-shadow:@x @y 10px rgba(0, 0, 0, 0.7);
+        -moz-box-shadow:@x @y 10px rgba(0, 0, 0, 0.7);
+        box-shadow:@x @y 10px rgba(0, 0, 0, 0.7);
 }
 
 .rounded(@tr: 5px, @tl: 5px, @bl: 5px, @br: 5px){
@@ -52,10 +52,10 @@ a:hover {color: @LinkHover; text-decoration: underline; }
 .fakelink:hover { color: @LinkHover; text-decoration: underline; }
 
 blockquote {
-    background:@BlockquoteBackgroundColor;
-    padding: 1em;
-    margin-left: 1em;
-    border-left: 1em solid @BlockquoteBorderColor;
+        background:@BlockquoteBackgroundColor;
+        padding: 1em;
+        margin-left: 1em;
+        border-left: 1em solid @BlockquoteBorderColor;
 
 }
 
@@ -223,7 +223,7 @@ nav {
 
                #nav-notifications-linkmenu.on .icon.s22.notify,
                #nav-notifications-linkmenu.selected .icon.s22.notify   { background-image: url("../../../images/icons/22/notify_on.png") }
-        #nav-introductions-link.on .icon.s22.intro,
+                #nav-introductions-link.on .icon.s22.intro,
                #nav-introductions-link.selected .icon.s22.intro        { background-image: url("icons/contacts_on.png") }
                #nav-messages-link.on .icon.s22.mail,
                #nav-messages-link.selected .icon.s22.mail              { background-image: url("icons/messages_on.png") }
@@ -317,6 +317,7 @@ aside {
        .vcard {
                .fn { font-size: 16px; font-weight: bold; margin-bottom: 5px; }
                .title { margin-bottom: 5px; }
+               .p-faddr{ margin-bottom: 5px; }
                dl { height: auto; overflow: auto; }
                dt {float: left; margin-left: 0px; width: 35%; text-align: right; color: @VCardLabelColor; }
                dd {float: left; margin-left: 4px; width: 60%;}
@@ -351,10 +352,21 @@ aside {
 
                &:hover { text-decoration: none; background-color: @AsideConnectHoverBg; }
        }
+       #subscribe-feed-link {
+               display: block;
+               .rounded();
+               color: @AsideConnect;
+               background: @AsideConnectBg url('../../../images/connect-bg.png') no-repeat left center;
+               font-weight: bold;
+               text-transform:uppercase;
+               padding: 4px 2px 2px 35px;
 
-       #profiles-menu { width: 20em; }
+               &:hover { text-decoration: none; background-color: @AsideConnectHoverBg; }
+       }
 
+       #profiles-menu { width: 20em; }
 
+        .posted-date-selector-months { margin-left: 10px; }
 }
 
 #contact-block {
@@ -442,6 +454,20 @@ aside {
        /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;}
        .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/
 
+       .notify {
+               display: none;
+               background-color: #19AEFF;
+               border-radius: 5px;
+               font-size: 10px;
+               padding: 1px 3px;
+               min-width: 15px;
+               text-align: right;
+               float: right;
+               color: rgb(255, 255, 255);
+               margin-right: 10px;
+
+               &.on { display: block; }
+       }
 }
 
 /* widget: search */
@@ -519,6 +545,9 @@ section {
        .wall-item-name { font-weight: bold; }
 
        .wall-item-actions-author { float: left; width: 20em; margin-top: 0.5em; }
+       .wall-item-actions-events { float: left; margin-top: 0.5em;
+               a { margin-right: 3em; }
+        }
        .wall-item-actions-social { float: left; margin-top: 0.5em;
                a { margin-right: 3em; }
         }
@@ -665,72 +694,70 @@ section {
 }*/
 
 .wwto {
-       position: absolute !important;
-       width: 25px; height: 25px;
-    background: #FFFFFF;
-    border: 2px solid @Metalic3;
-    height: 25px;
-    width: 25px;
-    overflow: hidden;
-    padding: 1px;
-    position: absolute !important;
-    top: 40px;
-    left: 30px;
-
-    .shadow(0px, 0px)
+        position: absolute !important;
+        background: #FFFFFF;
+        border: 2px solid @Metalic3;
+        height: 25px;
+        width: 25px;
+        overflow: hidden;
+        padding: 1px;
+        top: 40px;
+        left: 30px;
+
+        .shadow(0px, 0px);
 }
 .wwto .contact-photo { width: 25px; height: 25px; }
 
 /* reshare e embed */
 .wall-item-container .wall-item-content .type-link img,
 .type-link img {
-    max-width: 160px;
-    max-height: 160px;
-    float: left;
-    margin-right: 10px;
-
-       &.attachment-image {
-               max-width: 650px;
-               max-height: inital;
-               float: none;
-               margin-right: 0px;
-       }
+        max-width: 160px;
+        max-height: 160px;
+        float: left;
+        margin-right: 10px;
+
+            &.attachment-image {
+                    max-width: 650px;
+                    max-height: inital;
+                    float: none;
+                    margin-right: 0px;
+            }
 
 }
 .type-link {
-    blockquote {
-        margin: 1em 0px;
-        max-height: 160px;
-        overflow: hidden;
-               padding-left: 1em;
-    }
-    .oembed {}
+        blockquote {
+            margin: 1em 0px;
+            max-height: 160px;
+            overflow: hidden;
+                    padding-left: 1em;
+        }
+        .oembed {}
 }
 
 .type-video blockquote { padding-left: 1em; }
 
 .shared_header {
-    height: 32px;
-    color: #999;
-    border-top: 1px solid @ThreadBottomBorderColor;
-    padding-top: 5px;
-    margin-top: 5px;
-
-    img {
-        -webkit-border-radius: 4px;
-        -moz-border-radius: 4px;
-        border-radius: 4px;
-        float: left;
-    }
+        height: 32px;
+        color: #999;
+        border-top: 1px solid @ThreadBottomBorderColor;
+        padding-top: 5px;
+        margin-top: 5px;
+
+        img {
+            -webkit-border-radius: 4px;
+            -moz-border-radius: 4px;
+            border-radius: 4px;
+            float: left;
+        }
 
-    span { margin-left: 9px; }
+        span { margin-left: 9px; }
 }
 
 
 blockquote.shared_content {
-    margin-left: 32px;
-    color: #000;
-    border: none;
+        margin-left: 32px;
+        color: #000;
+        border: none;
 }
 
 
@@ -798,21 +825,21 @@ blockquote.shared_content {
 /*.threaded .hide-comments-outer { margin-left: 20px; }*/
 
 span[id^="showmore-teaser"]{
-    background: url("showmore-bg.jpg") no-repeat center bottom;
+        background: url("showmore-bg.jpg") no-repeat center bottom;
 }
 span[id^="showmore-wrap"] {
-    border-top: 1px solid #999999;
-    color: #999999;
-    display: block;
-    text-align: center;
-    background-color: @ThreadBackgroundColor;
+        border-top: 1px solid #999999;
+        color: #999999;
+        display: block;
+        text-align: center;
+        background-color: @ThreadBackgroundColor;
 }
 
 
 #pause {
- position: fixed;
- bottom: 5px;
- right: 5px;
       position: fixed;
       bottom: 5px;
       right: 5px;
 }
 
 
@@ -876,6 +903,27 @@ span[id^="showmore-wrap"] {
                left: 0px;
                top: 63px;
        }
+       .drop {
+               background-image: url('../../../images/icons/22/delete.png');
+               display: block; width: 22px; height: 22px;
+               position: relative;
+               top: 10px;
+               left: -10px;
+               z-index: 99;
+       }
+       .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-entry-connect {
+               padding-top: 5px;
+               font-weight: bold;
+       }
 }
 .directory-item {
        float: left;
@@ -886,7 +934,7 @@ span[id^="showmore-wrap"] {
                img { width: 175px; height: 175px; }
        }
 }
-.contact-name { font-weight: bold; padding-top: 15px; }
+.contact-name { font-weight: bold; /* padding-top: 15px; */}
 .contact-details {
        color: @Grey3; white-space: nowrap;
        overflow: hidden;
@@ -900,7 +948,6 @@ span[id^="showmore-wrap"] {
        width: 100%;
        margin: 0px 2em 20px 0px;
 
-
        .profile-jot-text {
                height: 1em; width: 99%; font-size: 10px;
                color: @CommentBoxEmptyColor;
@@ -1200,7 +1247,6 @@ ul.tabs {
                display: block;
                margin-left: 200px;
                color: @FieldHelpColor;
-
        }
 
 
@@ -1292,7 +1338,7 @@ ul.tabs {
 #profile-edit-pubkeywords,
 #profile-edit-prvkeywords,
 #profile-edit-homepage {
-    margin-top: 5px;
+        margin-top: 5px;
 }
 
 /* oauth */
@@ -1323,31 +1369,30 @@ ul.tabs {
 
 /* videos page */
 .videos {
-    .video-top-wrapper {
-        width: 200px; float: left;
-        margin: 0px 10px 10px 0px;
-        position: relative;
-
-        .video-js {
-            width: 200px!important;
-            height: 132px!important;
-        }
+       .video-top-wrapper {
+               width: 200px; float: left;
+               margin: 0px 10px 10px 0px;
+               position: relative;
+
+               .video-js {
+                       width: 200px!important;
+                       height: 132px!important;
+               }
 
-        .video-delete {
-            position: absolute;
-            opacity: 0;
-            right: 0px;
-            top: 0px;
-            transition: opacity 0.5s;
-        }
+               .video-delete {
+                       position: absolute;
+                       opacity: 0;
+                       right: 0px;
+                       top: 0px;
+                       transition: opacity 0.5s;
+               }
 
-        &:hover .video-delete {
-            opacity: 1;
-        }
-    }
+               &:hover .video-delete {
+                       opacity: 1;
+               }
+       }
 }
 
-
 /* photo albums */
 @photosize: 150px;
 
@@ -1447,6 +1492,11 @@ ul.tabs {
        .icon {float: left;}
        .like-rotator {float: right;}
 }
+
+#photo_edit_form {
+       padding: 1em;
+}
+
 /* profile match wrapper */
 .profile-match-wrapper {
        float: left;
@@ -1536,8 +1586,8 @@ ul.tabs {
 footer { height: 100px; display: table-row; }
 
 .pager {
-    margin-top: 25px;
-    clear: both;
+        margin-top: 25px;
+        clear: both;
 }
 
 /**
@@ -1631,12 +1681,12 @@ footer { height: 100px; display: table-row; }
 }
 
 .editicon {
-    display: inline-block;
-    width: 16px;
-    height: 16px;
-    background-image: url(icons/bbedit.png);
-    text-decoration: none;
-    :hover {background-color: #ccc;}
+        display: inline-block;
+        width: 16px;
+        height: 16px;
+        background-image: url(icons/bbedit.png);
+        text-decoration: none;
+        :hover {background-color: #ccc;}
 }
 .boldbb { background-position: 0px 0px; }
 .boldbb:hover { background-position: 0px -16px; }
@@ -1659,37 +1709,36 @@ footer { height: 100px; display: table-row; }
 /** range input css **/
 /* slider root element */
 .slider {
-    height:2px;
-    position:relative;
-    cursor:pointer;
-    border:1px solid #333;
-    width:200px;
-    margin:10px 0px 10px 0px;
-       float: left;
+        height:2px;
+        position:relative;
+        cursor:pointer;
+        border:1px solid #333;
+        width:200px;
+        margin:10px 0px 10px 0px;
+            float: left;
 }
 
 /* progress bar (enabled with progress: true) */
 .progress {
-    height:9px;
-    background-color:#C5FF00;
-    display:none;
-    opacity:0.6;
+        height:9px;
+        background-color:#C5FF00;
+        display:none;
+        opacity:0.6;
 }
 
 /* drag handle */
 .handle {
-       background-color:#ccc;
-    height:16px;
-    width:8px;
-    top:-8px;
-    position:absolute;
-    display:block;
-    margin-top:1px;
-    border:1px solid #000;
-    cursor:move;
-       .roundbottom();
-       .shadow();
-
+        background-color:#ccc;
+        height:16px;
+        width:8px;
+        top:-8px;
+        position:absolute;
+        display:block;
+        margin-top:1px;
+        border:1px solid #000;
+        cursor:move;
+            .roundbottom();
+            .shadow();
 }
 
 /* the input field */
@@ -1701,3 +1750,33 @@ footer { height: 100px; display: table-row; }
        color: @FieldHelpColor;
 }
 
+/* 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: @NavbarBackground;
+       a {     padding: 5px; margin: 0px 2px; display: inline-block; }
+       a, a:active, a:visited, a:link, a:hover { color: @Banner; 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;}
+