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