Custom CSS
Custom CSS
header.main {
background-color: Black;
box-shadow: 0 1px 5px rgb(0 0 0 / 40%);
border-bottom: 1px solid #000;
}
.module {
background: Black;
}
header.responsive {
background-color: rgb(0 0 0);
}
footer.main .fcmpbox {
background: rgb(0 0 0);
}
a{
color: #b5ff2f;
}
.dt_social_single a.telegram {
background: #0088CC;
}
.alert {
padding: 20px;
background-color: #000000;
color: white;
border: solid 1px #FFD700;
border-radius: 2px;
padding: 14px;
}
.closebtn {
margin-left: 15px;
color: white;
font-weight: bold;
float: right;
font-size: 22px;
line-height: 20px;
cursor: pointer;
transition: 0.3s;
}
.closebtn:hover {
color: red;
}
.single-page {
background: #000000;
}
#page .comments-area {
display: none;
}
.button {
background-color: #75c74e;
width: 200px;
margin-left: auto;
margin-right: auto;
margin-top: 15px;
border-radius: 5px;
}
.button img {
float: left;
margin-top: 8px;
margin-left: 30px;
}
.button p {
padding: 3px 0;
text-shadow: 1px 1px #4b9924;
font-weight: bold;
line-height: 30px;
width: auto;
margin-right: 20px;
margin-bottom: 10px;
color: white;
font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
text-align: center;
letter-spacing: -.01em;
font-size: 25px;
}
.dooplay_player .options ul li span.server {
display: none
}
.dooplay_player .options.scrolling {
max-height: none;
}