Maj gsl 0.1.6
This commit is contained in:
parent
d61448a813
commit
d0f6a871a0
40
styles.css
40
styles.css
|
@ -311,20 +311,20 @@ abbr {
|
||||||
/*
|
/*
|
||||||
* Lists
|
* Lists
|
||||||
*/
|
*/
|
||||||
.chalec_post-content li {
|
.chalec_content li {
|
||||||
padding: 3px 0;
|
padding: 3px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chalec_list-1 {
|
.chalec_li-1 {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chalec_list-2 {
|
.chalec_li-2 {
|
||||||
display: block;
|
display: block;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chalec_list-3 {
|
.chalec_li-3 {
|
||||||
display: block;
|
display: block;
|
||||||
margin-left: 40px;
|
margin-left: 40px;
|
||||||
}
|
}
|
||||||
|
@ -333,9 +333,9 @@ abbr {
|
||||||
counter-increment: step-counter;
|
counter-increment: step-counter;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chalec_list-ol .chalec_list-1::before,
|
.chalec_list-ol .chalec_li-1::before,
|
||||||
.chalec_list-ol .chalec_list-2::before,
|
.chalec_list-ol .chalec_li-2::before,
|
||||||
.chalec_list-ol .chalec_list-3::before {
|
.chalec_list-ol .chalec_li-3::before {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
content: counter(step-counter) ".";
|
content: counter(step-counter) ".";
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
|
@ -343,21 +343,21 @@ abbr {
|
||||||
list-style-type: upper-roman;
|
list-style-type: upper-roman;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chalec_list-ol .chalec_list-1::before {
|
.chalec_list-ol .chalec_li-1::before {
|
||||||
color: var(--chalec_red);
|
color: var(--chalec_red);
|
||||||
}
|
}
|
||||||
|
|
||||||
.chalec_list-ol .chalec_list-2::before {
|
.chalec_list-ol .chalec_li-2::before {
|
||||||
color: var(--chalec_blue);
|
color: var(--chalec_blue);
|
||||||
}
|
}
|
||||||
|
|
||||||
.chalec_list-ol .chalec_list-3::before {
|
.chalec_list-ol .chalec_li-3::before {
|
||||||
color: var(--chalec_yellow);
|
color: var(--chalec_yellow);
|
||||||
}
|
}
|
||||||
|
|
||||||
.chalec_list-ul .chalec_list-1::before,
|
.chalec_list-ul .chalec_li-1::before,
|
||||||
.chalec_list-ul .chalec_list-2::before,
|
.chalec_list-ul .chalec_li-2::before,
|
||||||
.chalec_list-ul .chalec_list-3::before {
|
.chalec_list-ul .chalec_li-3::before {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
content: "\2022";
|
content: "\2022";
|
||||||
width: 10px;
|
width: 10px;
|
||||||
|
@ -366,15 +366,15 @@ abbr {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chalec_list-ul .chalec_list-1::before {
|
.chalec_list-ul .chalec_li-1::before {
|
||||||
color: var(--chalec_red);
|
color: var(--chalec_red);
|
||||||
}
|
}
|
||||||
|
|
||||||
.chalec_list-ul .chalec_list-2::before {
|
.chalec_list-ul .chalec_li-2::before {
|
||||||
color: var(--chalec_blue);
|
color: var(--chalec_blue);
|
||||||
}
|
}
|
||||||
|
|
||||||
.chalec_list-ul .chalec_list-3::before {
|
.chalec_list-ul .chalec_li-3::before {
|
||||||
color: var(--chalec_yellow);
|
color: var(--chalec_yellow);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -627,10 +627,11 @@ Chalec images
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chalec_footer .chalec_paragraph{
|
#chalec_a-propos {
|
||||||
|
display: block;
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
border: 2px solid var(--chalec_yellow);
|
border: 2px solid var(--chalec_yellow);
|
||||||
border-top : unset;
|
border-top : unset;
|
||||||
border-left: unset;
|
border-left: unset;
|
||||||
border-right: unset;
|
border-right: unset;
|
||||||
|
@ -638,10 +639,11 @@ Chalec images
|
||||||
}
|
}
|
||||||
|
|
||||||
#chalec_footer h1 {
|
#chalec_footer h1 {
|
||||||
|
display: block;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
font-size: 115%;
|
font-size: 115%;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
margin-bottom: -20px;
|
margin-bottom: 0 px;
|
||||||
font-size: 120%
|
font-size: 120%
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue