Difference between revisions of "User:John/vector.css"

From Fancyclopedia 3
Jump to navigation Jump to search
(Created page with "→‎JRB hide nagging tags . for classes # for ids: .wikitablestub { display: none; } #footer-places-disclaimer { display: none; } #footer-places { display: none; } .patroll...")
 
Line 10: Line 10:
  
 
.mw-editsection { display:none!important; }
 
.mw-editsection { display:none!important; }
 +
 +
/* Hide icons for external links etc */
 +
div#content a.external {
 +
    background:none !important;
 +
    padding: 0px !important;
 +
}

Revision as of 07:04, 19 December 2018

/* JRB hide nagging tags 
. for classes
# for ids
*/

.wikitablestub { display: none; }
#footer-places-disclaimer { display: none; }
#footer-places { display: none; }
.patrollink { display: none; }

.mw-editsection { display:none!important; }

/* Hide icons for external links etc */
div#content a.external {
    background:none !important;
    padding: 0px !important;
}