Add files via upload
- Added newer events in new languages - Added a Background Color Picker - Added a Background Color Opacity Slider
This commit is contained in:
@@ -20,8 +20,6 @@ html {
|
||||
|
||||
|
||||
body {
|
||||
background-color: #121212;
|
||||
background-size: cover;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@@ -529,4 +527,4 @@ body {
|
||||
width: 18px;
|
||||
filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
|
||||
}
|
||||
}
|
||||
}
|
@@ -272,6 +272,13 @@ a { color: #ffcc00; }
|
||||
transition: .4s;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.tab-content .setting input[type=color] {
|
||||
background: #111;
|
||||
padding: 0 2px;
|
||||
}
|
||||
|
||||
.tab-content .setting input[type=checkbox]:checked + .slider {
|
||||
background-color: #03c4de;
|
||||
}
|
||||
@@ -321,7 +328,7 @@ a { color: #ffcc00; }
|
||||
|
||||
|
||||
|
||||
#font-value {
|
||||
.slider-value {
|
||||
display: inline-block;
|
||||
font-style: normal;
|
||||
font-size: 14px;
|
||||
@@ -523,4 +530,4 @@ footer .nav-bar a.active svg {
|
||||
#memberemotesbstatus.offline i {
|
||||
color: #ff0000;
|
||||
text-shadow: 0 0 5px #ff0000;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user