popup.css 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. color: #333;
  5. }
  6. html, body {
  7. height: 100%;
  8. }
  9. body {
  10. line-height: 1em;
  11. background: #fff;
  12. padding: 0;
  13. margin: 0;
  14. }
  15. body, td, textarea, input, select {
  16. font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif;
  17. font-size: 13px;
  18. }
  19. p {
  20. margin: 1em 0;
  21. }
  22. h1 {
  23. font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  24. font-weight: normal;
  25. font-size: 23px;
  26. line-height: 29px;
  27. margin: 0 0 1em 0;
  28. text-shadow: 0 1px 0 #FFFFFF;
  29. }
  30. ul {
  31. list-style: none;
  32. }
  33. li {
  34. margin: 1em 0;
  35. }
  36. a {
  37. color: #21759B;
  38. }
  39. a:hover {
  40. color: #D54E21;
  41. }
  42. #content {
  43. padding: 20px;
  44. }
  45. .clear {
  46. clear: both;
  47. }
  48. .button, input[type="button"], input[type="submit"] {
  49. font-size: 11px;
  50. line-height: 16px;
  51. background: #f2f2f2 url(../img/white-grad.png) repeat-x scroll left top;
  52. border: 1px solid #bbb;
  53. color: #464646;
  54. text-shadow: 0 1px 0 #fff;
  55. cursor: pointer;
  56. padding: 2px 8px;
  57. border-radius: 11px;
  58. -webkit-border-radius: 11px;
  59. -moz-border-radius: 11px;
  60. }
  61. .button:hover, input[type="button"]:hover, input[type="submit"]:hover {
  62. border-color: #666;
  63. color: #000;
  64. }
  65. .button:active, input[type="button"]:active, input[type="submit"]:active {
  66. background: #F2F2F2 url(../img/white-grad-active.png) repeat-x scroll left top;
  67. }
  68. input.button-primary {
  69. background: url(../img/button-grad.png) repeat-x scroll left top #21759B;
  70. border-color: #298CBA;
  71. color: #FFFFFF;
  72. font-weight: bold;
  73. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  74. }
  75. input.button-primary:active, button.button-primary:active, a.button-primary:active {
  76. background: url(../img/button-grad-active.png) repeat-x scroll left top #21759B;
  77. color: #EAF2FA;
  78. }
  79. input.button-primary:hover, button.button-primary:hover, a.button-primary:hover, a.button-primary:focus, a.button-primary:active {
  80. border-color: #13455B;
  81. color: #EAF2FA;
  82. }
  83. .log {
  84. border: 1px solid #464646;
  85. height: 279px;
  86. overflow: auto;
  87. }
  88. .log div {
  89. padding: 3px;
  90. border-bottom: 1px solid #464646;
  91. }
  92. .log-success {
  93. background: #bfb;
  94. }
  95. .log-error {
  96. background: #f99;
  97. }
  98. .empty {
  99. font-weight: 700;
  100. font-style: italic;
  101. }
  102. .table {
  103. width: 100%;
  104. border-collapse: collapse;
  105. }
  106. .table td, th {
  107. border: 1px solid #ccc;
  108. padding: 3px 2px;
  109. }
  110. .table th {
  111. background: #eee;
  112. }
  113. .queue td {
  114. font-size: 10px;
  115. }
  116. .updated, .error {
  117. -moz-border-radius: 3px;
  118. -webkit-border-radius: 3px;
  119. border-radius: 3px;
  120. border: 1px solid;
  121. padding: 0 0.6em;
  122. margin: 0.5em 0;
  123. }
  124. .updated {
  125. background: #ffffe0;
  126. border-color: #e6db55;
  127. }
  128. .error {
  129. background-color: #ffebe8;
  130. border-color: #cc0000;
  131. }
  132. .updated p, .error p {
  133. line-height: 1;
  134. margin: 0.5em 0;
  135. padding: 2px;
  136. }
  137. .tab-selected {
  138. font-weight: 700;
  139. }
  140. .rules {
  141. width: 100%;
  142. font-size: 9px;
  143. }
  144. .ps-rules {
  145. margin: 1em 0;
  146. background: #fff url(../img/ps_bar.gif) repeat-y;
  147. }
  148. .ps-rules a {
  149. color: #00f;
  150. text-decoration: none;
  151. }
  152. .ps-rules li,
  153. .ps-rules p {
  154. margin: 0;
  155. }
  156. .ps-rule {
  157. clear: left;
  158. }
  159. .ps-rule {
  160. line-height: 20px;
  161. }
  162. .ps-rule:hover {
  163. background: #eee url(../img/ps_bar.gif) repeat-y;
  164. }
  165. .ps-icon {
  166. width: 31px;
  167. height: 20px;
  168. position: relative;
  169. float: left;
  170. }
  171. .ps-icon div {
  172. display: block;
  173. background: url(../img/ps_scores.png);
  174. width: 14px;
  175. height: 14px;
  176. position: relative;
  177. top: 3px;
  178. left: 8px;
  179. }
  180. .ps-priority-high .ps-icon div {
  181. background-position: 0;
  182. }
  183. .ps-priority-medium .ps-icon div {
  184. background-position: -14px;
  185. }
  186. .ps-priority-low .ps-icon div {
  187. background-position: -28px;
  188. }
  189. .ps-expand {
  190. float: left;
  191. width: 30px;
  192. height: 20px;
  193. text-align: center;
  194. }
  195. .ps-expand a {
  196. color: #66d;
  197. }
  198. .ps-expander {
  199. display: none;
  200. background: #fff url(../img/ps_grad.gif) repeat-x;
  201. margin-left: 31px;
  202. padding: 10px 0 10px 30px;
  203. }
  204. .ps-blocks {
  205. }
  206. .ps-block p {
  207. margin-bottom: 1em;
  208. }
  209. .ps-urls {
  210. margin-bottom: 1em;
  211. }
  212. .ps-url {
  213. list-style: disc inside;
  214. }
  215. .media-item .filename {
  216. line-height: 36px;
  217. overflow: hidden;
  218. text-align: left;
  219. }
  220. .media-item {
  221. min-height: 36px;
  222. position: relative;
  223. margin-top: -1px;
  224. width: 100%;
  225. }
  226. .progress {
  227. line-height: 2em;
  228. padding: 0;
  229. overflow: hidden;
  230. margin-bottom: 2px;
  231. border: 1px solid #d1d1d1;
  232. background: #f7f7f7;
  233. background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#f7f7f7));
  234. background-image: -webkit-linear-gradient(bottom, #fff, #f7f7f7);
  235. background-image: -moz-linear-gradient(bottom, #fff, #f7f7f7);
  236. background-image: -o-linear-gradient(bottom, #fff, #f7f7f7);
  237. background-image: linear-gradient(to top, #fff, #f7f7f7);
  238. -webkit-border-radius: 3px;
  239. border-radius: 3px;
  240. -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
  241. box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
  242. }
  243. .bar {
  244. z-index: 9;
  245. width: 0;
  246. background-color: #8cc1e9;
  247. background-image: -webkit-gradient(linear, left bottom, left top, from(#72a7cf), to(#8cc1e9));
  248. background-image: -webkit-linear-gradient(bottom, #72a7cf, #8cc1e9);
  249. background-image: -moz-linear-gradient(bottom, #72a7cf, #8cc1e9);
  250. background-image: -o-linear-gradient(bottom, #72a7cf, #8cc1e9);
  251. background-image: linear-gradient(to top, #72a7cf, #8cc1e9);
  252. -webkit-border-radius: 3px;
  253. border-radius: 3px;
  254. -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
  255. box-shadow: 0 0 3px rgba(0,0,0,0.3);
  256. }
  257. .progress .percent {
  258. z-index: 10;
  259. position: relative;
  260. width: 200px;
  261. padding: 0 8px;
  262. text-shadow: 0 1px 0 rgba(255,255,255,0.4);
  263. color: rgba(0,0,0,0.6);
  264. }
  265. .original {
  266. position: relative;
  267. height: 34px;
  268. }