MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: #toc { float: right };") |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
#toc { float: right }; | #toc { float: right; } | ||
.tooltype .red { | |||
background-color:pink; | |||
} | |||
.tooltype .yellow { | |||
background-color:orange; | |||
} | |||
.tooltyle .green { | |||
background-color:palegreen; | |||
} |
Revision as of 15:46, 14 August 2023
/* CSS placed here will be applied to all skins */ #toc { float: right; } .tooltype .red { background-color:pink; } .tooltype .yellow { background-color:orange; } .tooltyle .green { background-color:palegreen; }