1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215
|
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
{
border-collapse: collapse;
white-space:nowrap;
}
.UnitList th
{
text-align: center;
padding: 0px 8px 3px 8px;
font-weight: normal;
border-bottom: 1px #DDDDDD solid;
}
.UnitList td
{
text-align: center;
white-space:nowrap;
padding:3px;
}
.ComparisonTable
{
margin-top: 175px;
border-collapse: collapse;
border:1px black;
font-size: 18px;
margin-bottom: 40px;
}
.ComparisonTable td
{
width:20px;
height: 20px;
text-align: center;
}
.Separator
{
min-width:50px;
border: none;
}
.ComparisonTable th
{
text-align: right;
font-weight:normal;
padding-right:5px;
}
.ComparisonTable .vertical-text th {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
max-width: 20px;
height: 25px;
padding-right:0px;
font-size: 12px;
}
.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;
}
.AverageComp th
{
font-weight: normal
}
.AverageComp td
{
text-align: center;
min-width: 150px;
}
.AverageComp .UnitTd
{
text-align: center;
width: 150px;
border: 1px #DDD solid;
padding: 0px 5px 0px 5px;
}
.CivRosterVariety
{
margin-top: 10px;
border-collapse: collapse;
}
.CivRosterVariety th
{
font-weight: normal;
width:100px;
margin-left: 50px;
font-size: 14px;
}
.CivRosterVariety tr
{
border-bottom: 1px white solid;
}
.CivRosterVariety td
{
width: 20px;
height:20px;
border-right: 1px solid white;
}
.CivRosterVariety .vertical-text {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
max-width: 20px;
height: 25px;
padding-right:0px;
font-size: 20px;
}
.TemplateParentComp th
{
border-right: 1px #CCC solid;
border-bottom: 1px #CCC solid;
font-weight: normal;
font-size: 15px;
padding:4px;
margin: 2px;
}
.TemplateParentComp .Sub
{
padding: 4px;
font-size: 13px;
}
.TemplateParentComp tr
{
border-bottom: 1px #F3F3F3 solid;
}
.TemplateParentComp .Label td
{
text-align: center;
font-weight: normal;
min-width: 25px;
padding: 3px 6px 3px 6px;
}
.TemplateParentComp
{
border: 2px black solid;
font-size: 12px;
border-collapse: collapse;
text-align: center;
}
|