mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-06-27 19:46:48 +08:00
99 lines
1.3 KiB
CSS
99 lines
1.3 KiB
CSS
* {
|
|
border-radius: 0 !important;
|
|
}
|
|
|
|
h1 br {
|
|
display: none;
|
|
}
|
|
|
|
#InfoBox {
|
|
background: rgba(255, 255, 255, .5);
|
|
color: #666;
|
|
position: fixed;
|
|
right: 40px;
|
|
bottom: 0;
|
|
padding: 5px;
|
|
max-width: 200px;
|
|
}
|
|
|
|
#detector {
|
|
cursor: pointer;
|
|
margin: 0 auto;
|
|
position: relative;
|
|
width: 400px;
|
|
height: 400px;
|
|
}
|
|
|
|
#detector canvas {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
}
|
|
|
|
#detector-core {
|
|
z-index: 0;
|
|
}
|
|
|
|
#detector-events {
|
|
z-index: 1;
|
|
}
|
|
|
|
#ResearchHist {
|
|
margin: 20px;
|
|
}
|
|
|
|
.bar rect {
|
|
fill: steelblue;
|
|
shape-rendering: crispEdges;
|
|
}
|
|
|
|
.bar text {
|
|
fill: #fff;
|
|
}
|
|
|
|
.axis path, .axis line {
|
|
fill: none;
|
|
stroke: #000;
|
|
shape-rendering: crispEdges;
|
|
}
|
|
|
|
.scrollable {
|
|
overflow: auto;
|
|
}
|
|
|
|
#achievements-container {
|
|
position: fixed; bottom: 0px; left: 0px;
|
|
}
|
|
|
|
#achievements-container .alert {
|
|
margin-bottom: 10px; position: relative;
|
|
}
|
|
|
|
#achievements-container .alert-glyph {
|
|
float:left; font-size: 32px; margin-right: 10px;
|
|
}
|
|
|
|
#achievements-container .alert-text {
|
|
font-size: 14px; font-weight: bold;
|
|
}
|
|
|
|
#HR .media-object,
|
|
#Upgrades .media-object {
|
|
display: none;
|
|
}
|
|
|
|
@media screen and (min-width: 1400px) {
|
|
#HR .media-object,
|
|
#Upgrades .media-object {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
#Status {
|
|
font-size: x-large;
|
|
}
|
|
|
|
#Status strong {
|
|
color: #666;
|
|
}
|