profiler.css 7.8 KB

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