Dalmationer.art/homepagestyles.css

73 lines
1.3 KiB
CSS

#about{
border: 4px 2px 2px 4px;
border-color: #181917;
border-style: double solid solid double ;
border-radius: 10px;
margin-top: 5px;
margin-bottom: 5px;
background: #EFFF96;
font-size: 100%;
padding-left: 2%;
padding-right: 2%;
}
#main-container{
padding-left: 5%;
padding-right: 5%;
}
#maincontentlinks{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items:top;
margin-top: 10px;
width: 100%;
}
#sitelink{
border: 4px 2px 2px 4px;
border-color: #181917;
border-style: double solid solid double ;
border-radius: 10px;
margin-right: 1%;
margin-bottom: 5px;
background: #EFFF96;
font-size: 100%;
padding-left: 2%;
padding-right: 2%;
width: 150px;
}
#sitelink.siteupdates{
overflow-y: scroll;
width: 50%;
height: 180px;
font-family: monospace;
}
#badges{
padding-top: 5px;
width: 100%;
height: 130px;
background-color: rgb(119, 194, 96);
margin-left: auto;
margin-right: auto;
display: flex;
flex-direction: column;
flex-wrap: wrap;
align-items: center;
align-content: center;
justify-content: flex-start;
}
@media only screen and (max-width: 800px)
{
#badges{
height: 200px;
}
}