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 12: | Line 12: | ||
font-size: 100%; | font-size: 100%; | ||
color: rgb(84, 89, 93); | color: rgb(84, 89, 93); | ||
margin | margin: 0; | ||
padding: 0; | |||
} | } | ||
Revision as of 13:24, 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: 0;
padding: 0;
}
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;
}