テンプレート:Duration/styles.css

提供: Stardew Valley Wiki
< テンプレート:Duration
2021年5月22日 (土) 00:52時点におけるMargotbean (トーク | 投稿記録)による版 (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:テンプレート]] */