Alertbox CSS
authorDarren <darren@darrenwhitlen.com>
Mon, 26 Sep 2011 20:16:27 +0000 (21:16 +0100)
committerDarren <darren@darrenwhitlen.com>
Mon, 26 Sep 2011 20:16:27 +0000 (21:16 +0100)
css/ui.css

index c8570f283a5804ca2321d7b331d706a5005ab938..59a5dbd30a91e1ce3d3f426d8f01a94b6035440f 100644 (file)
 \r
 \r
 \r
-\r
+#alertbox {\r
+       background-image: linear-gradient(bottom, rgb(212,212,45) 43%, rgb(171,171,0) 72%);\r
+       background-image: -o-linear-gradient(bottom, rgb(212,212,45) 43%, rgb(171,171,0) 72%);\r
+       background-image: -moz-linear-gradient(bottom, rgb(212,212,45) 43%, rgb(171,171,0) 72%);\r
+       background-image: -webkit-linear-gradient(bottom, rgb(212,212,45) 43%, rgb(171,171,0) 72%);\r
+       background-image: -ms-linear-gradient(bottom, rgb(212,212,45) 43%, rgb(171,171,0) 72%);\r
+\r
+       background-image: -webkit-gradient(\r
+               linear,\r
+               left bottom,\r
+               left top,\r
+               color-stop(0.43, rgb(212,212,45)),\r
+               color-stop(0.72, rgb(171,171,0))\r
+       );\r
+}\r
 \r
 \r
 \r