MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.citizen-body-container {
  background-color: #14181f;
  opacity: 0.8;
  border-radius: 10px;
  padding: 20px;
  margin: auto;
  width: 50%;
}


body {
body {

Revision as of 00:36, 19 December 2022

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

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