Module:Documentation/styles.css: Difference between revisions

From TwentyOneWiki
Jump to navigation Jump to search
m (1 revision imported)
m (1 revision imported)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
.ts-doc-sandbox .mbox-image {
/* {{pp|small=yes}} */
padding:.75em 0 .75em .75em;
.documentation,
}
.documentation-metadata {
border: 1px solid #a2a9b1;
.ts-doc-doc {
background-color: #ecfcf4;
clear: both;
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 {
.documentation {
background-color: #c2dcff;
margin: 1em 0 0 0;
padding: .642857em 1em .5em;
padding: 1em;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
}


.ts-doc-heading {
.documentation-metadata {
display: inline-block;
margin: 0.2em 0; /* same margin left-right as .documentation */
padding-left: 30px;
    font-style: italic;
background: center left / 24px 24px no-repeat;
    padding: 0.4em 1em; /* same padding left-right as .documentation */
/* @noflip */
background-image: url( //upload.wikimedia.org/wikipedia/commons/f/fb/OOjs_UI_icon_puzzle-ltr.svg );
height: 24px;
line-height: 24px;
font-size: 13px;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
}
}


.ts-doc-header .ts-tlinks-tlinks {
.documentation-startbox {
line-height: 24px;
padding-bottom: 3px;
margin-left: 0;
border-bottom: 1px solid #aaa;
margin-bottom: 1ex;
}
}


.ts-doc-header .ts-tlinks-tlinks a.external {
.documentation-heading {
color: #0645ad;
font-weight: bold;
font-size: 125%;
}
}


.ts-doc-header .ts-tlinks-tlinks a.external:visited {
.documentation-clear { /* Don't want things to stick out where they shouldn't. */
color: #0b0080;
}
 
.ts-doc-header .ts-tlinks-tlinks a.external:active {
color: #faa700;
}
 
.ts-doc-content {
padding: .214286em 1em;
}
 
.ts-doc-content:after {
content: '';
clear: both;
clear: both;
display: block;
}
.ts-doc-content > :first-child {
margin-top: .5em;
}
}


.ts-doc-content > :last-child {
.documentation-toolbar {
margin-bottom: .5em;
font-style: normal;
font-size: 85%;
}
}


.ts-doc-footer {
html.skin-theme-clientpref-night .documentation,
background-color: #eaf3ff;
html.skin-theme-clientpref-night .documentation-metadata {
border: 1px solid #a3caff;
    background-color: #0b1e1c;
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) {  
@media (prefers-color-scheme: dark) {
.ts-doc-header .ts-tlinks-tlinks {
    html.skin-theme-clientpref-os .documentation,
float: right;
    html.skin-theme-clientpref-os .documentation-metadata {
}
        background-color: #0b1e1c;
    }
}
}

Latest revision as of 01:08, 2 July 2024

/* {{pp|small=yes}} */
.documentation,
.documentation-metadata {
	border: 1px solid #a2a9b1;
	background-color: #ecfcf4;
	clear: both;
}

.documentation {
	margin: 1em 0 0 0;
	padding: 1em;
}

.documentation-metadata {
	margin: 0.2em 0; /* same margin left-right as .documentation */
    font-style: italic;
    padding: 0.4em 1em; /* same padding left-right as .documentation */
}

.documentation-startbox {
	padding-bottom: 3px;
	border-bottom: 1px solid #aaa;
	margin-bottom: 1ex;
}

.documentation-heading {
	font-weight: bold;
	font-size: 125%;
}

.documentation-clear { /* Don't want things to stick out where they shouldn't. */
	clear: both;
}

.documentation-toolbar {
	font-style: normal;
	font-size: 85%;
}

html.skin-theme-clientpref-night .documentation,
html.skin-theme-clientpref-night .documentation-metadata {
    background-color: #0b1e1c;
}

@media (prefers-color-scheme: dark) {
    html.skin-theme-clientpref-os .documentation,
    html.skin-theme-clientpref-os .documentation-metadata {
        background-color: #0b1e1c;
    }
}