Ouvrir le menu principal

Modifications

MediaWiki:Vector.css

32 octets ajoutés, 13 mai 2015 à 16:06
aucun résumé de modification
/* Infobox L2 */
.infobox { background: #00192c00192C; box-shadow: 4px 4px 1px rgba(0, 0, 0, 0.3); border-radius: 5px; }
.infobox a,
.infobox .mw-redirect { color: #acb6c2; }
.infobox .new { color: #b12932; }
.infobox .infobox_header { background: #1660a3084360; color: #fffACB6C2; overflow: hidden; }.infobox .infobox_header2 td { background: #1660a3084360; color: #fffACB6C2; }
.infobox .infobox_header2 .image { display: block; background:#223146; border: 1px solid #62abe6; border-radius: 3px; box-shadow: 5px 5px 10px #0b3258; padding: 3px; }
.infobox .infobox_header2 .infobox_title { font-family: Georgia, Times, 'Times New Roman', serif; font-size: 1.4em; text-shadow: 0 0 5px #0b3258; }
.infobox th { background: #00192c00192C; border-color: #263a512E6177; color: #657386; text-shadow: 0 0 1px #000; }.infobox td { background: #0b1c30; border-color: #263a512E6177; color: #fffACB6C2; text-shadow: 0 0 1px #000; }.infobox button { background: #1660a3084360; color: #fffACB6C2; border: 0 none; }
.infobox .modifier { float: right; }
.infobox .modifier a { color: #657386; }
/* Tableau L2 */
table.table-l2 { background: #00192c00192C; border-radius: 5px; box-shadow: 4px 4px 1px rgba(0, 0, 0, 0.3); border-radius: 5px; }
table.table-l2 > tr > td,
table.table-l2 > tbody > tr > td { border-color: #fff2E6177; border-color: #263a51ACB6C2; font-size: 12px; }
table.table-l2 > tr > td a,
table.table-l2 > tbody > tr > td a { color: #acb6c2ACB6C2; }
table.table-l2 > tr:nth-child(even) > td,
table.table-l2 > tbody > tr:nth-child(even) > td { background-color: #00192c00192C; }
table.table-l2 > tr:nth-child(odd) > td,
table.table-l2 > tbody > tr:nth-child(odd) > td { background-color: #0b1c30; }