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