Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), Suppressors, Administrators
6,176
edits
No edit summary |
No edit summary |
||
Line 65: | Line 65: | ||
background-color: #e3d4f3; | background-color: #e3d4f3; | ||
color: #5a1d8a; | color: #5a1d8a; | ||
} | |||
/* Responsive Design */ | |||
/* Responsive Design */ | |||
@media (max-width: 768px) { | |||
.mw-body { | |||
padding: 15px; | |||
} | |||
.infobox { | |||
float: none; | |||
margin-left: 0; | |||
width: 100%; | |||
} | |||
nav#p-navigation div.vector-menu-content > ul.vector-menu-content-list > li.mw-list-item a, | |||
nav#p-tb div.vector-menu-content > ul.vector-menu-content-list > li.mw-list-item a { | |||
padding: 10px 10px; | |||
} | |||
} | } | ||