beyond "page" and "pages"

This commit is contained in:
friendica 2012-09-27 02:27:29 -07:00
parent 8f94568ada
commit 6916fa594c
3 changed files with 189 additions and 0 deletions

22
forumlist/forumlist.css Normal file
View file

@ -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;
}