forked from friendica/friendica-addons
23 lines
400 B
CSS
23 lines
400 B
CSS
|
|
#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, #forumlist-network-label {
|
|
float: left;
|
|
width: 200px;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
#forumlist-max-forumlists, #forumlist-random, #forumlist-profile, #forumlist-network {
|
|
float: left;
|
|
}
|
|
|