Jump to content

MediaWiki:Mobile.css: Difference between revisions

No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 413: Line 413:
[style*="color:#000000"] {
[style*="color:#000000"] {
     color: #c9c9c9 !important;
     color: #c9c9c9 !important;
}
/* Mobile and Desktop views */
@media (max-width: 768px) {
  /* Show/hide appropriate views */
.mobile-view {
    display: block !important;
}
.desktop-view {
    display: none !important;
}
} /* End of @media (max-width: 768px) */
/* make the loading indicator invisible */
.mw-indicators {
    display: none;
}
}