Difference between revisions of "MediaWiki:Mobile.css"

From ZynthianWiki
Jump to navigation Jump to search
Line 12: Line 12:
 
   line-height: 1em;
 
   line-height: 1em;
 
   //transition: all 1s ease-in-out;
 
   //transition: all 1s ease-in-out;
 +
  z-index: 1000;
 
}
 
}
  
Line 26: Line 27:
 
   line-height: 1em;
 
   line-height: 1em;
 
   //transition: all 1s ease-in-out;
 
   //transition: all 1s ease-in-out;
 +
  z-index: 1000;
 
}
 
}

Revision as of 16:13, 31 July 2024

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

div.version_bar {
  position: relative;
  top: 0px;
  height: 1.8em;
  padding: 0.1em;
  padding-right: 0.6em;
  background-color: #000000;
  color: #ffffff;
  text-align: right;
  line-height: 1em;
  //transition: all 1s ease-in-out;
  z-index: 1000;
}

div.version_bar_fixed {
  position: fixed;
  top: 0px;
  width: 93%;
  height: 1.8em;
  padding: 0;
  padding-right: 0.8em;
  background-color: #000000;
  color: #ffffff;
  text-align: right;
  line-height: 1em;
  //transition: all 1s ease-in-out;
  z-index: 1000;
}