MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 45: | Line 45: | ||
#mw-content-text > div.mw-parser-output > p:nth-child(4) { | #mw-content-text > div.mw-parser-output > p:nth-child(4) { | ||
display: none; | |||
} | |||
#bodyContent > div.mw-body-subheader { | |||
display: none; | display: none; | ||
} | } |
Revision as of 11:41, 31 July 2024
/* CSS placed here will be applied to all skins */ input[value="low risk"] { margin: 0px; } input[value="some concerns"] { margin: 0px; } input[value="high risk"] { margin: 0px; } #pfForm > div.mw-parser-output > div:nth-child(33) > div.multipleTemplateList > div.multipleTemplateInstance.multipleTemplate > table > tbody > tr > td.instanceMain > table > tbody > tr:nth-child(n+1):nth-child(-n+8) > td > span > label:nth-child(2) { color: green; margin: 0px; margin-right: 5px; } #pfForm > div.mw-parser-output > div:nth-child(33) > div.multipleTemplateList > div.multipleTemplateInstance.multipleTemplate > table > tbody > tr > td.instanceMain > table > tbody > tr:nth-child(n+1):nth-child(-n+8) > td > span > label:nth-child(3) { color: orange; margin: 0px; margin-right: 5px; } #pfForm > div.mw-parser-output > div:nth-child(33) > div.multipleTemplateList > div.multipleTemplateInstance.multipleTemplate > table > tbody > tr > td.instanceMain > table > tbody > tr:nth-child(n+1):nth-child(-n+8) > td > span > label:nth-child(4) { color: red; margin: 0px; margin-right: 5px; } .low-risk { color: green; } .some-concerns { color: orange; } .high-risk { color: red; } #mw-content-text > div.mw-parser-output > p:nth-child(2) { display: none; } #mw-content-text > div.mw-parser-output > p:nth-child(4) { display: none; } #bodyContent > div.mw-body-subheader { display: none; }