]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/quattro.less
wrapping up 2019.12
[friendica.git] / view / theme / quattro / quattro.less
index 5d25b0fb4096b2357ad65202b9cda9e1394d3c59..2406fea538a0541f28bf8ff9f144b7e43fa2e021 100644 (file)
@@ -59,7 +59,7 @@ blockquote {
 
 }
 
-code {
+pre code {
        font-family: Courier, monospace;
        white-space: pre;
        display: block;
@@ -575,7 +575,9 @@ section {
                a { margin-right: 3em; }
         }
        .wall-item-actions-social { float: left; margin-top: 0.5em;
-               a { margin-right: 3em; }
+               a { margin-right: 3em;
+                       &.active { font-weight: bold;}
+               }
         }
        .wall-item-actions-tools { float: right; width: 15%;
                a { float: right; }
@@ -786,12 +788,10 @@ blockquote.shared_content {
         border: none;
 }
 
-
 .oembed.video {
        > a.embed_video {
                display: block;
-               float: left;
-        position: relative;
+               position: relative;
                > div {
             position: absolute; top: 0px; left: 0px;
                        background:
@@ -803,7 +803,6 @@ blockquote.shared_content {
        }
 }
 
-
 /* threaded comments */
 .children {
        margin-top: 1em;
@@ -1135,96 +1134,14 @@ h2 > .actionbutton { float: right; }
        display:block!important;
 }
 
-
-
 #acl-wrapper {
        width: 690px;
        float:left;
 }
-#acl-search {
-       float:right;
-       background: #ffffff url("../../../images/search_18.png") no-repeat right center;
-       padding-right:20px;
-}
-#acl-showall {
-       float: left;
-       display: block;
-       width: auto;
-       height: 18px;
-       background-color: #cccccc;
-       background-image: url("../../../images/show_all_off.png");
-       background-position: 7px 7px;
-       background-repeat: no-repeat;
-       padding: 7px 5px 0 30px;
-       color: #999999;
-       .rounded(5px);
-}
-#acl-showall.selected {
-       color: #000000;
-       background-color: #ff9900;
-       background-image: url("../../../images/show_all_on.png");
-}
-
-#acl-list {
-       height: 210px;
-       border: 1px solid #cccccc;
-       clear: both;
-       margin-top: 30px;
-       overflow: auto;
-}
-#acl-list-content {
-
-}
-.acl-list-item {
-       display: block;
-       width: 150px;
-       height: 30px;
-       border: 1px solid #cccccc;
-       margin: 5px;
-       float: left;
-}
-.acl-list-item img{
-       width:22px;
-       height: 22px;
-       float: left;
-       margin: 4px;
-}
-.acl-list-item p { height: 12px; font-size: 10px; margin: 0; padding: 2px 0 1px; overflow: hidden;}
-.acl-list-item a {
-       font-size: 8px;
-       display: block;
-       width: 40px;
-       height: 10px;
-       float: left;
-       color: #999999;
-       background-color: #cccccc;
-       background-position: 3px 3px;
-       background-repeat: no-repeat;
-       margin-right: 5px;
-       -webkit-border-radius: 2px ;
-       -moz-border-radius: 2px;
-       border-radius: 2px;
-       padding-left: 15px;
-}
 #acl-wrapper a:hover {
        text-decoration: none;
        color:#000000;
 }
-.acl-button-show { background-image: url("../../../images/show_off.png"); }
-.acl-button-hide { background-image: url("../../../images/hide_off.png"); }
-
-.acl-button-show.selected {
-       color: #000000;
-       background-color: #9ade00;
-       background-image: url("../../../images/show_on.png");
-}
-.acl-button-hide.selected {
-       color: #000000;
-       background-color: #ff4141;
-       background-image: url("../../../images/hide_on.png");
-}
-.acl-list-item.groupshow { border-color: #9ade00; }
-.acl-list-item.grouphide { border-color: #ff4141; }
 /** /acl **/
 
 /** tab buttons **/
@@ -1420,7 +1337,7 @@ ul.tabs {
 /* manage page */
 .identity-match-photo {
        position: relative;
-       .manage-notify {
+       .delegation-notify {
                background-color: #19AEFF;
                border-radius: 5px;
                font-size: 10px;
@@ -1442,11 +1359,6 @@ ul.tabs {
                margin: 0 10px 10px 0;
                position: relative;
 
-               .video-js {
-                       width: 200px!important;
-                       height: 132px!important;
-               }
-
                .video-delete {
                        position: absolute;
                        opacity: 0;
@@ -1676,6 +1588,9 @@ footer { height: 100px; display: table-row; }
         margin-top: 25px;
         clear: both;
 }
+.pager .disabled {
+       display: none;
+}
 
 /**
  * ADMIN
@@ -1713,10 +1628,10 @@ footer { height: 100px; display: table-row; }
        clear:left;
        text-align: right;
     }
-    #pluginslist {
+    #addonslist {
        margin: 0; padding: 0;
     }
-    .plugin {
+    .addon {
        list-style: none;
        display: block;
        border: 1px solid #888888;
@@ -1727,7 +1642,7 @@ footer { height: 100px; display: table-row; }
             margin-left: 2.5em;
         }
     }
-    .toggleplugin {
+    .toggleaddon {
        float:left;
        margin-right: 1em;
     }
@@ -1749,6 +1664,9 @@ footer { height: 100px; display: table-row; }
             width: 16px; height: 16px;
     }
     .selectall { text-align: right; }
+    .settings-block {
+      border-bottom: 1px solid #cccccc;
+    }
 }
 
 /* edit buttons for comments */