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
767 B
XML
1 line
767 B
XML
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="80" height="80"><path fill="#72777d" d="M16.436 8c-8.04 0-8.422 7.667-8.436 8.049v55.951h55.562c8.039 0 8.422-7.667 8.438-8.049v-55.951h-55.564z"/><path fill="#fff" d="M31.202 26.303c2.565 0 4.649 2.086 4.649 4.655 0 2.573-2.084 4.653-4.649 4.653-2.573 0-4.659-2.08-4.659-4.653-.001-2.569 2.086-4.655 4.659-4.655z"/><circle fill="#fff" cx="50.476" cy="30.957" r="4.654"/><path fill="#fff" d="M40.835 57.729c-7.189 0-13.987-2.433-18.186-6.508-1.057-1.025-1.082-2.714-.056-3.771 1.025-1.056 2.714-1.082 3.771-.056 3.226 3.131 8.636 5 14.471 5 5.749 0 11.117-1.83 14.359-4.896 1.068-1.011 2.756-.966 3.77.105 1.012 1.07.965 2.758-.105 3.77-4.271 4.04-10.84 6.356-18.024 6.356z"/></svg> |