Difference between revisions of "MediaWiki:Mobile.css"

From ZynthianWiki
Jump to navigation Jump to search
Line 5: Line 5:
 
   position: -webkit-sticky !important;
 
   position: -webkit-sticky !important;
 
   top: 0px;
 
   top: 0px;
  padding-top: 0.05em;
 
 
   padding-right: 0.6em;
 
   padding-right: 0.6em;
 
   border-radius: 0.0em;
 
   border-radius: 0.0em;

Revision as of 12:05, 31 July 2024

/* All CSS here will be loaded for users of the mobile site */

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