Hexbomb.gay/css/poststyles.css

66 lines
1.1 KiB
CSS

#maincontent{
padding-left: 2%;
padding-right: 2%;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 1px;
border: solid 2px;
border-color: white;
width: 70%;
background-color: black;
padding-bottom: 80px;
font-size: 1.5em;
}
.italic{font-style: italic;}
#backbutton{
border: 3px double rgb(255, 35, 226);
font-size: 2em;
margin-top: 5%;
border-radius: 8px;
cursor: pointer;
color: rgb(255, 35, 226);
background-color: black;
text-shadow: 0px 0px 3px rgb(255, 35, 226);
}
#backbutton:hover{
background-color: rgb(80, 0, 112);
border: 3px solid rgb(217, 91, 255);
color: rgb(217, 91, 255);
text-shadow: 0px 0px 6px rgb(217, 91, 255);
}
h1{
text-align: center;
margin-left: auto;
margin-right: auto;
line-height: 1em;
}
#commentics{
width: 60%;
margin-left: auto;
margin-right:auto;
border: inset 2px;
border-color: white;
margin-top: 5%;
background-color: white;
color: white;
}
/*Undersize.*/
@media only screen and (max-width: 800px) {
#commentics{
width: 100%;
}
}