MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary Tags: Mobile edit Mobile web edit |
No edit summary |
||
Line 21: | Line 21: | ||
.mw-logo-icon { | .mw-logo-icon { | ||
} | } | ||
Line 94: | Line 88: | ||
padding: 0.5em 0.5em 0.5em 0.5em; | padding: 0.5em 0.5em 0.5em 0.5em; | ||
margin: 1em 0.5em 1em 0.5em; | margin: 1em 0.5em 1em 0.5em; | ||
} | |||
/* Image Gallery */ | |||
.gallery-container { | |||
margin: 5px; | |||
border: 1px solid #ccc; | |||
float: left; | |||
width: 180px; | |||
} | |||
.gallery-container:hover { | |||
border: 1px solid #777; | |||
} | |||
.gallery-image { | |||
width: 100%; | |||
height: auto; | |||
} | |||
.gallery-caption { | |||
padding: 15px; | |||
text-align: center; | |||
} | } | ||