Author: rfelden
Date: Wed Dec 19 16:53:20 2007
New Revision: 44

URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D44&repname=3D=
corporate_portal_templates_v3
Log:
simple style for left menu

Added:
    trunk/src/jsp/shared/images/button-body-left.png   (with props)
    trunk/src/jsp/shared/images/button-body-right.png   (with props)
Modified:
    trunk/src/jsp/content.jsp
    trunk/src/jsp/shared/css/base.css

Modified: trunk/src/jsp/content.jsp
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/trunk/src/jsp/content=
.jsp&rev=3D44&repname=3Dcorporate_portal_templates_v3
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/src/jsp/content.jsp (original)
+++ trunk/src/jsp/content.jsp Wed Dec 19 16:53:20 2007
@@ -12,7 +12,7 @@
 =

         <!-- left navigation menu (start) -->
         <jahia-components:navMenu bundleKey=3D"jahiatemplates.default_v3_l=
ang"
-                          startLevel=3D"2"/>
+                          startLevel=3D"2" cssClassName=3D"left-menu"/>
         <!-- left navigation menu (end) --> =

 =

                                <!-- left box (start) -->

Modified: trunk/src/jsp/shared/css/base.css
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/trunk/src/jsp/shared/=
css/base.css&rev=3D44&repname=3Dcorporate_portal_templates_v3
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/src/jsp/shared/css/base.css (original)
+++ trunk/src/jsp/shared/css/base.css Wed Dec 19 16:53:20 2007
@@ -153,6 +153,10 @@
   padding: 30px 0px 30px 0px ;
 }
 =

+#column-left a {
+  color:black;
+}
+
 #column-left p{
   font-size: 11px;
 }
@@ -161,61 +165,87 @@
   font-size: 11px;
 }
 =

-#column-left ul li {
+.left-menu ul li {
        margin:0px 0px 0px 0px;
        padding : 0 0 0 0px ;
        background-image:none ;
 }
 =

-#column-left ul li ul li {
+.left-menu ul li ul li {
        padding:0px 0px 0px 10px;
        =

 }
 =

-#column-left div div {
-       height:17px;
-       margin:2px 2px 2px 2px ;
-       padding:3px 2px 3px 4px ;
-       background:#CCCFD2;
+.left-menu div {
+       margin:2px 0px 2px 2px ;
+       background:transparent url(../images/button-body-left.png) no-repeat 
left=
 top ;
+}
+
+.left-menu div.inpath {
+       background-position:0 -18px ;
+}
+
+.left-menu div.selected {
+       background-position:0 -36px ;
+}
+
+.left-menu div:hover {
+       background-position:0 -54px ;
 }
 =

-#column-left div div:hover {
-       background:#BBBBBB;
+.left-menu div div {
+       height:11px;
+       padding:2px 2px 5px 4px ;
+       background:transparent ;
 }
 =

-#column-left li ul {
+/*.left-menu div.inpath div.inpath {
+       background-position:100% -18px ;
+}
+
+.left-menu div.selected div.selected {
+       background-position:100% -36px ;
+}
+
+.left-menu div div.hover {
+       background-position:100% -54px ;
+}
+*/
+
+
+.left-menu li ul {
        background-color:#EDF2F5;
 }
 =

-#column-left li.standard {
+/*.left-menu li.standard {
        font-weight:normal;
        font-style:normal;
 }
 =

-#column-left li.inpath {
+.left-menu li.inpath {
        font-weight:normal;
        font-style:italic;
 }
 =

-#column-left li.selected {
+.left-menu li.selected {
        font-weight:bold;
        font-style:normal;
 }
 =

-#column-left li.navmenu li.selected {
+.left-menu li.navmenu li.selected {
        font-weight:bold;
        font-style:normal;
 }
 =

-#column-left li.inpath li.standard {
+.left-menu li.inpath li.standard {
        font-weight:normal;
        font-style:normal;
 }
 =

-#column-left li.selected li.standard {
+.left-menu li.selected li.standard {
        font-weight:normal;
        font-style:normal;
-}
+}*/
 =

 =

 =


Added: trunk/src/jsp/shared/images/button-body-left.png
URL: https://svndev.jahia.net/websvn/filedetails.php?path=3D/trunk/src/jsp/=
shared/images/button-body-left.png&rev=3D44&repname=3Dcorporate_portal_temp=
lates_v3
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
Binary file - no diff available.

Added: trunk/src/jsp/shared/images/button-body-right.png
URL: https://svndev.jahia.net/websvn/filedetails.php?path=3D/trunk/src/jsp/=
shared/images/button-body-right.png&rev=3D44&repname=3Dcorporate_portal_tem=
plates_v3
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
Binary file - no diff available.

_______________________________________________
cvs_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list

Reply via email to