„MediaWiki:Common.css” változatai közötti eltérés
a Próba. |
a Színcsere. |
||
2. sor: | 2. sor: | ||
body { | body { | ||
background: #292929; | background: #292929; | ||
} | |||
/* A főoldal belső részének színezése */ | |||
#content { | |||
background-color: #292929; | |||
} | } | ||
9. sor: | 14. sor: | ||
} | } | ||
# | /* normal unvisited links */ | ||
.mw-body .ThemeGreen a:link { | |||
color: #00ff41; | |||
} | |||
/* visited links */ | |||
.mw-body .ThemeGreen a:link:visited { | |||
color: #00ff41; | |||
} | |||
/* active links */ | |||
.mw-body .ThemeGreen a:link:active { | |||
color: #00ff41; | |||
} | |||
/* new links */ | |||
.mw-body .ThemeGreen a:link.new { | |||
color: #00ff41; | |||
} | |||
/* change background of unselected tabs */ | |||
#p-cactions ul li a { | |||
background: #292929; | |||
} | |||
/* change background of selected tabs */ | |||
#p-cactions ul li.selected a { | |||
background: #292929; | |||
} | |||
/* change border background of selected tabs */ | |||
#p-cactions li.selected { | |||
border-color: #00ff41; | |||
} | |||
/* tab bottom not removed on hover */ | |||
#p-cactions li a:hover { | |||
z-index: 0; text-decoration: none; | |||
} | |||
#p-cactions li.selected a:hover { | |||
z-index: 3; | |||
} | } | ||
/* A betűszínek mind sima mind navbar részen */ | /* A betűszínek mind sima mind navbar részen */ | ||
div#mw-panel div.portal div.body ul li a, a:visited { | div#mw-panel div.portal div.body ul li a, a:visited { | ||
color: #00ff41; | |||
} | } | ||
/* A betűszínek footer részen | /* A betűszínek footer részen */ | ||
div#footer ul li a,div#footer ul li a, a:visited { | div#footer ul li a,div#footer ul li a, a:visited { | ||
color: #00ff41; | |||
} | } | ||