site/themes/sitetheme/static/css/style.css

153 lines
2.2 KiB
CSS

/*.container {
margin-bottom: 20px;
padding: 0px;
}*/
.home-columns {
flex-direction: row-reverse;
}
.navbar ul {
display: flex;
justify-content: space-between;
padding: 0px;
flex-direction: column;
}
.navbar li {
list-style-type: none;
margin-left: 2px;
margin-right: 2px;
font-size: 20px;
text-align: center;
margin-bottom: 20px;
}
a {
color: #a7c080;
text-decoration: underline;
}
.border {
border: 2px solid #445055;
padding: 10px;
margin-bottom: 20px;
}
.footer {
text-align: center;
}
.ring {
display: flex;
justify-content: space-between;
}
.ring-next {
margin-right: 10px;
}
.blog-title {
font-size: 3em;
}
.blog-header {
text-align: center;
}
header {
height: 100%;
}
.blog-content img {
max-width: 60%;
height: auto;
margin-left: auto;
margin-right: auto;
display: block;
}
.homepage-wrapper, .base-wrapper {
display: flex;
}
.homepage-content {
flex-grow: 1;
}
.homepage-column, .base-column {
flex-grow: 1;
margin-left: 20px;
max-width: 100%;
}
.column-header {
max-width: max-content;
}
.homepage-column ul, .base-column ul {
overflow-wrap: break-word;
}
@media screen and (max-width: 750px) {
.homepage-column , .base-column {
margin-left: 0px;
}
.navbar li {
margin-bottom: 0px;
}
.homepage-wrapper {
flex-wrap: wrap-reverse;
}
.base-wrapper {
flex-wrap: wrap;
flex-direction: column;
}
.base-wrapper ul {
flex-direction: row;
flex-wrap: wrap;
justify-content: space-evenly;
margin-top: 0px;
margin-bottom: 10px;
}
.base-wrapper li {
margin-bottom: 0px;
}
.column-header {
max-width: 100%;
border: none;
margin-bottom: 0px;
}
.home-columns {
flex-direction: column;
}
}
.webring {
display: flex;
justify-content: space-evenly;
}
body {
background-color: #2b3339;
color: #d3c6aa;
}
h1, h2, h3, h4, h5, h6 {
color: #e67e80;
}
#about {
text-align: center;
}
#about ul {
display: inline-block;
text-align: left;
}