Module:Documentation/styles.css: Difference between revisions
Content deleted Content added
m Reverted edits by 2804:214:82E4:7943:D556:53DD:1F68:C96E (talk) to last version by Tacsipacsi |
Johnrdorazio (talk | contribs) m 1 revision imported |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1:
/* {{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%;
}
|