MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary Tags: Mobile edit Mobile web edit |
||
| Line 32: | Line 32: | ||
/* No gray background behind pictures! */ | /* No gray background behind pictures! */ | ||
.mw-parser-output figure[typeof='mw:File'] img | |||
{ | { | ||
background-color: transparent; | background-color: transparent; | ||
| Line 85: | Line 85: | ||
} | } | ||
.mw-parser-output | .mw-parser-output figure[typeof='mw:File/Thumb'] img, #content figure[typeof~='mw:File/Thumb'] > figcaption { | ||
background-color: transparent !important; | background-color: transparent !important; | ||
} | } | ||
| Line 117: | Line 117: | ||
float: none; | float: none; | ||
width: 100%; | width: 100%; | ||
margin: | margin: .6em auto; | ||
} | } | ||
} | } | ||