Template:SW/republic.css

From Story Time Inc.
Revision as of 23:38, 27 March 2020 by Murishani (talk | contribs) (Created page with "→‎Annotated version: .foo { →‎Fallback color in case background-image gradient is not supported: background-color: #444; /* Standard syntax supported by Firefox 16+,...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

/* Annotated version */ .foo { /* Fallback color in case background-image gradient is not supported */ background-color: #444; /* Standard syntax supported by Firefox 16+, Opera 12.5+, IE10+ */ background-image: linear-gradient( to bottom, #444, #999 ); }