home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 July / maximum-cd-2010-07.iso / DiscContents / wesnoth-1.8-win32.exe / manual / styles / manual.css
Encoding:
Cascading Style Sheet File  |  2009-12-27  |  4.5 KB  |  278 lines

  1. /*
  2.   CSS stylesheet for XHTML produced by DocBook XSL stylesheets.
  3.   Tested with XSL stylesheets 1.61.2, 1.67.2
  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: #527bbd;
  32.   font-family: tahoma, verdana, 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.   margin: .0em 0 0 -4%;
  45.   line-height: 1.3;
  46.   border-bottom: 2px solid silver;
  47. }
  48.  
  49. body h2 {
  50.   margin: 0.5em 0 0 -4%;
  51.   line-height: 1.3;
  52.   border-bottom: 2px solid silver;
  53. }
  54.  
  55. body h3 {
  56.   margin: .8em 0 0 -3%;
  57.   line-height: 1.3;
  58. }
  59.  
  60. body h4 {
  61.   margin: .8em 0 0 -3%;
  62.   line-height: 1.3;
  63. }
  64.  
  65. body h5 {
  66.   margin: .8em 0 0 -2%;
  67.   line-height: 1.3;
  68. }
  69.  
  70. body h6 {
  71.   margin: .8em 0 0 -1%;
  72.   line-height: 1.3;
  73. }
  74.  
  75. body hr {
  76.   border: none; /* Broken on IE6 */
  77. }
  78. div.footnotes hr {
  79.   border: 1px solid silver;
  80. }
  81.  
  82. div.navheader th, div.navheader td, div.navfooter td {
  83.   font-family: sans-serif;
  84.   font-size: 0.9em;
  85.   font-weight: bold;
  86.   color: #527bbd;
  87. }
  88. div.navheader img, div.navfooter img {
  89.   border-style: none;
  90. }
  91. div.navheader a, div.navfooter a {
  92.   font-weight: normal;
  93. }
  94. div.navfooter hr {
  95.   border: 1px solid silver;
  96. }
  97.  
  98. body td {
  99.   line-height: 1.2
  100. }
  101.  
  102. body th {
  103.   line-height: 1.2;
  104. }
  105.  
  106. ol {
  107.   line-height: 1.2;
  108. }
  109.  
  110. ul, body dir, body menu {
  111.   line-height: 1.2;
  112. }
  113.  
  114. html {
  115.   margin: 0; 
  116.   padding: 0;
  117. }
  118.  
  119. body h1, body h2, body h3, body h4, body h5, body h6 {
  120.   margin-left: 0
  121.  
  122. body pre {
  123.   margin: 0.5em 10% 0.5em 1em;
  124.   line-height: 1.0;
  125.   color: navy;
  126. }
  127.  
  128. tt.literal, code.literal {
  129.   color: navy;
  130. }
  131.  
  132. .programlisting, .screen {
  133.   border: 1px solid silver;
  134.   background: #f4f4f4;
  135.   margin: 0.5em 10% 0.5em 0;
  136.   padding: 0.5em 1em;
  137. }
  138.  
  139. .guimenu, .guimenuitem, .guisubmenu, .guilabel, .guibutton {
  140.     font-style: normal;
  141.     font-weight: bold;
  142.     color: black;
  143. }
  144.  
  145. div.sidebar {
  146.   background: #ffffee;
  147.   margin: 1.0em 10% 0.5em 0;
  148.   padding: 0.5em 1em;
  149.   border: 1px solid silver;
  150. }
  151. div.sidebar * { padding: 0; }
  152. div.sidebar div { margin: 0; }
  153. div.sidebar p.title {
  154.   font-family: sans-serif;
  155.   margin-top: 0.5em;
  156.   margin-bottom: 0.2em;
  157. }
  158.  
  159. div.bibliomixed {
  160.   margin: 0.5em 5% 0.5em 1em;
  161. }
  162.  
  163. div.glossary dt {
  164.   font-weight: bold;
  165. }
  166. div.glossary dd p {
  167.   margin-top: 0.2em;
  168. }
  169.  
  170. dl {
  171.   margin: .8em 0;
  172.   line-height: 1.2;
  173. }
  174.  
  175. dt {
  176.   margin-top: 0.5em;
  177. }
  178.  
  179. dt span.term {
  180.   font-style: italic;
  181. }
  182.  
  183. div.variablelist dd p {
  184.   margin-top: 0;
  185. }
  186.  
  187. div.itemizedlist li, div.orderedlist li {
  188.   margin-left: -0.8em;
  189.   margin-top: 0.5em;
  190. }
  191.  
  192. ul, ol {
  193.     list-style-position: outside;
  194. }
  195.  
  196. div.sidebar ul, div.sidebar ol {
  197.     margin-left: 2.8em;
  198. }
  199.  
  200. div.itemizedlist p.title,
  201. div.orderedlist p.title,
  202. div.variablelist p.title
  203. {
  204.   margin-bottom: -0.8em;
  205. }
  206.  
  207. div.revhistory table {
  208.   border-collapse: collapse;
  209.   border: none;
  210. }
  211. div.revhistory th {
  212.   border: none;
  213.   color: #527bbd;
  214.   font-family: tahoma, verdana, sans-serif;
  215. }
  216. div.revhistory td {
  217.   border: 1px solid silver;
  218. }
  219.  
  220. /* Keep TOC and index lines close together. */
  221. div.toc dl, div.toc dt,
  222. div.list-of-figures dl, div.list-of-figures dt,
  223. div.list-of-tables dl, div.list-of-tables dt,
  224. div.indexdiv dl, div.indexdiv dt
  225. {
  226.   line-height: normal;
  227.   margin-top: 0;
  228.   margin-bottom: 0;
  229. }
  230.  
  231. /*
  232.   Table styling does not work because of overriding attributes in
  233.   generated HTML.
  234. */
  235. div.table table,
  236. div.informaltable table
  237. {
  238.     margin-left: 0;
  239.     margin-right: 5%;
  240.     margin-bottom: 0.8em;
  241. }
  242. div.informaltable table
  243. {
  244.     margin-top: 0.4em
  245. }
  246. div.table thead,
  247. div.table tfoot,
  248. div.table tbody,
  249. div.informaltable thead,
  250. div.informaltable tfoot,
  251. div.informaltable tbody
  252. {
  253.     /* No effect in IE6. */
  254.     border-top: 2px solid #527bbd;
  255.     border-bottom: 2px solid #527bbd;
  256. }
  257. div.table thead, div.table tfoot,
  258. div.informaltable thead, div.informaltable tfoot
  259. {
  260.     font-weight: bold;
  261. }
  262.  
  263. div.mediaobject img {
  264.     border: 1px solid silver;
  265.     margin-bottom: 0.8em;
  266. }
  267. div.figure p.title,
  268. div.table p.title
  269. {
  270.   margin-top: 1em;
  271.   margin-bottom: 0.4em;
  272. }
  273.  
  274. @media print {
  275.   div.navheader, div.navfooter { display: none; }
  276. }
  277.