mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 07:05:35 +00:00
Initial commit
This commit is contained in:
41
app/less/shipyard.less
Normal file
41
app/less/shipyard.less
Normal file
@@ -0,0 +1,41 @@
|
||||
|
||||
a.ship {
|
||||
display: block;
|
||||
float: left;
|
||||
width: 30%;
|
||||
height: 30%;
|
||||
margin: 1% 1%;
|
||||
background-color: #222;
|
||||
padding: 0.5%;
|
||||
text-decoration: none;
|
||||
color: #FFF;
|
||||
|
||||
&:hover {
|
||||
background-color: orange;
|
||||
}
|
||||
|
||||
h2 {
|
||||
width: 100%;
|
||||
text-transform: uppercase;
|
||||
margin: 0;
|
||||
|
||||
small {
|
||||
float: right;
|
||||
font-size: 0.5em;
|
||||
}
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.size {
|
||||
float: left;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
.category {
|
||||
text-transform: uppercase;
|
||||
font-size: 0.7em;
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user