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: | ||
{ | { | ||
width: auto; | width: auto; | ||
} | |||
body.skin-minerva .mw-content-subtitle2 | |||
{ | |||
color: rgb(32, 33, 34); | |||
line-height: 1.65; | |||
margin: 10px 0 10px 0; | |||
} | } | ||
Line 42: | Line 49: | ||
body.skin-minerva .breadcrumb-article | body.skin-minerva .breadcrumb-article | ||
{ | { | ||
margin: | margin: 0; | ||
} | } | ||
Revision as of 13:41, 25 May 2025
/**
* Wrapper element (for basic styling and horizontal spacing)
*/
.mw-content-subtitle2
{
width: auto;
}
body.skin-minerva .mw-content-subtitle2
{
color: rgb(32, 33, 34);
line-height: 1.65;
margin: 10px 0 10px 0;
}
body.skin-monobook .mw-content-subtitle2
{
color: #707070;
font-size: 84%;
line-height: 1.2em;
margin-bottom: 1.4em;
}
body.skin-timeless .mw-content-subtitle2
{
color: #54595d;
font-size: 84%;
}
body.skin-vector:not(.skin-vector-legacy) .mw-content-subtitle2
{
color: rgb(84, 89, 93);
font-size: 100%;
line-height: 1.4em;
margin-bottom: 1.4em;
padding: 0;
}
body.skin-vector-legacy .mw-content-subtitle2
{
color: #54595d;
font-size: 84%;
margin: 0 0 1.4em 1em;
}
/**
* Spacer element (for adjusting vertical alignment based on installed skins)
*/
body.skin-minerva .breadcrumb-article
{
margin: 0;
}
body.skin-monobook .breadcrumb-article
{
margin-top: -0.2em;
}
body.skin-timeless .breadcrumb-article
{
margin-top: 0;
}
body.skin-vector-legacy .breadcrumb-article
{
margin-top: -1em;
}
body.skin-vector:not(.skin-vector-legacy) .breadcrumb-article
{
margin-top: -0.5em;
}