MediaWiki:Gadget-Shortdesc-helper-pagestyles-vector.css

S Wikipedije, slobodne enciklopedije

Napomena: Nakon što objavite izmjene, možda ćete morati osvježiti keš preglednika da biste vidjeli izmjene.

  • Firefox / Safari: Držite Shift i kliknite na Reload ili pritisnite Ctrl-F5 ili Ctrl-R (⌘-R na Macu)
  • Google Chrome: Pritisnite Ctrl-Shift-R (⌘-Shift-R na Macu)
  • Internet Explorer / Edge: Držite Ctrl i kliknite na Refresh ili pritisnite Ctrl-F5
  • Opera: Pritisnite Ctrl-F5.
/* This is its own file/gadget because a CSS-only gadget like this is page blocking, but CSS in a JavaScript gadget is loaded later. Doing it this way avoids a flash of unstyled content where the short description jumps around. */

/* Fix content jump */
.skin-vector.ns-0 #mw-content-subtitle::after {
	content: '\200B';
}

.skin-vector.ns-0 .noarticletext {
	margin-top: -1.008em; /* 0.84 * 1.2em */
}

/* Fix layout for deleted mainspace pages */
.skin-vector.ns-0:not(.skin-vector-2022) #contentSub2 {
	margin-top: -1.2em;
}

.skin-vector.ns-0 .mw-warning-with-logexcerpt {
	margin-bottom: 1.2em;
}