DIV_CLASS_ROW

MediaWiki: Tweeki.css: различия между версиями 🔗


Материал из VEDA Wiki
Перейти к: навигация, поиск
Нет описания правки
Нет описания правки
Строка 8: Строка 8:
}
}


.mw-parser-output a[href*="wikipedia"].external {
#content a.external[href*="wikipedia"] {
     background: url("images/0/0c/Wikipedia_logo_15px.png") no-repeat right;
     background: url("images/0/0c/Wikipedia_logo_15px.png") no-repeat right;
/* @noflip */
/* @noflip */

Версия от 15:16, 5 октября 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;
}

#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 ^="https://maps.google.com/maps"] {
<------>/* @embed */
<------>background: url("images/e/e1/Gmaps16dp.png") center right no-repeat;
<------>padding-right: 13px;
}