Not: Yayımladıktan sonra değişiklikleri görmeniz için tarayıcınızın önbelleğini temizlemeniz gerekebilir.

  • Firefox / Safari: Shift tuşuna basılıyken Yeniden Yükle'ye tıklayın ya da Ctrl-F5 ya da Ctrl-R tıklayın (Mac için ⌘-R)
  • Google Chrome: Ctrl-Shift-R'ye basın. (Mac için ⌘-Shift-R)
  • Edge: Ctrl basılıyken Yenile'ye tıklayın ya da Ctrl-F5'e basın.
/**  * 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 {     display: inline-block;     font-size: 0.5em;     overflow: hidden;     text-overflow: ellipsis;     white-space: nowrap;     background-image: url('');     background-repeat: no-repeat; 	background-size: 18px;     background-position: 13px 5px; }*/  .mw-ui-icon-vector-gadget-utcdate:before {     background-image: url('https://upload.wikimedia.org/wikipedia/commons/d/dd/OOjs_UI_icon_clock.svg'); }  .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; }