MediaWiki:Common.less/documentacao.less
Ir para navegação
Ir para pesquisar
// <pre>
/* ==================================
[[Predefinição:Documentação]]
================================== */
.documentation {
background: @white;
border: 1px solid @mystic;
box-shadow: @box-shadow;
pre,
code {
background-color: @black-haze;
}
}
.documentation-header {
color: @white;
background: @gray-chateau;
font-weight: bold;
padding: 1em 1.5em;
}
// this font-size cannot be placed on .documentation-header
// because it changes the padding em
.documentation-title {
font-size: 1.25em;
}
.documentation-subheader {
color: @white;
background: darken( @gray-chateau, 7% );
padding: .5em 1.5em;
&,
.documentation-links {
a,
a:visited,
a:active {
color: @mystic;
}
}
}
// this font-size cannot be placed on .documentation-subheader
// because it changes the padding em
.documentation-documentation,
.documentation-links {
font-size: .85em;
}
.documentation-content {
padding: 1em 1.5em;
}