Difference between revisions of "MediaWiki:Mobile.css"

From ZynthianWiki
Jump to navigation Jump to search
Line 18: Line 18:
 
   width: 95%;
 
   width: 95%;
 
   padding-top: 1px;
 
   padding-top: 1px;
 +
  padding-bottom: 1px;
 
   padding-right: 2px;
 
   padding-right: 2px;
 
   background-color: #000000;
 
   background-color: #000000;
 
   color: #ffffff;
 
   color: #ffffff;
 
   text-align: right;
 
   text-align: right;
   line-height: 1em;
+
   line-height: 0.8em;
 
   transition: all 1s ease-in-out;
 
   transition: all 1s ease-in-out;
 
}
 
}

Revision as of 12:41, 31 July 2024

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

div.version_bar {
  position: relative;
  top: 0px;
  padding-top: 1px;
  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%;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-right: 2px;
  background-color: #000000;
  color: #ffffff;
  text-align: right;
  line-height: 0.8em;
  transition: all 1s ease-in-out;
}