New strategy defined with Stripy for leaves and menu

git-svn-id: http://piwigo.org/svn/trunk@2403 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
vdigital
2008-06-27 20:52:21 +00:00
parent be89e41df0
commit 125acb3248
3 changed files with 2 additions and 11 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 47 KiB

+2 -11
View File
@@ -147,16 +147,7 @@ padding-top: 0; min-height: 100%; position:relative;
#leaves {
background:transparent url(images/bottom-left-bg.png) no-repeat fixed left bottom;
border:0; display:block; margin: 0; padding: 0; min-width: 539px;
min-height: 220px; position:absolute; left:0px; bottom:0px; z-index: 999;
}
/* show it to stripy */
#leaves { background-image: none; min-height: 0px; }
#copyright {
background:transparent url(images/bottom-left-bg.png) no-repeat scroll left bottom;
color:#777777;
margin:60px 0pt;
min-height:220px;
text-align:center;
min-height: 88px; position:absolute; left:0px; bottom:0px; z-index: 0;
}
#content { background: #222 url(images/fillet.png) repeat-x top left; }
.content {
@@ -205,7 +196,7 @@ background:transparent url(images/active_tab_letters.png) no-repeat scroll left
#menubar {
background:transparent url(images/menuBoxBottom_new.png) no-repeat scroll left bottom;
border: 0; float:none; left: 0; margin:100px 5px 5px 35px; min-height:432px; padding: 0;
position:absolute; top: 0; width:207px; display: inline;
position:absolute; top: 0; width:207px; display: inline; z-index: 1;
text-align: left; /* "be nice to IE5" rule */ }
#menubar .selected a { color: #f70; border-color: #f36; }
#menubar .selected a:hover { color: #f33; border-bottom: 1px solid #f33;}