Module:Documentation/styles.css
Jump to navigation
Jump to search
.documentation {
border: 1px solid #AAA;
padding: 0.8em 1em 0.7em;
margin-top: 1em;
clear: both;
}
.documentation-header-top,
.documentation-header-bottom {
padding: 0.8em 1em 0.7em;
background-color: #33333333;
}
.documentation-header-top {
margin: -0.8em -1em 0.8em;
border-bottom: inherit;
}
.documentation-header-bottom {
margin: 0.7em -1em -0.7em;
border-top: inherit;
clear: both;
}
.documentation-header-title {
font-weight: bold;
font-size: 130%;
margin-right: 1em;
line-height: 1;
}
.documentation-badDoc {
margin-bottom: 0.8em;
padding: 0.8em 1em 0.7em;
border: 1px solid #AAA;
}