Hexbomb.gay/css/artstyles.css

110 lines
1.9 KiB
CSS
Raw Normal View History

2022-04-09 23:39:14 +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: 100%;
background-color: black;
padding-bottom: 80px;
}
#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);
margin-left: 20%;
2022-05-02 05:47:22 +00:00
width: fit-content;
2022-08-19 18:57:52 +00:00
display: inline;
2022-04-09 23:39:14 +00:00
}
#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-26 20:58:39 +00:00
.date{
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
font-size: 1.5rem;
}
2022-04-09 23:39:14 +00:00
#commentics{
width: 60%;
margin-left: auto;
margin-right:auto;
border: inset 2px;
border-color: white;
margin-top: 5%;
2022-04-10 00:41:20 +00:00
background-color: white;
color: white;
2022-04-09 23:39:14 +00:00
}
img{
margin-bottom: 10px;
}
.commstext{
padding-left: 5%;
padding-right: 5%;
font-size: 1.3rem;
}
2022-04-09 23:39:14 +00:00
2022-04-26 20:58:39 +00:00
.galleryart{
2022-05-02 05:47:22 +00:00
2022-04-26 20:58:39 +00:00
height: 100vh;
}
#artcontainer{
display:flex;
flex-direction: row;
align-items: flex-start;
justify-content: center;
padding: 10px;
border-width: 3px 3px 3px 3px;
border-color: grey;
border-style: solid double double solid;
2022-05-01 21:47:29 +00:00
margin-left: auto;
margin-right: auto;
padding-left: 3px;
padding-right: 3px;
2022-04-26 20:58:39 +00:00
flex-wrap: wrap;
2022-05-01 21:47:29 +00:00
max-width: 1400px;
2022-04-26 20:58:39 +00:00
}
.description{
font-size: 1.3rem;
display: block;
margin-right: 10%;
margin-left: 10%;
}
2022-04-09 23:39:14 +00:00
/*Undersize.*/
@media only screen and (max-width: 800px) {
#commentics{
width: 100%;
}
}