Difference between revisions of "MediaWiki:Mobile.css"

From ZynthianWiki
Jump to navigation Jump to search
Line 5: Line 5:
 
   top: 0px;
 
   top: 0px;
 
   height: 1.8em;
 
   height: 1.8em;
   padding: 0.1 !important;
+
   padding: 0.1em;
 
   padding-right: 0.6em;
 
   padding-right: 0.6em;
 
   background-color: #000000;
 
   background-color: #000000;
Line 19: Line 19:
 
   width: 95%;
 
   width: 95%;
 
   height: 1.8em;
 
   height: 1.8em;
   padding: 0 !important;
+
   padding: 0;
 
   padding-right: 0.6em;
 
   padding-right: 0.6em;
 
   background-color: #000000;
 
   background-color: #000000;

Revision as of 12:47, 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;
}

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