Différences entre versions de « MediaWiki:Common.css »
Sauter à la navigation
Sauter à la recherche
Ligne 15 : | Ligne 15 : | ||
} | } | ||
.infobox_person th { | .infobox_person th { | ||
− | text-align: | + | text-align: left; |
vertical-align: top; | vertical-align: top; | ||
width: 50px; | width: 50px; |
Version du 10 mai 2021 à 09:14
/* CSS placed here will be applied to all skins */
.infobox_person {
background: #eee;
float: right;
margin: 0 0 1em 1em;
width: 300px;
}
.infobox_person-title{
font-size: 2em;
text-align: center;
}
.infobox_person-image {
text-align: center;
}
.infobox_person th {
text-align: left;
vertical-align: top;
width: 50px;
padding: 0;
}
.infobox_person td {
width: 240px;
vertical-align: top;
text-align: left;
padding: 0;
}
.Creabookbox {
background: #eee;
float: right;
margin: 0 0 1em 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;
}