]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - tpl/css/style.css
Format CSS code
[github/wallabag/wallabag.git] / tpl / css / style.css
index 7633534c3a428b307bae56880cdafa45164c8dbc..d60b443c62681a4117a8c6c18fbce201def73246 100644 (file)
@@ -98,6 +98,10 @@ a, a:hover, a:visited {
 #main #content .entrie {
     border-bottom: 1px dashed #222;
 }
+/* First entry */
+#main #content .results + .entrie {
+    clear: both;
+}
 
 #main .entrie .tools {
     list-style-type: none;
@@ -189,11 +193,22 @@ a, a:hover, a:visited {
 }
 
 
-/* Pagination */
-.pagination {
-    clear: both;
+.results {
+    overflow: hidden;
     padding-bottom: 20px;
     padding-top: 10px;
+}
+
+.nb-results {
+    float: left;
+    font-size: 0.9em;
+    line-height: 24px;
+    vertical-align: middle;
+}
+
+/* Pagination */
+.pagination {
+    float: right;
     text-align: right;
 }
 .pagination a {
@@ -221,12 +236,7 @@ a, a:hover, a:visited {
     margin: 2px;
 }
 .pagination .disabled {
-    border: 1px solid #eee;
-    color: #ddd;
-    margin: 2px;
-    padding: 4px 8px;
-    font-size: 11px;
-    font-weight: bold;
+    display: none;
 }
 
 #bookmarklet {
@@ -257,3 +267,34 @@ footer {
 .reading-time {
     font-size: 0.8em;
 }
+
+#inputform {
+    display: none;
+    text-align: center;
+    max-width: 300px;
+    margin-left: auto;
+    margin-right: auto;
+    margin-top: 5px;
+    padding-bottom: 5px;
+    background-color: rgba(0, 0, 0, 0.9);
+    opacity: 0.8;
+    color: #fff;
+    border-radius: 3px;
+}
+
+a.back span,
+a.top span,
+a.fav span,
+a.fav span:hover,
+a.fav-off span,
+a.fav-off span:hover,
+a.archive span,
+a.archive span:hover,
+a.archive-off span,
+a.archive-off span:hover,
+a.twitter span,
+a.flattr span,
+a.email span,
+a.delete span {
+    background-repeat: no-repeat;
+}