Erster Aufbau Forum

This commit is contained in:
Torsten Schulz
2024-10-15 16:28:42 +02:00
parent c31be3f879
commit 663564aa96
163 changed files with 9449 additions and 116 deletions

View File

@@ -53,7 +53,9 @@ button:hover {
cursor: pointer;
}
h1, h2, h3 {
h1,
h2,
h3 {
margin: 0;
display: block;
}
@@ -67,4 +69,27 @@ h1, h2, h3 {
background: none;
background-color: #F9A22C;
color: #000;
}
span.button {
padding: 2px 2px;
margin-left: 4px;
cursor: pointer;
background: #F9A22C;
color: #000000;
border: 1px solid #F9A22C;
border-radius: 4px;
transition: background 0.05s;
border: 1px solid transparent;
width: 1.2em;
height: 1.2em;
display: inline-block;
text-align: center;
line-height: 1.2em;
}
span.button:hover {
background: #fdf1db;
color: #7E471B;
border: 1px solid #7E471B;
}