Template:Breadcrumb/styles.css: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
ArrowHead294 (talk | contribs) mNo edit summary |
||
(36 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/** | |||
* Wrapper element (for basic styling and horizontal spacing) | |||
*/ | |||
.mw-content-subtitle2 | |||
{ | { | ||
width: auto; | |||
} | } | ||
body.skin- | body.skin-minerva .mw-content-subtitle2 | ||
{ | { | ||
margin | color: rgb(32, 33, 34); | ||
line-height: 1.65; | |||
margin: 10px 0 5px 0; | |||
} | } | ||
body.skin- | body.skin-monobook .mw-content-subtitle2 | ||
{ | { | ||
margin-top: -0. | color: #707070; | ||
font-size: 84%; | |||
line-height: 1.2em; | |||
margin-bottom: 1.4em; | |||
} | |||
body.skin-timeless .mw-content-subtitle2 | |||
{ | |||
color: #54595d; | |||
font-size: 84%; | |||
} | |||
body.skin-vector-legacy .mw-content-subtitle2 | |||
{ /* "Legacy" Vector skin */ | |||
color: #54595d; | |||
font-size: 84%; | |||
margin: 0 0 1.4em 1em; | |||
} | |||
body.skin-vector:not(.skin-vector-legacy) .mw-content-subtitle2 | |||
{ /* "New" Vector skin */ | |||
color: rgb(84, 89, 93); | |||
font-size: 100%; | |||
line-height: 1.4em; | |||
margin-bottom: 1.4em; | |||
padding: 0; | |||
} | |||
/** | |||
* Spacer element (for adjusting vertical alignment based on installed skins) | |||
*/ | |||
body.skin-minerva .breadcrumb-article | |||
{ | |||
margin-top: -0.1em; | |||
} | |||
body.skin-monobook .breadcrumb-article | |||
{ | |||
margin-top: -0.2em; | |||
} | |||
body.skin-timeless .breadcrumb-article | |||
{ | |||
margin-top: 0; | |||
} | |||
body.skin-vector-legacy .breadcrumb-article | |||
{ /* "Legacy" Vector skin */ | |||
margin-top: -0.95em; | |||
} | |||
body.skin-vector:not(.skin-vector-legacy) .breadcrumb-article | |||
{ /* "New" Vector skin */ | |||
margin-top: -0.45em; | |||
} | } |