今天是2025年十二月16日 第51周 星期二
代人,时大变了。
我们生活在大地上,但我们的梦想超越天空。
“MediaWiki:Gadget-UTCLiveClock.css”的版本间的差异
跳到导航
跳到搜索
(use separate styles for Vector and Monobook) |
小 (导入1个版本:从MW导入小工具) |
(没有差异)
| |
2020年6月2日 (二) 10:01的版本
/**
* 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;
}