Différences entre les versions de « MediaWiki:Common.css »
De Paint
m |
m |
||
Ligne 13 : | Ligne 13 : | ||
div.vectorTabs, li.new, a, div.vectorTabs, li.new, a:visited{ | div.vectorTabs, li.new, a, div.vectorTabs, li.new, a:visited{ | ||
color: #000102; | color: #000102; | ||
} | |||
a { | |||
text-decoration: none; | |||
color: #000182; | |||
background: none; | |||
} | |||
a:visited { | |||
color: #000142; | |||
} | |||
a:active { | |||
color: #000182; | |||
} | |||
a:hover, a:focus { | |||
text-decoration: underline; | |||
} | |||
a.stub { | |||
color: #000102; | |||
} | |||
a.new, #p-personal, a.new { | |||
color: #000102; | |||
} | |||
a.new:visited, #p-personal, a.new:visited { | |||
color: #000102; | |||
} | } |
Version du 17 août 2015 à 15:08
/* Le CSS placé ici sera appliqué à tous les habillages. */
body,p,i,b,ul,ol,li,h1,h2,h3,h4,h5,h6,div,span,pre,code,center, hr { background-color : black ; color : #808080 ;}
#content, #toc{ background-color : transparent ; color : #000102 ; }
#mw-page-base, { background-color: transparent; }
div.vectorTabs, ul, li { background-color : transparent ; color : #000102 ; }
div.vectorTabs, li.selected, a, div.vectorTabs, li.selected, a:visited{
color: #000102;
text-decoration: none;
}
div.vectorTabs, li.new, a, div.vectorTabs, li.new, a:visited{
color: #000102;
}
a {
text-decoration: none;
color: #000182;
background: none;
}
a:visited {
color: #000142;
}
a:active {
color: #000182;
}
a:hover, a:focus {
text-decoration: underline;
}
a.stub {
color: #000102;
}
a.new, #p-personal, a.new {
color: #000102;
}
a.new:visited, #p-personal, a.new:visited {
color: #000102;
}