2018-03-02 18:33:43 +01:00
|
|
|
@import (once) "./colortheme-all.less";
|
|
|
|
|
|
|
|
|
|
.help_main (@color, @bg-color) {
|
|
|
|
|
.cp-help-container {
|
|
|
|
|
position: relative;
|
|
|
|
|
background-color: lighten(@bg-color, 15%);
|
|
|
|
|
&.cp-help-hidden {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cp-help-close {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 5px;
|
|
|
|
|
right: 5px;
|
|
|
|
|
}
|
|
|
|
|
.cp-help-text {
|
2018-05-23 14:24:18 +02:00
|
|
|
color: contrast(lighten(@bg-color, 15%), #fff, #000); //@color;
|
2018-03-02 18:33:43 +01:00
|
|
|
margin: 0;
|
|
|
|
|
padding: 15px;
|
2018-03-08 16:15:26 +01:00
|
|
|
a {
|
2018-03-09 12:12:47 +01:00
|
|
|
//color: darken(@colortheme_link-color, 30%);
|
2018-03-08 16:15:26 +01:00
|
|
|
@spin: spin(lighten(@bg-color, 15%), 180);
|
|
|
|
|
color: contrast(lighten(@bg-color, 15%), lighten(@spin, 10%), darken(@spin, 10%));
|
|
|
|
|
//color: darken(spin(lighten(@bg-color, 15%), 180), 10%);
|
|
|
|
|
}
|
2018-03-02 18:33:43 +01:00
|
|
|
h1 {
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
}
|
|
|
|
|
h2 {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
}
|
|
|
|
|
h3 {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
|
|
|
|
ul, ol, p { margin: 0; }
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|