Module:Documentation/styles.css: Difference between revisions

Content added Content deleted
(and resave as this)
(consistent styles for main and metadata boxes)
Line 1: Line 1:
.template-documentation {
.template-documentation,
.template-documentation-metadata {
clear: both;
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:
}
}


.template-documentation-metadata {
#documentation-meta-data {
margin: 0.2em 0;
background-color: #ecfcf4;
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%;