home.css 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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.select_network a.active
  67. {
  68. background-color: #39c9cc
  69. }
  70. div.tags_prompt
  71. {
  72. margin-top: 5px;
  73. }
  74. p.group_description
  75. {
  76. font-size: 90%;
  77. text-indent: 15px;
  78. }