MediaWiki:Gadget-edittop.css: Unterschied zwischen den Versionen

CamNet - das Wiki
K (1 Version)
 
imported>Edokter
(Redundant)
 
Zeile 1: Zeile 1:
/* @noflip */
/* @noflip */
body.ltr .mw-editsection-expanded .mw-editsection-bracket:first-of-type,
body.ltr h1.firstHeading .mw-editsection-bracket:first-of-type,
body.rtl .mw-editsection-expanded .mw-editsection-bracket:not(:first-of-type) {
body.rtl h1.firstHeading .mw-editsection-bracket:not(:first-of-type) {
    margin-left: -0.25em;
margin-right: 0.25em;
margin-right: 0.25em;
color: #555;
color: #555;
Zeile 8: Zeile 7:


/* @noflip */
/* @noflip */
body.rtl .mw-editsection-expanded .mw-editsection-bracket:first-of-type,
body.rtl h1.firstHeading .mw-editsection-bracket:first-of-type,
body.ltr .mw-editsection-expanded .mw-editsection-bracket:not(:first-of-type) {
body.ltr h1.firstHeading .mw-editsection-bracket:not(:first-of-type) {
margin-right: -0.25em;
margin-left: 0.25em;
margin-left: 0.25em;
color: #555;
color: #555;
}
}

Aktuelle Version vom 10. April 2022, 09:51 Uhr

/* @noflip */
body.ltr h1.firstHeading .mw-editsection-bracket:first-of-type,
body.rtl h1.firstHeading .mw-editsection-bracket:not(:first-of-type) {
	margin-right: 0.25em;
	color: #555;
}

/* @noflip */
body.rtl h1.firstHeading .mw-editsection-bracket:first-of-type,
body.ltr h1.firstHeading .mw-editsection-bracket:not(:first-of-type) {
	margin-left: 0.25em;
	color: #555;
}