« MediaWiki:Common.css » : différence entre les versions
Page de l’interface de MediaWiki
Autres actions
Annulation des modifications 173 de Uti (discussion) |
Aucun résumé des modifications |
||
Ligne 38 : | Ligne 38 : | ||
} | } | ||
table.wikitable | table.wikitable th, table.wikitable td, | ||
table.wiki-table th, table.wiki-table td { | |||
border: 0; | |||
border-bottom: 1px solid #ccc; | |||
padding: 0.35em 0.5em; | |||
} | |||
table.wikitable th, table.wikitable td.hl1, table.wikitable th.hl1, | |||
table.wiki-table th, table.wiki-table td.hl1, table.wikitable th.hl1 { | |||
background: #F8F6EB; | |||
padding: 0.35em 0.5em; | |||
color: #000; | |||
text-align: left; | |||
border-radius: 0.3em; | |||
-moz-border-radius: 0.3em; | |||
-webkit-border-radius: 0.3em; | |||
text-shadow: none; | |||
border: 1px solid #ccc; | |||
box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.1); | |||
position: relative; | |||
} | |||
table.wikitable td.hl2, table.wikitable th.hl2, | |||
table.wiki-table td.hl2, table.wiki-table th.hl2 { | |||
background: #fff; | |||
color: #444; | |||
text-align: center; | |||
border: 1px solid #ccc; | |||
border-top: 0; | |||
} | |||
table.wikitable td.hl3, table.wikitable th.hl3, | |||
table.wiki-table td.hl3, table.wiki-table th.hl3 { | |||
background: #ebf5f8; | |||
color: #444; | |||
text-align: center; | |||
border: 1px solid #ccc; | |||
border-top: 0; | |||
} | |||
table.wikitable caption, | |||
table.wiki-table caption { | |||
margin-left: inherit; | |||
margin-right: inherit; | |||
font-weight: bold; | |||
} | |||
table.wikitable td, | |||
table.wiki-table td { | |||
vertical-align: top; | |||
} | |||
table.wikitable td:nth-child(even), table.wiki-table td:nth-child(even) { | |||
background: #f7f7f7; | |||
} | |||
table.wikitable tr:hover td, table.wiki-table tr:hover td { | |||
background: #f5fafc; | |||
-webkit-transition: all .1s; | |||
-moz-transition: all .1s; | |||
-o-transition: all .1s; | |||
transition: all .1s; | |||
} | |||
table.wikitable tr:hover td:nth-child(even), table.wiki-table tr:hover td:nth-child(even) { | |||
background: #eaf3f7; | |||
} | |||
/* Code PRE TT (pour les commandes */ | /* Code PRE TT (pour les commandes */ |