Template:Name/styles.css

From Stardew Valley Wiki
Jump to navigation Jump to search
/* Moved from Vector.css and Mobile.css */
.nametemplate {
   margin: 2px 5px 1px 2px;
   display: block;
   white-space: nowrap;
}

/* Inline styling moved from template; afaik there never was an inline class in Vector, Common, or Mobile.css, though the template referred to it for some reason... */
.nametemplateinline {
   margin: 2px 0 1px 2px;
   display: inline; 
   white-space: nowrap;
}

/* .nametemplate img was moved from Mobile.css, did not appear in Vector.css; May be outdated with MediaWiki update? */
.nametemplate img, .nametemplateinline img {
   max-width: none;
}

/* [[Category:Template stylesheets]] */