Welcome to Assassin's Creed Wiki! Log in and join the community.

MediaWiki:FandomMobile.css: Difference between revisions

From the Assassin's Creed Wiki
Jump to navigation Jump to search
imported>ReverieCode
Making YT icon readable on mobile (bringing over fix from desktop skin)
 
imported>ReverieCode
mNo edit summary
Line 6: Line 6:
body.theme-fandommobile-dark:not(.ns-6) img[src*='/YouTube.png'] {
body.theme-fandommobile-dark:not(.ns-6) img[src*='/YouTube.png'] {
   content: url('https://static.wikia.nocookie.net/assassinscreed/images/3/34/YouTube_white_logo.png');
   content: url('https://static.wikia.nocookie.net/assassinscreed/images/3/34/YouTube_white_logo.png');
  height: 20px;
  width: 90px;
}
}

Revision as of 12:11, 20 September 2023

/* CSS placed here will be applied to the FandomMobile skin. */

/** Small tweak for YouTube icon on dark theme **/

body.theme-fandommobile-dark:not(.ns-6) img[src*='/YouTube.png'],
body.theme-fandommobile-dark:not(.ns-6) img[src*='/YouTube.png'] {
  content: url('https://static.wikia.nocookie.net/assassinscreed/images/3/34/YouTube_white_logo.png');
  height: 20px;
  width: 90px;
}