Posted by
jacopoc on
URL: http://ofbiz.116.s1.nabble.com/svn-commit-r539004-in-ofbiz-trunk-framework-images-webapp-images-gradient-main-gif-gradient-sub-sel-s-tp211732.html
Author: jacopoc
Date: Thu May 17 09:33:33 2007
New Revision: 539004
URL:
http://svn.apache.org/viewvc?view=rev&rev=539004Log:
Finally applied new style from Adrian Crum, OFBIZ-918
Added:
ofbiz/trunk/framework/images/webapp/images/gradient_main.gif (with props)
ofbiz/trunk/framework/images/webapp/images/gradient_sub_sel.gif (with props)
ofbiz/trunk/framework/images/webapp/images/gradient_sub_uns.gif (with props)
Modified:
ofbiz/trunk/framework/images/webapp/images/maincss.css
Added: ofbiz/trunk/framework/images/webapp/images/gradient_main.gif
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/gradient_main.gif?view=auto&rev=539004==============================================================================
Binary file - no diff available.
Propchange: ofbiz/trunk/framework/images/webapp/images/gradient_main.gif
------------------------------------------------------------------------------
svn:mime-type = image/gif
Added: ofbiz/trunk/framework/images/webapp/images/gradient_sub_sel.gif
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/gradient_sub_sel.gif?view=auto&rev=539004==============================================================================
Binary file - no diff available.
Propchange: ofbiz/trunk/framework/images/webapp/images/gradient_sub_sel.gif
------------------------------------------------------------------------------
svn:mime-type = image/gif
Added: ofbiz/trunk/framework/images/webapp/images/gradient_sub_uns.gif
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/gradient_sub_uns.gif?view=auto&rev=539004==============================================================================
Binary file - no diff available.
Propchange: ofbiz/trunk/framework/images/webapp/images/gradient_sub_uns.gif
------------------------------------------------------------------------------
svn:mime-type = image/gif
Modified: ofbiz/trunk/framework/images/webapp/images/maincss.css
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/maincss.css?view=diff&rev=539004&r1=539003&r2=539004==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/maincss.css (original)
+++ ofbiz/trunk/framework/images/webapp/images/maincss.css Thu May 17 09:33:33 2007
@@ -59,7 +59,6 @@
}
.disabled {
-background-color: #cccccc;
color: #333366;
text-decoration: none;
}
@@ -1096,6 +1095,8 @@
DIV.screenlet-header {
background-color: #000099;
+background-image: url(/images/gradient_sub_uns.gif);
+background-repeat: repeat-x;
height: auto !important;
height: 1%;
padding: 0.1em 0.4em 0.3em 0.4em;
@@ -1335,14 +1336,16 @@
/* ========================================================= */
#app-navigation {
-background-color: #B4B0AA;
+background-color: #5f9fcf;
+background-image: url(/images/gradient_main.gif);
+background-repeat: repeat-y;
+border: 0.1em solid #69a9d9;
height: 1%; /* IE fix */
}
#app-navigation h1,
#app-navigation h2,
#app-navigation h3 {
-background-color: #000099;
color: #ffffff;
padding: 0.4em;
}
@@ -1352,7 +1355,11 @@
}
#app-navigation ul li {
-border-right: solid #ffffff 0.1em;
+background-color: #000099;
+background-image: url(/images/gradient_sub_uns.gif);
+background-repeat: repeat-x;
+border-right: 0.1em solid #69a9d9;
+border-top: 0.1em solid #69a9d9;
float: left;
}
@@ -1360,7 +1367,7 @@
#app-navigation ul .opposed,
#app-navigation ul .col-right {
/* .col-right deprecated - use .opposed */
-border-left: solid #ffffff 0.1em;
+border-left: 0.1em solid #69a9d9;
border-right: none;
float: right;
}
@@ -1370,8 +1377,8 @@
}
#app-navigation ul a {
-background-color: #B4B0AA;
-color: #000099;
+border-bottom: 0.05em solid #000099;
+color: #ffff66;
display: block;
font-size: 1em;
padding: 0 1em 0 1em;
@@ -1379,13 +1386,19 @@
#app-navigation ul .selected,
#app-navigation ul .selected a {
-background-color: #D4D0C8;
+background-color: #2626c1;
+background-image: url(/images/gradient_sub_sel.gif);
+background-repeat: repeat-x;
+color: #ffffff;
}
#app-navigation ul a:hover {
-background-color: #D4D0C8;
-color: #000000;
+background-color: #2626c1;
+background-image: url(/images/gradient_sub_sel.gif);
+background-repeat: repeat-x;
+border-bottom: 0.05em solid #2626c1;
text-decoration: none;
+color: #ffffff;
}
/* ================================================= */
@@ -1394,6 +1407,8 @@
.screenlet-title-bar {
background-color: #000099;
+background-image: url(/images/gradient_sub_uns.gif);
+background-repeat: repeat-x;
color: #ffffff;
height: 1%; /* IE fix */
}
@@ -1401,9 +1416,8 @@
.screenlet-title-bar h1,
.screenlet-title-bar h2,
.screenlet-title-bar h3 {
-background-color: #000099;
color: #ffffff;
-padding: 0.2em 0.5em 0.2em 0.5em;
+padding: 0.1em 0.5em 0.2em 0.5em;
}
.screenlet-title-bar ul {
@@ -1411,13 +1425,13 @@
}
.screenlet-title-bar ul li {
-background-color: #000099;
-border-left: 0.1em solid #5886C6;
+background: none;
+border-left: 0.1em solid #5f9fcf;
color: #ffffff;
float: right;
font-size: 1em;
font-weight: bold;
-padding: 0.2em 0.5em 0.2em 0.5em;
+padding: 0.1em 0.5em 0.2em 0.5em;
}
.screenlet-title-bar ul h1,
@@ -1443,18 +1457,31 @@
font-size: 1.1em;
}
-.screenlet-title-bar ul .disabled {
-color: #CCCCCC;
-}
-
.screenlet-title-bar ul a {
-background-color: #000099;
-color: #ffff00;
+color: #ffff66;
display: block;
}
+.screenlet-title-bar ul li:hover {
+background-color: #2626c1;
+background-image: url(/images/gradient_sub_sel.gif);
+background-repeat: repeat-x;
+}
+
.screenlet-title-bar ul a:hover {
-/* placeholder */
+color: #ffffff;
+text-decoration: none;
+}
+
+.screenlet-title-bar ul .disabled {
+color: #CCCCCC;
+}
+
+.screenlet-title-bar ul .head1:hover,
+.screenlet-title-bar ul .head2:hover,
+.screenlet-title-bar ul .head3:hover {
+background-color: #000099;
+background-image: url(/images/gradient_sub_uns.gif);
}
/* login screenlet decorator */
@@ -1638,20 +1665,20 @@
.tab-bar ul a {
background-color: #000099;
-border-right: solid #ffffff 0.1em;
-color: #ffffff;
+background-image: url(/images/gradient_sub_uns.gif);
+background-repeat: repeat-x;
+border-left: 0.1em solid #5f9fcf;
+color: #ffff66;
}
+.tab-bar ul a:hover,
.tab-bar ul .selected,
-.tab-bar ul .selected a {
-background-color: #ffffff;
-border-bottom: none;
-color: #000099;
-}
-
-.tab-bar ul a:hover {
-background-color: #ffffff;
-color: #000099;
+.tab-bar ul .selected a,
+.tab-bar ul .selected a:hover {
+background-color: #2626c1;
+background-image: url(/images/gradient_sub_sel.gif);
+background-repeat: repeat-x;
+color: #ffffff;
text-decoration: none;
}