User:Bot Template Styles
This chronicler is a clockwork controlled by Virenerus(Contribs) |
Description
This bot collects less code from the Style namespace and compiles them hourly for use in the wiki. If any style page is invalid it is skipped. The following variables are provided:
@black: rgb(32, 33, 34);
@article-color: #f5f5dc;
@article-color-contrast: saturate(@article-color, 25%);
@background-color: rgb(87,22,13);
@menu-border-color-thick: #a9a9a9;
@menu-border-color-thin: #d3d3d3;
@menu-heading-background-color: #d2b48c;
@menu-background-hover-color: #f5deb3;
@subheading-color: #112a61;
@link-color: average(#3366cc, @subheading-color);
.mixin-hlist() {
margin: 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
column-gap: 1.2em;
> li {
display: block;
position: relative;
&+li::before {
content: "·";
position: absolute;
left: -.6em;
font-weight: bold;
color: @black;
transform: translateX(-50%);
}
}
}
.mixin-floating-box() {
background-color: @article-color;
box-shadow: 0 0 .3rem .1rem rgba(0,0,0,0.3);
border: 1px solid @menu-border-color-thick;
font-size: 0.9em;
color: @black;
}
.clearfix() {
&::after {
clear: both;
content: '';
display: block;
}
}
@full-width: ~"(min-width: 1000px)";
@min-small-width: ~"(min-width:720px)";
@min-tiny-width: ~"(min-width:480px)";
Status
This bot is a sub bot of VirenerusBot.
The code for this bot can be found here.
Bot Name | Status |
---|---|
Bot Template Styles | ERROR |