Module:Documentation/styles.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with ".ts-doc-sandbox .mbox-image { padding:.75em 0 .75em .75em; } .ts-doc-doc { clear: both; background-color: #eaf3ff; border: 1px solid #a3caff; margin-top: 1em; border-top-left-radius: 2px; border-top-right-radius: 2px; } .ts-doc-header { background-color: #c2dcff; padding: .642857em 1em .5em; border-top-left-radius: 2px; border-top-right-radius: 2px; } .ts-doc-header .ts-tlinks-tlinks { line-height: 24px; margin-left: 0; } .ts-doc-header .ts-tlinks-tlink...") |
(Remove colors) |
||
Line 5: | Line 5: | ||
.ts-doc-doc { | .ts-doc-doc { | ||
clear: both; | clear: both; | ||
margin-top: 1em; | margin-top: 1em; | ||
border-top-left-radius: 2px; | border-top-left-radius: 2px; | ||
Line 13: | Line 11: | ||
.ts-doc-header { | .ts-doc-header { | ||
padding: .642857em 1em .5em; | padding: .642857em 1em .5em; | ||
border-top-left-radius: 2px; | border-top-left-radius: 2px; | ||
Line 25: | Line 22: | ||
.ts-doc-header .ts-tlinks-tlinks a.external { | .ts-doc-header .ts-tlinks-tlinks a.external { | ||
} | } | ||
.ts-doc-header .ts-tlinks-tlinks a.external:visited { | .ts-doc-header .ts-tlinks-tlinks a.external:visited { | ||
} | } | ||
.ts-doc-header .ts-tlinks-tlinks a.external:active { | .ts-doc-header .ts-tlinks-tlinks a.external:active { | ||
} | } | ||
Line 70: | Line 64: | ||
.ts-doc-footer { | .ts-doc-footer { | ||
padding: .214286em 1em; | padding: .214286em 1em; | ||
margin-top: .214286em; | margin-top: .214286em; |
Latest revision as of 21:04, 31 October 2023
.ts-doc-sandbox .mbox-image {
padding:.75em 0 .75em .75em;
}
.ts-doc-doc {
clear: both;
margin-top: 1em;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.ts-doc-header {
padding: .642857em 1em .5em;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.ts-doc-header .ts-tlinks-tlinks {
line-height: 24px;
margin-left: 0;
}
.ts-doc-header .ts-tlinks-tlinks a.external {
}
.ts-doc-header .ts-tlinks-tlinks a.external:visited {
}
.ts-doc-header .ts-tlinks-tlinks a.external:active {
}
.ts-doc-content {
padding: .214286em 1em;
}
.ts-doc-content:after {
content: '';
clear: both;
display: block;
}
.ts-doc-heading {
display: inline-block;
padding-left: 30px;
background: center left/24px 24px no-repeat;
/* @noflip */
height: 24px;
line-height: 24px;
font-size: 13px;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
}
.ts-doc-content > *:first-child,
.ts-doc-footer > *:first-child {
margin-top: .5em;
}
.ts-doc-content > *:last-child,
.ts-doc-footer > *:last-child {
margin-bottom: .5em;
}
.ts-doc-footer {
padding: .214286em 1em;
margin-top: .214286em;
font-style: italic;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
@media all and (min-width: 720px) {
.ts-doc-header .ts-tlinks-tlinks {
float: right;
}
}