1,522
edits
Danesthesia (talk | contribs) No edit summary Tag: Manual revert |
Danesthesia (talk | contribs) No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.infobox { | .infobox { | ||
position: relative; | |||
background-color: #f8f9fa; | background-color: #f8f9fa; | ||
border-spacing: 3px; | border-spacing: 3px; | ||
| Line 36: | Line 37: | ||
} | } | ||
.infobox td { | .infobox td { | ||
} | |||
.infobox-text { | |||
position: absolute; /* Added */ | |||
top: 0; /* Added */ | |||
left: 0; /* Added */ | |||
width: 100%; /* Added */ | |||
text-align: center; /* Added */ | |||
font-weight: bold; /* Added */ | |||
padding: 0.5em; /* Added */ | |||
background-color: rgba(255, 255, 255, 0.8); /* Added */ | |||
} | } | ||