More actions
templatewiki>Rodejong Updating and/or correcting  |
m 1 revision imported: Import from Dev Miraheze  |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
.documentation | .documentation { | ||
background-color: var(--color-surface-1); | |||
border: | border: var(--border-base); | ||
border-radius: var(--border-radius-base); | |||
padding: 0.8em 1em 0.7em; | |||
margin-top: 1em; | |||
clear: both; | clear: both; | ||
} | |||
body.skin-theme-clientpref-night .documentation { | |||
background-color:var(--color-surface-1); | |||
border-color: var(--border-color-base); | |||
} | } | ||
.documentation { | .documentation-header-top, | ||
margin: 1em 0 0 0; | .documentation-header-bottom { | ||
padding: 0.8em 1em 0.7em; | |||
background-color:var(--color-surface-2); | |||
} | |||
body.skin-theme-clientpref-night .documentation-header-top, | |||
body.skin-theme-clientpref-night .documentation-header-bottom { | |||
background-color:var(--color-surface-2); | |||
} | |||
 | |||
.documentation-header-top { | |||
margin: -0.8em -1em 0.8em; | |||
border-bottom: inherit; | |||
} | |||
 | |||
.documentation-header-bottom { | |||
margin: 0.7em -1em -0.7em; | |||
border-top: inherit; | |||
clear: both; | |||
} | } | ||
.documentation- | .documentation #documentation-jump-to-code { | ||
   white-space: nowrap; | |||
   | |||
} | } | ||
.documentation- | .documentation #documentation-header-tools { | ||
  float: right; | |||
  margin-left: 2em; | |||
} | } | ||
.documentation- | .documentation-header-title { | ||
font-weight: bold; | font-weight: bold; | ||
font-size: | font-size: 130%; | ||
margin-right: 1em; | |||
line-height: 1; | |||
} | } | ||
.documentation- | .documentation-badDoc { | ||
background-color:var(--color-surface-1); | |||
} | |||
body.skin-theme-clientpref-night .documentation-badDoc { | |||
background-color:var(--color-surface-1); | |||
} | |||
 | |||
.documentation-badDoc .documentation-header-top, | |||
.documentation-badDoc .documentation-header-bottom { | |||
background-color:var(--color-surface-2); | |||
} | |||
body.skin-theme-clientpref-night .documentation-badDoc .documentation-header-top, | |||
body.skin-theme-clientpref-night .documentation-badDoc .documentation-header-bottom { | |||
background-color:var(--color-surface-2); | |||
} | } | ||
.documentation- | .documentation-noDoc { | ||
background-color:var(--color-surface-1); | |||
} | |||
body.skin-theme-clientpref-night .documentation-noDoc { | |||
background-color:var(--color-surface-1); | |||
} | } | ||
.documentation-noDoc .documentation-header-top, | |||
.documentation-noDoc .documentation-header-bottom { | |||
background-color:var(--color-surface-2); | |||
} | |||
body.skin-theme-clientpref-night .documentation-noDoc .documentation-header-top, | |||
body.skin-theme-clientpref-night .documentation-noDoc .documentation-header-bottom { | |||
background-color:var(--color-surface-2); | |||
} | } | ||
@media screen and ( | @media screen and (max-width: 480px) { | ||
   |    .documentation #documentation-header-tools { | ||
     float: none; | |||
     |     margin-left: 0; | ||
    display: block; | |||
   } |    } | ||
} | } | ||
 | /* | ||
/* [[Category:Template | [[Category:Template styles]] | ||
*/ |
Latest revision as of 15:13, 21 July 2025
.documentation {
background-color: var(--color-surface-1);
border: var(--border-base);
border-radius: var(--border-radius-base);
padding: 0.8em 1em 0.7em;
margin-top: 1em;
clear: both;
}
body.skin-theme-clientpref-night .documentation {
background-color:var(--color-surface-1);
border-color: var(--border-color-base);
}
.documentation-header-top,
.documentation-header-bottom {
padding: 0.8em 1em 0.7em;
background-color:var(--color-surface-2);
}
body.skin-theme-clientpref-night .documentation-header-top,
body.skin-theme-clientpref-night .documentation-header-bottom {
background-color:var(--color-surface-2);
}
.documentation-header-top {
margin: -0.8em -1em 0.8em;
border-bottom: inherit;
}
.documentation-header-bottom {
margin: 0.7em -1em -0.7em;
border-top: inherit;
clear: both;
}
.documentation #documentation-jump-to-code {
white-space: nowrap;
}
.documentation #documentation-header-tools {
float: right;
margin-left: 2em;
}
.documentation-header-title {
font-weight: bold;
font-size: 130%;
margin-right: 1em;
line-height: 1;
}
.documentation-badDoc {
background-color:var(--color-surface-1);
}
body.skin-theme-clientpref-night .documentation-badDoc {
background-color:var(--color-surface-1);
}
.documentation-badDoc .documentation-header-top,
.documentation-badDoc .documentation-header-bottom {
background-color:var(--color-surface-2);
}
body.skin-theme-clientpref-night .documentation-badDoc .documentation-header-top,
body.skin-theme-clientpref-night .documentation-badDoc .documentation-header-bottom {
background-color:var(--color-surface-2);
}
.documentation-noDoc {
background-color:var(--color-surface-1);
}
body.skin-theme-clientpref-night .documentation-noDoc {
background-color:var(--color-surface-1);
}
.documentation-noDoc .documentation-header-top,
.documentation-noDoc .documentation-header-bottom {
background-color:var(--color-surface-2);
}
body.skin-theme-clientpref-night .documentation-noDoc .documentation-header-top,
body.skin-theme-clientpref-night .documentation-noDoc .documentation-header-bottom {
background-color:var(--color-surface-2);
}
@media screen and (max-width: 480px) {
.documentation #documentation-header-tools {
float: none;
margin-left: 0;
display: block;
}
}
/*
[[Category:Template styles]]
*/