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
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

/* 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 ); }