inspectorCommon.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. html {
  2. height: 100%;
  3. }
  4. body {
  5. cursor: default;
  6. position: absolute;
  7. top: 0;
  8. bottom: 0;
  9. left: 0;
  10. right: 0;
  11. overflow: hidden;
  12. font-family: Lucida Grande, sans-serif;
  13. font-size: 11px;
  14. margin: 0;
  15. tab-size: 4;
  16. -webkit-user-select: none;
  17. }
  18. body.dock-to-right:not(.undocked) {
  19. border-left: 1px solid rgb(80, 80, 80);
  20. }
  21. body.dock-to-right.inactive:not(.undocked) {
  22. border-left: 1px solid rgb(64%, 64%, 64%);
  23. }
  24. * {
  25. -webkit-box-sizing: border-box;
  26. }
  27. :focus {
  28. outline: none;
  29. }
  30. img {
  31. -webkit-user-drag: none;
  32. }
  33. iframe, a img {
  34. border: none;
  35. }
  36. iframe.view {
  37. position: absolute;
  38. width: 100%;
  39. height: 100%;
  40. left: 0;
  41. right: 0;
  42. top: 0;
  43. bottom: 0;
  44. }
  45. .hidden {
  46. display: none !important;
  47. }
  48. .monospace {
  49. font-size: 10px !important;
  50. font-family: monospace;
  51. }
  52. .resources-dividers {
  53. position: absolute;
  54. left: 0;
  55. right: 0;
  56. height: 100%;
  57. top: 0;
  58. z-index: -100;
  59. }
  60. .resources-event-dividers {
  61. position: absolute;
  62. left: 0;
  63. right: 0;
  64. height: 100%;
  65. top: 0;
  66. z-index: 300;
  67. pointer-events: none;
  68. }
  69. .resources-dividers-label-bar {
  70. position: absolute;
  71. top: 0;
  72. left: 0px;
  73. right: 0;
  74. background-color: rgba(255, 255, 255, 0.8);
  75. background-clip: padding;
  76. border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  77. height: 20px;
  78. z-index: 200;
  79. pointer-events: none;
  80. cursor: move;
  81. overflow: hidden;
  82. }
  83. .resources-divider {
  84. position: absolute;
  85. width: 1px;
  86. top: 0;
  87. bottom: 0;
  88. background-color: rgba(0, 0, 0, 0.1);
  89. }
  90. .resources-event-divider-padding {
  91. position: absolute;
  92. width: 8px;
  93. top: 0;
  94. bottom: 0;
  95. pointer-events: auto;
  96. }
  97. .resources-event-divider {
  98. position: absolute;
  99. width: 2px;
  100. top: 0;
  101. bottom: 0;
  102. z-index: 300;
  103. }
  104. .resources-divider-label {
  105. position: absolute;
  106. top: 4px;
  107. right: 3px;
  108. font-size: 80%;
  109. white-space: nowrap;
  110. pointer-events: none;
  111. }
  112. .overview-grid-window-selector {
  113. position: absolute;
  114. top: 0;
  115. bottom: 0;
  116. background-color: rgba(125, 173, 217, 0.5);
  117. z-index: 250;
  118. }
  119. .overview-grid-window {
  120. background-color: white;
  121. position: absolute;
  122. left: 0;
  123. right: 0;
  124. top: 0;
  125. bottom: 60px;
  126. z-index: 150;
  127. }
  128. .overview-grid-dividers-background {
  129. left: 0%;
  130. right: 0%;
  131. top: 0px;
  132. bottom: 60px;
  133. background-color: black;
  134. position: absolute;
  135. }
  136. .overview-grid-window-rulers {
  137. top: 0;
  138. bottom: 0;
  139. position: absolute;
  140. opacity: 0.2;
  141. border-right: 1px solid black;
  142. border-left: 1px solid black;
  143. z-index: 150;
  144. pointer-events: none;
  145. }
  146. .overview-grid-window-resizer {
  147. position: absolute;
  148. top: 0px;
  149. bottom: 60px;
  150. width: 5px;
  151. margin-left: -3px;
  152. margin-right: -2px;
  153. background-color: rgb(153, 153, 153);
  154. z-index: 500;
  155. cursor: ew-resize;
  156. -webkit-border-radius: 2px;
  157. -webkit-box-shadow: white 1px 0 0, white -1px 0 0, white 0 1px 0, white 0 -1px 0;
  158. }
  159. /* Network timing is shared between popover and network item view pane */
  160. .network-timing-row {
  161. position: relative;
  162. height: 16px;
  163. }
  164. .network-timing-bar {
  165. position: absolute;
  166. background-color: red;
  167. border-left: 1px solid red;
  168. opacity: 0.4;
  169. top: 0;
  170. bottom: 0;
  171. }
  172. .network-timing-bar-title {
  173. position: absolute;
  174. color: black;
  175. top: 1px;
  176. }
  177. .webkit-search-result {
  178. -webkit-border-radius: 4px;
  179. padding: 2px 2px 2px 3px;
  180. margin: -2px -2px -2px -3px;
  181. opacity: 0.8;
  182. -webkit-box-shadow: rgba(0, 0, 0, .5) 3px 3px 4px;
  183. background-color: rgb(241, 234, 0);
  184. color: black;
  185. }
  186. .sidebar-separator {
  187. background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(243, 243, 243)), color-stop(0.05, rgb(243, 243, 243)), color-stop(0.05, rgb(230, 230, 230)), to(rgb(209, 209, 209)));
  188. padding: 0 5px;
  189. border-top: 1px solid rgb(189, 189, 189);
  190. border-bottom: 1px solid rgb(189, 189, 189);
  191. color: rgb(110, 110, 110);
  192. text-shadow: white 0 1px 0;
  193. white-space: nowrap;
  194. text-overflow: ellipsis;
  195. overflow: hidden;
  196. font-size: 11px;
  197. }
  198. .sidebar-label {
  199. font-size: 11px;
  200. }