Section articles
This commit is contained in:
parent
ca83a1256a
commit
48706172dc
35
styles.css
35
styles.css
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue