/* Only for [[Template:Documentation]] */
/* [[Category:在模板命名空间下的CSS页面]] */
.template-documentation {
padding: 1em;
border: 1px solid #aaa;
background: aliceblue;
border-color: #aaa;
color: #000;
}
.template-documentation-header {
padding-bottom:3px;
border-bottom: 1px solid #aaa;
margin-bottom:1ex;
border-bottom-color: #aaa;
}
#template_doc_page_transcluded {
font-size: 84%;
color: #666;
}
html.skin-theme-clientpref-night .template-documentation,
html.dark .template-documentation {
background: #1a2332;
border-color: #444;
color: #e0e0e0;
}
html.skin-theme-clientpref-night .template-documentation-header,
html.dark .template-documentation-header {
border-bottom-color: #444;
}
html.skin-theme-clientpref-night #template_doc_page_transcluded,
html.dark #template_doc_page_transcluded {
color: #b0b0b0;
}