Difference between revisions of "MediaWiki:Common.css"

(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
@import url("https://cdn.jsdelivr.net/npm/uikit@3.5.8/dist/css/uikit.min.css");
@import url("https://cdn.jsdelivr.net/npm/uikit@3.7.1/dist/css/uikit.min.css");
@import url( 'https://fonts.googleapis.com/css?family=Comfortaa|Noto+Serif ');
@import url( 'https://fonts.googleapis.com/css?family=Comfortaa|Noto+Serif ');
h1, h2, h3, h4, h5, h6{
h1, h2, h3, h4, h5, h6{
Line 11: Line 11:
height:0px !important;
height:0px !important;
}
}
#mw-panel ol, ul {
#mw-panel .portal .body ul {
padding-left: 0px !important;
padding-left: 0px !important;
}
}