« MediaWiki:Common.css » : différence entre les versions
Page de l’interface de MediaWiki
Autres actions
mAucun résumé des modifications |
mAucun résumé des modifications |
||
Ligne 12 : | Ligne 12 : | ||
.new a , #p-personal .new a,#quickbar .new a, .new a:hover, .new a:visited {font-weight:italic!important;} | .new a , #p-personal .new a,#quickbar .new a, .new a:hover, .new a:visited {font-weight:italic!important;} | ||
/* | |||
/* Wikitable 2 | |||
----------------------------------- */ | |||
table.wikitable2, | |||
table.wiki-table2 { | |||
margin: 1em -2px 1em -2px; | |||
background: #fff; | |||
border: 0; | |||
border-collapse: separate; | |||
empty-cells: show; | |||
border-spacing: 1px; | |||
border: 0; | |||
border-radius: 0.3em; | |||
-moz-border-radius: 0.3em; | |||
-webkit-border-radius: 0.3em; | |||
} | |||
table.wikitable2 th, table.wikitable2 td, | |||
table.wiki-table2 th, table.wiki-table2 td { | |||
border: 0; | |||
border-bottom: 1px solid #ccc; | |||
padding: 0.35em 0.5em; | |||
} | |||
table.wikitable2 th, table.wikitable2 td.hl1, table.wikitable2 th.hl1, | |||
table.wiki-table2 th, table.wiki-table2 td.hl1, table.wikitable2 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; | |||
position: relative; | |||
} | |||
table.wikitable2 td.hl2, table.wikitable2 th.hl2, | |||
table.wiki-table2 td.hl2, table.wiki-table2 th.hl2 { | |||
background: #fff; | |||
color: #444; | |||
text-align: center; | |||
border: 1px solid #ccc; | |||
border-top: 0; | |||
} | |||
table.wikitable2 td.hl3, table.wikitable2 th.hl3, | |||
table.wiki-table2 td.hl3, table.wiki-table2 th.hl3 { | |||
background: #ebf5f8; | |||
color: #444; | |||
text-align: center; | |||
border: 1px solid #ccc; | |||
border-top: 0; | |||
} | |||
table.wikitable2 caption, | |||
table.wiki-table2 caption { | |||
margin-left: inherit; | |||
margin-right: inherit; | |||
font-weight: bold; | |||
} | |||
table.wikitable2 td, | |||
table.wiki-table2 td { | |||
vertical-align: top; | |||
} | |||
table.wikitable2 td:nth-child(even), table.wiki-table2 td:nth-child(even) { | |||
background: #f7f7f7; | |||
} | |||
table.wikitable2 tr:hover td, table.wiki-table2 tr:hover td { | |||
background: #f5fafc; | |||
-webkit-transition: all .1s; | |||
-moz-transition: all .1s; | |||
-o-transition: all .1s; | |||
transition: all .1s; | |||
} | |||
table.wikitable2 tr:hover td:nth-child(even), table.wiki-table2 tr:hover td:nth-child(even) { | |||
background: #eaf3f7; | |||
} | |||
/* Tableau de chronologie | |||
----------------------------------- */ | |||
table.chronologie, | table.chronologie, |