Modul:Sidebar/styles.css: Unterschied zwischen den Versionen
(rest of normal sidebar) |
(add in the dumb navF styles so we can maybe remove them at some point for mw-collapsible) |
||
Zeile 91: | Zeile 91: | ||
font-size: 115%; | font-size: 115%; | ||
} | } | ||
.sidebar-collapse .sidebar-above, | |||
.sidebar-collapse .sidebar-below { | |||
border-top: 1px solid #aaa; | |||
border-bottom: 1px solid #aaa; | |||
} | |||
.sidebar-collapse .sidebar-navbar { | |||
padding-top: 0.6em; | |||
} | |||
.sidebar-collapse .NavFrame { | |||
margin: 0; | |||
font-size: 95%; | |||
border: none; /* temporary */ | |||
padding: 0; /* temporary */ | |||
} | |||
.sidebar-collapse .NavHead { | |||
line-height: 1.6em; | |||
font-weight: bold; | |||
position: relative; | |||
font-size: 105%; | |||
background: transparent; /* temporary */ | |||
text-align: left; | |||
} | |||
.sidebar-collapse .NavFrame p, | |||
.sidebar-collapse .NavContent p { | |||
font-size: 100%; | |||
} | |||
.sidebar-collapse div.NavContent { | |||
font-size: 105%; | |||
padding: 0.2em 0.4em; | |||
} | |||
.sidebar-collapse .NavFrame + .NavFrame { | |||
border-top-style: hidden; /* not sure if this should be hidden or none based on MDN; common.css has both (why) */ | |||
} | |||
/*Pretty sure I don't really want this; need to see how mw-collapsible reacts */ | |||
.sidebar-collapse a.NavToggle { | |||
position: absolute; | |||
top: 0; | |||
/* @noflip */ | |||
right: 3px; | |||
font-weight: normal; | |||
font-size: 90%; | |||
} | |||
/* Styling for JQuery makeCollapsible, matching that of collapseButton | |||
.mw-parser-output .mw-collapsible-toggle { | |||
font-weight: normal; | |||
/* @noflip | |||
text-align: right; | |||
padding-right: 0.2em; | |||
padding-left: 0.2em; | |||
} | |||
.mw-collapsible-leftside-toggle .mw-collapsible-toggle { | |||
/* @noflip | |||
float: left; | |||
/* @noflip | |||
text-align: left; | |||
} | |||
*/ |
Version vom 30. Dezember 2020, 10:38 Uhr
.vertical-navbox {
width: 22em;
float: right;
clear: right;
margin: 0 0 1em 1em;
background: #f8f9fa;
border: 1px solid #aaa;
padding: 0.2em;
border-spacing: 0.4em 0;
text-align: center;
line-height: 1.4em;
font-size: 88%;
}
.vertical-navbox-subgroup {
width: 100%;
margin: 0;
border-spacing: 0;
}
.sidebar-left {
float: left;
clear: left;
margin: 0 1em 1em 0;
}
.sidebar-none {
float: none;
clear: both;
margin: 0 1em 1em 0;
}
.vertical-navbox > caption {
padding-bottom: 0.2em;
font-size: 125%;
line-height: 1.2em;
font-weight: bold;
}
.sidebar-top-image {
padding: 0.4em 0;
}
.sidebar-top-caption,
.sidebar-pretitle-with-top-image,
.sidebar-caption {
padding-top: 0.2em;
line-height: 1.2em;
}
.sidebar-pretitle {
padding-top: 0.4em;
line-height: 1.2em;
}
.sidebar-title,
.sidebar-title-with-pretitle {
padding: 0.2em 0.4em;
font-size: 145%;
line-height: 1.2em;
}
.sidebar-title-with-pretitle {
padding-top: 0;
}
.sidebar-image {
padding: 0.2em 0 0.4em;
}
.sidebar-heading {
padding: 0.1em;
}
.sidebar-content {
padding: 0 0.1em 0.4em;
}
.sidebar-content-with-subgroup {
padding: 0.1em 0 0.2em;
}
.sidebar-above,
.sidebar-below {
padding: 0.3em 0.4em;
font-weight: bold;
}
.sidebar-navbar {
text-align: right;
font-size: 115%;
}
.sidebar-collapse .sidebar-above,
.sidebar-collapse .sidebar-below {
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
}
.sidebar-collapse .sidebar-navbar {
padding-top: 0.6em;
}
.sidebar-collapse .NavFrame {
margin: 0;
font-size: 95%;
border: none; /* temporary */
padding: 0; /* temporary */
}
.sidebar-collapse .NavHead {
line-height: 1.6em;
font-weight: bold;
position: relative;
font-size: 105%;
background: transparent; /* temporary */
text-align: left;
}
.sidebar-collapse .NavFrame p,
.sidebar-collapse .NavContent p {
font-size: 100%;
}
.sidebar-collapse div.NavContent {
font-size: 105%;
padding: 0.2em 0.4em;
}
.sidebar-collapse .NavFrame + .NavFrame {
border-top-style: hidden; /* not sure if this should be hidden or none based on MDN; common.css has both (why) */
}
/*Pretty sure I don't really want this; need to see how mw-collapsible reacts */
.sidebar-collapse a.NavToggle {
position: absolute;
top: 0;
/* @noflip */
right: 3px;
font-weight: normal;
font-size: 90%;
}
/* Styling for JQuery makeCollapsible, matching that of collapseButton
.mw-parser-output .mw-collapsible-toggle {
font-weight: normal;
/* @noflip
text-align: right;
padding-right: 0.2em;
padding-left: 0.2em;
}
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
/* @noflip
float: left;
/* @noflip
text-align: left;
}
*/