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

From Fancyclopedia 3
Jump to navigation Jump to search
Line 3: Line 3:
 
# for ids
 
# for ids
 
*/
 
*/
 +
 +
/* External links are green */
 +
.mw-body-content a.external {color: #008000}
 +
.mw-body-content a.external:visited {color: #008000}
  
 
.wikitablestub { display: none; }
 
.wikitablestub { display: none; }

Revision as of 07:15, 19 December 2018

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

/* External links are green */
.mw-body-content a.external {color: #008000}
.mw-body-content a.external:visited {color: #008000}

.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;
}