Section articles

This commit is contained in:
Adrien Bourmault 2022-04-06 23:57:28 +02:00
parent ca83a1256a
commit 48706172dc
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
1 changed files with 35 additions and 0 deletions

View File

@ -187,6 +187,40 @@ div#a-lec_infos {
margin: 0 0 5px 25px;
}
/*
========================================================================
SIDEBAR
========================================================================
*/
.a-lec_list-post-title {
display: block;
padding: 15px;
background-color: var(--a-lec_blue);
color: #fff;
font-weight: bold;
padding: 10px;
margin: 10px 0px 0px 0px;
}
.a-lec_list-post-metas {
display: block;
padding: 15px;
background-color: var(--a-lec_yellow);
color: #fff;
font-size: 80%;
padding: 10px;
font-weight: bold;
}
.a-lec_list-post-info {
display: block;
color: var(--a-lec_black);
font-weight: normal;
}
/*
========================================================================
ARTICLE
@ -489,3 +523,4 @@ h1,h2,h3,h4,h5,h6 {
font-size: 105%;
margin-left: 75px;
}