1
0
Fork 0
mirror of https://gitlab.com/niansa/discordlistforbots.git synced 2025-03-06 20:49:22 +01:00
discordlistforbots/static/global.css
2021-01-11 12:02:59 +01:00

62 lines
912 B
CSS

body {
background-color:#323232;
color:#FFFFFF;
font-family: sans-serif;
}
.container {
margin: 20%;
margin-top: 0px;
margin-bottom: 0px;
}
@media only screen and (max-width: 600px) {
.container {
margin: unset;
}
}
[class*="special-"] {
background-color:transparent;
border-radius:4px;
border:2px solid #ffffff;
display:inline-block;
color:#ffffff;
font-family:Arial;
font-size:15px;
padding:9px 23px;
text-decoration:none;
text-shadow:0px 0px 11px #263666;
margin:10px;
}
.special-input {
cursor:text;
text-align:left;
}
.special-button {
cursor:pointer;
text-align:center;
}
.special-button:hover {
background-color: #fff;
color: #263666;
text-shadow: 0px;
transform: scale(1.03);
}
.special-button:active {
position:relative;
top:1px;
}
.title {
font-size: 30px
}
.text-center {
text-align: center;
}
.maxwidth {
width:100%;
}