← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 433: Created openhealth skin.

 

------------------------------------------------------------
revno: 433
committer: Lars Helge Oeverland larshelge@xxxxxxxxx
branch nick: trunk
timestamp: Tue 2009-07-07 23:34:47 +0200
message:
  Created openhealth skin.
added:
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/openhealth/
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/openhealth/dom.js
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/openhealth/head.png
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/openhealth/logo_background.png
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/openhealth/logo_banner.png
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/openhealth/logo_left.png
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/openhealth/logo_right.png
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/openhealth/logo_separator.png
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/openhealth/openhealth.css
modified:
  dhis-2/dhis-options/src/main/resources/META-INF/dhis/beans.xml
  dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-settings/src/main/resources/org/hisp/dhis/settings/i18n_module.properties

=== modified file 'dhis-2/dhis-options/src/main/resources/META-INF/dhis/beans.xml'
--- dhis-2/dhis-options/src/main/resources/META-INF/dhis/beans.xml	2009-06-19 13:23:57 +0000
+++ dhis-2/dhis-options/src/main/resources/META-INF/dhis/beans.xml	2009-07-07 21:34:47 +0000
@@ -133,6 +133,10 @@
           <value>green/green.css</value>
         </entry>
         <entry>
+          <key><value>openhealth</value></key>
+          <value>openhealth/openhealth.css</value>
+        </entry>
+        <entry>
           <key><value>vietnam</value></key>
           <value>vietnam/vietnam.css</value>
         </entry>

=== added directory 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/openhealth'
=== added file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/openhealth/dom.js'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/openhealth/dom.js	1970-01-01 00:00:00 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/openhealth/dom.js	2009-07-07 21:34:47 +0000
@@ -0,0 +1,17 @@
+
+$( document ).ready( function()
+{        
+  $( "li.menuDropDownItem" ).mouseover( function() // Over dropdown item
+  {
+    $( this ).css( "background-color", "#588db5" );
+    $( this ).css( "color", "#ffffff" );
+    $( this ).css( "border", "1px solid #f0f0f0" );
+  });
+  
+  $( "li.menuDropDownItem" ).mouseout( function() // Out dropdown item
+  {
+    $( this ).css( "background-color", "#d6e6f2" );
+    $( this ).css( "color", "#407298" );
+    $( this ).css( "border", "1px solid #d6e6f2" );
+  });
+});

