Jump to content

MediaWiki:Gadget-UTCLiveClock.css

Sabdkosh se

Note: - Save kare ke baad, aap ke sait browser ke cache ke bypass kare ke parri badlao ke dekhe khatir.

  • Firefox / Safari: me Shift ke dabae ke Reload, pe click karo, nai to chaahe Ctrl-F5 nai to Ctrl-R (⌘-R Mac pe)
  • Google Chrome: me Ctrl-Shift-R dabao (⌘-Shift-R Mac pe)
  • Internet Explorer: me Ctrl dabae ke Refresh pe click karo, nai to Ctrl-F5 dabao
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/**
 * Explicitly set width of the UTC-clock list element, so that we can use a
 * hidden peer gadget to add space where the clock would go before it loads.
 */
.skin-vector #utcdate {
	width: 6em;
	/* 
	 * The default margin-left is 0.75em, but set it again here explicitly, so
	 * we can be sure of the exact width.
	 */ 
	margin-left: 0.75em;
}

.skin-monobook #utcdate {
	width: 6.279em;
	display: inline-block; /* We need this for the width property to work */
	/* 
	 * The default margin-left is 1em, but set it again here explicitly, so
	 * we can be sure of the exact width.
	 */ 
	margin-left: 1em;
}

/* Do not clip the seconds in the date */
.skin-vector-2022 #utcdate a {
  width: 100%;
}