Mark de Wever 1116c5e16f Added the tool to create the unit tree in html,
as used for units.wesnoth.org (written by elricz)
2007-04-14 20:16:29 +00:00

44 lines
539 B
CSS

body {
background-color: #999;
font-family: Verdana, Helvetica, sans-serif;
}
td {
font-size: 12px;
text-align: center;
padding: 5px;
}
tr.first {
text-align: center;
font-weight: bold;
font-size: medium;
}
td.race {
padding-top: 12px;
text-align: center;
font-weight: bstand;
color: #DDD;
background-color: #4b4437;
font-size: 24px;
}
td.yes {
color: #DDD;
background-color: navy;
}
a {
color: #218;
font-size: 16px;
}
a:visited {
color: #537;
}
a:hover {
color: #05A;
}