MediaWiki:Common.css: Porovnání verzí
MediaWiki interface page
More actions
Bez shrnutí editace |
Bez shrnutí editace |
||
| Řádek 29: | Řádek 29: | ||
.citizen-section > p { | .citizen-section > p { | ||
text-align: justify | margin-top: 0 !important; | ||
margin-bottom: 0 !important; | |||
text-align: justify; | |||
text-justify: inter-word; | text-justify: inter-word; | ||
hyphens: auto; | hyphens: auto; | ||
} | } | ||
Verze z 12. 10. 2025, 22:33
@import url("/index.php?title=MediaWiki:PortableInfobox.css&action=raw&ctype=text/css");
.text-gold {
background: linear-gradient(
180deg,
#a0703a 0%,
#a0703a 25%,
#ffcf5b 50%,
#a0703a 75%,
#a0703a 100%
) !important;
-webkit-background-clip: text !important;
background-clip: text !important;
-webkit-text-fill-color: transparent !important;
color: transparent !important;
display: inline !important;
white-space: normal !important;
-webkit-box-decoration-break: clone !important;
box-decoration-break: clone !important;
filter:
drop-shadow(0 1px 0 rgba(0,0,0,.35))
drop-shadow(0 3px 3px rgba(0,0,0,.35))
drop-shadow(0 6px 12px rgba(0,0,0,.25)) !important;
}
.citizen-section > p {
margin-top: 0 !important;
margin-bottom: 0 !important;
text-align: justify;
text-justify: inter-word;
hyphens: auto;
}