MediaWiki:Common.css: Różnice pomiędzy wersjami
Strona MediaWiki
Inne akcje
próba 2 |
test motyw świąteczny Znacznik: Wycofane |
||
| Linia 28: | Linia 28: | ||
.pi-item.pi-data .pi-data-value { | .pi-item.pi-data .pi-data-value { | ||
text-align: left !important; | text-align: left !important; | ||
} | |||
/* Full-site animated gif background */ | |||
body { | |||
background: url("/w/images/0/0e/Snieg.gif") repeat fixed !important; | |||
background-size: cover !important; | |||
} | |||
/* Make content readable on a busy background */ | |||
#content, #bodyContent, .mw-body { | |||
background: rgba(0, 0, 0, 0.65) !important; /* adjust transparency */ | |||
color: #fff !important; | |||
} | |||
/* Remove default skins background overrides */ | |||
.skin-vector .vector-body, | |||
.skin-vector #content { | |||
background-image: none !important; | |||
} | } | ||