_html.scss.html 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>The source code</title>
  6. <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
  7. <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
  8. <style type="text/css">
  9. .highlight { display: block; background-color: #ddd; }
  10. </style>
  11. <script type="text/javascript">
  12. function highlight() {
  13. document.getElementById(location.hash.replace(/#/, "")).className = "highlight";
  14. }
  15. </script>
  16. </head>
  17. <body onload="prettyPrint(); highlight();">
  18. <pre class="prettyprint lang-js"><span id='Global_CSS-css_mixin-extjs-html'>/**
  19. </span> * W3C suggested default style sheet for HTML 4:
  20. * [http://www.w3.org/TR/CSS21/sample.html](http://www.w3.org/TR/CSS21/sample.html)
  21. *
  22. * @member Global_CSS
  23. */
  24. @mixin extjs-html {
  25. .#{$prefix}html {
  26. html,
  27. address,
  28. blockquote,
  29. body,
  30. dd,
  31. div,
  32. dl,
  33. dt,
  34. fieldset,
  35. form,
  36. frame, frameset,
  37. h1,
  38. h2,
  39. h3,
  40. h4,
  41. h5,
  42. h6,
  43. noframes,
  44. ol,
  45. p,
  46. ul,
  47. center,
  48. dir,
  49. hr,
  50. menu,
  51. pre { display: block; }
  52. li { display: list-item; list-style: disc; }
  53. head { display: none; }
  54. table { display: table; }
  55. tr { display: table-row; }
  56. thead { display: table-header-group; }
  57. tbody { display: table-row-group; }
  58. tfoot { display: table-footer-group; }
  59. col { display: table-column; }
  60. colgroup { display: table-column-group; }
  61. td,
  62. th { display: table-cell; }
  63. caption { display: table-caption; }
  64. th { font-weight: bolder; text-align: center; }
  65. caption { text-align: center; }
  66. body { margin: 8px; }
  67. h1 { font-size: 2em; margin: .67em 0; }
  68. h2 { font-size: 1.5em; margin: .75em 0; }
  69. h3 { font-size: 1.17em; margin: .83em 0; }
  70. h4,
  71. p,
  72. blockquote,
  73. ul,
  74. fieldset,
  75. form,
  76. ol,
  77. dl,
  78. dir,
  79. menu { margin: 1.12em 0; }
  80. h5 { font-size: .83em; margin: 1.5em 0; }
  81. h6 { font-size: .75em; margin: 1.67em 0; }
  82. h1,
  83. h2,
  84. h3,
  85. h4,
  86. h5,
  87. h6,
  88. b,
  89. strong { font-weight: bolder; }
  90. blockquote { margin-left: 40px; margin-right: 40px; }
  91. i,
  92. cite,
  93. em,
  94. var,
  95. address { font-style: italic; }
  96. pre,
  97. tt,
  98. code,
  99. kbd,
  100. samp { font-family: monospace; }
  101. pre { white-space: pre; }
  102. button,
  103. textarea,
  104. input,
  105. select { display: inline-block; }
  106. big { font-size: 1.17em; }
  107. small,
  108. sub,
  109. sup { font-size: .83em; }
  110. sub { vertical-align: sub; }
  111. sup { vertical-align: super; }
  112. table { border-spacing: 2px; }
  113. thead,
  114. tbody,
  115. tfoot { vertical-align: middle; }
  116. td,
  117. th { vertical-align: inherit; }
  118. s,
  119. strike,
  120. del { text-decoration: line-through; }
  121. hr { border: 1px inset; }
  122. ol,
  123. ul,
  124. dir,
  125. menu,
  126. dd { margin-left: 40px; }
  127. ul, menu, dir { list-style-type: disc; }
  128. ol { list-style-type: decimal; }
  129. ol ul,
  130. ul ol,
  131. ul ul,
  132. ol ol { margin-top: 0; margin-bottom: 0; }
  133. u,
  134. ins { text-decoration: underline; }
  135. br:before { content: &quot;\A&quot;; }
  136. :before, :after { white-space: pre-line; }
  137. center { text-align: center; }
  138. :link, :visited { text-decoration: underline; }
  139. :focus { outline: invert dotted thin; }
  140. /* Begin bidirectionality settings (do not change) */
  141. BDO[DIR=&quot;ltr&quot;] { direction: ltr; unicode-bidi: bidi-override; }
  142. BDO[DIR=&quot;rtl&quot;] { direction: rtl; unicode-bidi: bidi-override; }
  143. ; }
  144. }</pre>
  145. </body>
  146. </html>