Difference between revisions of "MediaWiki:Mobile.css"

From Beds24 Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the mobile site: .header-container. .pre-content h1, #page-actions, .footer-content h2 { display: none; }")
 
 
(2 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 */
  
.header-container. .pre-content h1, #page-actions, .footer-content h2 {
+
.pre-content h1 {
display: none;
+
display: none !important;
 +
}
 +
 
 +
.header-container{
 +
display: none !important;
 +
}
 +
 
 +
#page-actions {
 +
display: none !important;
 +
}
 +
 
 +
.footer-content h2 {
 +
display: none !important;
 
}
 
}

Latest revision as of 15:38, 14 November 2017

/* CSS placed here will affect users of the mobile site */

.pre-content h1 {
display: none !important;
}

.header-container{
display: none !important;
}

#page-actions {
display: none !important;
}

.footer-content h2 {
display: none !important;
}