profiler.css 7.7KB

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