Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), Suppressors, Administrators
6,176
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* new style changes */ | /* new style changes */ | ||
/* Fix for the Edit, Edit Source, and View History buttons */ | |||
#ca-edit a, #ca-ve-edit a, #ca-history a { | |||
background-color: transparent !important; | |||
color: #7c25b8 !important; /* Or any other color that matches your theme */ | |||
text-shadow: none !important; | |||
padding: 5px 10px; | |||
border-radius: 5px; | |||
} | |||
#ca-edit a:hover, #ca-ve-edit a:hover, #ca-history a:hover { | |||
background-color: #e3d4f3 !important; | |||
color: #5a1d8a !important; | |||
} | |||
/* Headings */ | /* Headings */ | ||
h1, h2, h3, h4, h5, h6 { | h1, h2, h3, h4, h5, h6 { |