MediaWiki:Common.css: Difference between revisions

From titipi
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
.ns-3000{
.ns-3000{
  background:red;
  background:red;
}
.ns-3000 nav{
display:none;
}
}

Revision as of 11:03, 30 September 2021

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

h1 {display:none;}

.ns-3000{
 background:red;
}