Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: .mw-translate-page-info { display: none; }") |
|||
| Line 2: | Line 2: | ||
.mw-translate-page-info { | .mw-translate-page-info { | ||
display: none; | display: none; | ||
| + | } | ||
| + | |||
| + | .animation a img { | ||
| + | display: block; | ||
| + | max-width: 700px; | ||
| + | max-height: 700px; | ||
| + | height: auto; | ||
| + | width: auto; | ||
} | } | ||
Revision as of 07:07, 24 May 2017
/* CSS placed here will be applied to all skins */
.mw-translate-page-info {
display: none;
}
.animation a img {
display: block;
max-width: 700px;
max-height: 700px;
height: auto;
width: auto;
}