Update styles.css

This commit is contained in:
Adrien Bourmault 2022-06-21 22:59:48 +00:00
parent ff13ef4f0e
commit 6250b98190
1 changed files with 12 additions and 17 deletions

View File

@ -125,14 +125,14 @@ header {
place-content: baseline center; place-content: baseline center;
} }
#chalec_site-titles { #chalec_site-title {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
place-content: baseline center; place-content: baseline center;
} }
#chalec_site-titles h2 { #chalec_site-title h2 {
font-weight: normal; font-weight: normal;
color: var(--chalec_red); color: var(--chalec_red);
font-size: 130%; font-size: 130%;
@ -168,7 +168,7 @@ footer {
background-size: auto; background-size: auto;
} }
#chalec_footer h1 { footer h1 {
font-size: 130%; font-size: 130%;
color: var(--chalec_yellow); color: var(--chalec_yellow);
font-weight: bold; font-weight: bold;
@ -176,20 +176,20 @@ footer {
margin-left: 0px; margin-left: 0px;
} }
#chalec_footer { footer {
color: var(--chalec_black);; color: var(--chalec_black);;
height: 100%; height: 100%;
} }
#chalec_footer a { footer a {
color: var(--chalec_blue); color: var(--chalec_blue);
} }
#chalec_footer a:hover { footer a:hover {
color: #fff; color: #fff;
} }
#chalec_footer b { footer b {
color: var(--chalec_red); color: var(--chalec_red);
} }
@ -221,12 +221,7 @@ aside#chalec_sidebar {
padding-left: 40px; padding-left: 40px;
} }
.chalec_latest-posts { .chalec_list-post-item a span {
color: var(--chalec_blue);
font-style: italic;
}
.chalec_list-post-title {
display: block; display: block;
padding: 15px; padding: 15px;
background-color: var(--chalec_blue); background-color: var(--chalec_blue);
@ -236,7 +231,7 @@ aside#chalec_sidebar {
margin: 10px 0px 0px 0px; margin: 10px 0px 0px 0px;
} }
.chalec_list-post-title a{ .chalec_list-post-item a span {
color: var(--chalec_white); color: var(--chalec_white);
} }
@ -245,7 +240,7 @@ aside#chalec_sidebar {
background-color: var(--chalec_white); background-color: var(--chalec_white);
} }
.chalec_list-post-metas { .chalec_list-post-item a .a-lec_list-post-metas {
display: block; display: block;
padding: 15px; padding: 15px;
background-color: #e0f0ff; background-color: #e0f0ff;
@ -255,7 +250,7 @@ aside#chalec_sidebar {
font-weight: bold; font-weight: bold;
} }
.chalec_list-post-info { .chalec_list-post-item a .a-lec_list-post-info {
display: block; display: block;
background-color: #e0f0ff; background-color: #e0f0ff;
font-size: 80%; font-size: 80%;
@ -557,7 +552,7 @@ Chalec images
======================================================================== ========================================================================
*/ */
h1,h2,h3,h4,h5,h6 { h1,h2,h3,h4,h5,h6 {
display: inline-block; display: block;
color: #000; color: #000;
font-weight: bold; font-weight: bold;
text-align: left; text-align: left;