home *** CD-ROM | disk | FTP | other *** search
/ Computer Active Guide 2009 July / CAG7.ISO / Internetas / SafariSetup.exe / AppleApplicationSupport.msi / WebKit.resources_inspector_textViewer.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2010-06-03  |  3.8 KB  |  164 lines

  1. .text-editor {
  2.     position: absolute;
  3.     top:0;
  4.     left:0;
  5.     right:0;
  6.     bottom:0;
  7.     white-space: pre;
  8.     overflow: auto;
  9. }
  10.  
  11. .text-editor-lines {
  12.     border: 0;
  13.     -webkit-border-horizontal-spacing: 0;
  14.     -webkit-border-vertical-spacing: 0;
  15.     -webkit-user-select: text;
  16. }
  17.  
  18. .webkit-html-message-bubble {
  19.     -webkit-box-shadow: black 0px 2px 5px;
  20.     -webkit-border-radius: 9px;
  21.     -webkit-border-fit: lines;
  22.     font-size: 10px;
  23.     font-family: Lucida Grande, sans-serif;
  24.     font-weight: bold;
  25.     margin: 6px 25px;
  26.     padding: 0 7px 1px;
  27.     z-index:20;
  28.     max-width: 80%;
  29.     
  30. }
  31.  
  32. .webkit-html-warning-message {
  33.     background-color: rgb(100%, 62%, 42%);
  34.     border: 2px solid rgb(100%, 52%, 21%);
  35. }
  36.  
  37. .webkit-html-error-message {
  38.     background-color: rgb(100%, 42%, 42%);
  39.     border: 2px solid rgb(100%, 31%, 31%);
  40. }
  41.  
  42. .webkit-html-message-line {
  43.     padding-left: 23px;
  44.     text-indent: -20px;
  45. }
  46.  
  47. .webkit-html-message-line-hover {
  48.     padding-left: 23px;
  49.     text-indent: -20px;
  50.     white-space: auto;
  51.     text-overflow: auto;
  52.     overflow: auto;
  53. }
  54.  
  55. .webkit-html-message-icon {
  56.     position: relative;
  57.     top: 2px;
  58.     margin: 0 4px;
  59. }
  60.  
  61. .webkit-line-number {
  62.     color: rgb(128, 128, 128);
  63.     background-color: rgb(240, 240, 240);
  64.     border-right: 1px solid rgb(187, 187, 187);
  65.     text-align: right;
  66.     vertical-align: top;
  67.     word-break: normal;
  68.     -webkit-user-select: none;
  69.     padding-right: 4px;
  70.     padding-left: 6px;
  71. }
  72.  
  73. .webkit-line-number-outer {
  74.     margin-right: -4px;
  75.     margin-left: -4px;
  76.     border-color: transparent;
  77.     border-style: solid;
  78.     border-width: 0 0 0px 2px;
  79.     vertical-align: top;
  80. }
  81.  
  82. .webkit-line-number-inner {
  83.     margin-right: 4px;
  84. }
  85.  
  86. .webkit-breakpoint .webkit-line-number-inner, .webkit-breakpoint-conditional .webkit-line-number-inner, .webkit-execution-line .webkit-line-number-inner {
  87.     margin-right: -10px;
  88. }
  89.  
  90. .webkit-line-content {
  91.     width: 100%;
  92.     padding-left: 2px;
  93.     vertical-align: top;
  94. }
  95.  
  96. .webkit-breakpoint .webkit-line-number-outer {
  97.     color: white;
  98.     border-width: 0 14px 0px 2px;
  99.     -webkit-border-image: url(Images/breakpointBorder.png) 0 14 0 2;
  100. }
  101.  
  102. .webkit-breakpoint-conditional .webkit-line-number-outer {
  103.     color: white;
  104.     border-width: 0 14px 0px 2px;
  105.     -webkit-border-image: url(Images/breakpointConditionalBorder.png) 0 14 0 2;
  106. }
  107.  
  108. .webkit-execution-line .webkit-line-number-outer {
  109.     color: transparent;
  110.     border-width: 0 14px 0px 2px;
  111.     -webkit-border-image: url(Images/programCounterBorder.png) 0 14 0 2;
  112. }
  113.  
  114. .webkit-breakpoint.webkit-execution-line .webkit-line-number-outer {
  115.     color: white;
  116.     -webkit-border-image: url(Images/breakpointCounterBorder.png) 0 14 0 2;
  117. }
  118.  
  119. .webkit-breakpoint.webkit-execution-line .webkit-line-number-outer {
  120.     color: transparent;
  121.     -webkit-border-image: url(Images/breakpointCounterBorder.png) 0 14 0 2;
  122. }
  123.  
  124. .webkit-breakpoint-conditional.webkit-execution-line .webkit-line-number-outer {
  125.     color: transparent;
  126.     -webkit-border-image: url(Images/breakpointConditionalCounterBorder.png) 0 14 0 2;
  127. }
  128.  
  129. .webkit-breakpoint-disabled .webkit-line-number-outer {
  130.     opacity: 0.5;
  131. }
  132.  
  133. .breakpoints-deactivated .webkit-breakpoint .webkit-line-number-outer {
  134.     opacity: 0.5;
  135. }
  136.  
  137. .breakpoints-deactivated .webkit-breakpoint-disabled .webkit-line-number-outer {
  138.     opacity: 0.3;
  139. }
  140.  
  141. .webkit-execution-line .webkit-line-content {
  142.     background-color: rgb(171, 191, 254);
  143.     outline: 1px solid rgb(64, 115, 244);
  144. }
  145.  
  146. .webkit-search-result {
  147.     -webkit-border-radius: 4px;
  148.     padding: 2px 2px 2px 3px;
  149.     margin: -2px -2px -2px -3px;
  150.     opacity: 0.8;
  151.     -webkit-box-shadow: rgba(0, 0, 0, .5) 3px 3px 4px;
  152.     background-color: rgb(241, 234, 0);
  153.     color: black;
  154. }
  155.  
  156. .webkit-highlighted-line .webkit-line-content {
  157.     -webkit-animation: "fadeout" 2s 0s;
  158. }
  159.  
  160. @-webkit-keyframes fadeout {
  161.     from {background-color: rgb(255, 255, 120); }
  162.     to { background-color: white; }
  163. }
  164.