home *** CD-ROM | disk | FTP | other *** search
/ Computer Active 2011 February / CA02.iso / Darbas / Opera_1100_en_Setup.exe / styles / unstyledxml.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2010-12-15  |  2.2 KB  |  153 lines

  1. html, body
  2. {
  3.   margin: 0px
  4. }
  5.  
  6. body
  7. {
  8.   font-family: monospace;
  9.   white-space: nowrap
  10. }
  11.  
  12. div.header
  13. {
  14.   background-color: rgb(160, 160, 160);
  15.   border-bottom: 2px solid rgb(80, 80, 80);
  16.   margin-bottom: 1em;
  17.   padding: 1em;
  18.   font-weight: bold;
  19.   white-space: normal
  20. }
  21.  
  22. div.header > div.message
  23. {
  24.   margin: 0.5em 0 0 1.5em;
  25.   font-weight: normal;
  26.   white-space: pre
  27. }
  28.  
  29. body > div.syntax
  30. {
  31.   margin-left: 1em
  32. }
  33.  
  34. body > div.syntax > div.element
  35. {
  36.   margin-top: 0.5em
  37. }
  38.  
  39. div.document-type-declaration > span.name
  40. {
  41.   color: blue
  42. }
  43.  
  44. div.document-type-declaration > span.public-id,
  45. div.document-type-declaration > span.system-id
  46. {
  47.   color: green
  48. }
  49.  
  50. div.element > div.starttag
  51. {
  52.   color: black;
  53.   vertical-align: top;
  54.   white-space: nowrap
  55. }
  56.  
  57. div.element > div.starttag > span.leading
  58. {
  59.   vertical-align: top;
  60. }
  61.  
  62. div.element > div.starttag > span.trailing
  63. {
  64.   vertical-align: bottom
  65. }
  66.  
  67. div.element > div.starttag > span.name,
  68. div.element > div.starttag > span.leading > span.name
  69. {
  70.   color: blue
  71. }
  72.  
  73. div.element > div.endtag > span.name
  74. {
  75.   color: blue;
  76. }
  77.  
  78. div.element > div.starttag > span.attributes
  79. {
  80.   display: inline-block;
  81.   white-space: normal
  82. }
  83.  
  84. div.element > div.starttag > span.attributes > span.attribute
  85. {
  86.   white-space: nowrap
  87. }
  88.  
  89. div.element > div.starttag > span.attributes > span.attribute > span.name
  90. {
  91.   color: blue
  92. }
  93.  
  94. div.element > div.starttag > span.attributes > span.attribute > span.value
  95. {
  96.   color: green
  97. }
  98.  
  99. div.comment
  100. {
  101.   margin: 0px
  102. }
  103.  
  104. div.comment > span.data
  105. {
  106.   color: grey;
  107.   white-space: normal
  108. }
  109.  
  110. div.text
  111. {
  112.   padding: 0px
  113. }
  114.  
  115. div.text > span.data
  116. {
  117.   color: red;
  118. }
  119.  
  120. div.text > span.data.normal
  121. {
  122.   white-space: normal
  123. }
  124.  
  125. div.text > span.data.pre
  126. {
  127.   white-space: pre
  128. }
  129.  
  130. div.element.normal > div.content
  131. {
  132.   margin-left: 1em
  133. }
  134.  
  135. div.real
  136. {
  137.   display: none
  138. }
  139.  
  140. div.element.preserve,
  141. div.element.preserve > div.starttag,
  142. div.element.preserve > div.endtag,
  143. div.element.preserve > div.content,
  144. div.element.preserve > div.content > div
  145. {
  146.   display: inline
  147. }
  148.  
  149. div.element.normal > div.content > div.element.preserve
  150. {
  151.   display: block
  152. }
  153.