index.css 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  1. .fe-helper-hide {
  2. display:none;
  3. }
  4. #fe-helper-box {
  5. position: fixed;
  6. left: 1px;
  7. bottom: 0;
  8. right:8px;
  9. z-index: 2147483646;
  10. font-size:12px;
  11. }
  12. #fe-helper-main-ifr {
  13. width: 100%;
  14. height: 100%;
  15. position: absolute;
  16. left: 0;
  17. top: 0;
  18. bottom:0;
  19. z-index: 2147483646;
  20. }
  21. #fe-helper-main-tab {
  22. width: 100%;
  23. position: absolute;
  24. top:0;
  25. left: 0;
  26. bottom: 0;
  27. z-index: 2147483647;
  28. background: #fcfcfc;
  29. text-align:left;
  30. }
  31. #fe-helper-main-tab .ui-tabs-nav {
  32. -webkit-user-select : none;
  33. }
  34. #fe-helper-main-tab li .ui-icon-close {
  35. float: left;
  36. margin: 0.4em 0.2em 0 0;
  37. cursor: pointer;
  38. }
  39. #fe-helper-main-tab.ui-tabs .ui-tabs-panel {
  40. padding-right:0;
  41. }
  42. #fe-helper-main-tab .rst-title .rst-count{
  43. color:#f00;
  44. }
  45. #fe-helper-main-tab .rst-content{
  46. color:#666;
  47. height:460px;
  48. overflow-y:auto;
  49. }
  50. #fe-helper-main-tab .rst-content .x-num{
  51. color:#f00;
  52. font-weight:bold;
  53. }
  54. #fe-helper-main-tab .rst-content .x-tag{
  55. color:#00f;
  56. font-weight:bold;
  57. word-wrap: break-word;
  58. }
  59. #fe-helper-main-tab .rst-content .x-attr{
  60. color:#b00;
  61. font-weight:bold;
  62. }
  63. #fe-helper-main-tab .rst-content .x-file{
  64. color:#48b;
  65. }
  66. #fe-helper-box .ui-corner-top>a{
  67. font-weight:bold;
  68. }
  69. #fe-helper-box .ui-resizable-s{
  70. position: absolute;
  71. top:0px;
  72. z-index: 2147483647;
  73. }
  74. #fe-helper-box #fe-helper-minusthick,
  75. #fe-helper-box #fe-helper-plusthick,
  76. #fe-helper-box #fe-helper-closethick{
  77. float:right;
  78. cursor:pointer;
  79. margin:5px 5px 0 ;
  80. }
  81. #fe-helper-box #fe-helper-minusthick:hover,
  82. #fe-helper-box #fe-helper-plusthick:hover,
  83. #fe-helper-box #fe-helper-closethick:hover{
  84. background:#c00;
  85. }
  86. #fe-helper-box table {
  87. font-size:11px;
  88. border:2px solid #366EB9;
  89. border-collapse:collapse;
  90. width:100%;
  91. table-layout:fixed;
  92. }
  93. #fe-helper-box table th,
  94. #fe-helper-box table td {
  95. vertical-align:middle;
  96. padding:3px 10px;
  97. border:1px solid #eee;
  98. }
  99. #fe-helper-box table .td-linenum {
  100. background:#ffc;
  101. color:#900;
  102. font-weight:normal;
  103. font-style:italic;
  104. text-align:right;
  105. -webkit-user-select:none;
  106. width:10%;
  107. cursor:default;
  108. }
  109. #fe-helper-box table .td-content {
  110. text-align:left;
  111. padding-left:10px;
  112. width:90%;
  113. }
  114. #fe-helper-box table .td-content-title {
  115. text-align:right;
  116. padding-right:10px;
  117. width:6%;
  118. }
  119. #fe-helper-box table .td-content-content {
  120. text-align:left;
  121. padding-left:10px;
  122. width:84%;
  123. }
  124. #fe-helper-box table .td-content-content.-c-x-issue {
  125. color:#555;
  126. }
  127. #fe-helper-box table .td-cookie-linenum {
  128. background:#ffc;
  129. color:#900;
  130. font-weight:normal;
  131. font-style:italic;
  132. text-align:right;
  133. -webkit-user-select:none;
  134. width:5%;
  135. }
  136. #fe-helper-box table .td-cookie-name {
  137. width:20%;
  138. word-wrap:break-word;
  139. }
  140. #fe-helper-box table .td-cookie-value {
  141. word-wrap:break-word;
  142. width:30%;
  143. }
  144. #fe-helper-box table .td-cookie-domain {
  145. width:15%;
  146. }
  147. #fe-helper-box table .td-cookie-expires {
  148. width:20%;
  149. }
  150. #fe-helper-box table .td-cookie-op {
  151. width:10%;
  152. text-align:center;
  153. }
  154. #fe-helper-box table thead td{
  155. background:#366EB9;
  156. font-weight:bold;
  157. height:20px;
  158. text-align:center;
  159. color:#ff0;
  160. cursor:default;
  161. }
  162. #fe-helper-box table thead .td-content-title {
  163. border-right:none;
  164. }
  165. #fe-helper-box table thead .td-content-content {
  166. border-left:none;
  167. text-align:center;
  168. }
  169. #fe-helper-box table tbody tr.tr-content-even {
  170. background:#F3FAFF;
  171. }
  172. #fe-helper-box table tbody tr:hover {
  173. background:#ffa;
  174. }
  175. #fe-helper-box table tbody .-x-issue{
  176. color:#b00;
  177. }
  178. #fe-helper-box table tbody .-x-suggestion{
  179. color:#00b;
  180. }
  181. #fe-helper-box .x-selector {
  182. color:#00f;
  183. }
  184. #fe-helper-box .x-css-text {
  185. color:#aaa;
  186. padding-left:20px;
  187. }
  188. #fe-helper-box .table-css-bg {
  189. margin-left:40px;
  190. margin-top:10px;
  191. }
  192. #fe-helper-box .table-css-bg div {
  193. height:20px;
  194. }
  195. #fe-helper-box .table-css-bg div:hover {
  196. background:#fff;
  197. }
  198. #fe-helper-box .x-expand {
  199. margin-left:20px;
  200. cursor:pointer;
  201. color:#48b;
  202. font-weight:bold;
  203. }
  204. #fe-img-tootip {
  205. position:absolute;
  206. z-index: 2147483647;
  207. top:-10000px;
  208. left:-10000px;
  209. }
  210. #f-h-p-m {
  211. position:fixed;
  212. top:0;
  213. left:0;
  214. bottom:0;
  215. right:0;
  216. z-index: 2147483646;
  217. background:#000;
  218. opacity:0.4;
  219. }
  220. #fe-helper-progress-bar-img {
  221. position:fixed;
  222. z-index: 2147483647;
  223. width:800px;
  224. height:20px;
  225. line-height:20px;
  226. text-align:center;
  227. font-weight:bold;
  228. color:#f00;
  229. border:1px solid transparent;
  230. -webkit-border-radius:2px 2px;
  231. }
  232. #fe-helper-progress-bar {
  233. width:0px;
  234. height:0px;
  235. }
  236. #fe-helper-acc-HTML-issue-sug,
  237. #fe-helper-acc-CSS-issue-sug,
  238. #fe-helper-acc-Javascript-issue-sug{
  239. width:100%;
  240. overflow:auto;
  241. }
  242. #fe-helper-box .-f-h-get-more- {
  243. position:absolute;
  244. bottom:10px;
  245. right:20px;
  246. color:#00f;
  247. }
  248. #fe-helper-grid {
  249. position:absolute;
  250. top:0;
  251. left:0;
  252. z-index:2147483647;
  253. opacity:0.2;
  254. overflow:hidden;
  255. -webkit-user-select:none;
  256. }
  257. #fe-helper-btn-close-grid {
  258. position:fixed;
  259. bottom:10px;
  260. right:10px;
  261. font-size:12px;
  262. font-weight:bold;
  263. color:#00f;
  264. z-index:2147483647;
  265. cursor:pointer;
  266. }
  267. #fe-helper-btn-close-grid:hover {
  268. color:#f00;
  269. }
  270. #fe-helper-g-pos {
  271. background:none;
  272. position:absolute;
  273. top:0;
  274. left:0;
  275. z-index:2147483646;
  276. border:1px solid #0b0;
  277. border-width:0 1px 1px 0;
  278. }
  279. #fe-helper-gp-info {
  280. position:absolute;
  281. z-index:2147483646;
  282. background:#ffc;
  283. border:1px solid #666;
  284. font-size:12px;
  285. text-align:left;
  286. padding:2px 10px;
  287. display:none;
  288. color:#000;
  289. }
  290. #fe-helper-ruler-top {
  291. position:fixed;
  292. top:0;
  293. left:0;
  294. right:0;
  295. height:20px;
  296. background:#fff;
  297. border-bottom:1px solid #000;
  298. z-index:2147483647;
  299. overflow:hidden;
  300. }
  301. #fe-helper-ruler-left {
  302. position:fixed;
  303. top:0px;
  304. left:0;
  305. bottom:0;
  306. width:20px;
  307. background:#fff;
  308. border-right:1px solid #000;
  309. z-index:2147483647;
  310. overflow:hidden;
  311. }
  312. #fe-helper-ruler-top .h-line{
  313. position:absolute;
  314. width:1px;
  315. background:#000;
  316. }
  317. #fe-helper-ruler-top .h-text{
  318. position:absolute;
  319. top:0;
  320. font-size:8px;
  321. color:#000;
  322. }
  323. #fe-helper-ruler-left .v-line{
  324. position:absolute;
  325. height:1px;
  326. background:#000;
  327. }
  328. #fe-helper-ruler-left .v-text{
  329. position:absolute;
  330. left:0;
  331. font-size:8px;
  332. color:#000;
  333. -webkit-transform:rotate(90deg);
  334. margin-top:4px;
  335. }