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: | ||
/* Existing styles */ | |||
/* new style changes */ | /* new style changes */ | ||
/* Headings */ | /* Headings */ | ||
Line 66: | Line 68: | ||
color: #5a1d8a; | color: #5a1d8a; | ||
} | } | ||
/* Responsive Design */ | /* Responsive Design */ | ||
@media (max-width: 768px) { | @media (max-width: 768px) { | ||
Line 115: | Line 115: | ||
} | } | ||
/* Header */ | |||
.mw-head { | |||
background-color: #522F65; | |||
color: white; | |||
padding: 15px; | |||
} | |||
.mw-head a { | |||
color: #e3d4f3; | |||
} | |||
.mw-head a:hover { | |||
color: #ffffff; | |||
} | |||
/* Sidebar */ | |||
#mw-panel { | |||
background-color: #f3f0f9; | |||
padding: 10px; | |||
border-radius: 8px; | |||
} | |||
#mw-panel .vector-menu-content-list a { | |||
color: #522F65; | |||
font-weight: bold; | |||
} | |||
#mw-panel .vector-menu-content-list a:hover { | |||
color: #7c25b8; | |||
} | |||
/* Typography */ | |||
body { | |||
font-family: 'Open Sans', sans-serif; | |||
line-height: 1.6; | |||
color: #333; | |||
} | |||
h1, h2, h3, h4, h5, h6 { | |||
font-family: 'Open Sans', sans-serif; | |||
color: #333; | |||
margin-bottom: 15px; | |||
} | |||
p { | |||
margin-bottom: 15px; | |||
} | |||
a { | |||
color: #7c25b8; | |||
text-decoration: none; | |||
} | |||
a:hover { | |||
color: #5a1d8a; | |||
text-decoration: underline; | |||
} | |||
/* Existing styles from user */ | |||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ |