Template:Helpbox/styles.css: Difference between revisions
Jump to navigation
Jump to search
mp>Izno adjust |
m 1 revision imported |
(No difference)
|
Latest revision as of 19:59, 31 August 2021
/* {{pp|small=y}} */
.help-box {
width: auto;
max-width: 22em;
background: #f5faff;
line-height: 1.6em;
}
.help-box .sidebar-title {
background: #cee0f2;
font-size: 130%;
padding-left: 0.4em;
padding-right: 0.4em; /* gap before first heading/content */
display: block; /* FIXME Probably not needed */
margin-bottom: 6px;
}
.help-box .sidebar-heading {
background: #cee0f2;
padding: 0.1em 0.7em 0.15em;
}
.help-box .sidebar-content,
/* conservatively target subgroups since we're working with a metatemplate */
.help-box .sidebar-content-with-subgroup {
padding-top: 0.15em;
}