Swino4ka
Присоединился 7 февраля 2025
Swino4ka (обсуждение | вклад) Нет описания правки |
Swino4ka (обсуждение | вклад) Gay station 14 update |
||
| Строка 116: | Строка 116: | ||
{{#css: | {{#css: | ||
#mw-content-block, | |||
#mw-header-container, | |||
#mw-header, | |||
#mw-content-container, | |||
#mw-site-navigation, | |||
#mw-content-wrapper { | |||
background: #00ff00 !important; | |||
border: 5px solid #ff00ff !important; | |||
box-shadow: 0 0 20px 5px rgba(0,255,0,0.8) !important; | |||
animation: shakeFix 0.3s infinite alternate !important; | |||
color: black !important; | |||
} | } | ||
@keyframes shakeFix { | |||
0% { transform: translateX(-2px); } | |||
100% { transform: translateX(2px); } | |||
} | |||
#mw-header-container::before, | |||
#mw-content-container::before { | |||
content: "GAY STATION 14"; | |||
display: block; | |||
background: red; | |||
color: yellow; | |||
font-weight: bold; | |||
font-size: 24px; | |||
text-align: center; | |||
padding: 5px; | |||
z-index: 9999; | |||
} | |||
#p-logo-text a.long { content: "GAY STATION 14";} | |||
#p-logo-text a.long:before { | |||
content: "GAY STATION 14"; | |||
} | |||
.mw-body { background: green !important; } | |||
.swino4ka-page .main__block__div { | .swino4ka-page .main__block__div { | ||