Différences entre versions de « MediaWiki:Common.css »
De Wikimatica
| (27 versions intermédiaires par le même utilisateur non affichées) | |||
| Ligne 3 : | Ligne 3 : | ||
body{ | body{ | ||
| − | + | font-family: 'Poppins', sans-serif; | |
| − | + | background: linear-gradient(90deg,#0a0a0a 0%,#111921 100%); | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
} | } | ||
.infobox { | .infobox { | ||
background: #eee; | background: #eee; | ||
| − | border: 1px solid #aaa; | + | #border: 1px solid #aaa; |
float: right; | float: right; | ||
margin: 0 0 1em 1em; | margin: 0 0 1em 1em; | ||
padding: 1em; | padding: 1em; | ||
| − | width: | + | width: 350px; |
| + | box-shadow: 0 0 10px rgba(0,0,0,0.3); | ||
} | } | ||
.infobox-title { | .infobox-title { | ||
| Ligne 145 : | Ligne 45 : | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
| − | # | + | |
| − | + | #mw-header-container{ | |
| + | background: linear-gradient(90deg, #0a0a0a 0%, #111921 100%); | ||
} | } | ||
| − | . | + | |
| − | + | #p-banner{ | |
| − | + | color:#fff !important; | |
| + | font-family: 'Poppins', sans-serif !important; | ||
| + | } | ||
| + | |||
| + | .color-left, .color-right, .color-middle{ | ||
| + | background: #2b99c5 !important; | ||
| + | } | ||
| + | |||
| + | /*#personal span{ | ||
| + | display:none !important; | ||
| + | }*/ | ||
| + | |||
| + | #mw-footer-container{ | ||
| + | background: linear-gradient(90deg, #0a0a0a 0%, #111921 100%); | ||
| + | } | ||
| + | |||
| + | .mw-footer-container{ | ||
| + | border-top: solid 1px #2b99c5; | ||
| + | } | ||
| + | |||
| + | |||
| + | #mw-content-container{ | ||
| + | border-bottom: solid 4px #2b99c5; | ||
| + | } | ||
| + | |||
| + | #content p, #content big{ | ||
| + | text-align: justify; | ||
} | } | ||
| − | . | + | .mw-body h3{ |
| − | + | margin: 1.25em 0 0 0 !important; | |
} | } | ||
Version actuelle datée du 3 décembre 2020 à 07:48
/* Le CSS placé ici sera appliqué à tous les habillages. */
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
body{
font-family: 'Poppins', sans-serif;
background: linear-gradient(90deg,#0a0a0a 0%,#111921 100%);
}
.infobox {
background: #eee;
#border: 1px solid #aaa;
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 350px;
box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.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;
}
#mw-header-container{
background: linear-gradient(90deg, #0a0a0a 0%, #111921 100%);
}
#p-banner{
color:#fff !important;
font-family: 'Poppins', sans-serif !important;
}
.color-left, .color-right, .color-middle{
background: #2b99c5 !important;
}
/*#personal span{
display:none !important;
}*/
#mw-footer-container{
background: linear-gradient(90deg, #0a0a0a 0%, #111921 100%);
}
.mw-footer-container{
border-top: solid 1px #2b99c5;
}
#mw-content-container{
border-bottom: solid 4px #2b99c5;
}
#content p, #content big{
text-align: justify;
}
.mw-body h3{
margin: 1.25em 0 0 0 !important;
}