RE: Multicolor Theme Issues 05-29-2014, 11:33 AM
#4
Please change the menu to this soft gradient;
Code:
background: #0b0b0b;
background: -moz-linear-gradient(top, #0b0b0b 0%, #080808 2%, #270808 4%, #c52727 6%, #811919 8%, #791515 24%, #5f1111 43%, #510c0c 53%, #500d0d 80%, #531111 88%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0b0b0b), color-stop(2%,#080808), color-stop(4%,#270808), color-stop(6%,#c52727), color-stop(8%,#811919), color-stop(24%,#791515), color-stop(43%,#5f1111), color-stop(53%,#510c0c), color-stop(80%,#500d0d), color-stop(88%,#531111));
background: -webkit-linear-gradient(top, #0b0b0b 0%,#080808 2%,#270808 4%,#c52727 6%,#811919 8%,#791515 24%,#5f1111 43%,#510c0c 53%,#500d0d 80%,#531111 88%);
background: -o-linear-gradient(top, #0b0b0b 0%,#080808 2%,#270808 4%,#c52727 6%,#811919 8%,#791515 24%,#5f1111 43%,#510c0c 53%,#500d0d 80%,#531111 88%);
background: -ms-linear-gradient(top, #0b0b0b 0%,#080808 2%,#270808 4%,#c52727 6%,#811919 8%,#791515 24%,#5f1111 43%,#510c0c 53%,#500d0d 80%,#531111 88%);
background: linear-gradient(to bottom, #0b0b0b 0%,#080808 2%,#270808 4%,#c52727 6%,#811919 8%,#791515 24%,#5f1111 43%,#510c0c 53%,#500d0d 80%,#531111 88%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b0b0b', endColorstr='#531111',GradientType=0 );





![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)