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