5.056
düzenleme
kDeğişiklik özeti yok |
Değişiklik özeti yok |
||
1. satır: | 1. satır: | ||
/* Buraya konulacak CSS kodu tüm temalarda etkin olur */ | /* Buraya konulacak CSS kodu tüm temalarda etkin olur */ | ||
.wikitable.item.normal > tr:first-of-type > th, | |||
.wikitable.item.normal > * > tr:first-of-type > th { | |||
background: rgba(164,62,153,.50); | |||
} | |||
.wikitable.item.reverse > tr:first-of-type > th, | |||
.wikitable.item.reverse > * > tr:first-of-type > th { | |||
background: rgba(255,130,165,.50); | |||
} | |||
.wikitable.item.rare > tr:first-of-type > th, | |||
.wikitable.item.rare > * > tr:first-of-type > th { | |||
background: rgba(255,255,0,.50); | |||
} | |||
.wikitable.item.magic > tr:first-of-type > th, | |||
.wikitable.item.magic > * > tr:first-of-type > th { | |||
background: rgba(132,130,255,.50); | |||
} | |||
#simpleSearch, | #simpleSearch, | ||
#mw-site-navigation .sidebar-chunk, | #mw-site-navigation .sidebar-chunk, |