]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/quattro.less
provide ability to repair contact photo
[friendica.git] / view / theme / quattro / quattro.less
index 01d0b94b911de4ccc33960a81e96287fb3242b8d..31a25694f0982a53a51af1a9bd0cf8d0db18d64a 100644 (file)
@@ -21,16 +21,26 @@ body {
        -webkit-border-radius: @arguments;
        border-radius: @arguments;
 }
-
 .roundbottom (@radius: 5px){ .rounded(0, 0, @radius, @radius); }
 .roundtop (@radius: 5px){ .rounded(@radius, @radius, 0, 0); }
 
+.opaque(@v: 0.5){
+       opacity: @v;
+       -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;
+}
+
 a, a:link { color: @Link; text-decoration: none; }
 a:visited { color: @LinkVisited; text-decoration: none; }
 a:hover {color: @LinkHover; text-decoration: underline; }
 
 .left { float: left; }
 .right { float: right; }
+.hidden { display: none; }
+
 
 .tool {
        height: auto; overflow: auto;
@@ -149,6 +159,7 @@ nav {
                        .menu-popup{ right: 0px; left: auto; }
                }
        
+               #nav-notifications-linkmenu.on .icon.s22.notify,
                #nav-notifications-linkmenu.selected .icon.s22.notify { background-image: url("../../../images/icons/22/notify_on.png") }
                #nav-apps-link.selected { background-color: @NavbarSelectedBg; }
 }
@@ -178,6 +189,7 @@ ul.menu-popup {
                        text-align: center;
                        color: @MenuEmpty;
                }
+               
 }
 
 #nav-notifications-menu {
@@ -201,7 +213,7 @@ aside {
                .fn { font-size: 16px; font-weight: bold; margin-bottom: 5px; }
                .title { margin-bottom: 5px; }
                dl { height: auto; overflow: auto; }
-               dt {float: left; margin-left: 0px; width: 35%; }
+               dt {float: left; margin-left: 0px; width: 35%; text-align: right; color: @VCardLabelColor; }
                dd {float: left; margin-left: 4px; width: 60%;}
        
        }
@@ -223,6 +235,8 @@ aside {
                &:hover { text-decoration: none; background-color: @AsideConnectHoverBg; }
        }
 
+       #profiles-menu { width: 20em; }
+
 }
 
 #contact-block {
@@ -249,4 +263,115 @@ section {
        padding:0px 20px 0px 10px;
 }
 
+/* wall item */
+.tread-wrapper { 
+       background-color: @ThreadBackgroundColor;
+       position: relative;
+       padding: 10px;
+       margin-bottom: 20px;
+}
+.wall-item-decor { position: absolute; left: 790px; top: -10px;  width: 16px;}
+.unstarred { display: none; }
+
+.wall-item-container {
+       display: table;
+       width: 780px;
+       
+       .wall-item-item,
+       .wall-item-bottom { display: table-row; }
+       .wall-item-info {
+               display: table-cell;
+               vertical-align: top;
+               text-align: left;
+               width: 60px;
+               
+               .wall-item-photo-wrapper { position: relative; }
+               .wall-item-photo { width: 48px; height: 48px; }         
+               
+               .wall-item-photo-menu-button {
+                       display: none;
+                       position: absolute;
+                       left: -4px;
+                       top: 28px;
+               }
+               .wall-item-photo-menu { display: none; }
+               
+       } 
+       .wall-item-location {
+               word-wrap: break-word;
+               width: 50px;
+       }
+       .wall-item-content {
+               display: table-cell;
+               font-size: 16px;
+               max-width: 720px;
+               word-wrap: break-word;
+       }
+       .wall-item-content img { max-width: 710px; }
+       .wall-item-links,
+       .wall-item-actions { 
+               display: table-cell; 
+               vertical-align: middle; 
+               
+               .icon {
+                       .opaque(0.5);
+               }
+               .icon:hover  {
+                       .opaque(1.0);
+               }               
+       }
+       
+       .wall-item-ago { padding-right: 40px; }
+       .wall-item-name { font-weight: bold; }
+       
+       .wall-item-actions-author { float: left; width: 20em; margin-top: 0.5em; }
+       .wall-item-actions-social { float: left; margin-top: 0.5em;
+               a { margin-right: 3em; }
+        }
+       .wall-item-actions-tools { float: right; width: 15%; 
+               a { float: right; }
+               input { float: right; }
+       }
+}
+
+
+.wall-item-container.comment {
+       margin-top: 50px;
+       .wall-item-photo { width: 32px; height: 32px; margin-left: 16px;}       
+       .wall-item-photo-menu-button {
+               top: 13px !important;
+               left: 10px !important;
+       }
+       .wall-item-links { padding-left: 12px; }
+}
+
+.wall-item-comment-wrapper {
+       margin: 30px 2em 2em 60px;
+       .comment-edit-photo { display: none; }
+       textarea {      
+               height: 1em; width: 100%; font-size: 10px;
+               color: @CommentBoxEmptyColor;
+               border: 1px solid @CommentBoxEmptyBorderColor;
+               padding:0.3em;
+       }
+       .comment-edit-text-full {
+               font-size: 14px;
+               height: 4em;
+               color: @CommentBoxFullColor;
+               border: 1px solid @CommentBoxFullBorderColor;
+       }
+}
+
+#profile-jot-wrapper {
+       width: 100%;
+       margin: 0px 2em 20px 0px;
+       
+       
+}
+.profile-jot-text {
+       height: 1em; width: 100%; font-size: 10px;
+       color: @CommentBoxEmptyColor;
+       border: 1px solid @CommentBoxEmptyBorderColor;
+       padding:0.3em;
+}