inspectorCommon.css 4.2 KB

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