profiler.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. /*
  2. Copyright (c) 2010, Yahoo! Inc. All rights reserved.
  3. Code licensed under the BSD License:
  4. http://developer.yahoo.com/yui/license.html
  5. version: 3.1.2
  6. build: 56
  7. */
  8. 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,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{font-style:normal;font-weight:normal;}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:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
  9. .clearfix:after {
  10. content: "\0020";
  11. display: block;
  12. height: 0;
  13. clear: both;
  14. visibility: hidden;
  15. overflow: hidden;
  16. }
  17. .clearfix {display: inline-block;}
  18. * html .clearfix {height: 1%;}
  19. .clearfix {display: block;}
  20. html {
  21. background: #fff;
  22. }
  23. body {
  24. font: 11px Verdana, Arial, sans-serif;
  25. color: #222;
  26. }
  27. strong {
  28. font-weight: bold;
  29. }
  30. em {
  31. font-style: italic;
  32. }
  33. a {
  34. color: #222;
  35. }
  36. abbr {
  37. border-bottom: 1px dotted #000000;
  38. cursor: help;
  39. }
  40. h1 {
  41. font-size: 190%;
  42. letter-spacing: -0.03em;
  43. }
  44. h1 img {
  45. margin: 0 5px 0 0;
  46. height: 32px;
  47. }
  48. h2 {
  49. font-size: 180%;
  50. letter-spacing: -0.02em;
  51. padding: 10px 0;
  52. }
  53. h3 {
  54. font-size: 160%;
  55. letter-spacing: -0.02em;
  56. padding: 10px 0;
  57. }
  58. img {
  59. vertical-align: middle;
  60. }
  61. .header {
  62. padding: 10px;
  63. background: #333;
  64. color: #fff;
  65. }
  66. .header div {
  67. margin-left: 45px;
  68. }
  69. .header a {
  70. color: #fff;
  71. }
  72. .menu, td.menu {
  73. width: 240px;
  74. }
  75. .content {
  76. padding: 15px 15px 15px 35px;
  77. }
  78. .search, .import {
  79. background: #efefef;
  80. color: #333;
  81. }
  82. .search h3, .import h3 {
  83. padding: 4px 10px;
  84. background-image: -moz-linear-gradient(-90deg, #ededed, #a3a2a2);
  85. background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ededed), to(#a3a2a2));
  86. font-size: 115%;
  87. }
  88. .search form, .import form {
  89. padding: 10px;
  90. }
  91. .search input, .import input {
  92. float: left;
  93. margin-bottom: 7px;
  94. }
  95. .search input.submit, .import input.submit {
  96. float: right;
  97. }
  98. .search label {
  99. float: left;
  100. width: 50px;
  101. }
  102. th, td {
  103. padding: 5px;
  104. border: 1px solid #b4b4b4;
  105. }
  106. th {
  107. font-weight: bold;
  108. background: #edf3fe;
  109. }
  110. pre {
  111. overflow: auto;
  112. }
  113. table {
  114. width: 100%;
  115. }
  116. .menu ul {
  117. background: #dde4eb;
  118. font-size: 130%;
  119. padding: 15px 0;
  120. }
  121. .menu li {
  122. padding: 5px 10px;
  123. }
  124. .menu li.selected {
  125. background: #0065bd;
  126. color: #fff;
  127. background-image: -moz-linear-gradient(-90deg, #5fa3e0, #0065bd);
  128. background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5fa3e0), to(#0065bd));
  129. }
  130. .menu li a {
  131. color: #000;
  132. text-decoration: none;
  133. }
  134. .menu li.selected a {
  135. color: #fff;
  136. }
  137. .count {
  138. font-family: monospace;
  139. font-weight: bold;
  140. padding: 4px;
  141. margin-left: 5px;
  142. margin-top: 5px;
  143. font-size: 80%;
  144. float: right;
  145. background-color: #9cc2e8;
  146. color: #fff;
  147. -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px;
  148. }
  149. .sf-toolbarreset {
  150. border-top: 0;
  151. }
  152. ul.alt li {
  153. padding: 5px 7px;
  154. }
  155. ul.alt li.even {
  156. background: #edf3fe;
  157. }
  158. ul.alt li.error {
  159. background-color: #f66;
  160. }
  161. td.main, td.menu {
  162. text-align: left;
  163. margin: 0;
  164. padding: 0;
  165. border: 0;
  166. vertical-align: top;
  167. }