MediaWiki:Mobile.css

From Kiwix
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will affect users of the mobile site */

/* Fix download button height */
.download_button {
	box-sizing: content-box;
}

/* Widget template */
div.widget_title {
  background-image: url('//upload.wikimedia.org/wikipedia/commons/8/8c/Bluebg_rounded_croped.png');
  background-repeat: no-repeat;
  height: 32px;
  position: relative;
  top: 2px;
  margin: 0px;
}

/* Avoid grey border for table cells */
.content table td, .content table th {
    border: 0px solid transparent;
}