From 1105e75ebb57f007c487ba4fc9412872b35a6b64 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Thu, 23 Jun 2022 16:13:49 +0200 Subject: [PATCH] WIP: maj de GSL --- styles.css | 132 +++++++++++++++++++++++++++-------------------------- 1 file changed, 67 insertions(+), 65 deletions(-) diff --git a/styles.css b/styles.css index b3501a9..dd8ef6f 100644 --- a/styles.css +++ b/styles.css @@ -50,7 +50,7 @@ head { } style { - display:none; + display: none; } body { @@ -221,7 +221,13 @@ aside#chalec_sidebar { padding-left: 40px; } -.chalec_list-post-item a span { + +.chalec_list-post-item a:hover { + color: unset; + background-color: unset; +} + +.a-lec_list-post-title { display: block; padding: 15px; background-color: var(--chalec_blue); @@ -231,16 +237,10 @@ aside#chalec_sidebar { margin: 10px 0px 0px 0px; } -.chalec_list-post-item a span { - color: var(--chalec_white); -} +.chalec_list-post-title:hover{ -.chalec_list-post-title a:hover{ - color: var(--chalec_blue); - background-color: var(--chalec_white); -} -.chalec_list-post-item a .a-lec_list-post-metas { +.a-lec_list-post-metas { display: block; padding: 15px; background-color: #e0f0ff; @@ -402,7 +402,7 @@ abbr { .chalec_quote p::before, .chalec_simple-quote p::before { color: var(--chalec_blue); - content: "“"; + content: "“"; font-size: 3rem; margin-left: -30px; margin-bottom: -30px; @@ -412,7 +412,7 @@ abbr { .chalec_quote p::after, .chalec_simple-quote p::after { color: var(--chalec_blue); - content: "„"; + content: "„"; font-size: 3rem; margin-right: -30px; margin-top: -35px; @@ -506,86 +506,88 @@ a.chalec_file-link:hover { /* * Paragraphs */ -p.chalec_paragraph { +p.chalec_p { display: block; margin-top: 10px; margin-bottom: 10px; } -div.chalec_content-p1{ - display: block; -} - -div.chalec_content-p2{ - display: block; -} - -div.chalec_content-p3{ - display: block; -} - -div.chalec_content-p4{ - display: block; -} - -div.chalec_content-p5{ - display: block; -} - -div.chalec_content-p6{ +div.chalec_content { display: block; } /* Chalec images */ -.chalec_image_center { +.chalec_image { display: inline-block; vertical-align: middle; max-width: 100%; height: auto; } +.chalec_image-right { +} + +.chalec_image-center { +} + +.chalec_image-left { +} + /* ======================================================================== HEADINGS ======================================================================== */ -h1,h2,h3,h4,h5,h6 { + +.chalec_title, #chalec_site-name { display: block; color: #000; font-weight: bold; text-align: left; } - h1 { - font-size: 150%; - margin-top: 30px; - margin-bottom: 5px; - } - h2 { - font-size: 130%; - margin-top: 30px; - margin-bottom: 5px; - color: #454545; - } - h3 { - font-size: 110%; - margin-top: 30px; - margin-bottom: 5px; - color: #505050; - } - h4 { - font-size: 100%; - color: #606060; - } - h5 { - font-size: 100%; - color: #707070; - } - h6 { - font-size: 100%; - color: #808080; - } + +#chalec_site-name { + font-size: 150%; + margin-top: 30px; + margin-bottom: 5px; +} + +.chalec_title-1 { + font-size: 150%; + margin-top: 30px; + margin-bottom: 10px; +} + +.chalec_title-2 { + font-size: 130%; + margin-top: 30px; + margin-bottom: 15px; + color: #454545; +} + +.chalec_title-3 { + font-size: 110%; + margin-top: 30px; + margin-bottom: 15px; + color: #505050; +} + +.chalec_title-4 { + font-size: 100%; + color: #606060; +} + +.chalec_title-5 { + font-size: 100%; + color: #707070; +} + +.chalec_title-6 { + font-size: 100%; + color: #808080; +} /* ========================================================================