mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 22:55:35 +00:00
46 lines
669 B
Plaintext
46 lines
669 B
Plaintext
|
|
a.ship {
|
|
display: block;
|
|
float: left;
|
|
width: 22%;
|
|
height: 30%;
|
|
margin: 1% 1%;
|
|
background-color: #222;
|
|
padding: 0.5%;
|
|
text-decoration: none;
|
|
color: #FFF;
|
|
font-family: @standardFamily;
|
|
|
|
&:hover {
|
|
background-color: @fg;
|
|
}
|
|
|
|
h2 {
|
|
width: 100%;
|
|
text-transform: uppercase;
|
|
margin: 0;
|
|
font-family: @titleFamily;
|
|
}
|
|
|
|
small {
|
|
color: @warning;
|
|
font-family: @titleFamily;
|
|
float: left;
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
.subtitle {
|
|
overflow: hidden;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.size {
|
|
float: left;
|
|
font-size: 0.8em;
|
|
}
|
|
.purpose {
|
|
text-transform: uppercase;
|
|
font-size: 0.7em;
|
|
float: right;
|
|
}
|
|
} |