MediaWiki:Mobile.css
17.28, 20 Nisan 2022 tarihinde Admin (mesaj | katkılar) tarafından oluşturulmuş 5099 numaralı sürüm ("→All CSS here will be loaded for users of the mobile site: .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.unique > tr:first-of-type > th, .wikitable.item.unique > * > tr:first-of-type > th { background: rg..." içeriğiyle yeni sayfa oluşturdu)
Not: Yayımladıktan sonra değişiklikleri görmek için tarayıcınızın önbelleğini temizlemeniz gerekebilir.
- Firefox / Safari: Shift tuşuna basılıyken Yeniden Yükle'ye tıklayın ya da Ctrl-F5 ya da Ctrl-R tıklayın (Mac için ⌘-R).
- Google Chrome: Ctrl-Shift-R'ye basın. (Mac için ⌘-Shift-R)
- Internet Explorer / Edge: Ctrl basılıyken Yenile'ye tıklayın ya da Ctrl-F5 yapın.
- Opera: Ctrl-F5 tıklayın.
/* All CSS here will be loaded for users of the mobile site */ .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.unique > tr:first-of-type > th, .wikitable.item.unique > * > tr:first-of-type > th { background: rgba(222,199,123,.50); } .wikitable.item.unique.reverse > tr:first-of-type > th, .wikitable.item.unique.reverse > * > tr:first-of-type > th { background: rgb(255,165,0,.50); } .wikitable.item.set > tr:first-of-type > th, .wikitable.item.set > * > tr:first-of-type > th { background: rgba(214,0,0,.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.craft > tr:first-of-type > th, .wikitable.item.craft > * > tr:first-of-type > th { background: rgba(132,355,0,.50); } .wikitable.item.magic > tr:first-of-type > th, .wikitable.item.magic > * > tr:first-of-type > th { background: rgba(132,130,255,.50); }