Difference between revisions of "MediaWiki:Common.css"

From YouTestMe Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: #footer { background: red; }")
 
 
(2 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 */
#footer {
+
#footer ul {
  background: red;
+
  display: none;
 +
}
 +
.body #n-recentchanges, .body #n-randompage {
 +
display: none;
 
}
 
}

Latest revision as of 21:01, 5 October 2018

/* CSS placed here will be applied to all skins */
#footer ul {
 display: none;
}
.body #n-recentchanges, .body #n-randompage {
 display: none;
}