« MediaWiki:Common.css » : différence entre les versions
Aller à la navigation
Aller à la recherche
Page créée avec « →FONT : @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); body { font-family: 'Roboto', sans-serif; font-size: 17px; } #content h1, #content h2 { font-family: 'Roboto', sans-serif; } » |
Aucun résumé des modifications |
||
| Ligne 11 : | Ligne 11 : | ||
#content h2 { | #content h2 { | ||
font-family: 'Roboto', sans-serif; | font-family: 'Roboto', sans-serif; | ||
} | |||
/* INFOBOX */ | |||
.infobox { | |||
background: #eee; | |||
border: 2px solid #aaa; | |||
float: right; | |||
margin: 0 0 1em 1em; | |||
/*padding: 1em;*/ | |||
width: 400px; | |||
} | |||
.infobox-title { | |||
background: #aaa; | |||
border: solid #aaa; | |||
border-width: 1px 0px 0px 0px; | |||
font-size: 1.5em; | |||
font-weight: bold; | |||
text-align: center; | |||
padding: 0.5em; | |||
} | |||
.infobox-image { | |||
text-align: center; | |||
margin: 1em 1em 1em 1em; | |||
} | |||
.infobox table { | |||
border-spacing: 0; | |||
border-collapse: collapse; | |||
} | |||
.infobox th { | |||
border: solid #aaa; | |||
border-width: 1px 0px 0px 0px; | |||
padding: 4px 6px; | |||
text-align: left; | |||
vertical-align: top; | |||
width: 120px; | |||
} | |||
.infobox td { | |||
border: solid #aaa; | |||
border-width: 1px 0px 0px 0px; | |||
padding: 4px 6px; | |||
vertical-align: top; | |||
width: 280px; | |||
} | } | ||
Version du 4 octobre 2024 à 14:47
/* FONT */
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
body {
font-family: 'Roboto', sans-serif;
font-size: 17px;
}
#content h1,
#content h2 {
font-family: 'Roboto', sans-serif;
}
/* INFOBOX */
.infobox {
background: #eee;
border: 2px solid #aaa;
float: right;
margin: 0 0 1em 1em;
/*padding: 1em;*/
width: 400px;
}
.infobox-title {
background: #aaa;
border: solid #aaa;
border-width: 1px 0px 0px 0px;
font-size: 1.5em;
font-weight: bold;
text-align: center;
padding: 0.5em;
}
.infobox-image {
text-align: center;
margin: 1em 1em 1em 1em;
}
.infobox table {
border-spacing: 0;
border-collapse: collapse;
}
.infobox th {
border: solid #aaa;
border-width: 1px 0px 0px 0px;
padding: 4px 6px;
text-align: left;
vertical-align: top;
width: 120px;
}
.infobox td {
border: solid #aaa;
border-width: 1px 0px 0px 0px;
padding: 4px 6px;
vertical-align: top;
width: 280px;
}