Changes

MediaWiki:Mobile.css

569 bytes added, 02:48, 15 September 2023
no edit summary
/* CSS placed here will affect users of the mobile site */
 
 
/* center the infobox on mobile */
table.infobox tr th{
text-align:center!important;
}
 
/* give some padding to the infobox field names on mobile */
table.infobox tr td:nth-child(1) {
padding: 5px!important;
padding-left: 10px!important;
padding-right: 10px!important;
}
 
/*Remove the empty space from below the infobox */
table.infobox {
margin-bottom: 0px!important;
}
 
table.sweet1 td{
border: 1px solid white;
border: 1px solid #aaa;
background: #DFE8FF;
}
 
/*we don't want disqus on the main page*/
.page-Main_Page #disqus-wrapper {
display:none!important;
}
 
/*Show only mobile ad code on mobile*/
.nomobile{
display:none!important;
}