]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/quattro.less
Merge pull request #329 from simonlnu/master
[friendica.git] / view / theme / quattro / quattro.less
index 9a58741412ea65130d32a090c77239ad36ceac00..9099f0be163f4553179e80b36e73e7136bf406cc 100644 (file)
@@ -422,6 +422,7 @@ section {
        padding: 10px;
        margin-bottom: 20px;
        width: 750px;
+       border-bottom: 1px solid @ThreadBottomBorderColor;
 }
 .wall-item-decor { position: absolute; left: 97%; top: -10px;  width: 16px;}
 .unstarred { display: none; }
@@ -1134,51 +1135,151 @@ ul.tabs {
        
 }
 
-/* mail view */
-/*
-.mail-conv-sender,
-.mail-conv-detail {
-       float: left;
-}
-.mail-conv-detail {
-       margin-left: 20px;
-       width: 500px;
+/* theme screenshot */
+.screenshot, #theme-preview {
+       position: absolute;
+       width:202px;
+       left: 70%;
+       top: 50px;
+       img { width: 200px; height: 150px; }
 }
 
-.mail-conv-subject {
-    font-size: 1.4em;
-    margin: 10px 0;
-}
+/* page footer */
+footer { height: 100px; display: table-row; }
 
-.mail-conv-outside-wrapper-end {
-       clear: both;
+.pager {
+    margin-top: 25px;
+    clear: both;
 }
 
-.mail-conv-outside-wrapper {
-       margin-top: 30px;
+/**
+ * ADMIN
+ */
+#pending-update {
+       float:right;
+       color: #ffffff;
+       font-weight: bold;
+       background-color: #FF0000;
+       padding: 0em 0.3em;
+       
+}
+#adminpage {
+    dl {
+       clear: left;
+       margin-bottom: 2px;
+       padding-bottom: 2px;
+       border-bottom: 1px solid black;
+    }
+    dt {
+       width: 200px;
+       float: left;
+       font-weight: bold;
+    }
+    dd {
+       margin-left: 200px;
+    }
+    h3 {
+       border-bottom: 1px solid #cccccc;
+    }
+    .field label {
+       font-weight: bold;
+    }
+    .submit {
+       clear:left;
+       text-align: right;
+    }
+    #pluginslist {
+       margin: 0px; padding: 0px;
+    }
+    .plugin {
+       list-style: none;
+       display: block;
+       border: 1px solid #888888;
+       padding: 1em;
+       margin-bottom: 5px;
+       clear: left;
+        desc {
+            margin-left: 2.5em;
+        }
+    }
+    .toggleplugin {
+       float:left;
+       margin-right: 1em;
+    }
+    table {
+        width:100%;
+        border-bottom: 1px solid #000000; 
+        margin: 5px 0px;
+        th { 
+            text-align: left;
+        }
+        td .icon { 
+            float: left;
+        }
+        tr:hover { 
+            background-color: #bbc7d7;
+        }
+    }
+    table#users img { 
+            width: 16px; height: 16px; 
+    }
+    .selectall { text-align: right; }
 }
 
-.mail-conv-delete-wrapper {
-       float: right;
-       margin-right: 30px;
-       margin-top: 15px;
+/* edit buttons for comments */
+
+.icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
+[class^="comment-edit-bb"] {
+       list-style: none;
+       display: none;
+       margin: 0px 0 0px 60px;
+       width: 75%;
 }
-.mail-conv-break {
+[class^="comment-edit-bb"] > li {
+       display: inline-block;
+       margin: 10px 10px 0 0;
+       visibility: none;
+}
+[class^="comment-edit-bb-end"] {
        clear: both;
 }
-
-.mail-conv-delete-icon {
-       border: none;
+.editicon {
+    display: inline-block;
+    width: 16px;
+    height: 16px;
+    background-image: url(bbedit.png);
+    text-decoration: none;
+    :hover {background-color: #ccc;}
+}
+.boldbb { background-position: 0px 0px; }
+.boldbb:hover { background-position: 0px -16px; }
+.italicbb { background-position: -16px 0px; }
+.italicbb:hover { background-position: -16px -16px; }
+.underlinebb { background-position: -32px 0px; }
+.underlinebb:hover { background-position: -32px -16px; }
+.quotebb { background-position: -48px 0px; }
+.quotebb:hover { background-position: -48px -16px; }
+.codebb { background-position: -64px 0px; }
+.codebb:hover { background-position: -64px -16px; }
+.imagebb { background-position: -80px 0px; }
+.imagebb:hover { background-position: -80px -16px; }
+.urlbb { background-position: -96px 0px; }
+.urlbb:hover { background-position: -96px -16px; }
+.videobb { background-position: -112px 0px; }
+.videobb:hover { background-position: -112px -16px; }
+
+.attachtype {
+       display: block; width: 20px; height: 23px;
+       float: left;
+       background-image: url('../../../images/content-types.png');
 }
 
-*/
-
-
-/* page footer */
-footer { height: 100px; display: table-row; }
-
-.pager {
-    margin-top: 25px;
-    clear: both;
+.body-attach {
+       margin-top: 10px;
 }
 
+.type-video { background-position: 0px 0px; }
+.type-image { background-position: -20px 0px; }
+.type-audio { background-position: -40px 0px; }
+.type-text  { background-position: -60px 0px; }
+.type-unkn  { background-position: -80px 0px; }