123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
-
-
-
- div.show_options
- {
- float: right;
- }
-
- #container .follow_link
- {
- text-decoration: none;
- width: 110px;
- text-align: center;
- }
-
-
-
-
-
-
-
- #container div.select_network a
- {
- color: white;
- }
-
- div.select_network a.all_network
- {
- padding-left: 20px;
- background-image: url(/bundles/muzichcore/img/1328191242_keyboard_layout.png);
- background-repeat: no-repeat;
- background-position: 2px 3px;
- }
-
- div.select_network a.my_network
- {
- padding-left: 20px;
- background-image: url(/bundles/muzichcore/img/1328191129_edit_group.png);
- background-repeat: no-repeat;
- background-position: 2px 3px;
- }
-
- div.more_filters a.new_comments
- {
- margin-top: 5px;
- padding-left: 20px;
- background-image: url(/bundles/muzichcore/img/1332286007_comments_reply.png);
- background-repeat: no-repeat;
- background-position: 2px 3px;
- }
-
- div.more_filters a.new_favorites
- {
- margin-top: 5px;
- padding-left: 20px;
- background-image: url(/bundles/muzichcore/img/favorite.png);
- background-repeat: no-repeat;
- background-position: 2px 3px;
- }
-
- div.more_filters a.new_tags
- {
- margin-top: 5px;
- padding-left: 20px;
- background-image: url(/bundles/muzichcore/img/1333484018_rss-tag.png);
- background-repeat: no-repeat;
- background-position: 2px 3px;
- }
-
- div.more_filters a.new_comments img, div.more_filters a.new_favorites img, div.more_filters a.new_tags img
- {
- margin-bottom: -3px;
- }
-
- div.select_network a.active
- {
- background-color: #39c9cc
- }
-
- div.tags_prompt
- {
- margin-top: 5px;
- }
-
- p.group_description
- {
- font-size: 90%;
- text-indent: 15px;
- }
|