MediaWiki: Tweeki.css: различия между версиями 🔗
Материал из VEDA Wiki
Sphynkx (обсуждение | вклад) Нет описания правки Метка: ручная отмена |
Sphynkx (обсуждение | вклад) Нет описания правки |
||
Строка 13: | Строка 13: | ||
} | } | ||
/*Hide file history table in file pages*/ | |||
#mw-imagepage-section-filehistory | #mw-imagepage-section-filehistory | ||
{ | { |
Версия от 03:11, 20 октября 2024
/* CSS placed here will affect users of the Tweeki skin */
a.new, a.new:visited {
cursor: text !important;
color: black;
text-decoration: none;
pointer-events: none;
// opacity: 0.6;
}
.tech, .mw-whatlinkshere-tools
{
display: none;
}
/*Hide file history table in file pages*/
#mw-imagepage-section-filehistory
{
display: none;
}
/* Icons for links
https://en.wikipedia.org/wiki/MediaWiki:Common.css Change the external link icon to a Y icon for all Youtube URLs
Config in MediaWiki:Common.css dont work with Tweeki skin - format changed. Also the /image drectory need to softlink to /skins/Tweeki/public/legacy/css
*/
#content a.external[href^="https://www.youtube"],
#content a.external[href^="https://youtu.be"] {
/*background: url("images/f/f0/YouTube_full-24px.png") no-repeat right;*/
/*background: url("images/d/d5/YouTube_full-20px.png") no-repeat right;*/
/*background: url("images/5/50/YouTube_full-15px.png") no-repeat right;*/
background: url("images/8/81/YouTube_full-12px.png") no-repeat right;
/* @noflip */
padding: 8px 15px 8px 0;
/*background-size: 3%;*/
}
#content a.external[href*="rutube"] {
background: url("images/d/d9/Rutube_logo_15px.png") no-repeat right;
/* @noflip */
padding: 8px 17px 8px 0;
/*background-size: 3%;*/
}
#content a.external[href^="https://t.me"] {
background: url("images/d/d5/Tg_logo_15px.png") no-repeat right;
/* @noflip */
padding: 8px 17px 8px 0;
/*background-size: 3%;*/
}
#content a.external[href^="https://vk.com"] {
background: url("images/4/4a/Vk_logo_15px.png") no-repeat right;
/* @noflip */
padding: 8px 17px 8px 0;
/*background-size: 3%;*/
}
#content a.external[href*="facebook"] {
background: url("images/4/40/Facebook_Logo_15px.png") no-repeat right;
/* @noflip */
padding: 8px 17px 8px 0;
/*background-size: 3%;*/
}
#content a.external[href*="wikipedia"] {
background: url("images/0/0c/Wikipedia_logo_15px.png") no-repeat right;
/* @noflip */
padding: 8px 17px 8px 0;
/*background-size: 3%;*/
}
#content a.external[href*="livejournal"] {
background: url("images/5/5f/Lj_logo_15px.png") no-repeat right;
/* @noflip */
padding: 8px 17px 8px 0;
/*background-size: 3%;*/
}
#content a.external[href*="instagram"] {
background: url("images/c/c7/Insta_logo_15px.png") no-repeat right;
/* @noflip */
padding: 8px 17px 8px 0;
/*background-size: 3%;*/
}
#content a.external[href*="https://ok.ru/"] {
background: url("images/c/cf/OK_logo_15px.png") no-repeat right;
/* @noflip */
padding: 8px 17px 8px 0;
/*background-size: 3%;*/
}
#content a.external[href*="https://dzen.ru/"] {
background: url("images/2/28/Yandex_Zen_logo_15px.png") no-repeat right;
/* @noflip */
padding: 8px 17px 8px 0;
/*background-size: 3%;*/
}
#content a.external[href*="twitter.com"],
#content a.external[href*="https://x.com"] {
/*background: url("images/c/c1/Twitter-logo_15px.png") no-repeat right;*/
background: url("images/5/53/Twitter-logo_13px.png") no-repeat right;
/* @noflip */
padding: 8px 17px 8px 0;
/*background-size: 3%;*/
}
#content a.external[href^="https://maps.google.com/maps"] {
background: url("images/e/e1/Gmaps16dp.png") no-repeat right;
/* @noflip */
padding: 8px 15px 8px 0;
/*background-size: 3%;*/
}
#content a.external[href^="https://lahwiki.sphynkx.org.ua/"] {
background: url("images/8/82/Lahwiki_pyr_fav16_01.png") no-repeat right;
/* @noflip */
padding: 8px 15px 8px 0;
/*background-size: 3%;*/
}