mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 14:45:35 +00:00
260 lines
3.7 KiB
Plaintext
Executable File
260 lines
3.7 KiB
Plaintext
Executable File
|
|
#outfit {
|
|
max-width: 1600px;
|
|
margin: 0 auto;
|
|
.user-select-none();
|
|
font-size: 0.9em;
|
|
|
|
.tablet({
|
|
font-size: 0.8em;
|
|
width: 100%;
|
|
});
|
|
|
|
.smallTablet({
|
|
font-size: 1em;
|
|
});
|
|
|
|
table {
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
|
|
#overview {
|
|
h1 {
|
|
margin: 0;
|
|
float: left;
|
|
}
|
|
overflow: hidden;
|
|
margin: 0.5em;
|
|
}
|
|
|
|
#summary {
|
|
overflow-x: auto;
|
|
-webkit-overflow-scrolling: touch;
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
padding: 0.5em 0.2em;
|
|
font-size: 0.9em;
|
|
|
|
#summaryTable {
|
|
.user-select-none();
|
|
width: 100%;
|
|
border-collapse: collapse;
|
|
}
|
|
}
|
|
|
|
.flip {
|
|
display: inline-block;
|
|
-moz-transform: scaleX(-1); /* Gecko */
|
|
-o-transform: scaleX(-1); /* Operah */
|
|
-webkit-transform: scaleX(-1); /* webkit */
|
|
transform: scaleX(-1); /* standard */
|
|
}
|
|
|
|
#build {
|
|
float: right;
|
|
line-height: 2em;
|
|
text-align: left;
|
|
|
|
input {
|
|
background: none;
|
|
line-height: 1.3em;
|
|
width: 20em;
|
|
font-size: 0.9em;
|
|
box-sizing: border-box;
|
|
display: inline-block;
|
|
padding: 0.3em;
|
|
vertical-align: middle;
|
|
|
|
&:focus {
|
|
border: 1px solid @primary;
|
|
color: @primary;
|
|
}
|
|
|
|
.largePhone({
|
|
width: 70%;
|
|
});
|
|
|
|
.medPhone({
|
|
width: 100%;
|
|
});
|
|
}
|
|
|
|
.largePhone({
|
|
float: left;
|
|
clear: left;
|
|
width: 100%;
|
|
});
|
|
}
|
|
|
|
.sortable {
|
|
&:hover {
|
|
color: @primary;
|
|
}
|
|
}
|
|
|
|
.shorten {
|
|
overflow: hidden;
|
|
max-width: 8em;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
table.total {
|
|
width: 100%;
|
|
|
|
&, td {
|
|
border-collapse: collapse;
|
|
border: 1px solid @primary-disabled;
|
|
}
|
|
.lbl {
|
|
text-transform: uppercase;
|
|
color: @primary-bg;
|
|
background-color: @primary-disabled;
|
|
}
|
|
}
|
|
|
|
.group {
|
|
width: 25%;
|
|
padding: 0.5em 0.2em;
|
|
vertical-align: top;
|
|
box-sizing: border-box;
|
|
display: inline-block;
|
|
.user-select-none();
|
|
cursor: default;
|
|
|
|
[ng-click] {
|
|
cursor: pointer;
|
|
}
|
|
|
|
|
|
h1 {
|
|
font-family: @fStandard;
|
|
color: @bgBlack;
|
|
background-color: @primary-disabled;
|
|
text-transform: uppercase;
|
|
margin: 0;
|
|
padding-top: 2px;
|
|
font-size: 1em;
|
|
line-height: 1.3em;
|
|
font-weight: normal;
|
|
}
|
|
|
|
tbody tr:hover {
|
|
background-color: @warning-bg;
|
|
}
|
|
|
|
|
|
.smallTablet({
|
|
width: 50%;
|
|
});
|
|
|
|
.largePhone({
|
|
width: 100%;
|
|
});
|
|
|
|
&.dbl {
|
|
width: 50%;
|
|
|
|
.tablet({
|
|
td {
|
|
line-height: 2em;
|
|
}
|
|
});
|
|
|
|
.smallTablet({
|
|
width: 100% !important;
|
|
});
|
|
}
|
|
|
|
&.semi {
|
|
width: 50%;
|
|
|
|
.smallTablet({
|
|
.axis {
|
|
font-size: 0.8em;
|
|
|
|
g.tick:nth-child(2n + 1) text {
|
|
display: none;
|
|
}
|
|
}
|
|
});
|
|
|
|
.medPhone({
|
|
width: 100% !important;
|
|
});
|
|
}
|
|
}
|
|
|
|
.power-band {
|
|
text, rect {
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
#componentPriority {
|
|
.tablet({
|
|
text.primary, text.warning, text.primary-bg, text.secondary {
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
table tbody tr td {
|
|
&:nth-child(4) {
|
|
span {
|
|
vertical-align: middle;
|
|
font-size: 1.6em;
|
|
}
|
|
}
|
|
}
|
|
});
|
|
|
|
.medPhone({
|
|
.axis {
|
|
font-size: 0.8em;
|
|
|
|
g.tick:nth-child(2n) text {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
table thead tr.main th {
|
|
font-size: 0.8em;
|
|
|
|
&:nth-child(2) {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
table tbody tr td {
|
|
&:nth-child(1) {
|
|
padding: 0;
|
|
margin: 0;
|
|
max-width: 0 !important;
|
|
width: 0 !important;
|
|
color: transparent;
|
|
}
|
|
&:nth-child(3) {
|
|
display: none;
|
|
}
|
|
&:nth-child(2) {
|
|
font-size: 0.7em;
|
|
}
|
|
}
|
|
});
|
|
|
|
.smallPhone({
|
|
table tbody tr td {
|
|
padding: 0;
|
|
|
|
&:nth-child(6) {
|
|
padding: 0;
|
|
margin: 0;
|
|
max-width: 0 !important;
|
|
width: 0 !important;
|
|
color: transparent;
|
|
|
|
u { display: none; }
|
|
}
|
|
}
|
|
});
|
|
}
|