Différences entre versions de « MediaWiki:Common.css »
Sauter à la navigation
Sauter à la recherche
Ligne 1 : | Ligne 1 : | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | . | + | .infobox_person { |
background: #eee; | background: #eee; | ||
border: 1px solid #aaa; | border: 1px solid #aaa; | ||
Ligne 9 : | Ligne 9 : | ||
width: 500px; | width: 500px; | ||
} | } | ||
− | . | + | .infobox_person-title{ |
font-size: 2em; | font-size: 2em; | ||
text-align: center; | text-align: center; | ||
} | } | ||
− | . | + | .infobox_person-image { |
text-align: center; | text-align: center; | ||
} | } | ||
− | . | + | .infobox_person th { |
text-align: right; | text-align: right; | ||
vertical-align: top; | vertical-align: top; | ||
Ligne 22 : | Ligne 22 : | ||
padding: 1em; | padding: 1em; | ||
} | } | ||
− | . | + | .infobox_person td { |
width: 40px; | width: 40px; | ||
text-align: left; | text-align: left; |
Version du 10 mai 2021 à 08:51
/* CSS placed here will be applied to all skins */
.infobox_person {
background: #eee;
border: 1px solid #aaa;
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 500px;
}
.infobox_person-title{
font-size: 2em;
text-align: center;
}
.infobox_person-image {
text-align: center;
}
.infobox_person th {
text-align: right;
vertical-align: top;
width: 50px;
padding: 1em;
}
.infobox_person td {
width: 40px;
text-align: left;
padding: 1em;
}
.Creabookbox {
background: #eee;
border: 1px solid #aaa;
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 300px;
}
.Creabookbox-image {
text-align: center;
}
.Creabookbox th {
text-align: right;
vertical-align: top;
width: 50px;
padding: 0;
}
.Creabookbox td {
width: 249px;
text-align: left;
padding: 0;
}
.TopBanner {
background: #eee;
border: 1px solid #aaa;
float: none;
margin: 0 0 1em 1em;
padding: 1em;
width = 100%;
}
.TopBanner th, td {
padding: 5px;
text-align: center;
width = 100%;
}
.MainBody {
background: #eee;
border: 1px solid #aaa;
float: none;
margin: 0 0 1em 1em;
padding: 1em;
width = 100%;
text-align: center;
}
#siteSub {
display: block; font-weight: normal; font-size: 10px;
}
action-view #siteSub,
action-submit #siteSub {
display: none;
}