litefm.css 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. span.chattrLock{
  2. padding-left: 20px;
  3. background: url(../../images/locked.png) no-repeat left center;
  4. color: black;
  5. font-size: 12px;
  6. height: 16px;
  7. }
  8. span.chattrUnlock{
  9. padding-left: 20px;
  10. background: url(../../images/unlocked.png) no-repeat left center;
  11. color: black;
  12. font-size: 12px;
  13. height: 16px;
  14. }
  15. div.chattrButton{
  16. color: white;
  17. font-size: 12px;
  18. height: 16px;
  19. text-align: center;
  20. vertical-align: middle;
  21. padding-right: 16px;
  22. cursor:pointer;
  23. -webkit-border-radius: 9px;
  24. -moz-border-radius: 9px;
  25. border-radius: 9px;
  26. padding-bottom:2px;
  27. width: 150px;
  28. }
  29. /* UNLOCKED */
  30. div.chattrButton.unlocked i{
  31. background: url(../../images/unlocked.png) no-repeat left center;
  32. height:16px;
  33. width:16px;
  34. display: inline-block;
  35. float:left;
  36. }
  37. div.chattrButton.unlocked{
  38. border-bottom:2px solid #1e5799;
  39. border-right:2px solid #1e5799;
  40. border-top:2px solid #7db9e8;
  41. border-left:2px solid #7db9e8;
  42. background: #7db9e8; /* Old browsers */
  43. background: -moz-linear-gradient(top, #7db9e8 0%, #207cca 49%, #2989d8 50%, #1e5799 100%); /* FF3.6+ */
  44. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(49%,#207cca), color-stop(50%,#2989d8), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
  45. background: -webkit-linear-gradient(top, #7db9e8 0%,#207cca 49%,#2989d8 50%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
  46. background: -o-linear-gradient(top, #7db9e8 0%,#207cca 49%,#2989d8 50%,#1e5799 100%); /* Opera 11.10+ */
  47. background: -ms-linear-gradient(top, #7db9e8 0%,#207cca 49%,#2989d8 50%,#1e5799 100%); /* IE10+ */
  48. background: linear-gradient(to bottom, #7db9e8 0%,#207cca 49%,#2989d8 50%,#1e5799 100%); /* W3C */
  49. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
  50. }
  51. div.chattrButton.unlocked:active{
  52. border-top:2px solid #1e5799;
  53. border-left:2px solid #1e5799;
  54. border-bottom:2px solid #7db9e8;
  55. border-right:2px solid #7db9e8;
  56. background: #1e5799; /* Old browsers */
  57. background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
  58. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
  59. background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
  60. background: -o-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
  61. background: -ms-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
  62. background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
  63. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
  64. }
  65. /* LOCKED */
  66. div.chattrButton.locked i{
  67. background: url(../../images/locked.png) no-repeat left center;
  68. height:16px;
  69. width:16px;
  70. display: inline-block;
  71. float:left;
  72. }
  73. div.chattrButton.locked{
  74. border-bottom:2px solid #e73827;
  75. border-right:2px solid #e73827;
  76. border-top:2px solid #f85032;
  77. border-left:2px solid #f85032;
  78. background: #f85032; /* Old browsers */
  79. background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%); /* FF3.6+ */
  80. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f85032), color-stop(50%,#f16f5c), color-stop(51%,#f6290c), color-stop(71%,#f02f17), color-stop(100%,#e73827)); /* Chrome,Safari4+ */
  81. background: -webkit-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* Chrome10+,Safari5.1+ */
  82. background: -o-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* Opera 11.10+ */
  83. background: -ms-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* IE10+ */
  84. background: linear-gradient(to bottom, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* W3C */
  85. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-9 */
  86. }
  87. div.chattrButton.locked:active{
  88. border-top:2px solid #e73827;
  89. border-left:2px solid #e73827;
  90. border-bottom:2px solid #f85032;
  91. border-right:2px solid #f85032;
  92. background: #e73827; /* Old browsers */
  93. background: -moz-linear-gradient(top, #e73827 0%, #f02f17 29%, #f6290c 49%, #f16f5c 50%, #f85032 100%); /* FF3.6+ */
  94. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e73827), color-stop(29%,#f02f17), color-stop(49%,#f6290c), color-stop(50%,#f16f5c), color-stop(100%,#f85032)); /* Chrome,Safari4+ */
  95. background: -webkit-linear-gradient(top, #e73827 0%,#f02f17 29%,#f6290c 49%,#f16f5c 50%,#f85032 100%); /* Chrome10+,Safari5.1+ */
  96. background: -o-linear-gradient(top, #e73827 0%,#f02f17 29%,#f6290c 49%,#f16f5c 50%,#f85032 100%); /* Opera 11.10+ */
  97. background: -ms-linear-gradient(top, #e73827 0%,#f02f17 29%,#f6290c 49%,#f16f5c 50%,#f85032 100%); /* IE10+ */
  98. background: linear-gradient(to bottom, #e73827 0%,#f02f17 29%,#f6290c 49%,#f16f5c 50%,#f85032 100%); /* W3C */
  99. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73827', endColorstr='#f85032',GradientType=0 ); /* IE6-9 */
  100. }
  101. .viewitem{
  102. height:16px;
  103. }
  104. /* File Operations */
  105. .file-operations{
  106. height:36px;
  107. }
  108. .operations-button{
  109. border-bottom:1px solid black;
  110. border-right:1px solid black;
  111. border-top:1px solid gray;
  112. border-left:1px solid gray;
  113. display:block;
  114. float:left;
  115. padding:5px 5px 2px 5px;
  116. vertical-align:middle;
  117. -webkit-border-radius: 9px;
  118. -moz-border-radius: 9px;
  119. border-radius: 9px;
  120. cursor:pointer;
  121. margin-left:5px;
  122. margin-bottom:5px;
  123. background:#DEDEDE;
  124. -webkit-user-select: none;
  125. -moz-user-select: none;
  126. user-select: none;
  127. width:17.5%;
  128. }
  129. .operations-button:active{
  130. background:#EFEFEF;
  131. border-top:1px solid black;
  132. border-left:1px solid black;
  133. border-bottom:1px solid gray;
  134. border-right:1px solid gray;
  135. }
  136. .operations-button > div{
  137. display:block;
  138. float:left;
  139. position:relative;
  140. bottom:2px;
  141. }
  142. .operations-button img{
  143. display:block;
  144. float:left;
  145. width:16px;
  146. height:16px;
  147. }
  148. progress:indeterminate::-moz-progress-bar {
  149. background-color: gray;
  150. }
  151. .levelup, .folder, #addfolder {
  152. cursor:pointer;
  153. }