Difference between revisions of "MediaWiki:Mobile.css"

From ZynthianWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
/* All CSS here will be loaded for users of the mobile site */
 
/* All CSS here will be loaded for users of the mobile site */
 +
 +
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;
 +
}

Revision as of 11:55, 31 July 2024

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

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;
}