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 2: | Line 2: | ||
* Wrapper element (for basic styling and horizontal spacing) | * Wrapper element (for basic styling and horizontal spacing) | ||
*/ | */ | ||
.mw-content-subtitle2 | |||
{ | { | ||
font-size: 84%; | font-size: 84%; | ||
line-height: 1.2em; | line-height: 1.2em; | ||
width: auto; | width: auto; | ||
} | } | ||
Line 13: | Line 12: | ||
{ | { | ||
font-size: 100%; | font-size: 100%; | ||
color: rgb(84, 89, 93); | |||
} | } | ||
Line 18: | Line 18: | ||
body.skin-vector-legacy .mw-content-subtitle2 | body.skin-vector-legacy .mw-content-subtitle2 | ||
{ | { | ||
color: #54595d; | |||
font-size: 84%; | |||
margin-left: 1em; | margin-left: 1em; | ||
} | } |
Revision as of 13:13, 25 May 2025
/**
* Wrapper element (for basic styling and horizontal spacing)
*/
.mw-content-subtitle2
{
font-size: 84%;
line-height: 1.2em;
width: auto;
}
body.skin-vector:not(.skin-vector-legacy) .mw-content-subtitle2
{
font-size: 100%;
color: rgb(84, 89, 93);
}
body:not(.skin-timeless):not(.skin-vector) .mw-content-subtitle2,
body.skin-vector-legacy .mw-content-subtitle2
{
color: #54595d;
font-size: 84%;
margin-left: 1em;
}
/**
* Spacer element (for adjusting vertical alignment based on installed skins)
*/
body.skin-minerva .breadcrumb-article
{
margin-top: -1em;
}
body.skin-monobook .breadcrumb-article
{
margin-top: -2.55em;
}
body.skin-timeless .breadcrumb-article
{
margin-top: 0.15em;
}
body.skin-vector-legacy .breadcrumb-article
{
margin-top: -0.8em;
}
body.skin-vector:not(.skin-vector-legacy) .breadcrumb-article
{
margin-top: -0.4em;
}