MediaWiki:Common.css: Difference between revisions

From LHDB
No edit summary
(Undo revision 9048 by Lhdb (talk))
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
     content: url("/w/resources/assets/kul_wiki.svg") !important;
     content: url("/w/resources/assets/kul_wiki.svg") !important;
}
}
.mw-logo-container {
    content: url("/w/resources/assets/wikikul.svg") !important;
    width: 130px;
    height: 32px;
}
.mw-logo-wordmark {
.mw-logo-wordmark {
     content: url("/w/resources/assets/wikikul.svg") !important;
     display: none;
}
}

Latest revision as of 12:43, 2 July 2025

/* CSS placed here will be applied to all skins */

.mw-logo-icon {
    content: url("/w/resources/assets/kul_wiki.svg") !important;
}
.mw-logo-container {
    content: url("/w/resources/assets/wikikul.svg") !important;
    width: 130px;
    height: 32px;
}

.mw-logo-wordmark {
    display: none;
}