MediaWiki:Common.css: Difference between revisions

From Sasara Wiki
Jump to navigation Jump to search
 
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* Inline background images are broken as of current MedaiWiki release */
.external {
    background-image:none !important;
    padding-right: 0 !important;
}
 
/* Hide Discussion/Talk tabs; we don't use them
#ca-talk, .mw-category-group h3 {
  display:none;
  visibility:hidden;
}


/* This is broken for some reason as of current MediaWiki version */
/* Fix size of wiki logo */
.external {
.mw-wiki-logo {
background-image:none !important;
background-size:160px;
}
}
/* [[Category:Meta]] */

Latest revision as of 08:40, 28 June 2025

/* Inline background images are broken as of current MedaiWiki release */
.external {
    background-image:none !important;
    padding-right: 0 !important;
}

/* Hide Discussion/Talk tabs; we don't use them
#ca-talk, .mw-category-group h3 {
  display:none;
  visibility:hidden;
}

/* Fix size of wiki logo */
.mw-wiki-logo {
	background-size:160px;
}

/* [[Category:Meta]] */