MediaWiki:Mobile.css: Difference between revisions

Undo revision 7608 by Prince of asia (talk)
No edit summary
(Undo revision 7608 by Prince of asia (talk))
Tag: Undo
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* All CSS here will be loaded for users of the mobile site */
/* All CSS here will be loaded for users of the mobile site */


/*No longer use this, we use Extension:MobileDetect instead*/
/* Important: do not display certain things on Mobile*/
/* Important: do not display certain things on Mobile*/
.nomobile {
.nomobile {
Line 13: Line 14:


/** INFOBOXES **/
/** INFOBOXES **/
.infobox {
  border: 1px solid #020202;
  background-color: #f9f9f9;
  color: black;
  margin-bottom: 0.2em;
  margin-left: 1em;
  padding: 0.2em;
  float: right;
  clear: right;
}
.infobox td,
.infobox th {
.infobox th {
   vertical-align: top;
   text-align: center;
}
    
.infobox caption {
  font-size: larger;
  margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
  border: 1px solid #020202;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
  border: 0;
}
}