aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/public
diff options
context:
space:
mode:
authorErling Aaby <spa440w@gmail.com>2013-04-24 09:21:19 +0200
committerErling Aaby <spa440w@gmail.com>2013-04-24 09:21:19 +0200
commitdc259bd58fd390daa0c98dba92c6de4e0a2fdd7d (patch)
tree64e53d11dbcb6878c1a973f382372dbe38f8f92c /public
parentRevert "Revert "gradient 2 blue"" (diff)
downloadDivid-dc259bd58fd390daa0c98dba92c6de4e0a2fdd7d.tar.gz
Revert "Revert "Revert "gradient 2 blue"""
This reverts commit fbbe5f6b46102130057ea656508e53246482ae27.
Diffstat (limited to 'public')
-rw-r--r--public/css/styles.less25
1 files changed, 17 insertions, 8 deletions
diff --git a/public/css/styles.less b/public/css/styles.less
index ceea640..40f07ef 100644
--- a/public/css/styles.less
+++ b/public/css/styles.less
@@ -221,14 +221,23 @@ margin-left: 20px;
margin-top: 20px;
margin-bottom:20px;
padding:10px;
- background-color: rgb(208,228,247); /* Old browsers */
- background: -moz-linear-gradient(left, rgba(208,228,247,1) 13%, rgba(115,177,231,1) 46%, rgba(0,116,211,1) 92%); /* FF3.6+ */
- background: -webkit-gradient(linear, left top, right top, color-stop(13%,rgba(208,228,247,1)), color-stop(46%,rgba(115,177,231,1)), color-stop(92%,rgba(0,116,211,1))); /* Chrome,Safari4+ */
- background: -webkit-linear-gradient(left, rgba(208,228,247,1) 13%,rgba(115,177,231,1) 46%,rgba(0,116,211,1) 92%); /* Chrome10+,Safari5.1+ */
- background: -o-linear-gradient(left, rgba(208,228,247,1) 13%,rgba(115,177,231,1) 46%,rgba(0,116,211,1) 92%); /* Opera 11.10+ */
- background: -ms-linear-gradient(left, rgba(208,228,247,1) 13%,rgba(115,177,231,1) 46%,rgba(0,116,211,1) 92%); /* IE10+ */
- background: linear-gradient(to right, rgba(208,228,247,1) 13%,rgba(115,177,231,1) 46%,rgba(0,116,211,1) 92%); /* W3C */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#0074d3',GradientType=1 ); /* IE6-9 */*/
+ background-color: 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 */
+
+ /*rgb(208,228,247); /* Old browsers */
+background: -moz-linear-gradient(left, rgba(208,228,247,1) 13%, rgba(115,177,231,1) 46%, rgba(0,116,211,1) 92%); /* FF3.6+ */
+background: -webkit-gradient(linear, left top, right top, color-stop(13%,rgba(208,228,247,1)), color-stop(46%,rgba(115,177,231,1)), color-stop(92%,rgba(0,116,211,1))); /* Chrome,Safari4+ */
+background: -webkit-linear-gradient(left, rgba(208,228,247,1) 13%,rgba(115,177,231,1) 46%,rgba(0,116,211,1) 92%); /* Chrome10+,Safari5.1+ */
+background: -o-linear-gradient(left, rgba(208,228,247,1) 13%,rgba(115,177,231,1) 46%,rgba(0,116,211,1) 92%); /* Opera 11.10+ */
+background: -ms-linear-gradient(left, rgba(208,228,247,1) 13%,rgba(115,177,231,1) 46%,rgba(0,116,211,1) 92%); /* IE10+ */
+background: linear-gradient(to right, rgba(208,228,247,1) 13%,rgba(115,177,231,1) 46%,rgba(0,116,211,1) 92%); /* W3C */
+filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#0074d3',GradientType=1 ); /* IE6-9 */*/
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;