mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-25 16:46:15 +00:00
7157729ae8
Aligning to WikimediaUI style guide by replacing colors with standard color palette equivalents, merging close colors (ex: `#E6E6E6` & `#eee` become `#eaecf0` ) and slightly increase contrast on a few to meet WCAG 2.0 level AA criteria. Also: - following other code bases like MobileFrontend or OOjs UI in using `border-radius` property instead of obsolete mixin - removing non-existing browser vendor prefixes in mixins - removing non-used Less variables - bringing CSS/Less code closer to coding standards and - simplifying Less code where applicable Change-Id: Icb936e14ff613471ea1da6df6341ec1b0543cfaf
1 line
1.2 KiB
XML
1 line
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="64" height="64"><circle r="9" cy="32" cx="32" fill="#72777d"/><circle r="26" cy="32" cx="32" stroke-width="12" stroke="#72777d" fill="none"/><g fill="#72777d"><path stroke="#006398" stroke-width="3" d="M32 12v3"/><path d="M28 15h8l-4 8z"/></g><g fill="#72777d"><path stroke="#006398" stroke-width="3" d="M47 18l-2.121 2.121"/><path d="M42.051 17.293l5.656 5.656-8.484 2.828z"/></g><g fill="#72777d"><path stroke="#006398" stroke-width="3" d="M52 32h-3"/><path d="M49 28v8l-8-4z"/></g><g fill="#72777d"><path stroke="#006398" stroke-width="3" d="M47 47l-2.121-2.121"/><path d="M47.707 42.051l-5.656 5.656-2.828-8.484z"/></g><g fill="#72777d"><path stroke="#006398" stroke-width="3" d="M32 52v-3"/><path d="M36 49h-8l4-8z"/></g><g fill="#72777d"><path stroke="#006398" stroke-width="3" d="M12 32h3"/><path d="M15 36v-8l8 4z"/></g><g fill="#72777d"><path stroke="#006398" stroke-width="3" d="M18 18l2.121 2.121"/><path d="M17.293 22.949l5.656-5.656 2.828 8.484z"/></g><g fill="#72777d"><path stroke="#006398" stroke-width="3" d="M18 46.5l2.121-2.121"/><path d="M22.949 47.207l-5.656-5.656 8.484-2.828z"/></g></svg> |