MediaWiki:Mobile.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 109:
 
/* ======================================================= */
/* HIDE "VIEWHISTORY LINKS (All URL types) EDIT HISTORY" / LAST MODIFIED */
/* ======================================================= */
 
/* 1. Target thelinks specificpointing linkto destinationSpecial:History (MostPretty reliableURLs) */
a[href*="action=historySpecial:History"] {,
a[href*="Special:RevisionHistory"] {
display: none !important;
}
 
/* 2. Target thestandard neweraction=history Minerva(Non-pretty "Last Modified" bar wrapperURLs) */
a[href*="action=history"] {
.modified-enhancement {
display: none !important;
}
 
/* 3. Target the specific footerFooter itemHistory if it appears as a listItem */
#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;
}