=== added file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/openhealth/head.png'
Binary files dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/openhealth/head.png	1970-01-01 00:00:00 +0000 and dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/openhealth/head.png	2009-07-07 21:34:47 +0000 differ
=== added file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/openhealth/logo_background.png'
Binary files dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/openhealth/logo_background.png	1970-01-01 00:00:00 +0000 and dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/openhealth/logo_background.png	2009-07-07 21:34:47 +0000 differ
=== added file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/openhealth/logo_banner.png'
Binary files dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/openhealth/logo_banner.png	1970-01-01 00:00:00 +0000 and dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/openhealth/logo_banner.png	2009-07-07 21:34:47 +0000 differ
=== added file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/openhealth/logo_left.png'
Binary files dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/openhealth/logo_left.png	1970-01-01 00:00:00 +0000 and dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/openhealth/logo_left.png	2009-07-07 21:34:47 +0000 differ
=== added file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/openhealth/logo_right.png'
Binary files dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/openhealth/logo_right.png	1970-01-01 00:00:00 +0000 and dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/openhealth/logo_right.png	2009-07-07 21:34:47 +0000 differ
=== added file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/openhealth/logo_separator.png'
Binary files dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/openhealth/logo_separator.png	1970-01-01 00:00:00 +0000 and dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/openhealth/logo_separator.png	2009-07-07 21:34:47 +0000 differ
=== added file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/openhealth/openhealth.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/openhealth/openhealth.css	1970-01-01 00:00:00 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/openhealth/openhealth.css	2009-07-07 21:34:47 +0000
@@ -0,0 +1,382 @@
+
+/*----------------------------------------------------------------------------*/
+/* General                                                                    */
+/*----------------------------------------------------------------------------*/
+
+* 
+{
+  font-family: verdana, tahoma, sans-serif;
+  line-height: 125%;
+}
+
+html,body 
+{
+  margin: 0px;
+  padding: 0px;
+  background-color: white;
+}
+
+img 
+{
+  border: 0;
+}
+
+ul,ol 
+{
+  padding: 0px;
+}
+
+/*----------------------------------------------------------------------------*/
+/* Header                                                                     */
+/*----------------------------------------------------------------------------*/
+
+div#header
+{
+  background-image: url('logo_background.png');
+  background-repeat: repeat-x;
+  height: 83px;
+  position: absolute;
+  top: 0px;
+  left: 10px;
+  right: 10px;
+}
+
+img#header1
+{
+  float: left;
+}
+
+img#header2
+{
+  position: absolute;
+  top: 0px;
+  left: 25px;
+}
+
+img#header3
+{
+  float: right;
+}
+
+img#menuSeparator1
+{
+  position: absolute;
+  top: 0px;
+  left: 570px;
+}
+
+img#menuSeparator2
+{
+  position: absolute;
+  top: 0px;
+  left: 670px;
+}
+
+img#menuSeparator3
+{
+  position: absolute;
+  top: 0px;
+  left: 770px;
+}
+
+img#menuSeparator4
+{
+  position: absolute;
+  top: 0px;
+  left: 870px;
+}
+
+img#menuSeparator5
+{
+  position: absolute;
+  top: 0px;
+  left: 970px;
+}
+
+.menuLink
+{
+  height: 68px;
+  width: 98px;
+  font-size: 12px;
+  color: #588db5;
+  font-weight: bold;
+  text-align: center;
+  line-height: 59px;
+  cursor: pointer;
+}
+
+div#menuLink1
+{
+  position: absolute;
+  top: 2px;
+  left: 572px;
+}
+
+div#menuLink2
+{
+  position: absolute;
+  top: 2px;
+  left: 672px;
+}
+
+div#menuLink3
+{
+  position: absolute;
+  top: 2px;
+  left: 772px;
+}
+
+div#menuLink4
+{
+  position: absolute;
+  top: 2px;
+  left: 872px;
+}
+
+span#headerText
+{
+  position: absolute;
+  top: 20px;
+  left: 275px;
+  color: #588db5;
+  font-size: 17px;
+}
+
+div#popupHeader 
+{
+  background-color: #425073;
+  height: 34px;
+  width: 100%;
+  position: absolute;
+  top: 0px;
+  left: 0px;
+  border-bottom: 1px solid #202020;
+}
+
+span#popupHeaderText
+{
+  position: absolute;
+  top: 3px;
+  left: 218px;
+  font-size: 14px;
+  color: white;
+  margin: 5px;
+}
+
+div#menuDropDown1
+{
+  position: absolute;
+  top: 68px;
+  left: 570px;
+}
+
+div#menuDropDown2
+{
+  position: absolute;
+  top: 68px;
+  left: 670px;
+}
+
+div#menuDropDown3
+{
+  position: absolute;
+  top: 68px;
+  left: 770px;
+}
+
+.menuDropDownArea
+{
+  font-size: 12px;
+  color: #407298;
+  border: 1px solid #588db5;
+  padding-left: 5px;
+  padding-right: 5px;
+  width: 191px;
+  background-color: #d6e6f2;
+  display: none;
+  z-index: 10;
+  filter: alpha(opacity=90);
+  opacity: 0.90;
+}
+
+.menuDropDownBox
+{
+  list-style-type:none;
+  margin-left: 0;
+}
+
+.menuDropDownItem
+{
+  padding-top: 5px;
+  padding-left: 10px;
+  padding-bottom: 5px;
+  padding-right: 10px;
+  border: 1px solid #d6e6f2;
+  cursor: pointer;
+}
+
+/*----------------------------------------------------------------------------*/
+/* Left bar                                                                   */
+/*----------------------------------------------------------------------------*/
+
+#leftBar
+{
+  background-color: #d6e6f2;
+  height: 472px;
+  width: 250px;
+  float: left;
+  position: absolute;
+  top: 77px;
+  left: 10px;
+  border-style: solid;
+  border-width: 1px;
+  border-color: #588db5;
+  filter: alpha(opacity=90);
+  opacity: 0.90;
+}
+
+#leftBarContents
+{
+  font-size: 12px;
+}
+
+#leftBarContents h2
+{
+  font-size: 14px;
+  margin-top: 16px;
+  margin-right: 17px;
+  margin-left: 17px;
+  background-color: #588db5;
+  padding-top: 5px;
+  padding-bottom: 5px;
+  padding-left: 10px;
+  color: white;
+  border-style: solid;
+  border-width: 1px;
+  border-color: #f0f0f0;
+  font-weight: normal;
+}
+
+#leftBarContents ul
+{
+  margin-left: 40px;
+  list-style-type: square;
+  color: #477ca4;
+}
+
+#leftBarContents a
+{
+  color: #407298;
+  text-decoration: none;
+}
+
+#leftBarContents a:hover
+{
+  color: #23557b;
+}
+
+/*----------------------------------------------------------------------------*/
+/* Main page                                                                  */
+/*----------------------------------------------------------------------------*/
+
+.mainPageTable 
+{
+  width: 100%;
+}
+
+.page 
+{
+  font-size: 9pt;
+}
+
+.page h1 
+{
+  font-size: 13pt;
+  color: #606060;
+}
+
+.page h2 
+{
+  font-size: 12pt;
+  color: #606060;
+}
+
+.page h3 
+{
+  font-size: 11pt;
+  color: #606060;
+}
+
+.page h4 
+{
+  font-size: 10pt;
+  color: #606060;
+}
+
+.page h5 
+{
+  font-size: 9pt;
+  color: #606060;
+}
+
+.page h6 
+{
+  font-size: 8pt;
+  color: #606060;
+}
+
+.page p,.page td,.page th,.page input,.page select,.page textarea 
+{
+  font-size: 9pt;
+}
+
+.page th 
+{
+  background-image: url('head.png');
+  background-repeat: repeat-x;
+  text-align: left;
+  color: #3f5d8e;
+  border-style: solid;
+  border-width: 1px;
+  border-color: #99bbe8;
+  padding-left: 7px;
+  height: 19px;
+}
+
+#mainPage 
+{
+  margin: 102px 10px 10px 300px;
+}
+
+#popupPage 
+{
+  margin: 50px 10px 10px 10px;
+}
+
+.required 
+{
+  font-style: normal;
+  color: #ff0000;
+}
+
+.listTable
+{
+  width: 100%;
+  border-collapse: collapse;
+}
+
+.listTable td
+{
+  padding: 2px;
+}
+
+.listRow
+{
+  border-bottom: 1px solid #cad5e5;
+}
+
+.listAlternateRow
+{
+  border-bottom: 1px solid #cad5e5;
+  background-color: #ebf0f6;
+}

=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-settings/src/main/resources/org/hisp/dhis/settings/i18n_module.properties'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-settings/src/main/resources/org/hisp/dhis/settings/i18n_module.properties	2009-06-16 16:54:45 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-settings/src/main/resources/org/hisp/dhis/settings/i18n_module.properties	2009-07-07 21:34:47 +0000
@@ -29,6 +29,7 @@
 style = Style
 blue = Blue
 light_blue = Light Blue
+openhealth = OpenHealth
 green = Green
 vista = Vista
 south_africa = South Africa



--
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.