MediaWiki:Common.css — различия между версиями
Материал из SEWiki
Xamgore (обсуждение | вклад) |
Xamgore (обсуждение | вклад) |
||
Строка 1: | Строка 1: | ||
/* Размещённый здесь CSS будет применяться ко всем темам оформления */ | /* Размещённый здесь CSS будет применяться ко всем темам оформления */ | ||
− | .mw-body a.external[href^='https://stepik.org'] | + | .mw-body a.external[href^='https://stepik.org'], |
− | + | .mw-body a.external[href^='https://github.com'], | |
− | + | .mw-body a.external[href^='https://yadi.sk'] { | |
− | + | background: 0; | |
+ | padding-right: 0; | ||
} | } | ||
− | .mw-body a.external[href^='https:// | + | .mw-body a.external[href^='https://stepik.org']::after, |
− | + | .mw-body a.external[href^='https://github.com']::after, | |
− | + | .mw-body a.external[href^='https://yadi.sk']::after { | |
− | + | content: ''; | |
− | + | padding-right: 1.4em; | |
+ | background-size: contain; | ||
+ | background-repeat: no-repeat; | ||
+ | background-position-x: right; | ||
} | } | ||
− | .mw-body a.external[href^='https:// | + | .mw-body a.external[href^='https://stepik.org']::after { |
− | + | background-image: url(https://stepik.org/static/classic/ico/favicon_57.png); | |
− | + | } | |
− | + | ||
+ | .mw-body a.external[href^='https://github.com']::after { | ||
+ | background-image: url(https://assets-cdn.github.com/favicon.ico); | ||
+ | background-image: url(https://assets-cdn.github.com/pinned-octocat.svg); | ||
+ | } | ||
+ | |||
+ | .mw-body a.external[href^='https://yadi.sk']::after { | ||
+ | background-image: url(https://yadi.sk/favicon.ico); | ||
} | } |
Версия 12:16, 15 сентября 2017
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
.mw-body a.external[href^='https://stepik.org'],
.mw-body a.external[href^='https://github.com'],
.mw-body a.external[href^='https://yadi.sk'] {
background: 0;
padding-right: 0;
}
.mw-body a.external[href^='https://stepik.org']::after,
.mw-body a.external[href^='https://github.com']::after,
.mw-body a.external[href^='https://yadi.sk']::after {
content: '';
padding-right: 1.4em;
background-size: contain;
background-repeat: no-repeat;
background-position-x: right;
}
.mw-body a.external[href^='https://stepik.org']::after {
background-image: url(https://stepik.org/static/classic/ico/favicon_57.png);
}
.mw-body a.external[href^='https://github.com']::after {
background-image: url(https://assets-cdn.github.com/favicon.ico);
background-image: url(https://assets-cdn.github.com/pinned-octocat.svg);
}
.mw-body a.external[href^='https://yadi.sk']::after {
background-image: url(https://yadi.sk/favicon.ico);
}