home.css 3.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. /*
  2. 1328276321_add_small.png
  3. 1328276855_list-remove.png
  4. 1328276953_clean.png */
  5. div.show_options
  6. {
  7. float: right;
  8. }
  9. #container .follow_link
  10. {
  11. text-decoration: none;
  12. width: 110px;
  13. text-align: center;
  14. }
  15. #container a.following
  16. {
  17. background: -moz-linear-gradient(top, #08ec00 0%, #10d400 39%, #0a9800 100%);
  18. background: -webkit-linear-gradient(top, #08ec00 0%, #10d400 39%, #0a9800 100%);
  19. background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #08ec00), color-stop(0.39, #10d400), color-stop(1, #0a9800));
  20. background: -o-linear-gradient(top, #08ec00 0%, #10d400 39%, #0a9800 100%);
  21. background: -ms-linear-gradient(top, #08ec00 0%, #10d400 39%, #0a9800 100%);
  22. background: linear-gradient(top, #08ec00 0%, #10d400 39%, #0a9800 100%);
  23. border: 1px solid #0a9800;
  24. color: white;
  25. }
  26. #container a.following:hover
  27. {
  28. background: -moz-linear-gradient(top, #ff1e00 0%, #e50600 35%, #bf0a00 100%);
  29. background: -webkit-linear-gradient(top, #ff1e00 0%, #e50600 35%, #bf0a00 100%);
  30. background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff1e00), color-stop(0.35, #e50600), color-stop(1, #bf0a00));
  31. background: -o-linear-gradient(top, #ff1e00 0%, #e50600 35%, #bf0a00 100%);
  32. background: -ms-linear-gradient(top, #ff1e00 0%, #e50600 35%, #bf0a00 100%);
  33. background: linear-gradient(top, #ff1e00 0%, #e50600 35%, #bf0a00 100%);
  34. border: 1px solid #bf0a00;
  35. text-decoration: none;
  36. }
  37. #container #element_add_link, #container #element_add_close_link
  38. {
  39. color: white;
  40. font-size: 120%;
  41. float: right;
  42. }
  43. #container #element_add_box
  44. {
  45. background-color: #e3f6fd;
  46. padding: 20px;
  47. }
  48. #container div.select_network a
  49. {
  50. color: white;
  51. }
  52. div.select_network a.all_network
  53. {
  54. padding-left: 20px;
  55. background-image: url(/bundles/muzichcore/img/1328191242_keyboard_layout.png);
  56. background-repeat: no-repeat;
  57. background-position: 2px 3px;
  58. }
  59. div.select_network a.my_network
  60. {
  61. padding-left: 20px;
  62. background-image: url(/bundles/muzichcore/img/1328191129_edit_group.png);
  63. background-repeat: no-repeat;
  64. background-position: 2px 3px;
  65. }
  66. div.more_filters a.new_comments
  67. {
  68. margin-top: 5px;
  69. padding-left: 20px;
  70. background-image: url(/bundles/muzichcore/img/1332286007_comments_reply.png);
  71. background-repeat: no-repeat;
  72. background-position: 2px 3px;
  73. }
  74. div.more_filters a.new_favorites
  75. {
  76. margin-top: 5px;
  77. padding-left: 20px;
  78. background-image: url(/bundles/muzichcore/img/favorite.png);
  79. background-repeat: no-repeat;
  80. background-position: 2px 3px;
  81. }
  82. div.more_filters a.new_tags
  83. {
  84. margin-top: 5px;
  85. padding-left: 20px;
  86. background-image: url(/bundles/muzichcore/img/1333484018_rss-tag.png);
  87. background-repeat: no-repeat;
  88. background-position: 2px 3px;
  89. }
  90. div.more_filters a.new_comments img, div.more_filters a.new_favorites img, div.more_filters a.new_tags img
  91. {
  92. margin-bottom: -3px;
  93. }
  94. div.select_network a.active
  95. {
  96. background-color: #39c9cc
  97. }
  98. div.tags_prompt
  99. {
  100. margin-top: 5px;
  101. }
  102. p.group_description
  103. {
  104. font-size: 90%;
  105. text-indent: 15px;
  106. }