This commit is contained in:
Viktor Sergeev
2025-06-16 15:11:49 +02:00
parent d435ad36b4
commit 0cff38b71f
13 changed files with 131 additions and 210 deletions

View File

@@ -1,202 +1,120 @@
*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
background-color: #ffffff;
color: #666;
background-color: #DFF0F2;
color: black;
font-size: 15px;
}
h1 {
margin: 10px;
color: #4d4d4d;
font-size: 30px;
}
h1 span {
color: orange;
font-size: 40px;
}
h2 {
color: orange;
padding: 10px 0 0 10px;
}
main {
margin-top: 135px;
padding: 10px;
}
#wrapper {
max-width: 600px;
margin: 0 auto;
background-color: #4d4d4d;
color: white;
}
.msg {
text-align: center;
font-size: 17px;
font-weight: 700;
}
.msg a {
text-decoration: none;
color: #09add0;
}
.msg a:hover {
color: orange;
}
nav ul {
list-style-type: none;
padding: 0;
display: inline-block;
margin: 0;
padding: 0;
}
#wrapper {
}
nav li {
float: left;
text-align: center;
}
nav li a {
display: block;
width: 100px;
height: 30px;
border: 1px solid #4d4d4d;
background-color: #4d4d4d;
color: white;
a {
color: black;
text-decoration: none;
margin: 5px;
text-align: center;
line-height: 30px;
}
nav li a:hover {
background-color: orange;
#navigation {
display: flex;
justify-content: center;
}
nav {
position: fixed;
background: white;
top: 0px;
width: 600px;
text-align: center;
padding-top: 10px;
.link-container {
display: grid;
width: 80%;
grid-template-columns: 20% 20% 56% 4%;
background-color: #BAC8D4;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
#metanavi {
color: #4d4d4d;
font-weight: bold;
margin-bottom: 5px;
.links {
display: flex;
align-items: center;
font-size: 25px;
}
#metanavi a {
background: #09add0;
border: none;
width: 100px;
margin: 0 5px 0 5px;
float: right;
padding: 2px;
border-radius: 5px;
color:#fff;
cursor:pointer;
font-size: 12px;
text-decoration: none;
text-align: center;
#logo {
height: 60px;
width: 170px;
background-image: url("../images/bibArts.png");
background-position: center;
background-size: contain;
}
#metanavi a:hover {
background: orange;
}
.articleImg {
#footer {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
border: 2px solid lightskyblue;
padding: 5px;
margin: 0 0 15px 0;
height: 240px;
background-color: #BAC8D4;
display: grid;
grid-template-columns: 6% 5% 43% 32% 14%;
grid-template-rows: 45% 10% 45%;
align-items: center;
}
.welcomeImg {
width: 100%;
padding: 5px;
.container-zahlungsmittel {
grid-column: 5;
justify-content: right;
}
.articleInfo {
font-weight: bold;
}
/*** Formulare ***/
form {
width: 440px;
margin: auto;
}
label {
width: 120px;
display: inline-block;
margin: 5px 15px 10px 0;
vertical-align: top;
.header-zahlungsarten {
padding-right: 15px;
text-align: right;
}
label.errorMsg {
width: 420px;
display: inline-block;
margin: 0 5px 15px 0;
vertical-align: top;
text-align: right;
color: orange;
.inhalt {
display: grid;
height: 40em;
justify-content: center;
align-items: center;
width: 100%;
}
input {
width: 300px;
.zahlungsmittel-img {
height: 41px;
width: 284px;
background-image: url("../images/Zahlungsmittel.png");
background-position: center;
background-size: contain;
justify-self: right;
}
input[type="submit"] {
width: 100px;
margin-left: 330px;
.line {
width: 97%;
height: 1px;
background-color: grey;
justify-self: center;
grid-column-start: 1;
grid-column-end: 6;
}
form textarea {
width: 300px;
height: 150px;
margin-bottom: 10px;
.container-rest {
grid-column-start: 1;
grid-column-end: 6;
padding-left: 50px;
}
form select {
width: 300px;
}
/*** Loesung Workshop-Seite ***/
.link-impressum {
padding-left: 30px;
.textContent {
padding: 0 10px 0 30px;
}
.text-bib {
grid-column: 5;
justify-self: right;
padding-right: 30px;
}
.container-welcome-inhalt {
grid-template-columns: 39% 61%;
display: grid;
width: 110em;
min-height: 80%;
border-radius: 10px;
}
@media (max-width: 529px) {
.textContent {
padding: 15px 0 0 0;
}
}
.event h3 {
margin: 15px 0 5px 0;
font-size: 20px;
text-align: left;
}
.orange {
color: orange;
display: block;
font-size: 18px;
margin: 0 0 5px 0;
.beispiel-austellung1-img {
height: 480px;
width: 670px;
background-image: url("../images/beispiel-austellung1.png");
background-position: center;
background-size: contain;
justify-self: right;
border-radius: 10px;
}