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/11/17 09:37] – [Options du thème] jpmilcent | serveurs:sinp-paca:cms-theme [2022/03/27 12:29] (Version actuelle) – [CSS additionnel] jpmilcent | ||
---|---|---|---|
Ligne 21: | Ligne 21: | ||
* Pour "//CSS aditionnel//", | * Pour "//CSS aditionnel//", | ||
* 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 36: | Ligne 42: | ||
# | # | ||
background-color: | background-color: | ||
+ | width: 100%; | ||
} | } | ||
# | # | ||
Ligne 47: | Ligne 54: | ||
background-color: | background-color: | ||
color: #97BF0D !important; | color: #97BF0D !important; | ||
+ | } | ||
+ | # | ||
+ | margin-left: | ||
} | } | ||
# | # | ||
Ligne 90: | 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 101: | 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 115: | Ligne 149: | ||
# | # | ||
font-size: | font-size: | ||
+ | } | ||
+ | |||
+ | # | ||
+ | background-size: | ||
+ | background-image: | ||
+ | height: 91px; | ||
+ | background-repeat: | ||
+ | background-position: | ||
+ | } | ||
+ | |||
+ | # | ||
+ | display: none; | ||
} | } | ||
} | } | ||
Ligne 183: | Ligne 229: | ||
border-radius: | border-radius: | ||
padding: 1em; | padding: 1em; | ||
+ | } | ||
+ | |||
+ | /* Articles */ | ||
+ | .cat-links { | ||
+ | display: none; | ||
+ | } | ||
+ | .updated { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | .byline { | ||
+ | display: none; | ||
} | } | ||
</ | </ |