Hexbomb.gay/css/poststyles.css

66 lines
1.1 KiB
CSS
Raw Normal View History

2022-02-18 02:27:27 +00:00
#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;
2023-03-09 21:59:28 +00:00
font-size: 1.5em;
2022-02-18 02:27:27 +00:00
}
2023-03-09 21:50:27 +00:00
.italic{font-style: italic;}
2022-02-18 02:27:27 +00:00
#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;
2022-04-10 00:41:20 +00:00
}
#commentics{
width: 60%;
margin-left: auto;
margin-right:auto;
border: inset 2px;
border-color: white;
margin-top: 5%;
background-color: white;
color: white;
2022-04-10 00:41:20 +00:00
}
/*Undersize.*/
@media only screen and (max-width: 800px) {
#commentics{
width: 100%;
}
2022-04-10 00:41:20 +00:00
}