Utilisateur:Dodoïste/vector.css

Une page de Wikipédia, l'encyclopédie libre.
Note : après avoir enregistré la page, vous devrez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

Mozilla / Firefox / Konqueror / Safari : maintenez la touche Majuscule (Shift) en cliquant sur le bouton Actualiser (Reload) ou pressez Maj-Ctrl-R (Cmd-R sur Apple Mac) ;

Chrome / Internet Explorer / Opera : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5.
a.mw-redirect
{
/* ici le style CSS que tu veux donner aux redirections, par exemple pour les souligner en vert : */
border-bottom: solid 1px green;
}

.navboxnew {
border: 1px solid #AAA;
background: #F9F9F9;
padding: 4px 4px 2px 4px;
}
.navboxnew ul {
margin: 0;
list-style-type: none;
list-style-image: none;
}
.navboxnew ul ul {
margin: -2px 0 0 0;
}
.navboxnew li li {
margin: 2px 0 0 0;
}
.navboxnew_title {
background:#CCCCFF;
margin: 0 0 2px 0;
text-align: center;
font-weight: bold;
}
.navboxnew .mw-collapsible-content {
font-size: 90%;
}
li.navboxnew_table {
display: table;
width: 100%;
border-collapse: collapse;
margin: 0 0 2px 0;
}
.navboxnew_row {
display: table-row;
}
.navboxnew_cell  {
display: table-cell;
vertical-align: middle;
}
.navboxnew_th  {
width:150px;
background: #DDDDFF;
padding: 2px 12px;
border-right: 2px solid #F9F9F9;
text-align: center;
font-weight: bold;
}
.navboxnew_inline li {
display: inline;
padding: 0 2px 0 12px;
background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/8/8c/Bullet_%28typography%29.svg/6px-Bullet_%28typography%29.svg.png") no-repeat left center;
}
.navboxnew_inline li:first-child {
background: none;
padding: 0 2px;
}
.navboxnew_row li li {
margin: 2px 0 0 0;
}
.navboxnew_odd {
background: #EEEEFF;
}


/* Style for horizontal lists (separator following item) */
.skin-monobook .hlist dl,
.skin-modern .hlist dl,
.skin-vector .hlist dl {
    line-height: 1.5em;
}
.hlist dl,
.hlist ol,
.hlist ul {
    margin: 0;
}
.hlist dd,
.hlist dt,
.hlist li { 
    display: inline;
    margin: 0;
}
/* Display nested lists inline */
.hlist dl dl,
.hlist ol ol,
.hlist ul ul {
    display: inline;
}
/* Generate interpuncts */
.hlist dd:after,
.hlist dt:after,
.hlist li:after {
    content: " ·";
    font-weight: bold;
}
.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
    content: none;
}
/* for IE 8 */
.hlist dd.nopunct:after,
.hlist dt.nopunct:after,
.hlist li.nopunct:after {
    content: none;
}
/* Add parens around nested lists */
.hlist dl dl:before,
.hlist ol ol:before,
.hlist ul ul:before {
    content: "(";
}
.hlist dl dl:after,
.hlist ol ol:after,
.hlist ul ul:after {
    content: ")";
}
/* Put numbers in ordered lists */
.hlist.hnum ol li {
    counter-increment: level1;
}
.hlist.hnum ol li:before {
    content: counter(level1) " ";
}
.hlist.hnum ol ol li {
    counter-increment: level2;
}
.hlist.hnum ol ol li:before {
    content: counter(level2) " ";
}