Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
| serveurs:sinp-paca:cms-theme [2020/07/07 14:44] – [CSS additionnel] jpmilcent | serveurs:sinp-paca:cms-theme [2022/03/27 12:29] (Version actuelle) – [CSS additionnel] jpmilcent | ||
|---|---|---|---|
| Ligne 20: | Ligne 20: | ||
| * pour " | * pour " | ||
| * Pour "//CSS aditionnel//", | * Pour "//CSS aditionnel//", | ||
| + | * Dans le menu "// | ||
| + | * " | ||
| + | ==== Modification du theme Understrap ==== | ||
| + | * Sur // | ||
| + | * Se rendre dans le dossier /// | ||
| + | * Éditer le fichier // | ||
| + | * Commenter : <code css> | ||
| ===== CSS additionnel ===== | ===== CSS additionnel ===== | ||
| Afin d' | Afin d' | ||
| Ligne 35: | Ligne 42: | ||
| # | # | ||
| background-color: | background-color: | ||
| + | width: 100%; | ||
| } | } | ||
| # | # | ||
| Ligne 46: | Ligne 54: | ||
| background-color: | background-color: | ||
| color: #97BF0D !important; | color: #97BF0D !important; | ||
| + | } | ||
| + | # | ||
| + | margin-left: | ||
| } | } | ||
| # | # | ||
| Ligne 89: | Ligne 100: | ||
| } | } | ||
| - | @media (min-width: 576px) { | + | # |
| - | # | + | background-position: |
| - | background-position: | + | background-size: |
| - | background-size: | + | |
| background-repeat: | background-repeat: | ||
| - | background-image: | + | background-image: |
| + | } | ||
| + | |||
| + | @media (min-width: 576px ) { | ||
| + | # | ||
| + | background-position: | ||
| + | background-size: | ||
| + | background-repeat: | ||
| + | background-image: | ||
| + | } | ||
| + | } | ||
| + | |||
| + | @media (max-width: 767.98px) { | ||
| + | # | ||
| + | background-size: | ||
| + | background-image: | ||
| + | height: 91px; | ||
| + | background-repeat: | ||
| + | background-position: | ||
| + | } | ||
| + | |||
| + | # | ||
| + | display: none; | ||
| } | } | ||
| } | } | ||
| Ligne 100: | Ligne 132: | ||
| @media (min-width: 768px) { | @media (min-width: 768px) { | ||
| # | # | ||
| - | background-size: | + | background-position: |
| + | background-size: | ||
| + | background-image: | ||
| + | |||
| -webkit-flex-wrap: | -webkit-flex-wrap: | ||
| -ms-flex-wrap: | -ms-flex-wrap: | ||
| Ligne 114: | Ligne 149: | ||
| # | # | ||
| font-size: | font-size: | ||
| + | } | ||
| + | |||
| + | # | ||
| + | background-size: | ||
| + | background-image: | ||
| + | height: 91px; | ||
| + | background-repeat: | ||
| + | background-position: | ||
| + | } | ||
| + | |||
| + | # | ||
| + | display: none; | ||
| } | } | ||
| } | } | ||
| Ligne 136: | Ligne 183: | ||
| background-color: | background-color: | ||
| } | } | ||
| + | |||
| + | /* Silene Expert et Nature */ | ||
| + | .img-silene-nature img:hover { | ||
| + | background-color: | ||
| + | border-color: | ||
| + | } | ||
| + | .btn-silene-nature { | ||
| + | background-color: | ||
| + | border-color: | ||
| + | font-weight: | ||
| + | } | ||
| + | .btn-silene-nature: | ||
| + | color: #97BF0D; | ||
| + | background-color: | ||
| + | border-color: | ||
| + | } | ||
| + | .img-silene-expert img:hover { | ||
| + | background-color: | ||
| + | border-color: | ||
| + | } | ||
| + | .btn-silene-expert { | ||
| + | background-color: | ||
| + | border-color: | ||
| + | font-weight: | ||
| + | } | ||
| + | .btn-silene-expert: | ||
| + | color: #A10D59; | ||
| + | background-color: | ||
| + | border-color: | ||
| + | } | ||
| + | |||
| /* Gallerie de Logos */ | /* Gallerie de Logos */ | ||
| Ligne 150: | Ligne 228: | ||
| border: 1px solid #dee2e6; | border: 1px solid #dee2e6; | ||
| border-radius: | border-radius: | ||
| + | padding: 1em; | ||
| + | } | ||
| + | |||
| + | /* Articles */ | ||
| + | .cat-links { | ||
| + | display: none; | ||
| + | } | ||
| + | .updated { | ||
| + | display: none; | ||
| + | } | ||
| + | |||
| + | .byline { | ||
| + | display: none; | ||
| + | } | ||
| </ | </ | ||