]> git.mxchange.org Git - friendica-addons.git/blobdiff - forumlist/forumlist.css
beyond "page" and "pages"
[friendica-addons.git] / forumlist / forumlist.css
diff --git a/forumlist/forumlist.css b/forumlist/forumlist.css
new file mode 100644 (file)
index 0000000..4fbcdfd
--- /dev/null
@@ -0,0 +1,22 @@
+
+#hide-forum-list {
+       opacity: 0.3;
+       filter:alpha(opacity=30);
+}
+
+#hide-forum-list:hover {
+       opacity: 1.0;
+       filter:alpha(opacity=100);
+}
+
+
+#forumlist-settings-label, #forumlist-random-label, #forumlist-profile-label {
+       float: left;
+       width: 200px;
+       margin-bottom: 25px;
+}
+
+#forumlist-max-forumlists, #forumlist-random, #forumlist-profile {
+       float: left;
+}
+