今天是2025年12月16日 第51周 星期二
代人,时大变了。
我们生活在大地上,但我们的梦想超越天空。
MediaWiki:Gadget-UTCP8LiveClock.css
One-Six(讨论 | 贡献)2020年6月2日 (二) 11:10的版本 (创建页面,内容为“→* * 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.: .ski…”)
注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Internet Explorer:按住Ctrl的同时单击刷新,或按Ctrl-F5
- Opera:前往菜单 → 设置(Mac为Opera → Preferences),然后隐私和安全 → 清除浏览数据 → 缓存的图片和文件。
/**
* 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: 7.55em;
/*
* 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;
}/* Monobook not available to this wiki.
.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;
}*/