mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-06-27 21:36:35 +08:00
102 lines
1.3 KiB
CSS
102 lines
1.3 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;
|
|
}
|
|
|
|
.scrollable {
|
|
overflow: auto;
|
|
padding-top: 50px;
|
|
}
|
|
|
|
#achievements-container {
|
|
position: fixed; bottom: 0px; left: 0px;
|
|
}
|
|
|
|
#messages-container {
|
|
position: fixed; bottom: 0px; right: 0px;
|
|
}
|
|
|
|
#achievements-container .alert,
|
|
#messages-container .alert {
|
|
margin-bottom: 10px; position: relative;
|
|
}
|
|
|
|
#achievements-container .alert-glyph,
|
|
#messages-container .alert-glyph {
|
|
float:left; font-size: 20px; margin-right: 10px;
|
|
}
|
|
|
|
#achievements-container .alert-text,
|
|
#messages-container .alert-text {
|
|
font-size: 14px;
|
|
}
|
|
|
|
#achievements-container .alert-text {
|
|
font-weight: bold;
|
|
}
|
|
|
|
#messages-container .btn {
|
|
float:right; font-weight: bold;
|
|
}
|
|
|
|
#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;
|
|
}
|
|
|
|
#labname {
|
|
border: 0px;
|
|
padding: 0 4px;
|
|
font-size: 24px;
|
|
margin-top: 20px;
|
|
font-weight: 500;
|
|
line-height: 1;
|
|
width: 99%;
|
|
}
|