MediaWiki:Monobook.css: verschil tussen versies
Uit FOK!wiki
(Een tussenliggende versie door dezelfde gebruiker niet weergegeven) | |||
Regel 12: | Regel 12: | ||
#bodyContent .groen1 a | #bodyContent .groen1 a | ||
{ | { | ||
− | color: #008000; | + | padding: 0 !important; |
+ | color: #008000 !important; | ||
+ | } | ||
+ | |||
+ | |||
+ | #bodyContent .groen2 a | ||
+ | { | ||
+ | padding: 0 !important; | ||
+ | color: #66CDAA !important; | ||
+ | } | ||
+ | |||
+ | #bodyContent .oranje1 a | ||
+ | { | ||
+ | padding: 0 !important; | ||
+ | color: #F5B800 !important; | ||
} | } |
Huidige versie van 26 sep 2005 om 16:56
/* edit this file to customize the monobook skin for the entire site */ #bodyContent .limelink a { padding: 0 !important; color: #FF0000 !important; } #bodyContent .groen1 a { padding: 0 !important; color: #008000 !important; } #bodyContent .groen2 a { padding: 0 !important; color: #66CDAA !important; } #bodyContent .oranje1 a { padding: 0 !important; color: #F5B800 !important; }