MediaWiki:Common.css: Difference between revisions
From Zezenia Online Wiki
No edit summary |
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 */ | ||
.zezenia-image-marker { | |||
position: absolute; | |||
background: rgba(0,0,0,0.6); | |||
border-radius: 4px; | |||
font-size: 15px; | |||
font-weight: bold; | |||
padding: 4px; | |||
color: #fff; | |||
} | |||
.zezenia-image-marker > a { | .zezenia-image-marker > a { | ||
color: #fff !important; | color: #fff !important; | ||
} | } |
Revision as of 22:02, 15 February 2021
/* CSS placed here will be applied to all skins */ .zezenia-image-marker { position: absolute; background: rgba(0,0,0,0.6); border-radius: 4px; font-size: 15px; font-weight: bold; padding: 4px; color: #fff; } .zezenia-image-marker > a { color: #fff !important; }