mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-24 16:24:59 +00:00
7a1b92bffc
This was SVN commit r15515.
115 lines
1.5 KiB
CSS
115 lines
1.5 KiB
CSS
html
|
|
{
|
|
font-family: arial;
|
|
}
|
|
body
|
|
{
|
|
padding: 25px;
|
|
padding-top: 0px;
|
|
margin:0px;
|
|
}
|
|
h1
|
|
{
|
|
font-size: 48px;
|
|
text-align: center;
|
|
}
|
|
h2
|
|
{
|
|
margin-left: -25px;
|
|
padding-left: 60px;
|
|
padding-bottom: 3px;
|
|
border-bottom: 2px #F88 solid;
|
|
width: 500px;
|
|
font-size: 30px;
|
|
font-style: italic;
|
|
}
|
|
h3
|
|
{
|
|
border-bottom: 1px #33AAFF solid;
|
|
text-align: center;
|
|
font-size: 25px;
|
|
font-weight: normal;
|
|
}
|
|
.UnitList td
|
|
{
|
|
white-space:nowrap;
|
|
}
|
|
|
|
.ComparisonTable
|
|
{
|
|
margin-top: 200px;
|
|
border-collapse: collapse;
|
|
border:1px black;
|
|
font-size: 18px;
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.ComparisonTable td
|
|
{
|
|
width:20px;
|
|
height: 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
.ComparisonTable .Separator
|
|
{
|
|
min-width:50px;
|
|
}
|
|
|
|
.ComparisonTable th
|
|
{
|
|
text-align: right;
|
|
font-weight:normal;
|
|
padding-right:5px;
|
|
}
|
|
.ComparisonTable .vertical-text th {
|
|
-webkit-transform: rotate(-90deg);
|
|
-moz-transform: rotate(-90deg);
|
|
-ms-transform: rotate(-90deg);
|
|
-o-transform: rotate(-90deg);
|
|
transform: rotate(-90deg);
|
|
max-width: 20px;
|
|
height: 25px;
|
|
padding-right:0px;
|
|
font-size: 9px;
|
|
}
|
|
.desc
|
|
{
|
|
font-style: italic;
|
|
font-size: 13px;
|
|
margin-top: -15px;
|
|
}
|
|
.WorthList th
|
|
{
|
|
text-align: right;
|
|
font-weight:normal;
|
|
padding-right:2px;
|
|
}
|
|
.WorthList td
|
|
{
|
|
width: 400px;
|
|
color:white;
|
|
}
|
|
.WorthList td span
|
|
{
|
|
display:inline-block;
|
|
}
|
|
|
|
.AverageComp
|
|
{
|
|
border-collapse: collapse;
|
|
font-size: 16px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
.AverageComp tr
|
|
{
|
|
border-bottom: 1px #DDD solid;
|
|
height:28px;
|
|
text-align: right;
|
|
}
|
|
.AverageComp td
|
|
{
|
|
text-align: center;
|
|
width: 150px;
|
|
} |