MediaWiki:Common.css: Difference between revisions
GemmaBeepo (talk | contribs) No edit summary Tag: sourceedit |
GemmaBeepo (talk | contribs) No edit summary |
||
Line 12: | Line 12: | ||
.watchlistredir { |
.watchlistredir { |
||
font-style: italic; |
font-style: italic; |
||
} |
|||
.mw-collapsible .mw-collapsible-toggle { |
|||
float: left; |
|||
} |
} |
Revision as of 01:52, 31 December 2018
/***** CSS placed here will be applied to all skins on the entire site. *****/
@import 'https://fonts.googleapis.com/css?family=Orbitron';
/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect {
font-style: italic;
}
.allpagesredirect:after {
color: #808080; content: " (redirect)"
}
.watchlistredir {
font-style: italic;
}
.mw-collapsible .mw-collapsible-toggle {
float: left;
}