Files
cardsforscience/css/style.css
T
Kevin Dungs bd81838274 Re-introduce navbar. This fixes #9 and sets up navigation items to be
used for #7.
It also introduces fontawesome.
2014-08-04 02:18:17 +02:00

104 lines
1.2 KiB
CSS

* {
border-radius: 0 !important;
}
h1 br {
display: none;
}
#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;
padding-top: 50px;
}
#achievements-container {
position: fixed; bottom: 0px; left: 0px;
}
#achievements-container .alert {
margin-bottom: 10px; position: relative;
}
#achievements-container .alert-glyph {
float:left; font-size: 20px; margin-right: 10px;
}
#achievements-container .alert-text {
font-size: 14px; font-weight: bold;
}
.achievements-button {
margin-top: -48px;
}
#Status {
font-size: x-large;
}
#Status strong {
color: #666;
}
.update-value {
position: relative;
}
.update-plus {
color: green;
float: left;
right: 5px;
position: absolute;
}
.update-minus {
color: red;
float: left;
right: 5px;
position: absolute;
}
#mylab {
margin-right: 48px;
}