Module:Documentation/styles.css: Difference between revisions

consistent styles for main and metadata boxes
en>Izno
(and resave as this)
en>Izno
(consistent styles for main and metadata boxes)
Line 1: Line 1:
.template-documentation {
.template-documentation,
clear: both;
.template-documentation-metadata {
margin: 1em 0 0 0;
border: 1px solid #a2a9b1;
border: 1px solid #a2a9b1;
background-color: #ecfcf4;
background-color: #ecfcf4;
padding: 1em;
padding: 1em;
clear: both;
}
.template-documentation {
margin: 1em 0 0 0;
}
}


Line 13: Line 17:
}
}


.template-documentation-startbox .template-heading {
.template-documentation-heading {
font-weight: bold;
font-weight: bold;
font-size: 125%;
font-size: 125%;
}
}


.template-documentation-startbox .other-heading {
.template-documentation-other-heading {
font-size: 150%;
font-size: 150%;
}
}
Line 28: Line 32:
}
}


#documentation-meta-data {
.template-documentation-metadata {
background-color: #ecfcf4;
margin: 0.2em 0;
}
    font-style: italic;
 
#documentation-meta-data .mbox-text {
font-style: italic;
}
}


#documentation-meta-data .mbox-text .template-documentation-toolbar-link {
.template-documentation-toolbar {
font-style: normal;
font-style: normal;
font-size: 85%;
font-size: 85%;
}
}
Anonymous user