arbeit/schueler/geheimakte.css
2026-07-02 08:12:58 +02:00

123 lines
2.8 KiB
CSS

body {
background-color: #1a1a2e;
color: #e0e0e0;
font-family: "Courier New", monospace;
max-width: 750px;
margin: 40px auto;
padding: 30px;
border: 3px solid #c0392b;
position: relative;
}
body::before {
content: "TOP SECRET";
position: absolute;
top: 30px;
right: -15px;
background: #c0392b;
color: white;
padding: 5px 20px;
font-size: 14px;
font-weight: bold;
transform: rotate(12deg);
letter-spacing: 3px;
}
h1 {
color: #c0392b;
text-align: center;
border-bottom: 2px dashed #c0392b;
padding-bottom: 15px;
letter-spacing: 5px;
text-transform: uppercase;
}
h2 {
color: #e74c3c;
border-left: 4px solid #e74c3c;
padding-left: 10px;
margin-top: 30px;
text-transform: uppercase;
letter-spacing: 2px;
}
.foto-box {
text-align: center;
margin: 20px 0;
padding: 15px;
border: 2px dashed #555;
background-color: #16213e;
}
.foto-box img {
width: 180px;
border: 3px solid #c0392b;
}
table {
width: 100%;
border-collapse: collapse;
margin: 15px 0;
}
th, td {
border: 1px solid #444;
padding: 10px 15px;
text-align: left;
}
th {
background-color: #c0392b;
color: white;
text-transform: uppercase;
letter-spacing: 1px;
}
td {
background-color: #16213e;
}
.warnung {
background-color: #c0392b;
color: white;
padding: 15px;
text-align: center;
font-weight: bold;
font-size: 18px;
letter-spacing: 3px;
margin-top: 30px;
}
.geheim {
background-color: #0f3460;
padding: 15px;
border-left: 4px solid #e74c3c;
margin: 15px 0;
font-style: italic;
}
ul {
list-style-type: "▶ ";
}
ol {
color: #e74c3c;
}
ol li span {
color: #e0e0e0;
}
a {
color: #3498db;
}
.stempel {
text-align: center;
margin-top: 30px;
font-size: 12px;
color: #555;
border-top: 1px solid #333;
padding-top: 15px;
}