MediaWiki:Vector-2022.css

Oharra: Gorde ondoren zure nabigatzailearen katxea ekidin beharko duzu aldaketak ikusteko. Mozilla / Firefox / Safari: Shift tekla sakatu birkargatzeko momentuan, edo Ctrl-Shift-R sakatu (Cmd-Shift-R Apple Mac baten); IE: Ctrl tekla sakatu birkargatzeko momentuan, edo Ctrl-F5 sakatu; Konqueror:: Birkargatzeko klik egin, edo F5 sakatu, besterik ez; Opera erabiltzaileek Tresnak-Hobespenak atalera jo eta katxea garbitzeko aukera hautatu.

/**
 * Note: [[MediaWiki:Common.css]] [[MediaWiki:Vector.css]] is loaded in addition to these styles
 * This stylesheet is reserved only for styles that override rules in [[MediaWiki:Vector.css]].
 * Please use [[Extension:TemplateStyles]] where possible.
 */
/* T281974 - temporary solution: this solution breaks the coordinates and moves it inside the template twice */
.skin-vector-2022 #coordinates { top: 2em; }
	
#mw-indicator-coordinates #coordinates {
    right: auto;
    position: relative;
    top: auto;
    line-height: 2;
    float: none;
}

.article_quality.mw-indicator {
	order: 0;
}
#mw-indicator-coordinates {
	order: 1;
}
.mw-indicator {
	order: 2;
}
/* Can be removed when T300279 is resolved */
#contentSub2:empty,#contentSub:empty { display: none; }

/* Floating article quality to the left */
.vector-body-before-content .mw-indicators {
    display: flex;
    column-gap: 10px;
    display: flex;
    width:100%;
	/* for anonymous users make sure other elements stay on the right */
	justify-content: end;
}

.article_quality { flex-grow: 1; }  /*will push article quality to the left */

/* ARIKETAK ATAL BAT EGOTEKOTAN, IKONOA GEHITU */
#toc-Ariketak a div:before {content: url('https://upload.wikimedia.org/wikipedia/commons/thumb/2/24/YouTube_Silver_Play_Button.png/18px-YouTube_Silver_Play_Button.png');}


/* Txikipediako lauza */
#ca-nstab-txikipedia a:hover {
  border-color: #0645ad;
}

#ca-nstab-txikipedia.new a:hover {
  border-color: #dd3333;
}

#ca-nstab-txikipedia.selected a {
  border-color: #000000;
}