]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/default/css/style.css
another siteconfig file
[github/wallabag/wallabag.git] / themes / default / css / style.css
index e254d481b51b804340d32238be6266762e34ddb4..9a681748e40c4becd0aa56115622ae9e8198668d 100755 (executable)
@@ -151,6 +151,16 @@ a:visited {
     text-indent: -9999px;
 }
 
+.icon-random {
+    display: inline-block;
+    width: 16px;
+    height: 16px;
+    overflow: hidden;
+    text-align: left;
+    text-indent: -9999px;
+    background-image: url('../img/default/dice.png');
+}
+
 /*** ***/
 
 /*** ARTICLE PAGE ***/
@@ -417,6 +427,15 @@ a.add-to-wallabag-link-after:after {
   padding-left: 10px;
 }
 
+/* ==========================================================================
+       "Search" popup div related styles
+       ========================================================================== */
+
+/* Search form message needs a little more width, depending on translations */
+#search-form {
+    width: 420px;
+}
+
 .opacity03 {
   /*opacity: 0.3;*/
 }
@@ -435,4 +454,34 @@ pre code {
                font-family: "Courier New", Courier, monospace;
                border: 1px solid #ddd;
                font-size: 0.96em;
-}
\ No newline at end of file
+}
+
+/* ==========================================================================
+   Tags-related styles
+   ========================================================================== */
+
+.suggestedtag {
+    padding: 4px;
+    cursor: pointer;
+    display: inline-block;
+}
+
+#tagcloud .smallesttag {
+    font-size: x-small;
+}
+
+#tagcloud .smalltag {
+    font-size: small;
+}
+
+#tagcloud .mediumtag {
+    font-size:medium;
+}
+
+#tagcloud .largetag {
+    font-size:large;
+}
+
+#tagcloud .largesttag {
+    font-size:larger;
+}