MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 5: Line 5:
   border-radius: 10px;
   border-radius: 10px;
   padding: 20px;
   padding: 20px;
  width: 600px;
}
}



Revision as of 00:33, 19 December 2022

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

.citizen-body-container {
  background-color: #14181f;
  border-radius: 10px;
  padding: 20px;
  width: 600px;
}

body {
 background-image: url("/resources/assets/PageBackgroundHeader.png");
 background-color: #1d1e1f;
 background-size: 100% 200px;
 background-repeat: no-repeat;
 background-position: top;
}