Difference between revisions of "MediaWiki:Common.css"

From ZynthianWiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: div.version_bar { position: sticky; position: -webkit-sticky; top: 0px; padding: 0.1em; padding-right: 0.6em; b...")
 
 
Line 7: Line 7:
 
   padding: 0.1em;
 
   padding: 0.1em;
 
   padding-right: 0.6em;
 
   padding-right: 0.6em;
   border-radius:0.0em;
+
   border-radius: 0.0em;
   background-color:#000000;
+
   background-color: #000000;
   color:#ffffff;
+
   color: #ffffff;
   text-align:right;
+
   text-align: right;
 
}
 
}

Latest revision as of 12:00, 31 July 2024

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

div.version_bar {
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
  padding: 0.1em;
  padding-right: 0.6em;
  border-radius: 0.0em;
  background-color: #000000;
  color: #ffffff;
  text-align: right;
}