Notice: Use of undefined constant E_NONE - assumed 'E_NONE' in /home/web/sites/legacy-game.net/wiki/httpdocs/index.php on line 3
Difference between revisions of "MediaWiki:Common.css" - Legacy Wiki
Games:  Legacy Online | Legacy Dev Hunted Cow Studios 



Difference between revisions of "MediaWiki:Common.css"

To Login to the wiki, use your username for Legacy and then go here to get your temporary password. - sumwish (talk)

From Legacy Wiki

Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
   display:flex;
 
   display:flex;
 
   align-items:center;
 
   align-items:center;
   background-color:#111;
+
   background-color:var(--button-background);
 
   transition:100ms
 
   transition:100ms
 
}
 
}
 
 
.leg-popular-pages a {
 
.leg-popular-pages a {
 
   flex:1;
 
   flex:1;

Latest revision as of 13:53, 26 August 2025

/* CSS placed here will be applied to all skins */
.leg-popular-pages {
  display:flex;
  align-items:center;
  background-color:var(--button-background);
  transition:100ms
}
.leg-popular-pages a {
  flex:1;
  display:block;
  color:#fff;
  font-weight:bold;
  text-align:center;
  text-decoration:none;
  padding:0.7em 1em
}