4,056
edits
No edit summary |
No edit summary Tag: Manual revert |
||
| (33 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
html, body { | |||
font-family: Helvetica Neue, sans-serif; | |||
} | |||
#mp-topbanner { | |||
border-width: 6px 0 6px 0; | |||
border-style: solid; | |||
border-color: #006400; | |||
text-align:center; | |||
margin-bottom: 2em; | |||
padding: 2em; | |||
} | |||
.highlighted { | |||
display: inline; | |||
box-shadow: inset 0 -0.5em 0 #d2f5a4; | |||
} | |||
.mp-card-title { | |||
font-size: 150%; | |||
font-weight: bold; | |||
border-bottom: 0; | |||
margin: 0 1em; | |||
} | |||
.mp-left-col { | |||
background: lightgoldenrodyellow; | |||
border-radius: 5px; | |||
} | |||
#mp-category-list { | |||
columns:3; text-align:center; list-style:none; | |||
} | |||
#mp-category-list li span { | |||
padding:0 1em; | |||
white-space: nowrap; | |||
} | |||
@media all and ( min-width: 720px ) { | @media all and ( min-width: 720px ) { | ||
| Line 13: | Line 54: | ||
flex: 45%; | flex: 45%; | ||
} | } | ||
} | } | ||