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: 1px;
 +
  padding-right: 0.6em;
 +
  border-radius: 0.0em;
 +
  background-color: #000000;
 +
  color: #ffffff;
 +
  text-align: right;
 +
}
 +
 +
div.version_bar_fixed {
 +
  position: fixed;
 +
  top: 0px;
 +
  left: 0px
 +
  right: 100%;
 
   padding-top: 1px;
 
   padding-top: 1px;
 
   padding-right: 0.6em;
 
   padding-right: 0.6em;

Revision as of 12:17, 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-top: 1px;
  padding-right: 0.6em;
  border-radius: 0.0em;
  background-color: #000000;
  color: #ffffff;
  text-align: right;
}

div.version_bar_fixed {
  position: fixed;
  top: 0px;
  left: 0px
  right: 100%;
  padding-top: 1px;
  padding-right: 0.6em;
  border-radius: 0.0em;
  background-color: #000000;
  color: #ffffff;
  text-align: right;
}