WickedGov:Main Page/styles.css: Difference between revisions
+ |
expand |
||
(5 intermediate revisions by the same user not shown) | |||
Line 19: | Line 19: | ||
} | } | ||
/* Derived from enwikipedia */ | |||
#mp-welcome h1, | |||
#mp-column-container h2, | |||
#mp-welcome .mw-heading1, | |||
#mp-column-container .mw-heading2 { | |||
font-size: inherit; | |||
font-weight: inherit; | |||
font-family: inherit; | |||
display: inline; | |||
border: none; | |||
} | |||
/* "Welcome to WickedGov!" */ | /* "Welcome to WickedGov!" */ | ||
Line 56: | Line 67: | ||
} | } | ||
html.skin-theme-clientpref-night #mp-featurednews { | html.skin-theme-clientpref-night #mp-featurednews { | ||
background-color: # | background-color: #000033; | ||
} | } | ||
Line 88: | Line 99: | ||
} | } | ||
html.skin-theme-clientpref-os #mp-featurednews { | html.skin-theme-clientpref-os #mp-featurednews { | ||
background-color: # | background-color: #000033; | ||
} | } | ||
} | } | ||
Line 108: | Line 119: | ||
margin-top: 0.5em; | margin-top: 0.5em; | ||
margin-bottom: 0.5em; | margin-bottom: 0.5em; | ||
border: | border: none; | ||
background-color: transparent; | background-color: transparent; | ||
} | } | ||
Line 132: | Line 143: | ||
box-sizing: border-box; | box-sizing: border-box; | ||
padding: 0.25em 0.9em; | padding: 0.25em 0.9em; | ||
margin-top: 0.25em; | |||
} | } | ||
html.skin-theme-clientpref-night #mp-content { | html.skin-theme-clientpref-night #mp-content { | ||
Line 138: | Line 150: | ||
.mp-divider { | .mp-divider { | ||
display: block; | display: block; | ||
border: none; | |||
height: 1px; | |||
margin-top: 0.5em; | margin-top: 0.5em; | ||
margin-bottom: 0.5em; | margin-bottom: 0.5em; |