MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 26: | Line 26: | ||
background-color: #eecdf2; | background-color: #eecdf2; | ||
display: block; | display: block; | ||
margin-top: 0; | margin-top: 0; | ||
padding: | padding: 0.2em 0.4em; | ||
border-top: 1px solid #a2a9b1; | |||
border-bottom: 1px solid #a2a9b1; | |||
} | } | ||
.current-text-header:first-child { | .current-text-header:first-child { | ||
margin-top: 0; | margin-top: 0; | ||
border-top: 0px solid #a2a9b1; | |||
} | } | ||
| Line 49: | Line 51: | ||
background-color: #cef2e0; | background-color: #cef2e0; | ||
display: block; | display: block; | ||
margin-top: 0; | margin-top: 0; | ||
padding: 0.2em 0.4em; | |||
border-top: 1px solid #a2a9b1; | |||
border-bottom: 1px solid #a2a9b1; | |||
} | } | ||
.current-media-header:first-child { | .current-media-header:first-child { | ||
margin-top: 0; | margin-top: 0; | ||
border-top: 0px solid #a2a9b1; | |||
} | } | ||
| Line 171: | Line 176: | ||
padding-left: 2%; | padding-left: 2%; | ||
padding-right: 2%; | padding-right: 2%; | ||
padding-bottom: 2%; | padding-bottom: 2%; | ||
padding-top: 2%; | |||
max-width: 100%; | max-width: 100%; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
} | |||
.navbox { | |||
padding: 0 !important; | |||
} | } | ||