]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/quattro.less
newline at end of header
[friendica.git] / view / theme / quattro / quattro.less
index 84aa13ac039434cb644b92cfc71870d6aa0d662c..1c4da1bf7b00c3f3baaa67ef02bbd5308bf46f90 100644 (file)
@@ -71,9 +71,6 @@ code {
        margin-top: 20px; 
 }
 
-textarea { font-size: 20px; }
-
-
 #panel {
        position: absolute;
        width: 10em;
@@ -314,6 +311,18 @@ aside {
                li { padding: 0px; margin: 0px; list-style: none; }
        }
 
+       #wallmessage-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;
+                margin-top: 3px;
+               
+               &:hover { text-decoration: none; background-color: @AsideConnectHoverBg; }
+       }
        #dfrn-request-link {
                display: block;
                .rounded();
@@ -500,7 +509,7 @@ section {
                a { float: right; }
                input { float: right; }
        }
-       
+               
 }
 
 
@@ -514,6 +523,25 @@ section {
                left: 0px !important;
        }
        .wall-item-links { padding-left: 12px; }
+       
+       .commentbox {
+               height: 0px;
+               overflow: hidden;
+               .wall-item-comment-wrapper {
+                       border-top: 1px solid @CommentBoxEmptyBorderColor;
+                       height: 0px; overflow: hidden;
+               }
+               .transition();
+       }
+       
+       &:hover .commentbox {
+               height:auto; overflow: visible;
+               .wall-item-comment-wrapper {
+                       border-top: 0px;
+                       height:auto;overflow: visible;
+               }
+               .transition();
+       }
 }
 
 /* 'tag' item type */
@@ -535,6 +563,7 @@ section {
 .wall-item-comment-wrapper {
        margin: 1em 2em 1em 60px;
        .comment-edit-photo { display: none; }
+       
        textarea {      
                height: 1em; width: 100%; font-size: 10px;
                color: @CommentBoxEmptyColor;
@@ -542,12 +571,10 @@ section {
                padding:0.3em;
        }
        .comment-edit-text-full {
-               font-size: 20px;
                height: 4em;
                color: @CommentBoxFullColor;
                border: 1px solid @CommentBoxFullBorderColor;
        }
-       
 }
 
 .threaded .wall-item-comment-wrapper { margin-left: 0px; }
@@ -583,19 +610,37 @@ section {
 
 .wall-item-tags { padding-top: 5px; }
 .tag {
-       background: url("../../../images/tag_b.png") no-repeat center left;
+       background: url("icons/tag.png") no-repeat center right;
        color: @TagColor;
+       padding-right: 8px;
        padding-left: 3px;
-       a {
-               padding-right: 8px;
-               background: url("../../../images/tag.png") no-repeat center right;
-               color: @TagColor;
-       }
+       a { color: @TagColor;   }
 }
-.filesavetags {
+.mention {
+       background: url("icons/men.png") no-repeat 1px center;
+       color: @MentionColor;
+       padding-right: 3px;
+       padding-left: 18px;
+       a { color: @MentionColor;       }
+}
+.folder {
+       background: url("icons/folder.png") no-repeat 1px center;
+       color: @MentionColor;
+       padding-right: 3px;
+       padding-left: 15px;
+       a { color: @MentionColor;       }
+}
+.category {
+       background: url("icons/category.png") no-repeat 1px center;
+       color: @MentionColor;
+       padding-right: 3px;
+       padding-left: 15px;
+       a { color: @MentionColor;       }
+}
+/*.filesavetags {
     padding: 3px 0px 3px 0px;
     opacity: 0.5;
-}
+}*/
 
 .wwto { 
        position: absolute !important; 
@@ -744,8 +789,6 @@ span[id^="showmore-wrap"] {
                color: @CommentBoxEmptyColor;
                border: 1px solid @CommentBoxEmptyBorderColor;
                padding:0.3em;
-               
-               &:focus { font-size: 20px; }
        }
 
        #jot-tools {
@@ -1451,3 +1494,48 @@ footer { height: 100px; display: table-row; }
 .videobb:hover { background-position: -112px -16px; }
 
 
+/** 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;
+}
+
+/* progress bar (enabled with progress: true) */
+.progress {
+    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();
+
+}
+
+/* the input field */
+.range {
+       width: 20px!important;
+       font-size: 8pt;
+       margin-left: 10px;
+       border: 0px;
+       color: @FieldHelpColor;
+}
+