Шаблон:Duration/styles.css

Материал из Stardew Valley Wiki
< Шаблон:Duration
Версия от 00:51, 22 мая 2021; 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:Шаблон]] */