Module:Documentation/styles.css: Difference between revisions
Jump to navigation
Jump to search
Module:Documentation/styles.css (view source)
Revision as of 20:21, 19 November 2020
, 19 November 2020Changed protection level for "Module:Documentation/styles.css": actually match module ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))
mediawiki>Pppery m (Protected "Module:Documentation/styles.css": Matching protection level with Module:Documentation ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite))) |
en.wikipedia>Izno m (Changed protection level for "Module:Documentation/styles.css": actually match module ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))) |
||
/* {{pp|small=yes}} */
.documentation,
.documentation-metadata {
clear: both;
▲ background-color: #eaf3ff;
▲ border: 1px solid #a3caff;
margin-top: 1em;▼
}
.documentation {
padding:
}
.documentation-metadata {
margin: 0.2em 0; /* same margin left-right as .documentation */
margin-left: 0;▼
padding: 0.4em 1em; /* same padding left-right as .documentation */
}
.documentation-startbox {
}
}
.documentation-clear { /* Don't want things to stick out where they shouldn't. */
clear: both;
▲.ts-doc-heading {
▲ padding-left: 30px;
▲ font-size: 13px;
▲ font-weight: 600;
▲ border: 1px solid #a3caff;
▲ font-style: italic;
}
.documentation-toolbar {
font-style: normal;
font-size: 85%;
}
|