« MediaWiki:Common.css » : différence entre les versions
De Wiktionnaire-SHS
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 1 : | Ligne 1 : | ||
/* Le CSS placé ici sera appliqué à tous les habillages. */ | /* Le CSS placé ici sera appliqué à tous les habillages. */ | ||
label.checkboxLabel { | label.checkboxLabel { | ||
display: block; | |||
display: block; | } | ||
span.checkboxesSpan { | |||
width: 550px; | |||
} | } | ||
/* Couleur menus */ | |||
{ | .portlet h3 { | ||
background : #104e8b; | |||
color: white; | |||
} | } | ||
/* Tableaux */ | |||
table.wikitable { | |||
width: 100%; | |||
border: 5px solid #999; | |||
border-color: white; | |||
} | } | ||
table.wikitable tr { | |||
border: 5px solid white; | |||
} | |||
table.wikitable th { | |||
. | width: 20%; | ||
background : # | color: #036635; | ||
color: white; | padding-left: 1px; | ||
text-align: left; | |||
font-weight: normal; | |||
margin-left: 1px; | |||
vertical-align: top; | |||
border: 5px solid white; | |||
border-color: white; | |||
background: #EFF0FF; | |||
} | |||
table.wikitable td { | |||
width: 80%; | |||
border-left: 5px solid white; | |||
color: #333; | |||
padding-left: 1px; | |||
text-align: left; | |||
font-weight: normal; | |||
margin-left: 1px; | |||
vertical-align: top; | |||
border: 5px solid white; | |||
background: #E1E6FA; | |||
} | } |
Version du 5 janvier 2023 à 16:17
/* Le CSS placé ici sera appliqué à tous les habillages. */
label.checkboxLabel {
display: block;
}
span.checkboxesSpan {
width: 550px;
}
/* Couleur menus */
.portlet h3 {
background : #104e8b;
color: white;
}
/* Tableaux */
table.wikitable {
width: 100%;
border: 5px solid #999;
border-color: white;
}
table.wikitable tr {
border: 5px solid white;
}
table.wikitable th {
width: 20%;
color: #036635;
padding-left: 1px;
text-align: left;
font-weight: normal;
margin-left: 1px;
vertical-align: top;
border: 5px solid white;
border-color: white;
background: #EFF0FF;
}
table.wikitable td {
width: 80%;
border-left: 5px solid white;
color: #333;
padding-left: 1px;
text-align: left;
font-weight: normal;
margin-left: 1px;
vertical-align: top;
border: 5px solid white;
background: #E1E6FA;
}