profiler.css 8.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491
  1. /*
  2. Copyright (c) 2008, Yahoo! Inc. All rights reserved.
  3. Code licensed under the BSD License:
  4. http://developer.yahoo.net/yui/license.txt
  5. version: 2.6.0
  6. */
  7. html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
  8. html, body {
  9. background-color: #efefef;
  10. }
  11. body {
  12. font: 1em "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  13. text-align: left;
  14. }
  15. p {
  16. font-size: 14px;
  17. line-height: 20px;
  18. color: #313131;
  19. padding-bottom: 20px
  20. }
  21. strong {
  22. color: #313131;
  23. font-weight: bold;
  24. }
  25. em {
  26. font-style: italic;
  27. }
  28. a {
  29. color: #6c6159;
  30. }
  31. a img {
  32. border: none;
  33. }
  34. a:hover {
  35. text-decoration: underline;
  36. }
  37. button::-moz-focus-inner {
  38. padding: 0;
  39. border: none;
  40. }
  41. button {
  42. overflow: visible;
  43. width: auto;
  44. background-color: transparent;
  45. font-weight: bold;
  46. }
  47. caption {
  48. margin-bottom: 7px;
  49. }
  50. table, tr, th, td {
  51. border-collapse: collapse;
  52. border: 1px solid #d0dbb3;
  53. }
  54. table {
  55. width: 100%;
  56. margin: 10px 0 30px;
  57. }
  58. table th {
  59. font-weight: bold;
  60. background-color: #f1f7e2;
  61. }
  62. table th, table td {
  63. font-size: 12px;
  64. padding: 8px 10px;
  65. }
  66. fieldset {
  67. border: none;
  68. }
  69. abbr {
  70. border-bottom: 1px dotted #000;
  71. cursor: help;
  72. }
  73. .clear {
  74. clear: both;
  75. height: 0;
  76. font-size: 0;
  77. line-height: 0;
  78. }
  79. .clear_fix:after
  80. {
  81. content: "\0020";
  82. display: block;
  83. height: 0;
  84. clear: both;
  85. visibility: hidden;
  86. }
  87. * html .clear_fix
  88. {
  89. height: 1%;
  90. }
  91. .clear_fix
  92. {
  93. display: block;
  94. }
  95. #content {
  96. padding: 0 50px;
  97. margin: 0 auto;
  98. font-family: Arial, Helvetica, sans-serif;
  99. min-width: 970px;
  100. }
  101. #header {
  102. padding: 30px 30px 20px;
  103. }
  104. #header h1 {
  105. float: left;
  106. }
  107. .search {
  108. float: right;
  109. }
  110. #menu_profiler {
  111. border-right: 1px solid #dfdfdf;
  112. }
  113. #menu_profiler li {
  114. border-bottom: 1px solid #dfdfdf;
  115. position: relative;
  116. padding-bottom: 0;
  117. display: block;
  118. background-color: #f6f6f6;
  119. }
  120. #menu_profiler li a {
  121. color: #404040;
  122. display: block;
  123. font-size: 13px;
  124. text-transform: uppercase;
  125. text-decoration: none;
  126. cursor: pointer;
  127. }
  128. #menu_profiler li a span.label {
  129. display: block;
  130. padding: 20px 20px 16px 65px;
  131. min-height: 24px;
  132. _height: 24px;
  133. }
  134. #menu_profiler li a span.icon {
  135. display: block;
  136. position: absolute;
  137. left: 0;
  138. top: 12px;
  139. width: 60px;
  140. text-align: center;
  141. }
  142. #menu_profiler li.selected a,
  143. #menu_profiler li a:hover {
  144. background: #d1d1d1 url(../images/profiler/bg_submenu.png) repeat-x 0 0;
  145. }
  146. #navigation div:first-child,
  147. #menu_profiler li:first-child,
  148. #menu_profiler li:first-child a,
  149. #menu_profiler li:first-child a span.label {
  150. -moz-border-radius: 16px 0 0 0;
  151. -webkit-border-radius: 16px 0 0 0;
  152. border-radius: 16px 0 0 0;
  153. }
  154. #menu_profiler li a span.count {
  155. padding: 0;
  156. position: absolute;
  157. right: 10px;
  158. top: 20px;
  159. }
  160. #collector_wrapper {
  161. float: left;
  162. width: 100%;
  163. }
  164. #collector_content {
  165. margin-left: 250px;
  166. padding: 40px 50px;
  167. }
  168. #navigation {
  169. float: left;
  170. width: 250px;
  171. margin-left: -100%;
  172. }
  173. #collector_content table td {
  174. background-color: white;
  175. }
  176. h1 {
  177. font-family: Georgia, "Times New Roman", Times, serif;
  178. color: #404040;
  179. }
  180. h2, h3 {
  181. font-weight: bold;
  182. margin-bottom: 20px;
  183. }
  184. li {
  185. padding-bottom: 10px;
  186. }
  187. #main {
  188. -moz-border-radius: 16px;
  189. -webkit-border-radius: 16px;
  190. border-radius: 16px;
  191. margin-bottom: 20px;
  192. }
  193. #menu_profiler span.count span {
  194. display: inline-block;
  195. background-color: #aacd4e;
  196. -moz-border-radius: 6px;
  197. -webkit-border-radius: 6px;
  198. border-radius: 6px;
  199. padding: 4px;
  200. color: #fff;
  201. margin-right: 2px;
  202. font-size: 11px;
  203. }
  204. #resume {
  205. background-color: #f6f6f6;
  206. border-bottom: 1px solid #dfdfdf;
  207. padding: 10px 50px;
  208. margin-left: 210px;
  209. color: #313131;
  210. font-size: 12px;
  211. -moz-border-radius-topright: 16px;
  212. -webkit-border-top-right-radius: 16px;
  213. border-top-right-radius: 16px;
  214. }
  215. a#resume-view-all {
  216. display: inline-block;
  217. padding: 0.2em 0.7em;
  218. margin-right: 0.5em;
  219. background-color: #666;
  220. border-radius: 16px;
  221. color: white;
  222. font-weight: bold;
  223. text-decoration: none;
  224. }
  225. table th.value {
  226. width: 450px;
  227. background-color: #dfeeb8;
  228. }
  229. #content h2 {
  230. font-size: 24px;
  231. color: #313131;
  232. font-weight: bold;
  233. }
  234. #content #main {
  235. padding: 0;
  236. background-color: #FFF;
  237. border: 1px solid #dfdfdf;
  238. }
  239. #content #main p {
  240. color: #313131;
  241. font-size: 14px;
  242. padding-bottom: 20px;
  243. }
  244. .sf-toolbarreset {
  245. border-top: 0;
  246. padding: 0;
  247. }
  248. .sf-exceptionreset .block_exception_detected .text_exception {
  249. width: 520px;
  250. }
  251. .sf-exceptionreset .block_exception_detected .illustration_exception {
  252. display: none;
  253. }
  254. ul.alt {
  255. margin: 10px 0 30px;
  256. }
  257. ul.alt li {
  258. padding: 5px 7px;
  259. font-size: 13px;
  260. }
  261. ul.alt li.even {
  262. background: #f1f7e2;
  263. }
  264. ul.alt li.error {
  265. background-color: #f66;
  266. margin-bottom: 1px;
  267. }
  268. ul.alt li.warning {
  269. background-color: #ffcc00;
  270. margin-bottom: 1px;
  271. }
  272. td.main, td.menu {
  273. text-align: left;
  274. margin: 0;
  275. padding: 0;
  276. border: 0;
  277. vertical-align: top;
  278. }
  279. .search {
  280. padding-top: 20px;
  281. }
  282. .search label {
  283. line-height: 28px;
  284. vertical-align: middle;
  285. }
  286. .search input {
  287. width: 188px;
  288. margin-right: 10px;
  289. font-size: 12px;
  290. border: 1px solid #dadada;
  291. background: #FFF url(../images/profiler/input_bg.gif) repeat-x left top;
  292. padding: 5px 6px;
  293. color: #565656;
  294. }
  295. .search input[type="search"] {
  296. -webkit-appearance: textfield;
  297. }
  298. .search button {
  299. -webkit-appearance: button-bevel;
  300. float: none;
  301. padding: 0;
  302. margin: 0;
  303. border: 0;
  304. text-decoration: none;
  305. cursor: pointer;
  306. white-space: nowrap;
  307. display: inline-block;
  308. text-align: center;
  309. vertical-align: middle;
  310. background: none;
  311. }
  312. .search button:hover {
  313. text-decoration: none;
  314. }
  315. .search button span span,
  316. .search button span span span {
  317. position: static;
  318. }
  319. .search button span {
  320. position: relative;
  321. text-decoration: none;
  322. display: block;
  323. height: 28px;
  324. float: left;
  325. padding: 0 0 0 8px;
  326. background: transparent url(../images/profiler/border_l.png) no-repeat top left;
  327. }
  328. .search button span span {
  329. padding: 0 8px 0 0;
  330. background: transparent url(../images/profiler/border_r.png) right top no-repeat;
  331. }
  332. .search button span span span {
  333. padding: 0 7px;
  334. font: bold 11px Arial, Helvetica, sans-serif;
  335. color: #6b6b6b;
  336. line-height: 28px;
  337. background: transparent url(../images/profiler/btn_bg.png) repeat-x top left;
  338. }
  339. #navigation div:first-child {
  340. margin: 0 0 20px;
  341. border-top: 0;
  342. }
  343. #navigation .search {
  344. padding-top: 15px;
  345. float: none;
  346. background: none repeat scroll 0 0 #f6f6f6;
  347. color: #333;
  348. margin: 20px 0;
  349. border: 1px solid #dfdfdf;
  350. border-left: none;
  351. }
  352. #navigation .search h3 {
  353. font-family: Arial, Helvetica, sans-serif;
  354. text-transform: uppercase;
  355. margin-left: 10px;
  356. font-size: 13px;
  357. }
  358. #navigation .search form {
  359. padding: 15px 0;
  360. }
  361. #navigation .search button {
  362. float: right;
  363. margin-right: 20px;
  364. }
  365. #navigation .search label {
  366. display: block;
  367. float: left;
  368. width: 50px;
  369. }
  370. #navigation .search input,
  371. #navigation .search select,
  372. #navigation .search label,
  373. #navigation .search a {
  374. font-size: 12px;
  375. }
  376. #navigation .search form {
  377. padding-left: 10px;
  378. }
  379. #navigation .search input {
  380. width: 160px;
  381. }
  382. #navigation .import label {
  383. float: none;
  384. display: inline;
  385. }
  386. #navigation .import input {
  387. width: 100px;
  388. }
  389. .timeline {
  390. background-color: #fbfbfb;
  391. margin-bottom: 15px;
  392. margin-top: 5px;
  393. }
  394. #collector_content .routing tr.matches td {
  395. background-color: #0e0;
  396. }
  397. #collector_content .routing tr.almost td {
  398. background-color: #fa0;
  399. }
  400. .loading {
  401. background: transparent url(../images/profiler/spinner.gif) scroll no-repeat 50% 50%;
  402. height: 30px;
  403. display: none;
  404. }
  405. .sf-profiler-timeline .legends {
  406. font-size: 12px;
  407. line-height: 1.5em;
  408. }
  409. .sf-profiler-timeline .legends span {
  410. border-left-width: 10px;
  411. border-left-style: solid;
  412. padding: 0 10px 0 5px;
  413. }
  414. .sf-profiler-timeline canvas {
  415. border: 1px solid #999;
  416. border-width: 1px 0;
  417. }