Template:Main Page/styles.css: Difference between revisions
AZMindroma (talk | contribs) No edit summary Tag: Reverted |
AZMindroma (talk | contribs) Undo revision 2256 by AZMindroma (talk) Tags: Undo Reverted |
||
| Line 1: | Line 1: | ||
#mp-topbanner { | |||
position: relative; | |||
border: | box-sizing: border-box; | ||
min-width: 47em; | |||
border-color: #ddd; | |||
background-color: #f9f9f9; | |||
white-space: nowrap; | |||
} | } | ||
.mp-bordered, | |||
.mp-h2, | .mp-h2, | ||
body.skin-timeless .mp-h2 { /* Timeless needs a higher specificity */ | body.skin-timeless .mp-h2 { /* Timeless needs a higher specificity */ | ||
border: 1px | border-width: 1px; | ||
border-style: solid; | |||
} | } | ||
.mp- | #mp-topbanner, | ||
.mp-h2, | |||
#mp-left { | |||
color: #000; | |||
} | } | ||
#mp-welcomecount { | #mp-welcomecount { | ||
margin: 0.4em; | |||
width: 22em; | |||
text-align: center; | text-align: center; | ||
} | } | ||
| Line 29: | Line 30: | ||
font-size: 162%; | font-size: 162%; | ||
padding: 0.1em; | padding: 0.1em; | ||
} | } | ||
| Line 47: | Line 40: | ||
} | } | ||
# | #mp-portals { | ||
margin: | position: absolute; | ||
right: -1em; | |||
top: 50%; | |||
margin-top: -2.4em; | |||
width: 38%; | |||
min-width: 25em; | |||
font-size: 95%; | |||
} | } | ||
# | #mp-portals li { | ||
position: absolute; | |||
left: 0; | |||
top: 0; | |||
} | } | ||
# | #mp-portals .portal-hmid { | ||
left: 33%; | |||
} | |||
#mp-portals .portal-hright { | |||
left: 66%; | |||
} | |||
#mp-portals .portal-vmid { | |||
top: 1.6em; | |||
} | } | ||
# | #mp-portals .portal-vbot { | ||
top: 3.2em; | |||
} | } | ||
#mp- | #mp-portals li:last-child { | ||
font-weight: bold; | |||
} | } | ||
#mp-banner { | |||
margin-top: 4px; | |||
padding: 0.5em; | |||
background-color: #fffaf5; | |||
border-color: #f2e0ce; | |||
} | } | ||