|
From: OryNider <ory...@us...> - 2008-02-04 10:54:08
|
Update of /cvsroot/mxbb/core/modules/mx_navmenu/templates/prosilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27127 Modified Files: mx_menu_horizontal.html mx_menu_overall_navigation.html mx_menu_vertical.html prosilver.css Log Message: nav menu prosilver Index: mx_menu_vertical.html =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_navmenu/templates/prosilver/mx_menu_vertical.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_menu_vertical.html 1 Feb 2008 01:33:31 -0000 1.1 --- mx_menu_vertical.html 4 Feb 2008 10:54:04 -0000 1.2 *************** *** 1,36 **** ! <style type="text/css"> ! <!-- ! .topiclist dd.posts_portal { ! float:left; ! text-align:left; ! font-size: 1.0em; ! padding:6px 5px 6px 5px; ! } ! .topiclist li dl dd.posts_portal A.nav { ! padding-bottom: 50px; ! margin-bottom:10px; ! } ! ! .topiclist li dl dd.posts_portal span.mnurow, .topiclist li dl dd.posts_portal span.mnurow:hover, ! .topiclist li dl dd.posts_portal span.mnurow-current, .topiclist li dl dd.posts_portal span.mnurow-current:hover { ! background-repeat: no-repeat; ! background-position: 0px 0px; ! padding-left: 20px; ! display:block; ! clear:both; ! margin-top:3px; ! margin-bottom:3px; ! } ! .topiclist li dl dd.posts_portal span.mnurow-current { ! background-position: 0px -30px; ! font-weight: bold; ! } ! ! .topiclist li dl dd.posts_portal span.mnurow:hover, .topiclist li dl dd.posts_portal span.mnurow-current:hover { ! background-position: 0px -15px; ! } ! ! --> ! </style> <div class="forabg block"> <ul class="inner topiclist forums"> --- 1,3 ---- ! <link href="{U_PORTAL_ROOT_PATH}modules/mx_navmenu/templates/prosilver/prosilver.css" rel="stylesheet" type="text/css" media="screen" /> <div class="forabg block"> <ul class="inner topiclist forums"> *************** *** 46,50 **** <span id="mxNavCat_{catrow.BLOCK_ID}{catrow.CAT_ID}" style="display: {catrow.CAT_SHOW};"> <!-- BEGIN menurow --> ! <span class="mnurow{catrow.menurow.CURRENT}" style="background-image: url('{catrow.menurow.MENU_ICON}');"> <a class="nav" href="{catrow.menurow.U_MENU_URL}">{catrow.menurow.MENU_NAME}</a><br /> </span> --- 13,17 ---- <span id="mxNavCat_{catrow.BLOCK_ID}{catrow.CAT_ID}" style="display: {catrow.CAT_SHOW};"> <!-- BEGIN menurow --> ! <span class="mnu-nm{catrow.menurow.CURRENT}" style="background-image: url('{catrow.menurow.MENU_ICON}');"> <a class="nav" href="{catrow.menurow.U_MENU_URL}">{catrow.menurow.MENU_NAME}</a><br /> </span> Index: mx_menu_overall_navigation.html =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_navmenu/templates/prosilver/mx_menu_overall_navigation.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_menu_overall_navigation.html 1 Feb 2008 01:33:31 -0000 1.1 --- mx_menu_overall_navigation.html 4 Feb 2008 10:54:04 -0000 1.2 *************** *** 1,31 **** <link href="{U_PORTAL_ROOT_PATH}modules/mx_navmenu/templates/prosilver/prosilver.css" rel="stylesheet" type="text/css" media="screen" /> - <style type="text/css"> - li.nav-menu, li.nav-menu-current { - float:left; - style-list-image: none; - position:relative; - padding: 4px; - background: #12A3EB url("{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}theme/images/sitebar_bg.gif") repeat-x; - background-position: 0px -23px; - border: none; - margin: 0px; - } - li.button ul, li.button-current ul { - /* border: solid 1px black;*/ - border: none; - } - li.nav-menu A, li.nav-menu-current A { - padding-left: 20px; - background-repeat: no-repeat; - font-size: 1.1em; - background-position: 0px 0px; - } - li.nav-menu-current A { - background-position: 0px -30px; - } - li.nav-menu A:hover, li.nav-menu-current A:hover { - background-position: 0px -15px; - } - </style> <div style="clear:left;float:left"> <ul> --- 1,3 ---- *************** *** 35,39 **** <ul id="cat_{catrow.CAT_ID}" onmouseover="showMenuRows('{catrow.CAT_ID}');" style="display:none;position:absolute;background-color:#FFFFFF;margin:0px;padding:0px;position:absolute;z-index:160;"> <!-- BEGIN menurow --> ! <li class="nav-menu{catrow.menurow.CURRENT}"> <a href="{catrow.menurow.U_MENU_URL}" style="background-image: url({catrow.menurow.MENU_ICON})"> {catrow.menurow.MENU_NAME} --- 7,11 ---- <ul id="cat_{catrow.CAT_ID}" onmouseover="showMenuRows('{catrow.CAT_ID}');" style="display:none;position:absolute;background-color:#FFFFFF;margin:0px;padding:0px;position:absolute;z-index:160;"> <!-- BEGIN menurow --> ! <li class="mnu-ov{catrow.menurow.CURRENT}"> <a href="{catrow.menurow.U_MENU_URL}" style="background-image: url({catrow.menurow.MENU_ICON})"> {catrow.menurow.MENU_NAME} *************** *** 101,107 **** function showMenu( objID){ cat_obj = getObj( 'cat_' + objID); ! cat_obj.style.display = 'block'; ! cat_obj.style.border = 'solid 1px Black'; ! cat_obj.style.borderTop = 'none'; } /** --- 73,82 ---- function showMenu( objID){ cat_obj = getObj( 'cat_' + objID); ! if ( cat_obj.innerHTML.replace( '#^\s*|\s*$#', '') != '' ) ! { ! cat_obj.style.display = 'block'; ! cat_obj.style.border = 'solid 1px Black'; ! cat_obj.style.borderTop = 'none'; ! } } /** Index: mx_menu_horizontal.html =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_navmenu/templates/prosilver/mx_menu_horizontal.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_menu_horizontal.html 1 Feb 2008 01:33:29 -0000 1.1 --- mx_menu_horizontal.html 4 Feb 2008 10:54:04 -0000 1.2 *************** *** 1,36 **** ! <style type="text/css"> ! <!-- ! .topiclist dd.posts_portal { ! float:left; ! text-align:left; ! font-size: 1.0em; ! padding:6px 5px 6px 5px; ! } ! .topiclist li dl dd.posts_portal A.nav { ! padding-bottom: 50px; ! margin-bottom:10px; ! } ! ! .topiclist li dl dd.posts_portal span.mnurow, .topiclist li dl dd.posts_portal span.mnurow:hover, ! .topiclist li dl dd.posts_portal span.mnurow-current, .topiclist li dl dd.posts_portal span.mnurow-current:hover { ! background-repeat: no-repeat; ! background-position: 0px 0px; ! padding-left: 20px; ! display:block; ! clear:both; ! margin-top:3px; ! margin-bottom:3px; ! } ! .topiclist li dl dd.posts_portal span.mnurow-current { ! background-position: 0px -30px; ! font-weight: bold; ! } ! ! .topiclist li dl dd.posts_portal span.mnurow:hover, .topiclist li dl dd.posts_portal span.mnurow-current:hover { ! background-position: 0px -15px; ! } ! ! --> ! </style> <div class="forabg block"> <ul class="inner topiclist forums"> --- 1,3 ---- ! <link href="{U_PORTAL_ROOT_PATH}modules/mx_navmenu/templates/prosilver/prosilver.css" rel="stylesheet" type="text/css" media="screen" /> <div class="forabg block"> <ul class="inner topiclist forums"> *************** *** 46,50 **** <span id="mxNavCat_{catrow.BLOCK_ID}{catrow.CAT_ID}" style="display: {catrow.CAT_SHOW};"> <!-- BEGIN menurow --> ! <span class="mnurow{catrow.menurow.CURRENT}" style="background-image: url('{catrow.menurow.MENU_ICON}');"> <a class="nav" href="{catrow.menurow.U_MENU_URL}">{catrow.menurow.MENU_NAME}</a><br /> </span> --- 13,17 ---- <span id="mxNavCat_{catrow.BLOCK_ID}{catrow.CAT_ID}" style="display: {catrow.CAT_SHOW};"> <!-- BEGIN menurow --> ! <span class="mnu-nm{catrow.menurow.CURRENT}" style="background-image: url('{catrow.menurow.MENU_ICON}');"> <a class="nav" href="{catrow.menurow.U_MENU_URL}">{catrow.menurow.MENU_NAME}</a><br /> </span> Index: prosilver.css =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_navmenu/templates/prosilver/prosilver.css,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** prosilver.css 23 Dec 2007 00:12:02 -0000 1.2 --- prosilver.css 4 Feb 2008 10:54:04 -0000 1.3 *************** *** 51,53 **** --- 51,117 ---- } + /**********************\ + |* Overall navigation *| + \**********************/ + li.mnu-ov, li.mnu-ov-current { + float:left; + style-list-image: none; + position:relative; + padding: 4px; + background: #12A3EB url("{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}theme/images/sitebar_bg.gif") repeat-x; + background-position: 0px -23px; + border: none; + margin: 0px; + } + li.button ul, li.button-current ul { + /* border: solid 1px black;*/ + border: none; + } + li.mnu-ov A, li.mnu-ov-current A { + padding-left: 20px; + background-repeat: no-repeat; + font-size: 1.1em; + background-position: 0px 0px; + } + li.mnu-ov-current A { + background-position: 0px -30px; + } + li.mnu-ov A:hover, li.mnu-ov-current A:hover { + background-position: 0px -15px; + } + + /*******************\ + |* Navigation menu *| + \*******************/ + .topiclist dd.posts_portal { + float:left; + text-align:left; + font-size: 1.0em; + padding:6px 5px 6px 5px; + } + .topiclist li dl dd.posts_portal A.nav { + padding-bottom: 50px; + margin-bottom:10px; + } + + .topiclist li dl dd.posts_portal span.mnu-nm, .topiclist li dl dd.posts_portal span.mnu-nm:hover, + .topiclist li dl dd.posts_portal span.mnu-nm-current, .topiclist li dl dd.posts_portal span.mnu-nm-current:hover { + background-repeat: no-repeat; + background-position: 0px 0px; + padding-left: 20px; + display:block; + clear:both; + margin-top:3px; + margin-bottom:3px; + } + .topiclist li dl dd.posts_portal span.mnu-nm-current { + background-position: 0px -30px; + font-weight: bold; + } + + .topiclist li dl dd.posts_portal span.mnu-nm:hover, .topiclist li dl dd.posts_portal span.mnu-nm-current:hover { + background-position: 0px -15px; + } + + * html .nav-cat td { position: relative; } /* ie 5.0 fix */ |