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...")
 
 
(39 intermediate revisions by the same user not shown)
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}
 +
 +
/*red broken links are murky*/
 +
/*
 +
.mw-body-content a.new {color: #808000}
 +
.mw-body-content a.new:visited {color: #8008000}
 +
*/
 +
 +
.error { display: inline; }
  
 
.wikitablestub { display: none; }
 
.wikitablestub { display: none; }
 +
 +
.wikinag { display: none; }
 +
 +
.alsoinvolved { display: none; }
 +
/*
 +
.alsoinvolved { display: inline; }
 +
*/
 +
 +
/*
 
#footer-places-disclaimer { display: none; }
 
#footer-places-disclaimer { display: none; }
 
#footer-places { display: none; }
 
#footer-places { display: none; }
Line 10: Line 31:
  
 
.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;
 +
}
 +
 +
/* Name Highlights from https://dc.fandom.com/wiki/MediaWiki%3ACommon.css
 +
redlinks for missing pages take priority, sadly
 +
a[href$="index.php?title=User:JoVan&action=edit&redlink=1"] {
 +
    color: #4B0082 ;
 +
    font-weight: bold ;
 +
    font-size: 140%;
 +
}
 +
*/
 +
 +
.files { display: inline; }
 +
.filesframe { display: none; }

Latest revision as of 23:56, 25 February 2021

/* 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}

/*red broken links are murky*/
/*
.mw-body-content a.new {color: #808000}
.mw-body-content a.new:visited {color: #8008000}
*/

.error { display: inline; }

.wikitablestub { display: none; }

.wikinag { display: none; }

.alsoinvolved { display: none; }
/*
.alsoinvolved { display: inline; }
*/

/*
#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;
}

/* Name Highlights from https://dc.fandom.com/wiki/MediaWiki%3ACommon.css
redlinks for missing pages take priority, sadly
a[href$="index.php?title=User:JoVan&action=edit&redlink=1"] {
    color: #4B0082 ;
    font-weight: bold ;
    font-size: 140%;
}
*/

.files { display: inline; }
.filesframe { display: none; }