From 06260351ba35f633159d562d0dd4b99245f8d7be Mon Sep 17 00:00:00 2001 From: deed Date: Thu, 6 Feb 2020 22:16:39 +0100 Subject: [PATCH 1/2] suppression du changement dans la balise img --- static_extra/bulma/sass/style.sass | 3 --- 1 file changed, 3 deletions(-) diff --git a/static_extra/bulma/sass/style.sass b/static_extra/bulma/sass/style.sass index 216dc6b..307167d 100644 --- a/static_extra/bulma/sass/style.sass +++ b/static_extra/bulma/sass/style.sass @@ -246,9 +246,6 @@ html.has-navbar-fixed-top, body.has-navbar-fixed-top .tile max-width: 160ch border-radius: 0rem - -.tile img - height: 24px .tile a:link, .tile a:visited text-decoration-style: dotted From 156aa8ed3aeab550d860b3c76c2df86137d7b8a8 Mon Sep 17 00:00:00 2001 From: deed Date: Mon, 17 Feb 2020 11:14:51 +0100 Subject: [PATCH 2/2] Update style.sass (ajout des tiles coins droites hors khanat) --- static_extra/bulma/sass/style.sass | 34 +++++++++++++++++++++++++++--- 1 file changed, 31 insertions(+), 3 deletions(-) diff --git a/static_extra/bulma/sass/style.sass b/static_extra/bulma/sass/style.sass index 307167d..9aae4d2 100644 --- a/static_extra/bulma/sass/style.sass +++ b/static_extra/bulma/sass/style.sass @@ -281,7 +281,7 @@ html.has-navbar-fixed-top, body.has-navbar-fixed-top width: 0rem display: block -//tile khanat +//tile coin droite .tile.is-info background-color: white color: $text-light @@ -289,10 +289,10 @@ html.has-navbar-fixed-top, body.has-navbar-fixed-top max-width: 80ch .tile.is-info .title, .tile.is-info a:link - color: $info + color: $link .tile.is-info a:visited - color: $blue + color: $primary .tile.is-info a:hover color: $link-hover @@ -308,6 +308,34 @@ html.has-navbar-fixed-top, body.has-navbar-fixed-top height: 0rem width: 0rem display: block + +//tile khanat +.tile.is-khanat + background-color: white + color: $text-light + padding: 1rem 1rem 1rem 1rem + max-width: 80ch + +.tile.is-khanat .title, .tile.is-khanat a:link + color: $info + +.tile.is-khanat a:visited + color: $blue + +.tile.is-khanat a:hover + color: $link-hover + +.tile.is-khanat:before + content: "" + position: absolute + right: 0rem + top: 0rem + border-color: transparent $background transparent transparent + border-style: solid + border-width: 0rem 1.5rem 1.5rem 0rem + height: 0rem + width: 0rem + display: block //tile 4 coins .tile.is-light