kiezpilz-lichen/assets/dll.css

159 lines
2.2 KiB
CSS

@font-face {
font-family: 'Minipax';
src: url('fonts/Minipax/Minipax-Regular.woff') format('woff');
}
@font-face {
font-family: 'VG5000';
src: url('fonts/VG5000/VG5000-Regular_web.woff') format('woff');
}
img {
width: 100%;
}
a {
text-decoration: none;
}
footer {
width: 100%;
display: block;
text-align: center;
margin-top: 10px;
margin-bottom: 80px;
}
body {
line-height: 20px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
font-family: Minipax;
background-color: lightblue;
#color: white;
color: #5f00b0;
margin: 0;
}
main {
width: 100%;
}
.center-pane {
max-width: 800px;
width: 100%;
margin: auto;
padding: 100px;
min-height: 73vh;
font-size: 20px;
font-family: "Times New Roman";
padding-bottom: 45px;
/*border: 1px solid white;*/
}
.nav-links {
width: 100%;
max-width: 275px;
margin: auto;
justify-content: space-between;
margin-bottom: 20px;
margin-top: 25px;
}
.nav-link {
color: #5f00b0;
padding-bottom: 2px;
border-bottom: 1px solid #5f00b0;
line-height: 48px;
margin-right: 20px;
display: inline;
}
.nav-link:hover {
background-color: yellow;
}
.nav-link.right-link {
margin-right: 0px;
}
@media (max-width: 800px) {
.center-pane {
padding: 15px;
padding-bottom: 100px;
max-width: 90%;
}
.page-title {
margin-top: 60px;
}
}
.page-title {
width:100%;
text-align:center;
font-size: 36px;
}
.main-mushroom {
width: 400px;
margin: auto;
margin-top: 50px;
margin-bottom: 50px;
display: flex;
max-width: 100%;
}
.writeup {
max-width: 600px;
margin: auto;
font-size: 20px;
}
.writeup a {
#text-decoration: underline;
color: #8900ff;
}
.language-select {
margin: auto;
margin-top: 40px;
width: 200px;
text-align: center;
color: #5f00b0;
margin-bottom: 40px;
}
.language-select a {
color: #5f00b0;
}
.language-options span.language-option {
cursor: pointer;
}
.language-option.selected {
font-style: italic;
}
span.divider {
margin-left: 5px;
margin-right: 5px;
}
.centered {
/*margin-left: 50px;*/
padding-bottom: 20px;
font-style: italic;
}
.contact-links a {
color: white;
text-decoration: none;
}
.german {
display: none;
}
a {
color: #8900ff;
*text-decoration: none;
}
:lang(de) {
display: none;
}