MediaWiki:Gadget-UTCLiveClock-pagestyles.css
Appearance
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.
/**
* This is loaded as a hidden peer gadget of UTCLiveClock.
* Before UTCLiveClock has loaded, it adds space where the clock would go,
* so that the personal toolbar does not "jump".
*/
.client-js > body.skin-monobook #p-personal li {
font-size: 1em;
}
/*
* Reserve space for the clock gadget after the end of the p-personal ul
* element.
*/
.client-js > body.skin-vector-legacy #p-personal ul {
/*
* The clock width plus its left margin, multiplied by the relative font
* size: (6em + 0.75em) * 0.75
*/
margin-right: 5.0625em;
}
.client-js > body.skin-monobook #p-personal ul {
/*
* Clock width: 6.279em
* Left margin: 1em
* Space separator after "log out" link: 0.321em (found through trial and
* error)
* Total space: 6.279em + 1em + 0.321em
*/
margin-right: 7.6em;
}