From 88a03db022670f7a3891cfd8a61ada594af1d7dd Mon Sep 17 00:00:00 2001 From: chankalan Date: Tue, 14 Sep 2021 12:22:35 +0200 Subject: [PATCH] ajout Antoine --- squelettes/scss/styles/_perso.scss | 55 ++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/squelettes/scss/styles/_perso.scss b/squelettes/scss/styles/_perso.scss index f426e40..45e12d9 100644 --- a/squelettes/scss/styles/_perso.scss +++ b/squelettes/scss/styles/_perso.scss @@ -985,6 +985,61 @@ a.spip_out { font-size: 0.6em; font-weight: 300; } + + +/* ajout du 14/09 */ +/* titres des chroniques en corps moins gras et gros */ +.chronique h3 { + font-weight: 400; + font-size: 1em; + line-height: 1.6em; + font-family: 'lato','sans-serif'; +} +/* uniformisation des liens */ +a.spip_out { + color: #2E5281; + border-bottom: 1px solid #FDC; +} +/* liens du footer */ +.page_footer p { + line-height: 1.8em; +} +.page_footer p a, .page_footer p a.spip_out { + border-bottom: none; +} +.page_footer a:hover,.page_footer p a:hover, .page_footer p a.spip_out:hover { + color: #00c4f5; +} +.sociaux .socicon:hover { + color: #00c4f5; +} + +/* pave dernière émission, calage des boutons à gauche */ +.derniere_emission .texte_content p.flex, .liste.emissions .texte_content p.flex { + margin: 1rem 0; + justify-content: start; +} +.derniere_emission .texte_content p.flex a, .liste.emissions .texte_content p.flex a{ + margin-right: 2rem; +} + +/* repositionnement photo de l'émission (IMCOMPLET:si possible un format carré) */ +.derniere_emission .photo, .liste.emissions .photo { + max-width: 250px; +} +.derniere_emission .photo .photoapril, .liste.emissions .photo .photoapril { + margin: 1em; +} +.derniere_emission .photo, .liste.emissions .photo { + background: inherit; +} +.derniere_emission .photo a, .liste.emissions .photo a { + color: #2E5281; + padding: 0; + margin-right: 1em; +} + + /* * fin */