📣
OFFIZIELLES UPDATE
Ab sofort untersagt:
Gewinnspiele dürfen nicht an die Teilnahme in Telegram-, Signal- oder anderen Channels gekoppelt werden.
Jeder Verstoß gegen diese Regel wird ab heute sofort sanktioniert.
Laufende Gewinnspiele dürfen beendet, aber nicht verlängert werden.
.admin-update {
background: linear-gradient(135deg, #101624 0%, #0d0f19 100%);
border: 1px solid rgba(40, 90, 150, 0.5);
border-radius: 8px;
padding: 20px;
margin: 20px auto;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3), 0 0 30px rgba(30, 140, 255, 0.15);
position: relative;
overflow: hidden;
max-width: 800px;
color: #e0e0ff;
font-family: 'Arial', sans-serif;
}
.admin-update::after {
content: '';
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
pointer-events: none;
background: linear-gradient(45deg,
transparent 48%,
rgba(40, 90, 180, 0.05) 49%,
rgba(40, 90, 180, 0.05) 51%,
transparent 52%);
background-size: 20px 20px;
opacity: 0.3;
z-index: 0;
}
.update-header {
display: flex;
align-items: center;
border-bottom: 1px solid rgba(50, 120, 240, 0.3);
padding-bottom: 12px;
margin-bottom: 15px;
position: relative;
}
.update-icon {
font-size: 24px;
margin-right: 15px;
animation: pulse-glow 2s infinite alternate;
}
.update-header h3 {
margin: 0;
color: #70a8ff;
font-size: 18px;
font-weight: 700;
letter-spacing: 1px;
text-shadow: 0 0 10px rgba(50, 120, 240, 0.5);
flex-grow: 1;
}
.update-date {
font-size: 14px;
color: rgba(160, 180, 220, 0.7);
}
.update-content {
position: relative;
z-index: 1;
line-height: 1.5;
}
.update-title {
margin-bottom: 20px;
font-size: 16px;
}
.rule {
background: rgba(30, 40, 70, 0.4);
padding: 12px;
border-radius: 6px;
border-left: 3px solid rgba(50, 120, 240, 0.8);
margin: 15px 0;
}
.warning {
background: rgba(80, 30, 30, 0.2);
padding: 12px;
border-radius: 6px;
border-left: 3px solid rgba(240, 50, 50, 0.7);
margin: 15px 0;
}
.important-notice {
margin: 20px 0;
padding: 15px;
background: rgba(30, 40, 70, 0.2);
border-radius: 6px;
border: 1px solid rgba(50, 120, 240, 0.3);
}
.important-notice p {
margin: 8px 0;
}
.highlight-text {
color: #ff5050;
font-weight: bold;
}
.glow-text {
color: #ffffff;
text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}
.admin-signature {
text-align: right;
margin-top: 25px;
font-weight: bold;
font-size: 16px;
color: #70a8ff;
border-top: 1px solid rgba(50, 120, 240, 0.3);
padding-top: 12px;
}
@keyframes pulse-glow {
0% { text-shadow: 0 0 5px rgba(50, 120, 240, 0.5); }
100% { text-shadow: 0 0 15px rgba(50, 120, 240, 0.9); }
}