|
From: OryNider <ory...@us...> - 2007-12-14 02:23:36
|
Update of /cvsroot/mxbb/core/modules/mx_navmenu/templates/prosilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25322 Added Files: mx_menu_classic_ver.html mx_menu_overall_standard.html mx_menu_simple.html prosilver.css Log Message: This will fix many problems like mx_message_die with Olympus and the prosilver is finaly nice tx to Culpit ;) --- NEW FILE: mx_menu_classic_ver.html --- <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; } --> </style> <div class="forabg block"> <ul class="inner topiclist forums"> <li style="padding-right:5px;"> <dl> <dd class="posts_portal"> <!-- BEGIN catrow --> <span style="cursor:pointer;" onClick="mx_toggle(this, 'mxNavCat_{catrow.BLOCK_ID}{catrow.CAT_ID}', '{catrow.U_CAT_NAV_EXPAND}', '{catrow.U_CAT_NAV_CONTRACT}');"><img src="{catrow.U_CAT_NAV_DYNAMIC}" border="0" /></span> <strong>{catrow.CATEGORY}</strong><br /> <!-- BEGIN switch_cat_desc --> {catrow.switch_cat_desc.CAT_DESC}<br /> <!-- END switch_cat_desc --> <span id="mxNavCat_{catrow.BLOCK_ID}{catrow.CAT_ID}" style="display: {catrow.CAT_SHOW};"> <!-- BEGIN modulerow --> <a class="nav" href="{catrow.modulerow.U_MENU_MODULE}">{catrow.modulerow.MENU_NAME}</a><br /> <!-- END modulerow --> </span> <br /> <!-- END catrow --> </dd> </dl> </li> </ul> <span class="corners-bottom"><span></span></span> </div> --- NEW FILE: prosilver.css --- @CHARSET "UTF-8"; li.nav-button, li.nav-button-current { border-width: 1px; border-color: ; border-style: solid solid none solid; padding-left: 5px; padding-right: 5px; margin: 1px; margin-bottom: 0px; border-bottom: none; } li.nav-button-current { background: #0076b1 none; background-image: url("\images\bg_list.gif"); border-color: white; border: none; margin: 0px; padding-top: 1px; padding-bottom: 1px; } li.nav-button-current A:link, li.nav-button-current A:visited, li.nav-button-current A:active, li.nav-button-current A:hover { color: White; } ul.nav-menu { padding:0px; margin:0px; list-style-type: disc; } li.genmed, li.cattitle { padding-right: 3px; margin-right: 3px; border-right-style: none; border-right-width: 1px; border-right-color: ; list-style-type : disc; padding-top: 0px; margin-top: 0px; list-style-type: disc; } li.cattitle { font-weight: bold; } * html .nav-cat td { position: relative; } /* ie 5.0 fix */ --- NEW FILE: mx_menu_overall_standard.html --- <link href="./modules/mx_navmenu/templates/prosilver/prosilver.css" rel="stylesheet" type="text/css" media="screen" /> <div class="navbar"> <div class="inner"> <span class="corners-top"><span></span></span> <div> <ul class="linklist navlinks"> <!-- BEGIN catrow --> <li class="nav-button{catrow.CURRENT}">{catrow.CATEGORY}</li> <!-- END catrow --> </ul> </div> <div> <ul class="linklist nav-menu" style="margin-left:7px;margin-right:3px;"> <!-- BEGIN modulerow --> <li class="{modulerow.MENU_STYLE}"> » <a href="{modulerow.U_MENU_MODULE}" target="{modulerow.U_LINK_TARGET}" title="{modulerow.MENU_DESC}"> {modulerow.MENU_NAME}</a></li> <!-- END modulerow --> </ul> </div> <span class="corners-bottom"><span></span></span> </div> </div> --- NEW FILE: mx_menu_simple.html --- <style type="text/css"> .topiclist dd.posts_portal { float:left; text-align:left; font-size: 1.0em; padding:6px 5px 6px 5px; } </style> <div class="forabg block"> <div class="inner"> <ul class="topiclist forums"> <li style="padding-right:5px;white-space:nowrap;"> <dl> <dd class="posts_portal"> <!-- BEGIN modulerow --> <a class="nav" href="{modulerow.U_MENU_MODULE}">{modulerow.MENU_NAME}</a><br /> <!-- END modulerow --> </dd> </dl> </li> </ul> <span class="corners-bottom"><span></span></span> </div> </div> |