MediaWiki:Common.css: Difference between revisions
Widen sidebar for longer Reading labels |
Hardcode 15em sidebar width for CGM label |
||
| Line 83: | Line 83: | ||
* "Congressional Gold Medal" fit on one line. | * "Congressional Gold Medal" fit on one line. | ||
*/ | */ | ||
#mw-panel { | #mw-panel { | ||
width: | width: 15em !important; | ||
} | } | ||
.mw-body, | .mw-body, | ||
| Line 95: | Line 91: | ||
#mw-data-after-content, | #mw-data-after-content, | ||
.mw-footer { | .mw-footer { | ||
margin-left: | margin-left: 15em !important; | ||
} | } | ||
#p-personal ul { | #p-personal ul { | ||
padding-left: | padding-left: 15em !important; | ||
} | } | ||
@media screen and (min-width: 982px) { | @media screen and (min-width: 982px) { | ||
| Line 106: | Line 102: | ||
#mw-data-after-content, | #mw-data-after-content, | ||
.mw-footer { | .mw-footer { | ||
margin-left: | margin-left: 16em !important; | ||
} | |||
#p-personal ul { | |||
padding-left: 16em !important; | |||
} | } | ||
} | } | ||
| Line 113: | Line 112: | ||
#p-logo { | #p-logo { | ||
height: 160px !important; | height: 160px !important; | ||
width: | width: 15em !important; | ||
margin: 0 auto 0.6em auto; | margin: 0 auto 0.6em auto; | ||
} | } | ||