MediaWiki:Common.css: Porovnání verzí
MediaWiki interface page
More actions
Bez shrnutí editace |
Bez shrnutí editace |
||
| Řádek 2: | Řádek 2: | ||
background: linear-gradient( | background: linear-gradient( | ||
180deg, | 180deg, | ||
# | #a0703a 0%, | ||
# | #a0703a 25%, | ||
# | #ffcf5b 50%, | ||
# | #a0703a 75%, | ||
# | #a0703a 100% | ||
) !important; | ) !important; | ||
Verze z 12. 10. 2025, 20:43
.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;
color: transparent !important;
-webkit-text-fill-color: transparent !important;
display: inline-block !important;
}