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

De Paint
m
m
Ligne 8 : Ligne 8 :


#mw-navigation, #mw-head, #p-personal, #left-navigation, #p-namespaces, #mw-panel, .portal, #n-Arthur{ background-color : #000000 ; color: #808080; }
#mw-navigation, #mw-head, #p-personal, #left-navigation, #p-namespaces, #mw-panel, .portal, #n-Arthur{ background-color : #000000 ; color: #808080; }
#p-navigation a {
    display: block;
    color:YELLOW;
}
.portlet h5 {
      color: yellow;
}


/* unvisited1 link */
/* unvisited1 link */

Version du 17 août 2015 à 17:13

/* 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 ; }

#mw-navigation, #mw-head, #p-personal, #left-navigation, #p-namespaces, #mw-panel, .portal, #n-Arthur{ background-color : #000000 ; color: #808080; }

#p-navigation a {
    display: block;
    color:YELLOW;
}
.portlet h5 {
       color: yellow;
}


/* unvisited1 link */
a:link {
    color: #808080;
}

/* visited link */
a:visited {
    color: #FF6080;
}

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

/* selected link */
a:active {
    color: #8080D0;
}