Remove css
This commit is contained in:
parent
ccb78128b0
commit
f21de0f1e1
1 changed files with 0 additions and 40 deletions
|
@ -479,8 +479,6 @@ noscript #noscript {
|
||||||
|
|
||||||
#contest-info {
|
#contest-info {
|
||||||
font-size: 1.25em;
|
font-size: 1.25em;
|
||||||
border: 5px solid $highlight_blue;
|
|
||||||
border-radius: 0 $widget_border_radius $widget_border_radius 0;
|
|
||||||
z-index: 100000;
|
z-index: 100000;
|
||||||
cursor: move;
|
cursor: move;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
@ -792,44 +790,6 @@ math {
|
||||||
.notification-open #notification {
|
.notification-open #notification {
|
||||||
color: green !important;
|
color: green !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#contest-info {
|
|
||||||
font-size: 1.25em;
|
|
||||||
border: 5px solid $highlight_blue;
|
|
||||||
border-radius: 0 $widget_border_radius $widget_border_radius 0;
|
|
||||||
z-index: 100000;
|
|
||||||
cursor: move;
|
|
||||||
position: fixed;
|
|
||||||
left: 20px;
|
|
||||||
top: 90%;
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
#contest-info-main {
|
|
||||||
border-left: 5px dotted white;
|
|
||||||
background: rgba(0, 0, 0, 0.77);
|
|
||||||
padding: 10px 12px;
|
|
||||||
color: white;
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
#contest-info-toggle {
|
|
||||||
display: inline;
|
|
||||||
padding: 10px 12px;
|
|
||||||
border-radius: 0 10px 10px 0;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
.contest-info-toggle-mode-on {
|
|
||||||
background: rgba(0, 205, 0, 0.57);
|
|
||||||
}
|
|
||||||
.contest-info-toggle-mode-on:hover {
|
|
||||||
background: rgba(0, 205, 0, 0.97);
|
|
||||||
}
|
|
||||||
.contest-info-toggle-mode-off {
|
|
||||||
background: rgba(255, 0, 0, 0.57);
|
|
||||||
}
|
|
||||||
.contest-info-toggle-mode-off:hover {
|
|
||||||
background: rgba(255, 0, 0, 0.97);
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 799px) {
|
@media (max-width: 799px) {
|
||||||
#user-links, .anon {
|
#user-links, .anon {
|
||||||
padding-right: 0.5em;
|
padding-right: 0.5em;
|
||||||
|
|
Loading…
Reference in a new issue