mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-13 11:58:48 +00:00
beyond "page" and "pages"
This commit is contained in:
parent
8f94568ada
commit
6916fa594c
3 changed files with 189 additions and 0 deletions
22
forumlist/forumlist.css
Normal file
22
forumlist/forumlist.css
Normal 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;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue