]> 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 a122dc546b2d7f8e1fb80772cb750eb8901a704f..9a681748e40c4becd0aa56115622ae9e8198668d 100755 (executable)
@@ -151,7 +151,7 @@ a:visited {
     text-indent: -9999px;
 }
 
-.random {
+.icon-random {
     display: inline-block;
     width: 16px;
     height: 16px;
@@ -455,3 +455,33 @@ pre code {
                border: 1px solid #ddd;
                font-size: 0.96em;
 }
+
+/* ==========================================================================
+   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;
+}