« MediaWiki:Common.css » : différence entre les versions
Aller à la navigation
Aller à la recherche
Contenu supprimé Contenu ajouté
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 5 : | Ligne 5 : | ||
.page-Accueil .firstHeading { |
.page-Accueil .firstHeading { |
||
display: none; |
display: none; |
||
} |
|||
/* ### CSS regarding portal pages ### */ |
|||
.portail { |
|||
background-color: #4f4f4f; |
|||
border: 2px solid #b32425; |
|||
vertical-align: top; |
|||
padding: 12px 15px 12px 15px; |
|||
-moz-border-radius: 10px; |
|||
-webkit-border-radius: 10px; |
|||
-khtml-border-radius: 10px; |
|||
border-radius: 10px; |
|||
} |
|||
.portail h2 { |
|||
background-color: #b32425; |
|||
border: 1px solid #8B0000; |
|||
font-weight: normal; |
|||
text-align: left; |
|||
padding: 0.2em 0.4em; |
|||
margin: .3em 0 .5em 0; |
|||
font-size: 1.5em; |
|||
} |
} |
||
Version du 1 février 2021 à 16:58
/* Le CSS placé ici sera appliqué à tous les habillages. */
/* Pas d'affichage de nom de page sur la page d'accueil (fr) */
.page-Accueil .firstHeading {
display: none;
}
/* ### CSS regarding portal pages ### */
.portail {
background-color: #4f4f4f;
border: 2px solid #b32425;
vertical-align: top;
padding: 12px 15px 12px 15px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}
.portail h2 {
background-color: #b32425;
border: 1px solid #8B0000;
font-weight: normal;
text-align: left;
padding: 0.2em 0.4em;
margin: .3em 0 .5em 0;
font-size: 1.5em;
}
/* Inline article preview popups */
.mwe-popups {
background-color:#4C4C4C !important;
color: #C1C1C1 !important;
border: 1px solid #a2a9b1 !important;
}
.mwe-popups-extract
{
color: #C1C1C1 !important;
}
.mwe-popups .mwe-popups-extract:after {
background-image: -webkit-linear-gradient(to right,rgba(244,164,96,0),#4C4C4C 50%) !important;
background-image: linear-gradient(to right,rgba(244,164,96,0),#4C4C4C 50%) !important;
}
/* no images */
.mwe-popups.flipped-x-y:after, .mwe-popups.flipped-y:after {
border-top: 12px solid #4C4C4C !important;
}
.mwe-popups.mwe-popups-no-image-pointer:after, .mwe-popups.mwe-popups-no-image-pointer:before {
border-bottom: 12px solid #4C4C4C !important;
}
/* with images */
.mwe-popups.mwe-popups-image-pointer:before, .mwe-popups.flipped-x.mwe-popups-is-tall:before, .mwe-popups.mwe-popups-image-pointer.flipped-x:before {
border-bottom: 8px solid #a2a9b1 !important
}
.mwe-popups.mwe-popups-type-page.mwe-popups-fade-in-down.flipped-x-y.mwe-popups-is-tall:before, .mwe-popups.mwe-popups-type-page.mwe-popups-fade-in-down.flipped-x-y.mwe-popups-is-not-tall:before {
border-top: 8px solid #a2a9b1 !important
}
.mwe-popups.mwe-popups-type-page.mwe-popups-fade-in-down.flipped-x-y.mwe-popups-is-tall:after {
border-top: 12px solid #a2a9b1 !important
}