home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 July / maximum-cd-2010-07.iso / DiscContents / wesnoth-1.8-win32.exe / data / tools / unit_tree / style.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2008-10-06  |  3.0 KB  |  170 lines

  1. /* Stylesheet for wmlunits HTML output. */
  2.  
  3. body {
  4.     background-color:  #fffbf0;
  5.     margin: 0px;
  6.     }
  7. h1 {
  8.     text-align: center;
  9.     }
  10. table.units {
  11.     background-color: #fffbf0;
  12.     margin: 0px;
  13.     border: none;
  14.     padding: 0px;
  15.     border-spacing: 0px;
  16.     width: auto;
  17.     }
  18. div.header {
  19.     background:#444444 url("headerbg.jpg") repeat-x scroll center top;
  20.     border-bottom:1px solid #000000;
  21.     margin:0pt;
  22.     padding:0pt;
  23.     width:100%;
  24.     text-align: center;
  25. }
  26. div.topnav {
  27.     background:#272727 url("navbg.png") repeat-x scroll center bottom;
  28.     border-top:1px solid #595959;
  29.     margin:0pt;
  30.     padding:3px 4px 15px;
  31.     text-align:center;
  32. }
  33. div.topnav a {
  34.     color:#B48648;
  35.     font-family:"Trebuchet MS",sans-serif;
  36.     line-height:0.8em;
  37.     font-size:0.8em;
  38.     font-weight:bold;
  39.     text-decoration:none;
  40. }
  41. div.topnav a:hover {
  42.     color:#CCCCCC;
  43. }
  44. img {
  45.     border: none;
  46. }
  47. div.header img {
  48.     vertical-align:middle;
  49. }
  50. div.pic {
  51.     margin: 0px;
  52.     padding: 0px;
  53.     border: none;
  54.     display: inline;
  55.     float: left;
  56.     }
  57. td.unitcell {
  58.     font-size: small;
  59.     text-align: center;
  60.     font-weight: bold;
  61.     border-bottom: 2px solid #cfcbc0;
  62.     border-top: 2px solid #fffbf0;
  63.     border-right: 2px solid #fffbf0;
  64.     }
  65. td.unitcell a {
  66.     color: black;
  67.     font-size: normal;
  68.     text-decoration: none;
  69. }
  70. table.navbar {
  71.     margin: 0px;
  72.     float: left;
  73.     width: 0px;
  74.     border-spacing: 0px;
  75.     padding: 2px;
  76.     border-right: 1px solid black;
  77. }
  78. table.navbar th {
  79.     color: black;
  80.     font-weight: bold;
  81. }
  82. table.navbar a {
  83.     color: #B48648;
  84.     font-size: small;
  85.     font-weight: bold;
  86. }
  87. td.raceheader {
  88.     background:#272727 url("navbg.png") repeat-x scroll center bottom;
  89.     border-top:1px solid #595959;
  90.     margin:0pt;
  91.     padding:1px 1px 10px 1px;
  92.     text-align:center;
  93.     color: #B48648;
  94.     font-size: x-large;
  95.     font-weight: bold;
  96.     }
  97. tr.levels th {
  98.     border-bottom: 1px solid #cfcbc0;
  99. }
  100. table.unitinfo {
  101.     background-color: #efebd0;
  102.     margin: 2px;
  103.     border: 1px solid black;
  104.     float: left;
  105. }
  106. table.unitinfo th {
  107.     text-align: left;
  108. }
  109. td.grayed {
  110.     color: gray;
  111. }
  112. td.empty {
  113.     background-color: #fffbf0;
  114.     }
  115. col.col0 {
  116.     background-color: #efebe0;
  117.     width: 16%;
  118. }
  119. col.col1 {
  120.     background-color: #f7ebd8;
  121.     width: 16%;
  122. }
  123. col.col2 {
  124.     background-color: #f4ebdc;
  125.     width: 16%;
  126. }
  127. col.col3 {
  128.     background-color: #efebe0;
  129.     width: 16%;
  130. }
  131. col.col4 {
  132.     background-color: #f4ebdc;
  133.     width: 16%;
  134. }
  135. col.col5 {
  136.     background-color: #f7ebd8;
  137.     width: 16%;
  138. }
  139. div.l {
  140.     color: gray;
  141.     font-weight: normal;
  142.     font-size: small;
  143.     border: 1px solid;
  144.     float: right;
  145.     margin: 0px;
  146.     }
  147. div.i {
  148.     padding: 4px;
  149.     font-weight: normal;
  150.     font-size: small;
  151.     border: 1px solid white;
  152.     float: left;
  153.     margin: 0px;
  154.     }
  155. div.i a {
  156.     color: #8080ff;
  157.     text-decoration: underline;
  158. }
  159. div.attributes {
  160.     font-size: small;
  161.     font-weight: normal;
  162.     text-align: left;
  163.     }
  164. div#footer {
  165.     clear: both;
  166.     font-size: x-small;
  167.     border-top: 1px solid black;
  168.     padding: 1em;
  169.     }
  170.