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 |
||
(9 intermediate revisions by the same user not shown) | |||
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 5px 0; | |||
} | } | ||
Line 12: | Line 19: | ||
font-size: 84%; | font-size: 84%; | ||
line-height: 1.2em; | line-height: 1.2em; | ||
margin: | margin-bottom: 1.4em; | ||
} | } | ||
Line 19: | Line 26: | ||
color: #54595d; | color: #54595d; | ||
font-size: 84%; | font-size: 84%; | ||
} | |||
body.skin-vector-legacy .mw-content-subtitle2 | |||
{ /* "Legacy" Vector skin */ | |||
color: #54595d; | |||
font-size: 84%; | |||
margin: 0 0 1.4em 1em; | |||
} | } | ||
body.skin-vector:not(.skin-vector-legacy) .mw-content-subtitle2 | body.skin-vector:not(.skin-vector-legacy) .mw-content-subtitle2 | ||
{ | { /* "New" Vector skin */ | ||
color: rgb(84, 89, 93); | color: rgb(84, 89, 93); | ||
font-size: 100%; | font-size: 100%; | ||
line-height: 1.4em; | line-height: 1.4em; | ||
margin: | margin-bottom: 1.4em; | ||
padding: 0; | padding: 0; | ||
} | } | ||
Line 42: | Line 49: | ||
body.skin-minerva .breadcrumb-article | body.skin-minerva .breadcrumb-article | ||
{ | { | ||
margin: | margin-top: -0.1em; | ||
} | } | ||
Line 56: | Line 63: | ||
body.skin-vector-legacy .breadcrumb-article | body.skin-vector-legacy .breadcrumb-article | ||
{ | { /* "Legacy" Vector skin */ | ||
margin-top: -0. | margin-top: -0.95em; | ||
} | } | ||
body.skin-vector:not(.skin-vector-legacy) .breadcrumb-article | body.skin-vector:not(.skin-vector-legacy) .breadcrumb-article | ||
{ | { /* "New" Vector skin */ | ||
margin-top: -0. | margin-top: -0.45em; | ||
} | } |
Latest revision as of 09:43, 28 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 5px 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-legacy .mw-content-subtitle2
{ /* "Legacy" Vector skin */
color: #54595d;
font-size: 84%;
margin: 0 0 1.4em 1em;
}
body.skin-vector:not(.skin-vector-legacy) .mw-content-subtitle2
{ /* "New" Vector skin */
color: rgb(84, 89, 93);
font-size: 100%;
line-height: 1.4em;
margin-bottom: 1.4em;
padding: 0;
}
/**
* Spacer element (for adjusting vertical alignment based on installed skins)
*/
body.skin-minerva .breadcrumb-article
{
margin-top: -0.1em;
}
body.skin-monobook .breadcrumb-article
{
margin-top: -0.2em;
}
body.skin-timeless .breadcrumb-article
{
margin-top: 0;
}
body.skin-vector-legacy .breadcrumb-article
{ /* "Legacy" Vector skin */
margin-top: -0.95em;
}
body.skin-vector:not(.skin-vector-legacy) .breadcrumb-article
{ /* "New" Vector skin */
margin-top: -0.45em;
}