MediaWiki:Common.css : Différence entre versions
Sauter à la navigation
Sauter à la recherche
| (11 révisions intermédiaires par le même utilisateur non affichées) | |||
| Ligne 1 : | Ligne 1 : | ||
| + | body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; } | ||
| + | |||
/* Le CSS placé ici sera appliqué à tous les habillages. */ | /* Le CSS placé ici sera appliqué à tous les habillages. */ | ||
.infobox { | .infobox { | ||
| Ligne 11 : | Ligne 13 : | ||
} | } | ||
.infobox-title { | .infobox-title { | ||
| − | border: 1px solid # | + | border: 1px solid #00c400; |
border-radius:5px; | border-radius:5px; | ||
font-size: 1.5em; | font-size: 1.5em; | ||
text-align: center; | text-align: center; | ||
| − | background-color: # | + | background-color: #66E366; |
background-image:url("images/7/7a/Picto_infobox_map.png"); | background-image:url("images/7/7a/Picto_infobox_map.png"); | ||
background-repeat:no-repeat; | background-repeat:no-repeat; | ||
| Ligne 21 : | Ligne 23 : | ||
} | } | ||
.infobox-subtitle { | .infobox-subtitle { | ||
| − | border: 1px solid # | + | border: 1px solid #66E366; |
border-radius:5px; | border-radius:5px; | ||
font-size: 1em; | font-size: 1em; | ||
text-align: center; | text-align: center; | ||
| − | background-color: # | + | background-color: #B9F1B9; |
} | } | ||
.infobox-image { | .infobox-image { | ||
Version actuelle datée du 10 décembre 2020 à 23:58
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
/* Le CSS placé ici sera appliqué à tous les habillages. */
.infobox {
background-color: #ffffff;
border: 1px solid #00c400;
border-radius:5px;
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 315px;
text-align: left;
}
.infobox-title {
border: 1px solid #00c400;
border-radius:5px;
font-size: 1.5em;
text-align: center;
background-color: #66E366;
background-image:url("images/7/7a/Picto_infobox_map.png");
background-repeat:no-repeat;
background-position:right;
}
.infobox-subtitle {
border: 1px solid #66E366;
border-radius:5px;
font-size: 1em;
text-align: center;
background-color: #B9F1B9;
}
.infobox-image {
text-align: center;
background-color: #ffff00;
}