MediaWiki:Mobile.css: Difference between revisions

Added some stylings
Tags: Mobile edit Mobile web edit
Added some more things to hide
Tags: Mobile edit Mobile web edit
Line 19: Line 19:
}
}


.tooltip-content {
/* Things to be hidden on mobile */
.tooltip-content,
.serverTabSpan,
#banner-blank,
#banner-cn,
#banner-en,
#banner-tw,
#banner-kr,
#banner-jp,
.jcarousel-item.banners,
#mainmenu {
   display: none;
   display: none;
}
}
Line 277: Line 287:
li.gallerybox div.thumb {
li.gallerybox div.thumb {
   background-color: #f9f9f91a;
   background-color: #f9f9f91a;
}
pre {
  color: black;
  text-shadow: none;
}
}