MediaWiki:Common.css: Difference between revisions

From LabRPS Documentation
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: .collapsible-list ul li ul { display: none; } .body { font-family: Noto Sans,sans-serif; } .mw-body-content { font-size: 0.950em; }")
 
No edit summary
Tag: Manual revert
 
(22 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
.collapsible-list ul li ul {
.collapsible-list ul li ul {
   display: none;
   display: none;
}
}


.body {
#body {
   font-family: Noto Sans,sans-serif;
   font-family: sans-serif;
}
}


.mw-body-content {
#mw-body-content {
   font-size: 0.950em;
   font-size: 0.950em;
}
#bodyContent {
  font-size: 0.950em;
}
#mw-panel {
  font-family: Noto Sans;
}
}

Latest revision as of 00:21, 27 August 2022

.collapsible-list ul li ul {
   display: none;
}

#body {
   font-family: sans-serif;
}

#mw-body-content {
   font-size: 0.950em;
}

#bodyContent {
  font-size: 0.950em;
}

#mw-panel {
   font-family: Noto Sans;
}