MediaWiki:Common.css : Différence entre versions
m |
m |
||
| Ligne 201 : | Ligne 201 : | ||
#specialform { display: inline; } | #specialform { display: inline; } | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Version du 7 octobre 2021 à 15:34
/* Le CSS placé ici sera appliqué à tous les habillages. */
/* Communs.css */
.sommaire
{
border-style: solid;
border-width: 1px;
border-color: #aaaaaa;
margin-bottom: 3em;
}
.sommaire .sections td
{
padding-left: 1em;
padding-right: 1em;
}
table.drs
{
border: 1px solid black;
page-break-inside: avoid;
}
.drs th
{
font-weight: normal;
border-bottom: 1px solid black;
text-align: center;
}
.note, .notes
{
font-size: 95%;
}
.notes p {
}
.example td
{ border-width: 1px;}
.in-grid th
{border-bottom: 3px double;}
table.grille {
border-right: 1px solid;
border-top: 1px solid;
border-spacing: 0pt;
}
.grille th {
border-left: 1px solid;
padding: 1px 0.5em;
border-bottom: 3px double;
}
.grille td {
border-left: 1px solid;
border-bottom: 1px solid;
padding: 1px 0.5em;
}
table.tcentre * {
text-align: center;
}
#content p
{ text-align: justify;}
div.thumb div {
background-color: #ffffff;
}
table.listex {
margin-top: 6px;
margin-bottom: 6px;
margin-left: 32px;
}
.listex td {
padding-left: 4px;
vertical-align: text-top;
}
span.texhtml { font-family: inherit; }
table.artable td { /* tableaux aeres */
padding: 0px 0.5ex;
}
table.xartable td { /* tableaux aeres */
padding: 0px 1ex;
}
table.xxartable td { /* tableaux aeres */
padding: 0px 1.5ex;
}
.nompr { /* small-caps pour les noms propres */
font-variant: small-caps;
}
.communaute .cartouche {
border: 1px solid #b0b0b0;
}
.communaute .cartouche .titre {
border-bottom: 1px solid #b0b0b0;
text-align: center;
font-weight: bold;
font-variant: small-caps;
background-color: #e0e0e0;
}
.communaute .cartouche .in-cartouche {
padding-right: 20px;
}
.communaute .cartouche .in-cartouche ul {
padding-left: 30px;
}
.biblio ul {
margin-left: 0px;
padding-left: 20px;
max-width: 49em;
text-align: justify;
}
.biblio ul li {
margin-left: 0px;
}
/* environnement pour les listes <ol> (# sous wiki) */
.ol-a ol {
list-style-type: lower-alpha;
}
.ol-AA ol {
list-style-type: upper-alpha;
}
.ol-i ol {
list-style-type: lower-roman;
}
.ol-II ol {
list-style-type: upper-roman;
}
.ul-dash ul {
list-style-image: url("images/endash.png");
text-align: justify;
}
/* Grilles: traits autour des cellules de tableaux */
td.gblr, th.gblr {
border-bottom: 1px solid #404040;
border-right: 1px solid #404040;
border-left: 1px solid #404040;
}
td.gbr, th.gbr {
border-bottom: 1px solid #404040;
border-right: 1px solid #404040;
}
td.gbl, th.gbl {
border-bottom: 1px solid #404040;
border-left: 1px solid #404040;
}
td.gr, th.gr {
border-right: 1px solid #404040;
}
td.gb, th.gb {
border-bottom: 1px solid #404040;
}
/* Synthese.css */
body {
margin: 0px;
padding: 0px;
color: black;
background-color: #9ebe9e;
font-family: "New Century Schoolbook", "Century Schoolbook", "Georgia", "Century", "Bodoni", serif;
}
* { font-family: inherit;}
textarea, input[type=text] { font-family: monospace; }
input[type=submit] { font-family: sans-serif; }
pre, tt { font-family: monospace;}
#specialform { display: inline; }