diff options
author | Erling Aaby <spa440w@gmail.com> | 2013-04-24 11:18:56 +0200 |
---|---|---|
committer | Erling Aaby <spa440w@gmail.com> | 2013-04-24 11:18:56 +0200 |
commit | 9e43da70033c4bd2853c8f9395f2762d943e6625 (patch) | |
tree | d8e4638462fe3b3074a97cb512137a685395aa85 /public | |
parent | Changed color on nav menu (diff) | |
download | Divid-9e43da70033c4bd2853c8f9395f2762d943e6625.tar.gz |
Changed gradient
Diffstat (limited to 'public')
-rw-r--r-- | public/css/styles.less | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/public/css/styles.less b/public/css/styles.less index 664c80a..1cad347 100644 --- a/public/css/styles.less +++ b/public/css/styles.less @@ -221,14 +221,15 @@ margin-left: 20px; margin-top: 20px; margin-bottom:20px; padding:10px; - background: rgb(221,245,255); /* Old browsers */ - background: -moz-linear-gradient(left, rgba(221,245,255,1) 13%, rgba(159,228,255,1) 46%, rgba(79,208,255,1) 92%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, right top, color-stop(13%,rgba(221,245,255,1)), color-stop(46%,rgba(159,228,255,1)), color-stop(92%,rgba(79,208,255,1))); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(left, rgba(221,245,255,1) 13%,rgba(159,228,255,1) 46%,rgba(79,208,255,1) 92%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(left, rgba(221,245,255,1) 13%,rgba(159,228,255,1) 46%,rgba(79,208,255,1) 92%); /* Opera 11.10+ */ - background: -ms-linear-gradient(left, rgba(221,245,255,1) 13%,rgba(159,228,255,1) 46%,rgba(79,208,255,1) 92%); /* IE10+ */ - background: linear-gradient(to right, rgba(221,245,255,1) 13%,rgba(159,228,255,1) 46%,rgba(79,208,255,1) 92%); /* W3C */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddf5ff', endColorstr='#4fd0ff',GradientType=1 ); /* IE6-9 */ + background: rgb(255,154,0); /* Old browsers */ + background: -moz-linear-gradient(left, rgba(255,154,0,1) 0%, rgba(104,154,211,1) 57%, rgba(65,134,211,1) 83%, rgba(13,86,166,1) 99%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,154,0,1)), color-stop(57%,rgba(104,154,211,1)), color-stop(83%,rgba(65,134,211,1)), color-stop(99%,rgba(13,86,166,1))); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(left, rgba(255,154,0,1) 0%,rgba(104,154,211,1) 57%,rgba(65,134,211,1) 83%,rgba(13,86,166,1) 99%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(left, rgba(255,154,0,1) 0%,rgba(104,154,211,1) 57%,rgba(65,134,211,1) 83%,rgba(13,86,166,1) 99%); /* Opera 11.10+ */ + background: -ms-linear-gradient(left, rgba(255,154,0,1) 0%,rgba(104,154,211,1) 57%,rgba(65,134,211,1) 83%,rgba(13,86,166,1) 99%); /* IE10+ */ + background: linear-gradient(to right, rgba(255,154,0,1) 0%,rgba(104,154,211,1) 57%,rgba(65,134,211,1) 83%,rgba(13,86,166,1) 99%); /* W3C */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9a00', endColorstr='#0d56a6',GradientType=1 ); /* IE6-9 */ + -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; |