dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #18138
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 7526: minor adjustments to light_blue css theme, uses css3 gradients for rendering logo_background
------------------------------------------------------------
revno: 7526
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2012-07-06 13:22:22 +0200
message:
minor adjustments to light_blue css theme, uses css3 gradients for rendering logo_background
modified:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css 2012-06-05 21:31:46 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css 2012-07-06 11:22:22 +0000
@@ -53,7 +53,16 @@
div#header
{
- background-image: url('logo_background.png');
+ background: #4c7eb0; /* Old browsers */
+ background: -moz-linear-gradient(top, #4c7eb0 0%, #1d5288 96%, #33669b 98%, #074a7d 100%); /* FF3.6+ */
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c7eb0), color-stop(96%,#1d5288), color-stop(98%,#33669b), color-stop(100%,#074a7d)); /* Chrome,Safari4+ */
+ background: -webkit-linear-gradient(top, #4c7eb0 0%,#1d5288 96%,#33669b 98%,#074a7d 100%); /* Chrome10+,Safari5.1+ */
+ background: -o-linear-gradient(top, #4c7eb0 0%,#1d5288 96%,#33669b 98%,#074a7d 100%); /* Opera 11.10+ */
+ background: -ms-linear-gradient(top, #4c7eb0 0%,#1d5288 96%,#33669b 98%,#074a7d 100%); /* IE10+ */
+ background: linear-gradient(to bottom, #4c7eb0 0%,#1d5288 96%,#33669b 98%,#074a7d 100%); /* W3C */
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7eb0', endColorstr='#074a7d',GradientType=0 ); /* IE6-9 */
+
+ /* background-image: url('logo_background.png'); */
background-repeat: repeat-x;
height: 46px;
position: absolute;