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