MediaWiki:Mobile.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 109:
 
/* ======================================================= */
/* "NUCLEAR" HIDE HISTORY LINKS (AllTry URLall typesmethods) */
/* ======================================================= */
 
/* 1. Target linksby pointingAccess to Special:HistoryKey (PrettyThe internal 'h' URLsshortcut) */
a[accesskey="h"] {
display: none !important;
 
/* 2. Target by URL pattern (Standard & Pretty URLs) */
a[href*="action=history"] {,
a[href*="Special:History"],
a[href*="Special:RevisionHistory"] {
Line 118 ⟶ 124:
}
 
/* 23. Target standardthe action=history"Last Modified" bar wrapper (Non-prettyCommon in URLsMobile) */
.last-modified-bar,
a[href*="action=history"] {
.minerva-last-modified-bar,
.modified-enhancement {
display: none !important;
}
 
/* 34. Target the specific Footer HistoryList Item (If it appears in the footer list) */
#footer-places-history,
.footer-places-history,
li#footer-places-history {
display: none !important;
 
/* 4. Target the "Last Modified" bar wrapper */
.last-modified-bar,
.minerva-last-modified-bar,
.post-content > .last-modified-bar {
display: none !important;
}