Template:Duration/styles.css

来自Stardew Valley Wiki
< Template:Duration
Margotbean讨论 | 贡献2021年5月22日 (六) 00:50的版本 (create page)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航 跳到搜索
.durationtemplate {
   margin: 2px 5px 1px 2px;
   display: block;
   white-space: nowrap;
}

.durationtemplateinline {
   margin: 2px 0 1px 2px;
   display: inline; 
   white-space: nowrap;
}

/* These may not be needed, or needed only on mobile */
.durationtemplate img, .durationtemplateinline img {
   max-width: none;
}

/* [[Category:Template]] */