Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
m (Moved to Vector.css) |
m (duplicating line removed) |
||
Line 5: | Line 5: | ||
.opened { color: green; cursor: pointer; } | .opened { color: green; cursor: pointer; } | ||
.closed { color: blue; cursor: pointer; } | .closed { color: blue; cursor: pointer; } | ||
− | |||
/**Remove external link icon**/ | /**Remove external link icon**/ |
Revision as of 03:29, 26 October 2013
/* <source lang="css"> */ /**Spoiler**/ .spoiler-body { display: none; } .opened { color: green; cursor: pointer; } .closed { color: blue; cursor: pointer; } /**Remove external link icon**/ #bodyContent a.external, #bodyContent a[href ^="gopher://"] { background: none; padding-right: 0;} /* </source> */