Skip to content

Instantly share code, notes, and snippets.

@ralmn
Created March 4, 2015 17:02
Show Gist options
  • Save ralmn/dae7a3f37bc885a8bb37 to your computer and use it in GitHub Desktop.
Save ralmn/dae7a3f37bc885a8bb37 to your computer and use it in GitHub Desktop.
VideoStream cast
.background {
background: rgb(255,0,0); /* Old browsers */
background: -moz-linear-gradient(top, rgba(96,108,136,1) 0%, rgba(63,76,107,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,108,136,1)), color-stop(100%,rgba(63,76,107,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* W3C */
}
.logo {
background-image: url(http://i.imgur.com/c1f1qxV.png);
}
.progressBar {
background-color: rgb(238, 255, 65);
}
.splash {
background-image: url(http://i.imgur.com/c1f1qxV.png);
}
.watermark {
background-image: url(http://i.imgur.com/c1f1qxV.png);
background-size: 57px 57px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment