MediaWiki:Common.css: Difference between revisions
mNo edit summary |
Oscillator (talk | contribs) m added hover images for token page |
||
| Line 3,176: | Line 3,176: | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
} | } | ||
.portal-link-img.article.eristoken a:hover { | |||
background-image: url("https://wiki.geministation.com/images/6/65/Eris_token.png"); | |||
background-size: contain; | |||
background-repeat: no-repeat; | |||
} | |||
.portal-link-img.article.gemtoken a:hover { | |||
background-image: url("https://wiki.geministation.com/images/2/24/Gem_token.png"); | |||
background-size: contain; | |||
background-repeat: no-repeat; | |||
} | |||
.portal-link-img.article.jupitertoken a:hover { | |||
background-image: url("https://wiki.geministation.com/images/0/0b/Jupiter_token.png"); | |||
background-size: contain; | |||
background-repeat: no-repeat; | |||
} | |||
.portal-link-img.article.marstoken a:hover { | |||
background-image: url("https://wiki.geministation.com/images/8/8a/Mars_token.png"); | |||
background-size: contain; | |||
background-repeat: no-repeat; | |||
} | |||
.portal-link-img.article.moontoken a:hover { | |||
background-image: url("https://wiki.geministation.com/images/9/97/Moon_token.png"); | |||
background-size: contain; | |||
background-repeat: no-repeat; | |||
} | |||
.portal-link-img.article.birthdaytoken a:hover { | |||
background-image: url("https://wiki.geministation.com/images/2/2a/Token_birthday.png"); | |||
background-size: contain; | |||
background-repeat: no-repeat; | |||
} | |||
.portal-link-img.article.cavmastoken a:hover { | |||
background-image: url("https://wiki.geministation.com/images/6/65/Token_cavmas.png"); | |||
background-size: contain; | |||
background-repeat: no-repeat; | |||
} | |||
.portal-link-img.article.harvesttoken a:hover { | |||
background-image: url("https://wiki.geministation.com/images/f/f2/Token_harvest.png"); | |||
background-size: contain; | |||
background-repeat: no-repeat; | |||
} | |||
.portal-link-img.article.fightertoken a:hover { | |||
background-image: url("https://wiki.geministation.com/images/3/31/Fighter_token.png"); | |||
background-size: contain; | |||
background-repeat: no-repeat; | |||
} | |||
.portal-link-img.article.freightertoken a:hover { | |||
background-image: url("https://wiki.geministation.com/images/9/9c/Freighter_token.png"); | |||
background-size: contain; | |||
background-repeat: no-repeat; | |||
} | |||
.portal-link-img.article.scouttoken a:hover { | |||
background-image: url("https://wiki.geministation.com/images/1/11/Scout_token.png"); | |||
background-size: contain; | |||
background-repeat: no-repeat; | |||
} | |||
.portal-link-img.file a { | .portal-link-img.file a { | ||
border-top: 8px solid #617ebc; | border-top: 8px solid #617ebc; | ||