MediaWiki:Common.css: Difference between revisions

From Fables and Fantasy Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 19: Line 19:
   background-repeat: no-repeat;
   background-repeat: no-repeat;
   background-size: cover;
   background-size: cover;
  height: 10em;
}
#mw-head-base {
  margin: -160px 10px 0 10.4em !important;
}
}



Revision as of 17:15, 10 July 2021

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

h1 { 
  text-align: left; 
}

body {
  /* background-image: linear-gradient(-90deg, #000, #344E77); */
  background-color: #20394F;
  background-image: url(https://i.imgur.com/fFstNe5.png);
  background-repeat: repeat;
  background-size: 256px 256px;
}

#mw-page-base {
  /* background-image: linear-gradient(-90deg, #000, #344E77); */
  background-color: #20394F;
  background-image: url(https://i.imgur.com/p54l6Wm.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 10em;
}

#mw-head-base {
  margin: -160px 10px 0 10.4em !important;
}

.vector-menu-content a {
  color: #fff;
}

#footer a {
  color: #fff;
}

#mw-panel .portal h3 {
  color: #fff;
}

#right-navigation {
  color: #000;
}

#left-navigation {
  color: #000;
}

#mw-panel a {
  color: #fff;
}

#footer-info-lastmod {
  color: #fff;
}