home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Aplikacje_64-bitowe / Wireshark / wireshark-win64-1.6.1.exe / ws.css < prev    next >
Cascading Style Sheet File  |  2011-07-18  |  4KB  |  252 lines

  1. /*
  2.   CSS stylesheet for XHTML produced by DocBook XSL stylesheets.
  3.   Derived from http://www.methods.co.nz/asciidoc/docbook-xsl.css
  4. */
  5.  
  6. span.strong {
  7.   font-weight: bold;
  8. }
  9.  
  10. body blockquote {
  11.   margin-top: .75em;
  12.   line-height: 1.5;
  13.   margin-bottom: .75em;
  14. }
  15.  
  16. html body {
  17.   margin: 1em 5% 1em 5%;
  18.   line-height: 1.2;
  19. }
  20.  
  21. body div {
  22.   margin: 0;
  23. }
  24.  
  25. h1, h2, h3, h4, h5, h6,
  26. div.toc p b,
  27. div.list-of-figures p b,
  28. div.list-of-tables p b,
  29. div.abstract p.title
  30. {
  31.   color: #1f3b5e;
  32.   font-family: Arial, Helvetica, sans-serif;
  33. }
  34.  
  35. div.toc p:first-child,
  36. div.list-of-figures p:first-child,
  37. div.list-of-tables p:first-child,
  38. div.example p.title
  39. {
  40.   margin-bottom: 0.2em;
  41. }
  42.  
  43. body h1 {
  44.   font-size: 1.3em;
  45. }
  46.  
  47. body h2 {
  48.   font-size: 1.2em;
  49. }
  50.  
  51. body h3 {
  52.   font-size: 1.1em;
  53. }
  54.  
  55. body hr {
  56.   border: none; /* Broken on IE6 */
  57. }
  58. div.footnotes hr {
  59.   border: 1px solid silver;
  60. }
  61.  
  62. div.navheader th, div.navheader td, div.navfooter td {
  63.   font-family: Arial, Helvetica, sans-serif;
  64.   font-size: 0.9em;
  65.   font-weight: bold;
  66.   color: #1f3b5e;
  67. }
  68. div.navheader img, div.navfooter img {
  69.   border-style: none;
  70. }
  71. div.navheader a, div.navfooter a {
  72.   font-weight: normal;
  73. }
  74. div.navfooter hr {
  75.   border: 1px solid silver;
  76. }
  77.  
  78. body td {
  79.   line-height: 1.2
  80. }
  81.  
  82. body th {
  83.   line-height: 1.2;
  84. }
  85.  
  86. ol {
  87.   line-height: 1.2;
  88. }
  89.  
  90. ul, body dir, body menu {
  91.   line-height: 1.2;
  92. }
  93.  
  94. html {
  95.   margin: 0; 
  96.   padding: 0;
  97. }
  98.  
  99. body h1, body h2, body h3, body h4, body h5, body h6 {
  100.   margin-left: 0
  101.  
  102. body pre {
  103.   margin: 0.5em 10% 0.5em 1em;
  104.   line-height: 1.0;
  105.   color: 333;
  106. }
  107.  
  108. tt.literal, code.literal {
  109.   color: 333;
  110. }
  111.  
  112. .programlisting, .screen {
  113.   border: 1px solid silver;
  114.   background: #f4f4f4;
  115.   margin: 0.5em 10% 0.5em 0;
  116.   padding: 0.5em 1em;
  117. }
  118.  
  119. div.sidebar {
  120.   background: #ffffee;
  121.   margin: 1.0em 10% 0.5em 0;
  122.   padding: 0.5em 1em;
  123.   border: 1px solid silver;
  124. }
  125. div.sidebar * { padding: 0; }
  126. div.sidebar div { margin: 0; }
  127. div.sidebar p.title {
  128.   font-family: Arial, Helvetica, sans-serif;
  129.   margin-top: 0.5em;
  130.   margin-bottom: 0.2em;
  131. }
  132.  
  133. div.bibliomixed {
  134.   margin: 0.5em 5% 0.5em 1em;
  135. }
  136.  
  137. div.glossary dt {
  138.   font-weight: bold;
  139. }
  140. div.glossary dd p {
  141.   margin-top: 0.2em;
  142. }
  143.  
  144. dl {
  145.   margin: .8em 0;
  146.   line-height: 1.2;
  147. }
  148.  
  149. dt {
  150.   margin-top: 0.5em;
  151. }
  152.  
  153. dt span.term {
  154.   font-style: italic;
  155. }
  156.  
  157. div.variablelist dd p {
  158.   margin-top: 0;
  159. }
  160.  
  161. div.itemizedlist li, div.orderedlist li {
  162.   margin-left: -0.8em;
  163.   margin-top: 0.5em;
  164. }
  165.  
  166. ul, ol {
  167.     list-style-position: outside;
  168. }
  169.  
  170. div.sidebar ul, div.sidebar ol {
  171.     margin-left: 2.8em;
  172. }
  173.  
  174. div.itemizedlist p.title,
  175. div.orderedlist p.title,
  176. div.variablelist p.title
  177. {
  178.   margin-bottom: -0.8em;
  179. }
  180.  
  181. div.revhistory table {
  182.   border-collapse: collapse;
  183.   border: none;
  184. }
  185. div.revhistory th {
  186.   border: none;
  187.   color: #1f3b5e;
  188.   font-family: Arial, Helvetica, sans-serif;
  189. }
  190. div.revhistory td {
  191.   border: 1px solid silver;
  192. }
  193.  
  194. /* Keep TOC and index lines close together. */
  195. div.toc dl, div.toc dt,
  196. div.list-of-figures dl, div.list-of-figures dt,
  197. div.list-of-tables dl, div.list-of-tables dt,
  198. div.indexdiv dl, div.indexdiv dt
  199. {
  200.   line-height: normal;
  201.   margin-top: 0;
  202.   margin-bottom: 0;
  203. }
  204.  
  205. /*
  206.   Table styling does not work because of overriding attributes in
  207.   generated HTML.
  208. */
  209. div.table table,
  210. div.informaltable table
  211. {
  212.     margin-left: 0;
  213.     margin-right: 5%;
  214.     margin-bottom: 0.8em;
  215. }
  216. div.informaltable table
  217. {
  218.     margin-top: 0.4em
  219. }
  220. div.table thead,
  221. div.table tfoot,
  222. div.table tbody,
  223. div.informaltable thead,
  224. div.informaltable tfoot,
  225. div.informaltable tbody
  226. {
  227.     /* No effect in IE6. */
  228.     border-top: 2px solid #527bbd;
  229.     border-bottom: 2px solid #527bbd;
  230. }
  231. div.table thead, div.table tfoot,
  232. div.informaltable thead, div.informaltable tfoot
  233. {
  234.     font-weight: bold;
  235. }
  236.  
  237. div.mediaobject img {
  238.     border: 1px solid silver;
  239.     margin-bottom: 0.8em;
  240. }
  241. div.figure p.title,
  242. div.table p.title
  243. {
  244.   margin-top: 1em;
  245.   margin-bottom: 0.4em;
  246. }
  247.  
  248. @media print {
  249.   div.navheader, div.navfooter { display: none; }
  250. }
  251.