Template:Breadcrumb/styles.css: Difference between revisions
Jump to navigation
Jump to search
ArrowHead294 (talk | contribs) mNo edit summary |
ArrowHead294 (talk | contribs) mNo edit summary |
||
Line 3: | Line 3: | ||
font-size: 84%; | font-size: 84%; | ||
line-height: 1.2em; | line-height: 1.2em; | ||
color: var(--color-subtle, #54595d); | color: var(--color-subtle, #54595d); | ||
width: auto; | width: auto; | ||
} | |||
body:not(.skin-timeless) .mw-content-subtitle2 | |||
{ | |||
margin-left: 1em; | |||
} | } | ||
body.skin-minerva .breadcrumb-alt | body.skin-minerva .breadcrumb-alt | ||
{ | { | ||
margin-top: | margin-top: -1em; | ||
} | } | ||
body.skin-monobook .breadcrumb-alt | body.skin-monobook .breadcrumb-alt | ||
{ | { | ||
margin-top: - | margin-top: -2.55em; | ||
} | } | ||
body.skin-vector-legacy .breadcrumb-alt | body.skin-vector-legacy .breadcrumb-alt | ||
{ | { | ||
margin-top: - | margin-top: -2.2em; | ||
} | } | ||
body.skin-vector:not(.skin-vector-legacy) .breadcrumb-alt | body.skin-vector:not(.skin-vector-legacy) .breadcrumb-alt | ||
{ | { | ||
margin-top: - | margin-top: -1.95em; | ||
} | } |
Revision as of 11:28, 25 May 2025
.mw-content-subtitle2
{
font-size: 84%;
line-height: 1.2em;
color: var(--color-subtle, #54595d);
width: auto;
}
body:not(.skin-timeless) .mw-content-subtitle2
{
margin-left: 1em;
}
body.skin-minerva .breadcrumb-alt
{
margin-top: -1em;
}
body.skin-monobook .breadcrumb-alt
{
margin-top: -2.55em;
}
body.skin-vector-legacy .breadcrumb-alt
{
margin-top: -2.2em;
}
body.skin-vector:not(.skin-vector-legacy) .breadcrumb-alt
{
margin-top: -1.95em;
}