Template:Breadcrumb/styles.css: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
ArrowHead294 (talk | contribs) mNo edit summary |
||
(23 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
.mw-content-subtitle2 | .mw-content-subtitle2 | ||
{ | { | ||
width: auto; | |||
} | |||
body.skin-minerva .mw-content-subtitle2 | |||
{ | |||
color: rgb(32, 33, 34); | |||
line-height: 1.65; | |||
margin: 10px 0 5px 0; | |||
} | |||
body.skin-monobook .mw-content-subtitle2 | |||
{ | |||
color: #707070; | |||
font-size: 84%; | font-size: 84%; | ||
line-height: 1.2em; | line-height: 1.2em; | ||
margin-bottom: 1.4em; | |||
} | } | ||
body.skin- | body.skin-timeless .mw-content-subtitle2 | ||
{ | { | ||
color: #54595d; | |||
font-size: 84%; | |||
} | } | ||
body.skin-vector-legacy .mw-content-subtitle2 | body.skin-vector-legacy .mw-content-subtitle2 | ||
{ | { /* "Legacy" Vector skin */ | ||
color: #54595d; | color: #54595d; | ||
font-size: 84%; | font-size: 84%; | ||
margin- | 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; | |||
} | } | ||
Line 28: | Line 49: | ||
body.skin-minerva .breadcrumb-article | body.skin-minerva .breadcrumb-article | ||
{ | { | ||
margin-top: -1em; | margin-top: -0.1em; | ||
} | } | ||
body.skin-monobook .breadcrumb-article | body.skin-monobook .breadcrumb-article | ||
{ | { | ||
margin-top: - | margin-top: -0.2em; | ||
} | } | ||
body.skin-timeless .breadcrumb-article | body.skin-timeless .breadcrumb-article | ||
{ | { | ||
margin-top: 0 | margin-top: 0; | ||
} | } | ||
body.skin-vector-legacy .breadcrumb-article | body.skin-vector-legacy .breadcrumb-article | ||
{ | { /* "Legacy" Vector skin */ | ||
margin-top: -0. | margin-top: -0.95em; | ||
} | } | ||
body.skin-vector:not(.skin-vector-legacy) .breadcrumb-article | body.skin-vector:not(.skin-vector-legacy) .breadcrumb-article | ||
{ | { /* "New" Vector skin */ | ||
margin-top: -0. | margin-top: -0.45em; | ||
} | } |