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 [2021/03/04 21:24] – jpmilcent | serveurs:sinp-paca:cms-theme [2022/03/27 12:29] (Version actuelle) – [CSS additionnel] jpmilcent | ||
|---|---|---|---|
| Ligne 22: | Ligne 22: | ||
| * Dans le menu "// | * 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 48: | Ligne 54: | ||
| background-color: | background-color: | ||
| color: #97BF0D !important; | color: #97BF0D !important; | ||
| + | } | ||
| + | # | ||
| + | margin-left: | ||
| } | } | ||
| # | # | ||
| Ligne 98: | Ligne 107: | ||
| } | } | ||
| - | # | + | @media (min-width: 576px ) { |
| - | background-position: | + | |
| - | background-size: | + | |
| - | background-image: | + | |
| - | background-repeat: | + | |
| - | } | + | |
| - | + | ||
| - | @media (min-width: 576px) { | + | |
| # | # | ||
| background-position: | background-position: | ||
| Ligne 112: | Ligne 114: | ||
| background-image: | background-image: | ||
| } | } | ||
| - | + | } | |
| - | #wrapper-footer-full { | + | |
| - | background-size: | + | @media (max-width: 767.98px) { |
| - | background-image: | + | #footer-full-content .footer-widget |
| + | background-size: | ||
| + | background-image: | ||
| + | height: 91px; | ||
| + | background-repeat: | ||
| + | background-position: | ||
| + | } | ||
| + | |||
| + | # | ||
| + | display: none; | ||
| } | } | ||
| - | |||
| } | } | ||
| Ligne 140: | Ligne 150: | ||
| font-size: | font-size: | ||
| } | } | ||
| - | + | ||
| - | #wrapper-footer-full { | + | # |
| - | background-size: | + | background-size: |
| - | background-image: | + | background-image: |
| + | height: 91px; | ||
| + | background-repeat: | ||
| + | background-position: | ||
| + | } | ||
| + | |||
| + | # | ||
| + | display: none; | ||
| } | } | ||
| - | |||
| } | } | ||