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

153 lines
2.2 KiB
CSS
Raw Permalink Normal View History

2023-04-03 16:41:20 +00:00
/*.container {
2023-04-10 21:24:59 +00:00
margin-bottom: 20px;
padding: 0px;
2023-04-03 16:41:20 +00:00
}*/
.home-columns {
2023-04-10 21:24:59 +00:00
flex-direction: row-reverse;
2023-04-03 16:41:20 +00:00
}
2023-03-17 22:35:59 +00:00
.navbar ul {
display: flex;
2023-04-03 16:41:20 +00:00
justify-content: space-between;
2023-03-17 22:35:59 +00:00
padding: 0px;
2023-04-03 16:41:20 +00:00
flex-direction: column;
2023-03-17 22:35:59 +00:00
}
.navbar li {
list-style-type: none;
2023-04-03 16:41:20 +00:00
margin-left: 2px;
margin-right: 2px;
2023-03-17 22:35:59 +00:00
font-size: 20px;
2023-04-03 16:41:20 +00:00
text-align: center;
margin-bottom: 20px;
2023-03-17 22:35:59 +00:00
}
a {
2023-03-31 21:01:42 +00:00
color: #a7c080;
2023-03-17 22:35:59 +00:00
text-decoration: underline;
}
.border {
2023-03-31 21:01:42 +00:00
border: 2px solid #445055;
2023-03-17 22:35:59 +00:00
padding: 10px;
2023-04-03 16:41:20 +00:00
margin-bottom: 20px;
2023-03-17 22:35:59 +00:00
}
.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;
}
2023-04-03 16:41:20 +00:00
header {
2023-04-10 21:24:59 +00:00
height: 100%;
2023-04-03 16:41:20 +00:00
}
2023-03-17 22:35:59 +00:00
.blog-content img {
max-width: 60%;
height: auto;
margin-left: auto;
margin-right: auto;
display: block;
}
2023-04-03 16:41:20 +00:00
.homepage-wrapper, .base-wrapper {
2023-03-17 22:35:59 +00:00
display: flex;
}
.homepage-content {
flex-grow: 1;
}
2023-04-03 16:41:20 +00:00
.homepage-column, .base-column {
2023-03-17 22:35:59 +00:00
flex-grow: 1;
margin-left: 20px;
2023-04-03 16:41:20 +00:00
max-width: 100%;
2023-03-17 22:35:59 +00:00
}
2023-04-03 16:41:20 +00:00
.column-header {
2023-04-10 21:24:59 +00:00
max-width: max-content;
2023-04-03 16:41:20 +00:00
}
.homepage-column ul, .base-column ul {
2023-04-10 21:24:59 +00:00
overflow-wrap: break-word;
2023-03-17 22:35:59 +00:00
}
2023-04-03 16:41:20 +00:00
@media screen and (max-width: 750px) {
.homepage-column , .base-column {
2023-03-17 22:35:59 +00:00
margin-left: 0px;
2023-04-03 16:41:20 +00:00
}
.navbar li {
margin-bottom: 0px;
2023-03-17 22:35:59 +00:00
}
.homepage-wrapper {
flex-wrap: wrap-reverse;
}
2023-04-03 16:41:20 +00:00
.base-wrapper {
2023-04-10 21:24:59 +00:00
flex-wrap: wrap;
flex-direction: column;
2023-04-03 16:41:20 +00:00
}
2023-04-10 21:24:59 +00:00
2023-04-03 16:41:20 +00:00
.base-wrapper ul {
2023-04-10 21:24:59 +00:00
flex-direction: row;
flex-wrap: wrap;
justify-content: space-evenly;
margin-top: 0px;
margin-bottom: 10px;
2023-04-03 16:41:20 +00:00
}
.base-wrapper li {
2023-04-10 21:24:59 +00:00
margin-bottom: 0px;
2023-04-03 16:41:20 +00:00
}
.column-header {
2023-04-10 21:24:59 +00:00
max-width: 100%;
border: none;
margin-bottom: 0px;
2023-04-03 16:41:20 +00:00
}
.home-columns {
2023-04-10 21:24:59 +00:00
flex-direction: column;
2023-04-03 16:41:20 +00:00
}
2023-03-17 22:35:59 +00:00
}
.webring {
display: flex;
justify-content: space-evenly;
}
2023-03-31 21:01:42 +00:00
body {
background-color: #2b3339;
color: #d3c6aa;
}
h1, h2, h3, h4, h5, h6 {
color: #e67e80;
}
2023-04-10 21:24:59 +00:00
#about {
text-align: center;
}
#about ul {
display: inline-block;
text-align: left;
}