base.mobile.css 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. .icon-pause-all{
  2. background:url('images/pause-all.png') no-repeat;
  3. }
  4. .ui-icon-pause-one{
  5. background:url('images/pause.png') no-repeat;
  6. }
  7. .icon-start-all{
  8. background:url('images/start-all.png') no-repeat;
  9. }
  10. .icon-start-one{
  11. background:url('images/start.png') no-repeat;
  12. }
  13. .icon-alt-speed-true{
  14. background:url('images/alt-speed-true.png') no-repeat;
  15. }
  16. .icon-alt-speed-false{
  17. background:url('images/alt-speed-false.png') no-repeat;
  18. }
  19. .icon-system-config{
  20. background:url('images/system-config.png') no-repeat;
  21. }
  22. .icon-test-port{
  23. background:url('images/test-port.png') no-repeat;
  24. }
  25. .icon-loading{
  26. background:url('images/loading.gif') no-repeat;
  27. }
  28. .icon-about{
  29. background:url('images/about.png') no-repeat;
  30. }
  31. .icon-close{
  32. background:url('images/close.png') no-repeat;
  33. }
  34. .icon-enabled{
  35. background:url('images/enabled.png') no-repeat;
  36. }
  37. .icon-disabled{
  38. background:url('images/disabled.png') no-repeat;
  39. }
  40. .icon-remove-torrent{
  41. background:url('images/remove.png') no-repeat;
  42. }
  43. .icon-recheck-torrent{
  44. background:url('images/checking.png') no-repeat;
  45. }
  46. .torrent-list{
  47. height:100%;width:100%;
  48. }
  49. .torrent-progress{
  50. margin:1px 0px 3px 0px;
  51. height:13px;
  52. width:100%;
  53. border:1px #c0c0c0 solid;
  54. text-align:center;
  55. position:relative;
  56. font-size:9px;font-family:Arial,Verdana,Tahoma;-webkit-text-size-adjust:none;
  57. }
  58. .torrent-progress-text{
  59. height:100%;
  60. position:absolute;
  61. left:0;
  62. top:0;
  63. width:100%;
  64. line-height:13px;
  65. z-index:1;
  66. }
  67. .torrent-progress-bar{
  68. height:100%;
  69. width:0;
  70. position:absolute;
  71. left:0;
  72. top:0;
  73. z-index:0;
  74. }
  75. .torrent-progress-download{
  76. background-color: #77bbff;
  77. }
  78. .torrent-progress-error{
  79. background-color: #bf4040;
  80. }
  81. .torrent-progress-warning{
  82. background-color: #cc9900;
  83. }
  84. .torrent-progress-seed{
  85. background-color: #acffac;
  86. }
  87. .torrent-progress-stop{
  88. background-color: #808080;
  89. }
  90. .torrent-progress-check{
  91. background-color: #808040;
  92. }
  93. .nav-total-size{
  94. color:#757575;float:right;padding-right:2px;font-family:arial,sans-serif;
  95. }
  96. .nav-torrents-number{
  97. color:#757575;font-family:arial,sans-serif;padding-top:2px;
  98. }
  99. .tree-title-toolbar{
  100. float:right;padding-right:24px;margin-top:-5px;
  101. }
  102. .text-status-error{
  103. color:red;
  104. }
  105. .text-status-warning{
  106. color:#cc9900;
  107. }
  108. .iconlabel{
  109. display:inline-block;
  110. width:auto;
  111. padding-left:19px;
  112. min-height: 16px;
  113. margin-top:2px;
  114. text-overflow: ellipsis;
  115. overflow: hidden;
  116. white-space: nowrap;
  117. outline: 0 !important;
  118. }
  119. .icon-up{
  120. background:url('images/up.png') no-repeat;
  121. }
  122. .icon-down{
  123. background:url('images/down.png') no-repeat;
  124. }
  125. .icon-drive{
  126. background:url('images/drive.png') no-repeat;
  127. }
  128. .icon-exclamation{
  129. background:url('images/error.png') no-repeat;
  130. }
  131. .icon-warning-type1{
  132. background:url('images/warning.png') no-repeat;
  133. }
  134. .icon-pause-small{
  135. background:url('images/pause-small.png') no-repeat;
  136. }
  137. .icon-checking{
  138. background:url('images/checking.png') no-repeat;
  139. }
  140. .icon-deny{
  141. background:url('images/deny.png') no-repeat;
  142. }
  143. .icon-allow{
  144. background:url('images/allow.png') no-repeat;
  145. }
  146. .icon-flag-0{
  147. background:url('images/flag-0.png') no-repeat;
  148. }
  149. .icon-flag-1{
  150. background:url('images/flag-1.png') no-repeat;
  151. }
  152. .icon-flag--1{
  153. background:url('images/flag--1.png') no-repeat;
  154. }
  155. .icon-flag-edit{
  156. background:url('images/flag-edit.png') no-repeat;
  157. }
  158. .icon-folder-change{
  159. background:url('images/folder-change.png') no-repeat;
  160. }
  161. .icon-tracker-add{
  162. background:url('images/tracker-add.png') no-repeat;
  163. }
  164. .icon-tracker-edit{
  165. background:url('images/tracker-edit.png') no-repeat;
  166. }
  167. .icon-tracker-remove{
  168. background:url('images/tracker-remove.png') no-repeat;
  169. }
  170. .icon-tracker-replace{
  171. background:url('images/tracker-replace.png') no-repeat;
  172. }
  173. .tip{
  174. padding:5px;text-align:left;border:1px solid #FF9900;font-size:12px;margin-bottom:2px;display:block;
  175. padding-left:25px;
  176. background: #FFFFCC url('images/balloon.png') left no-repeat;
  177. background-position: 5px 6px;
  178. color:#555555;
  179. }
  180. #icon-computer .ui-icon{
  181. background:url('images/computer.png') 50% 50% no-repeat;
  182. }
  183. .icon-arrow-left{
  184. background:url('images/arrow-left.png') no-repeat;
  185. }
  186. .icon-arrow-right{
  187. background:url('images/arrow-right.png') no-repeat;
  188. }
  189. .page-bar{
  190. float:right;padding:0px;position:absolute;width:100%;z-index:10;top:46px;text-align:right;
  191. }
  192. .page-bar .page-number{
  193. font-size:12px;vertical-align: text-top;
  194. }
  195. .torrent-list-infos{
  196. font-size:12px;font-family:arial,sans-serif;
  197. }
  198. .ui-select span{
  199. text-align:left !important;
  200. }