mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +00:00
51 lines
740 B
Plaintext
51 lines
740 B
Plaintext
|
|
#shipyard {
|
|
vertical-align: top;
|
|
}
|
|
|
|
a.ship {
|
|
display: inline-block;
|
|
width: 22%;
|
|
margin: 1%;
|
|
background-color: @bg;
|
|
padding: 0.5%;
|
|
text-decoration: none;
|
|
color: @fg;
|
|
font-family: @fStandard;
|
|
text-align: right;
|
|
.user-select-none();
|
|
|
|
&:hover {
|
|
background-color: @secondary-bg;
|
|
}
|
|
|
|
h2 {
|
|
width: 100%;
|
|
text-transform: uppercase;
|
|
margin: 0;
|
|
font-family: @fTitle;
|
|
text-align: left;
|
|
}
|
|
|
|
small {
|
|
color: @warning;
|
|
font-family: @fTitle;
|
|
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;
|
|
}
|
|
} |