Différences entre les versions de « MediaWiki:Common.css »

De Paint
m
m
Ligne 3 : Ligne 3 :
pre, code { background-color : transparent ; color : #808080 ; }
pre, code { background-color : transparent ; color : #808080 ; }
#content, #toc{ background-color : transparent ; color : #808080 ; }
#content, #toc{ background-color : transparent ; color : #808080 ; }
a, a:link, a:visited, a:new{ color : #8080FF ; }
 
/* unvisited link */
a:link {
    color: #FF0000;
}
 
/* visited link */
a:visited {
    color: #00FF00;
}
 
/* mouse over link */
a:hover {
    color: #FF00FF;
}
 
/* selected link */
a:active {
    color: #0000FF;
}

Version du 17 août 2015 à 16:37

/* Le CSS placé ici sera appliqué à tous les habillages. */
html,head,body,p,i,b,ul,ol,li,h1,h2,h3,h4,h5,h6,div,span,pre,code,center, hr , tab, td, th, tr, tbody{ background-color : black ; color : #808080 ;}
pre, code { background-color : transparent ; color : #808080 ; }
#content, #toc{ background-color : transparent ; color : #808080 ; }

/* unvisited link */
a:link {
    color: #FF0000;
}

/* visited link */
a:visited {
    color: #00FF00;
}

/* mouse over link */
a:hover {
    color: #FF00FF;
}

/* selected link */
a:active {
    color: #0000FF;
}