Difference between revisions of "MediaWiki:Mobile.css"

From Kiwix
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the mobile site */
/* 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;
}

Latest revision as of 18:34, 8 November 2015

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