MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 2: | Line 2: | ||
#toc { float: right; } | #toc { float: right; } | ||
.tooltype | .tooltype-red { | ||
background-color:pink; | background-color:pink; | ||
} | } | ||
Revision as of 15:00, 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;
}