MediaWiki:Common.css: Difference between revisions
No edit summary |
mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 136: | Line 136: | ||
.mw-parser-output | .mw-parser-output | ||
> figure[typeof^="mw:File"] | > figure[typeof^="mw:File"] | ||
img , #file img { | img , html.skin-theme-clientpref-night #file img { | ||
background-color: inherit; | background-color: inherit; | ||
} | } | ||
} | } | ||
/* Forms blackout */ | |||
.multipleTemplateInstance { | |||
background-color:#000 | |||
} | |||
/************************** | |||
* [[Template:Blank Cell]] * | |||
**************************/ | |||
th .blankCell, | |||
td .blankCell { | |||
display: flex; | |||
cursor: not-allowed; | |||
text-align: center; | |||
} | |||
th .blankCell:after, | |||
td .blankCell:after { | |||
content: "∅"; | |||
flex: 1; | |||
align-self: center; | |||
} | |||
/* END Template:Blank Cell*/ |