MediaWiki:Mobile.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 109:
 
/* ======================================================= */
/* HIDE "NUCLEAR"VIEW HIDEEDIT HISTORY LINKS" (TryStrict all methodsMode) */
/* ======================================================= */
 
/* 1. Target by Access Key (The internalthe 'h'wrapper shortcut)link */
body a.minerva-last-modified-bar, {
a[accesskey="h"] {
display: none !important;
}
 
/* 2. Target by URL pattern (Standardthe &content Prettyinside URLs)it */
body .last-modified-bar__content {
a[href*="action=history"],
a[href*="Special:History"],
a[href*="Special:RevisionHistory"] {
display: none !important;
}
 
/* 3. Target the "Last Modified" bar wrapper (Common intext Mobile)specifically */
body .last-modified-bar,bar__text {
.minerva-last-modified-bar,
.modified-enhancement {
display: none !important;
}
 
/* 4. Target the Footer List Item (If it appears in the footer list) */
#footer-places-history,
.footer-places-history,
li#footer-places-history {
display: none !important;
}