Module:Documentation/styles.css and Template:Glossary: Difference between pages

From Frontierpedia, the Microsoft Agent encyclopedia
(Difference between pages)
en>Izno
(add these styles)
 
en>Dinoguy1000
(add {{glossend}} in the <noinclude/> tag to prevent the doc box from being indented)
 
Line 1: Line 1:
.template-documentation {
<dl class="glossary" {{#if:{{{style|}}}|style="{{{style}}}"|}} {{#if:{{{id|}}}|id="{{{id}}}"|}}><noinclude>{{glossend}}
clear: both;
<!--Categories and interwikis go on the /doc page.-->
margin: 1em 0 0 0;
{{Documentation}}
border: 1px solid #a2a9b1;
</noinclude>
background-color: #ecfcf4;
padding: 1em;
}
 
.template-documentation-startbox {
padding-bottom: 3px;
border-bottom: 1px solid #aaa;
margin-bottom: 1ex;
}
 
.template-documentation-startbox .template-heading {
font-weight: bold;
font-size: 125%;
}
 
.template-documentation-startbox .other-heading {
font-size: 150%;
}
 
/*
So right or left floating items don't stick out of the doc box.
*/
.template-documentation-sandbox-start,
.template-documentation-end {
clear: both;
}
 
#documentation-meta-data {
background-color: #ecfcf4;
}
 
#documentation-meta-data .mbox-text {
font-style: italic;
}
 
#documentation-meta-data .mbox-text .template-documentation-toolbar-link {
font-style: normal;
font-size: 85%;
}

Revision as of 22:02, 22 December 2012

Template:Glossend