Advertisement
jigsaww

FOOTER AND HEADER COLOR SCHEME

Oct 9th, 2013
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. MENU BAR AND FOOTER DIV COLOR GRADIENT:
  2.  
  3. background: rgb(243,197,189); /* Old browsers */
  4. background: -moz-linear-gradient(left, rgba(243,197,189,1) 0%, rgba(243,197,189,1) 0%, rgba(232,108,87,1) 0%, rgba(255,102,0,1) 0%, rgba(234,40,3,1) 37%, rgba(199,34,0,1) 100%); /* FF3.6+ */
  5. background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(243,197,189,1)), color-stop(0%,rgba(243,197,189,1)), color-stop(0%,rgba(232,108,87,1)), color-stop(0%,rgba(255,102,0,1)), color-stop(37%,rgba(234,40,3,1)), color-stop(100%,rgba(199,34,0,1))); /* Chrome,Safari4+ */
  6. background: -webkit-linear-gradient(left, rgba(243,197,189,1) 0%,rgba(243,197,189,1) 0%,rgba(232,108,87,1) 0%,rgba(255,102,0,1) 0%,rgba(234,40,3,1) 37%,rgba(199,34,0,1) 100%); /* Chrome10+,Safari5.1+ */
  7. background: -o-linear-gradient(left, rgba(243,197,189,1) 0%,rgba(243,197,189,1) 0%,rgba(232,108,87,1) 0%,rgba(255,102,0,1) 0%,rgba(234,40,3,1) 37%,rgba(199,34,0,1) 100%); /* Opera 11.10+ */
  8. background: -ms-linear-gradient(left, rgba(243,197,189,1) 0%,rgba(243,197,189,1) 0%,rgba(232,108,87,1) 0%,rgba(255,102,0,1) 0%,rgba(234,40,3,1) 37%,rgba(199,34,0,1) 100%); /* IE10+ */
  9. background: linear-gradient(to right, rgba(243,197,189,1) 0%,rgba(243,197,189,1) 0%,rgba(232,108,87,1) 0%,rgba(255,102,0,1) 0%,rgba(234,40,3,1) 37%,rgba(199,34,0,1) 100%); /* W3C */
  10. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c5bd', endColorstr='#c72200',GradientType=1 ); /* IE6-9 */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement