Différences entre versions de « MediaWiki:Common.css »
De Wikimatica
| Ligne 1 : | Ligne 1 : | ||
/* Le CSS placé ici sera appliqué à tous les habillages. */ | /* Le CSS placé ici sera appliqué à tous les habillages. */ | ||
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); | ||
| + | |||
| + | #mw-header-container{ | ||
| + | height: 50px !important; | ||
| + | background: #222 !important; | ||
| + | } | ||
#p-banner{ | #p-banner{ | ||
font-family: 'Poppins', sans-serif !important; | font-family: 'Poppins', sans-serif !important; | ||
color: #fff !important; | color: #fff !important; | ||
| − | line-height:50px !important; | + | line-height: 50px !important; |
| + | vertical-align: middle !important; | ||
} | } | ||
| Ligne 44 : | Ligne 50 : | ||
.infobox .param{ | .infobox .param{ | ||
font-weight: bold; | font-weight: bold; | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
} | } | ||
Version du 16 novembre 2020 à 19:47
/* Le CSS placé ici sera appliqué à tous les habillages. */
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
#mw-header-container{
height: 50px !important;
background: #222 !important;
}
#p-banner{
font-family: 'Poppins', sans-serif !important;
color: #fff !important;
line-height: 50px !important;
vertical-align: middle !important;
}
.infobox {
background: #eee;
border: 1px solid #aaa;
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 300px;
}
.infobox-title {
background: #e0e0e0;
font-size: 2em;
text-align: center;
margin-bottom: 10px;
}
.infobox-image {
text-align: center;
margin-bottom: 10px;
}
.infobox .infosub{
background: #e0e0e0;
text-align: center;
font-weight: bold;
width: 100%;
margin-bottom: 10px;
}
.infobox table{
width: 100%;
}
.infobox td {
vertical-align: top;
}
.infobox .param{
font-weight: bold;
}