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
|
.full {
width: 920px;
}
.shipimage {
width: 30%;
}
div.info {
width: 20%;
}
div.info2 {
float: left;
width: 30%;
}
.info2 ul {
width: 60%;
text-align: right;
float: left;
padding-right: 5%;
}
.info2 li {
font-weight: bold;
font-size: 90%;
}
ul.info2r {
width: 35%;
text-align: left;
padding: 0;
}
.info2r li {
font-weight: normal;
}
.slots {
width: 20%;
}
.Light, .Medium, .Heavy {
font-size: 15px;
line-height: 1.8em;
padding-right: 17px;
}
.info, .info2, .slots {
margin-top: 50px;
}
.stats {
width: 40%;
float: left;
}
.desc {
width: 50%;
float: right;
}
.bottom {
height: 100%;
}
.license {
float: left;
margin-top: 50px;
}
|