Modül:SMAPI compatibility/styles.css

Stardew Valley Wiki sitesinden
< Modül:SMAPI compatibility
Peaw (mesaj | katkılar) tarafından oluşturulmuş 21.43, 11 Temmuz 2024 tarihli sürüm (Created)
(fark) ← Önceki hâli | Güncel sürüm (fark) | Sonraki hâli → (fark)
Gezinti kısmına atla Arama kısmına atla
/*
   The styles on this page are applied to pages which contain the parent template.
*/

#mod-list th {
    position: sticky;
    top: 0;
}

#mod-list tr.mod {
    line-height: 1em;
    background: #999;
}

#mod-list tr.mod[data-status="ok"],
#mod-list tr.mod[data-status="optional"] {
    background: #9F9;
}

#mod-list tr.mod[data-status="workaround"],
#mod-list tr.mod[data-status="unofficial"] {
    background: #CF9;
}

#mod-list tr.mod[data-status="broken"] {
    background: #F99;
}

#mod-list tr.mod[data-status="obsolete"],
#mod-list tr.mod[data-status="abandoned"] {
    background: #999;
}

#mod-list tr.mod:not([data-github]):not([data-custom-url]) .mod-source span {
    color: red;
    font-size: 0.85em;
    opacity: 0.5;
}

#mod-list tr.mod .mod-metadata {
    font-size: 0.8em;
}


/* [[Kategori:Modlama Modülleri]] */