mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-04 06:22:54 +00:00
23 lines
354 B
CSS
23 lines
354 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 {
|
||
|
float: left;
|
||
|
width: 200px;
|
||
|
margin-bottom: 25px;
|
||
|
}
|
||
|
|
||
|
#forumlist-max-forumlists, #forumlist-random, #forumlist-profile {
|
||
|
float: left;
|
||
|
}
|
||
|
|