Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[发布] 19楼风格导航美化 有演示 代码 提取出来分享

[复制链接]
地摊一族 发表于 2011-6-30 18:23:32 | 显示全部楼层 |阅读模式
本帖最后由 地摊一族 于 2011-7-1 06:45 编辑


二级导航还没有修改完,晚上有空再修改 ,我也只是懂修改一点点,不太懂,只要知道的,懂的都会说出来,如果做成与我一样的请下载
[Discuz!模板]宁德社区Discuz X2蓝色19楼风格|漂亮大气门户套装【免费分享】演示:http://www.d5d4.com
header.htm 代码
  1. <!--{subtemplate common/header_common}-->
  2.         <meta name="application-name" content="$_G['setting']['bbname']" />
  3.         <meta name="msapplication-tooltip" content="$_G['setting']['bbname']" />
  4.         <!--{if $_G['setting']['portalstatus']}--><meta name="msapplication-task" content="name=$_G['setting']['navs'][1]['navname'];action-uri={echo !empty($_G['setting']['domain']['app']['portal']) ? 'http://'.$_G['setting']['domain']['app']['portal'] : $_G[siteurl].'portal.php'};icon-uri={$_G[siteurl]}{IMGDIR}/portal.ico" /><!--{/if}-->
  5.         <meta name="msapplication-task" content="name=$_G['setting']['navs'][2]['navname'];action-uri={echo !empty($_G['setting']['domain']['app']['forum']) ? 'http://'.$_G['setting']['domain']['app']['forum'] : $_G[siteurl].'forum.php'};icon-uri={$_G[siteurl]}{IMGDIR}/bbs.ico" />
  6.         <!--{if $_G['setting']['groupstatus']}--><meta name="msapplication-task" content="name=$_G['setting']['navs'][3]['navname'];action-uri={echo !empty($_G['setting']['domain']['app']['group']) ? 'http://'.$_G['setting']['domain']['app']['group'] : $_G[siteurl].'group.php'};icon-uri={$_G[siteurl]}{IMGDIR}/group.ico" /><!--{/if}-->
  7.         <!--{if $_G['setting']['homestatus']}--><meta name="msapplication-task" content="name=$_G['setting']['navs'][4]['navname'];action-uri={echo !empty($_G['setting']['domain']['app']['home']) ? 'http://'.$_G['setting']['domain']['app']['home'] : $_G[siteurl].'home.php'};icon-uri={$_G[siteurl]}{IMGDIR}/home.ico" /><!--{/if}-->
  8.         <!--{if $_G['basescript'] == 'forum' && $_G['setting']['archiver']}-->
  9.                 <link rel="archives" title="$_G['setting']['bbname']" href="{$_G[siteurl]}archiver/" />
  10.         <!--{/if}-->
  11.         <!--{if defined('CURMODULE') && ($_G['basescript'] == 'forum' || $_G['basescript'] == 'group') && (CURMODULE == 'index' || CURMODULE == 'forumdisplay' || CURMODULE == 'group')}-->$rsshead<!--{/if}-->
  12.         <!--{if $_G['basescript'] == 'forum' || $_G['basescript'] == 'group'}-->
  13.                 <!--{if $_G['basescript'] == 'forum' && empty($_G['disabledwidthauto']) && $_G['forum_widthauto']}-->
  14.                         <link rel="stylesheet" id="css_widthauto" type="text/css" href="data/cache/style_{STYLEID}_widthauto.css?{VERHASH}" />
  15.                         <script type="text/javascript">HTMLNODE.className += ' widthauto'</script>
  16.                 <!--{/if}-->
  17.                 <script type="text/javascript" src="{$_G[setting][jspath]}forum.js?{VERHASH}"></script>
  18.         <!--{elseif $_G['basescript'] == 'home' || $_G['basescript'] == 'userapp'}-->
  19.                 <script type="text/javascript" src="{$_G[setting][jspath]}home.js?{VERHASH}"></script>
  20.         <!--{elseif $_G['basescript'] == 'portal'}-->
  21.                 <script type="text/javascript" src="{$_G[setting][jspath]}portal.js?{VERHASH}"></script>
  22.         <!--{/if}-->
  23.         <!--{if $_G['basescript'] != 'portal' && $_GET['diy'] == 'yes' && (CURMODULE == 'topic' || $_G['group']['allowdiy']) && !empty($_G['style']['tplfile'])}-->
  24.                 <script type="text/javascript" src="{$_G[setting][jspath]}portal.js?{VERHASH}"></script>
  25.         <!--{/if}-->
  26.         <!--{if $_GET['diy'] == 'yes' && (CURMODULE == 'topic' || $_G['group']['allowdiy']) && !empty($_G['style']['tplfile'])}-->
  27.         <link rel="stylesheet" type="text/css" id="diy_common" href="data/cache/style_{STYLEID}_css_diy.css?{VERHASH}" />
  28.         <!--{/if}-->
  29.     <!--{if $_G['basescript'] == 'portal' && CURMODULE == index}-->
  30.         <script src="{IMGDIR}/ndsns_jq.js" type="text/javascript"></script>
  31.         <!--{/if}-->
  32.    
  33. </head>

  34. <body id="nv_{$_G[basescript]}" class="pg_{CURMODULE}" onkeydown="if(event.keyCode==27) return false;">
  35.         <div id="append_parent"></div><div id="ajaxwaitid"></div>
  36.         <!--{if $_GET['diy'] == 'yes' && (CURMODULE == 'topic' || $_G['group']['allowdiy']) && !empty($_G['style']['tplfile'])}-->
  37.                 <!--{template common/header_diy}-->
  38.         <!--{/if}-->
  39.         <!--{if CURMODULE == 'topic' && $topic && empty($topic['useheader']) && !empty($_G['style']['tplfile']) && ($_G['group']['allowdiy'] || $_G['group']['allowaddtopic'] && $topic['uid'] == $_G['uid'] || $_G['group']['allowmanagetopic'])}-->
  40.                 <a id="diy-tg" href="javascript:openDiy();" title="{lang open_diy}" class="y"><img src="{STATICURL}image/diy/panel-toggle.png" alt="DIY" /></a>
  41.         <!--{/if}-->
  42.         <!--{if empty($topic) || $topic['useheader']}-->
  43.                 <!--{if $_G['setting']['mobile']['allowmobile'] && (!$_G['setting']['cachethreadon'] || $_G['uid']) && ($_GET['diy'] != 'yes' || !$_GET['inajax']) && ($_G['mobile'] != '' && $_G['cookie']['mobile'] == '' && $_GET['mobile'] != 'no')}-->
  44.                         <div class="xi1 bm bm_c">
  45.                             {lang your_mobile_browser}<a href="{$_G['siteurl']}forum.php?mobile=yes">{lang go_to_mobile}</a> <span class="xg1">|</span> <a href="$_G['setting']['mobile']['nomobileurl']">{lang to_be_continue}</a>
  46.                         </div>
  47.                 <!--{/if}-->
  48.                                 <div class="y ndsns_diy">
  49.                                         <!--{hook/global_cpnav_extra2}-->
  50.                                         <!--{loop $_G['setting']['topnavs'][1] $nav}-->
  51.                                                 <!--{if $nav['available'] && (!$nav['level'] || ($nav['level'] == 1 && $_G['uid']) || ($nav['level'] == 2 && $_G['adminid'] > 0) || ($nav['level'] == 3 && $_G['adminid'] == 1))}-->$nav[code]<!--{/if}-->
  52.                                         <!--{/loop}-->
  53.                                         <!--{if $_G['basescript'] == 'forum' && empty($_G['disabledwidthauto']) && $_G['setting']['switchwidthauto']}-->
  54.                                                 <a href="javascript:;" onClick="widthauto(this)"><!--{if !$_G['forum_widthauto']}-->{lang switch_wide}<!--{else}-->{lang switch_narrow}<!--{/if}--></a>
  55.                                         <!--{/if}-->
  56.                                         <!--{if $_G['uid'] && !empty($_G['style']['extstyle'])}--><a id="sslct" href="javascript:;" onMouseOver="delayShow(this, function() {showMenu({'ctrlid':'sslct','pos':'34!'})});">{lang changestyle}</a><!--{/if}-->
  57.                                         <!--{if CURMODULE != 'topic' && $_G['group']['allowdiy'] && !empty($_G['style']['tplfile']) || CURMODULE == 'topic' && !empty($_G['style']['tplfile']) && ($_G['group']['allowaddtopic'] && $topic['uid'] == $_G['uid'] || $_G['group']['allowmanagetopic'])}-->
  58.                                                 <a id="diy-tg" href="javascript:openDiy();" title="{lang open_diy}" class="xi1 xw1">DIY</a>
  59.                                         <!--{/if}-->
  60.                                 </div>
  61.                 <div class="cl ndsns_topbar">
  62.                 <form target="_blank" action="http://www.baidu.com/s" method="get" name="scForm">
  63.                         <div class="wp">
  64.                                 <span class="left">小虫在线,精彩无限!<script type="text/javascript">var d = new Date(); document.write('<input type="hidden" name="wd" type="text" value="'+ (d.getMonth()+1)+'月'+d.getDate()+'日'+ '">'); document.write('<a class="scbutton" href="javascript:document.scForm.submit()">'+d.getFullYear()+'年'+(d.getMonth()+1)+'月'+d.getDate()+'日'+' 星期'+'日一二三四五六'.charAt(new Date().getDay()));</script></a></span><span class="right">·<a href="Javascript: void(0)" id="sqgj" onMouseOver="showMenu(this.id)">社区工具</a>·<a href="home.php?mod=space&do=thread&view=all&order=dateline" target="_blank">查看新帖</a>·<a onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.d5d4.com/');return(false);" href="javascript:">设为首页</a>·<a target="_blank" href="http://www.d5d4.com/url.php">保存桌面</a>·<a href="http://www.d5d4.com" target="_blank" title="用手机上小虫网">手机版</a></span>
  65.                             <div class="sqgj_menu" id="sqgj_menu" style="display:none;">
  66.                                       <ul>              
  67.                       <li><a target="_blank" href="meitu.php">图片处理</a></li>                     
  68.                       <li><a target="_blank" href="plugin.php?id=ks_ac:ks_ac&apc=apply&mod=index">申请版主</a></li>
  69.                       <li><a target="_blank" href="plugin.php?id=dsu_paulconvertx:dsu_paulconvertx">转帖工具</a></li>  
  70.                       <li><a target="_blank" href="home.php?mod=magic">道具商店</a></li>
  71.                       <li><a target="_blank" href="home.php?mod=medal">勋章中心</a></li>      
  72.                       <li><a target="_blank" href="map.php">地图</a></li>                                
  73.                    </ul>
  74.                             </div>
  75.                         </div>
  76.                 </div>
  77.                 <!--{if !IS_ROBOT}-->
  78.                         <!--{if $_G['uid'] && !empty($_G['style']['extstyle'])}-->
  79.                                 <div id="sslct_menu" class="cl p_pop" style="display: none;">
  80.                                         <!--{if !$_G[style][defaultextstyle]}--><span class="sslct_btn" onClick="extstyle('')" title="{lang default}"><i></i></span><!--{/if}-->
  81.                                         <!--{loop $_G['style']['extstyle'] $extstyle}-->
  82.                                                 <span class="sslct_btn" onClick="extstyle('$extstyle[0]')" title="$extstyle[1]"><i style='background:$extstyle[2]'></i></span>
  83.                                         <!--{/loop}-->
  84.                                 </div>
  85.                         <!--{/if}-->

  86.                                 <div id="qmenu_menu" class="p_pop" style="display: none;">
  87.                                        
  88.                                         <ul>
  89.                                                 <!--{loop $_G['setting']['mynavs'] $nav}-->
  90.                                                         <!--{if $nav['available'] && (!$nav['level'] || ($nav['level'] == 1 && $_G['uid']) || ($nav['level'] == 2 && $_G['adminid'] > 0) || ($nav['level'] == 3 && $_G['adminid'] == 1))}-->
  91.                                                                 <li>$nav[code]</li>
  92.                                                         <!--{/if}-->
  93.                                                 <!--{/loop}-->
  94.                                         </ul>
  95.                                        
  96.                                 </div>
  97.                 <!--{/if}-->
  98.                 <input type="hidden" value="andy215_pg" name="tn"></form>
  99.                 <!--{ad/headerbanner/wp a_h}-->
  100.                 <div id="hd" class="ndsns_hd">
  101.                         <div class="wp">
  102.                                 <div class="hdc cl">
  103.                                         <!--{eval $mnid = getcurrentnav();}-->
  104.                                         <h2><!--{if !isset($_G['setting']['navlogos'][$mnid])}--><a href="./" title="$_G['setting']['bbname']">{$_G['style']['boardlogo']}</a><!--{else}-->$_G['setting']['navlogos'][$mnid]<!--{/if}--></h2>

  105.                                         <!--{if $_G['uid']}-->
  106.                                         <div id="um">
  107.                                                 <div class="avt y"><a href="home.php?mod=space&uid=$_G[uid]"><!--{avatar($_G[uid],small)}--></a></div>
  108.                                                 <p>
  109.                                                         <strong class="vwmy{if $_G['setting']['connect']['allow'] && $_G[member][conisbind]} qq{/if}"><a href="home.php?mod=space&uid=$_G[uid]" target="_blank" title="{lang visit_my_space}">{$_G[member][username]}</a></strong>
  110.                                                         <!--{if $_G['group']['allowinvisible']}-->
  111.                                                         <span id="loginstatus">
  112.                                                                 <a id="loginstatusid" href="member.php?mod=switchstatus" title="{lang login_switch_invisible_mode}" onClick="ajaxget(this.href, 'loginstatus');return false;" class="xi2"></a>
  113.                                                         </span>
  114.                                                         <!--{/if}-->
  115.                                                         <!--{hook/global_usernav_extra1}-->
  116.                                                         <span class="pipe">|</span><a href="home.php?mod=spacecp">{lang setup}</a>
  117.                                                         <span class="pipe">|</span><a href="home.php?mod=space&do=pm" id="pm_ntc"{if $_G[member][newpm]} class="new"{/if}>{lang pm_center}</a>
  118.                                                         <span class="pipe">|</span><a href="home.php?mod=space&do=notice" id="myprompt"{if $_G[member][newprompt]} class="new"{/if}>{lang remind}<!--{if $_G[member][newprompt]}-->($_G[member][newprompt])<!--{/if}--></a><span id="myprompt_check"></span>
  119.                                                         <!--{if $_G['setting']['taskon'] && !empty($_G['cookie']['taskdoing_'.$_G['uid']])}--><span class="pipe">|</span><a href="home.php?mod=task&item=doing" id="task_ntc" class="new">{lang task_doing}</a><!--{/if}-->
  120.                                                         <!--{if ($_G['group']['allowmanagearticle'] || $_G['group']['allowpostarticle'] || $_G['group']['allowdiy'] || getstatus($_G['member']['allowadmincp'], 4) || getstatus($_G['member']['allowadmincp'], 2) || getstatus($_G['member']['allowadmincp'], 3))}-->
  121.                                                                 <span class="pipe">|</span><a href="portal.php?mod=portalcp"><!--{if $_G['setting']['portalstatus'] }-->{lang portal_manage}<!--{else}-->{lang portal_block_manage}<!--{/if}--></a>
  122.                                                         <!--{/if}-->
  123.                                                         <!--{if $_G['uid'] && $_G['group']['radminid'] > 1}-->
  124.                                                                 <span class="pipe">|</span><a href="forum.php?mod=modcp&fid=$_G[fid]" target="_blank">{lang forum_manager}</a>
  125.                                                         <!--{/if}-->
  126.                                                         <!--{if $_G['uid'] && getstatus($_G['member']['allowadmincp'], 1)}-->
  127.                                                                 <span class="pipe">|</span><a href="admin.php" target="_blank">{lang admincp}</a>
  128.                                                         <!--{/if}-->
  129.                                                         <!--{hook/global_usernav_extra2}-->
  130.                                                         <span class="pipe">|</span><a href="member.php?mod=logging&action=logout&formhash={FORMHASH}">{lang logout}</a>
  131.                                                 </p>
  132.                                                 <p>
  133.                                                         <!--{hook/global_usernav_extra3}-->
  134.                                                         <!--{eval $upgradecredit = $_G['uid'] && $_G['group']['grouptype'] == 'member' && $_G['group']['groupcreditslower'] != 999999999 ? $_G['group']['groupcreditslower'] - $_G['member']['credits'] : false;}-->
  135.                                                         <a href="home.php?mod=spacecp&ac=credit&showcredit=1" id="extcreditmenu"{if !$_G[setting][bbclosed]} onMouseOver="delayShow(this, showCreditmenu);" class="showmenu"{/if}>{lang credits}: $_G[member][credits]</a>
  136.                                                         <span class="pipe">|</span>{lang usergroup}: <a href="home.php?mod=spacecp&ac=usergroup"{if $upgradecredit !== 'false'} id="g_upmine" class="xi2" onMouseOver="delayShow(this, showUpgradeinfo)"{/if}>$_G[group][grouptitle]</a>
  137.                                                 </p>
  138.                                         </div>
  139.                                         <!--{elseif !empty($_G['cookie']['loginuser'])}-->
  140.                                         <p>
  141.                                                 <strong><a id="loginuser" class="noborder"><!--{echo htmlspecialchars($_G['cookie']['loginuser'])}--></a></strong>
  142.                                                 <span class="pipe">|</span><a href="member.php?mod=logging&action=login" onClick="showWindow('login', this.href)">{lang activation}</a>
  143.                                                 <span class="pipe">|</span><a href="member.php?mod=logging&action=logout&formhash={FORMHASH}">{lang logout}</a>
  144.                                         </p>
  145.                                         <!--{else}-->
  146.                                                 <!--{template member/login_simple}-->
  147.                                         <!--{/if}-->
  148.                                 </div><img src="http://www.d5d4.com/template/ndsns/imgdir/qiang.gif" style="position:absolute;z-index:1001;margin-left:325px;margin-top:-3px;"><img src="http://www.d5d4.com/template/ndsns/imgdir/re.gif" style="position:absolute;z-index:1001;margin-left:692px;margin-top:-3px;">
  149. <img src="http://www.d5d4.com/template/ndsns/imgdir/xin.gif" style="position:absolute;z-index:1001;margin-left:502px;margin-top:-3px;">

  150.                                 <div id="nv">
  151.                         <div class="nv_l"></div>
  152.                     <div class="nv_r"></div>
  153.                                         <a href="javascript:;" id="qmenu" onMouseOver="showMenu({'ctrlid':'qmenu','pos':'34!','ctrlclass':'a','duration':2});">{lang my_nav}</a>
  154.                                         <ul>
  155.                                                 <!--{loop $_G['setting']['navs'] $nav}-->
  156.                                                         <!--{if $nav['available'] && (!$nav['level'] || ($nav['level'] == 1 && $_G['uid']) || ($nav['level'] == 2 && $_G['adminid'] > 0) || ($nav['level'] == 3 && $_G['adminid'] == 1))}--><li {if $mnid == $nav[navid]}class="a" {/if}$nav[nav]></li><!--{/if}-->
  157.                                                 <!--{/loop}-->
  158.                                         </ul>
  159.                                 </div>
  160.                                 <!--{if !empty($_G['setting']['plugins']['jsmenu'])}-->
  161.                                         <ul class="p_pop h_pop" id="plugin_menu" style="display: none">
  162.                                         <!--{loop $_G['setting']['plugins']['jsmenu'] $module}-->
  163.                                                  <!--{if !$module['adminid'] || ($module['adminid'] && $_G['adminid'] > 0 && $module['adminid'] >= $_G['adminid'])}-->
  164.                                                  <li>$module[url]</li>
  165.                                                  <!--{/if}-->
  166.                                         <!--{/loop}-->
  167.                                         </ul>
  168.                                 <!--{/if}-->
  169.                                 $_G[setting][menunavs]
  170.                                 <div id="mu" class="cl">
  171.                                 <!--{if $_G['setting']['subnavs']}-->
  172.                                         <!--{loop $_G[setting][subnavs] $navid $subnav}-->
  173.                                                 <!--{if $_G['setting']['navsubhover'] || $mnid == $navid}-->
  174.                                                 <ul class="cl {if $mnid == $navid}current{/if}" id="snav_$navid" style="display:{if $mnid != $navid}none{/if}">
  175.                                                 $subnav
  176.                                                 </ul>
  177.                                                 <!--{/if}-->
  178.                                         <!--{/loop}-->
  179.                                 <!--{/if}-->
  180.                                 </div>
  181. <style type="text/css">
  182. #nav_bottom {
  183. background-image: url(http://www.d5d4.com/template/ndsns/imgdir/nav_bottom.png);
  184. height: 59px;
  185. padding-top:9px;
  186. width: 980px;
  187. }
  188. </style>
  189. <div id="nav_bottom"><table width="980" border="0" align="center" style="font-size:12px; font-family:宋体;">
  190. <tbody><tr>
  191. <td width="10" rowspan="2" style="padding-left:8px;"><img src="http://www.d5d4.com/template/ndsns/imgdir/menu_zixun.gif" width="29" height="47"></td>
  192. <td width="170" height="22" valign="top" style="padding-left:10px;"><a href="#" target="_blank">茂南</a> | <a href="#" target="_blank">茂港</a> | <a href="#" target="_blank">化州</a> | <a href="#" target="_blank">高州</a></td>
  193. <td width="29" rowspan="2"><img src="http://www.d5d4.com/template/ndsns/imgdir/menu_hudong.gif" width="29" height="47"></td>
  194. <td width="315" valign="top" style="padding-left:10px;"><a href="http://www.d5d4.com/forum-2-1.html" target="_blank">茂名生活</a> | <a href="http://www.d5d4.com/forum-36-1.html" target="_blank">聊天八卦</a> | <a href="http://www.d5d4.com/forum-38-1.html" target="_blank">我型我秀</a> | <a href="http://www.d5d4.com/forum-42-1.html" target="_blank">交友征婚</a> | <a href="http://www.d5d4.com/forum-37-1.html" target="_blank">情感</a></td>
  195. <td width="29" rowspan="2"><img src="http://www.d5d4.com/template/ndsns/imgdir/menu_kuanpin.gif" width="29" height="47"></td>
  196. <td width="220" valign="top" style="padding-left:10px;"><a href="http://www.d5d4.com/forum-47-1.html" target="_blank">房屋租售</a> | <a href="http://www.d5d4.com/forum-48-1.html" target="_blank">求职招聘</a> | <a href="http://www.hao123.com/haoserver/kuaidi.htm" target="_blank">快递</a> | <a href="http://map.baidu.com/" target="_blank">地图</a></td>
  197. <td width="29" rowspan="2"><img src="http://www.d5d4.com/template/ndsns/imgdir/menu_shenghuo.gif" width="29" height="47"></td>
  198. <td width="130" valign="top" style="padding-left:5px;"><a href="#">网络电视</a>
  199. | <a href="#"><font color="red">搞活动</font></a></td>
  200. </tr>
  201. <tr>
  202. <td width="170" style="padding-left:10px;"><a href="#" target="_blank">信宜</a> | <a href="#" target="_blank">电白</a> | <a href="http://www.d5d4.com" target="_blank"><font color="#FF3300">茂名</font></a> | <a href="http://t.qq.com/gdmm88"target="_blank">微博</a></td>
  203. <td width="315" style="padding-left:10px;"><a href="http://www.d5d4.com/forum-43-1.html" target="_blank">茂名美食</a> | <a
  204. href="http://www.d5d4.com/forum-44-1.html" target="_blank">时尚潮流</a> | <a href="http://www.d5d4.com/forum-41-1.html" target="_blank">原创摄影</a> | <a href="http://www.d5d4.com/forum-39-1.html" target="_blank">影音娱乐</a> | <a href="http://www.d5d4.com/forum-40-1.html" target="_blank">互助</a></td>
  205. <td width="220" style="padding-left:10px;"><a href="http://www.d5d4.com/forum-49-1.html" target="_blank">二手市场</a> | <a href="http://www.d5d4.com/forum-50-1.html" target="_blank">广告专区</a> | <a href="http://www.d5d4.com/forum-50-1.html" target="_blank">开张</a> | <a href="http://www.d5d4.com/forum-50-1.html" target="_blank">打折</a></td>
  206. <td width="130" align="center" style="padding-left:5px;"><a href="#">音乐电台</a> | <a href="#">音乐台</a></td>
  207. </tr>
  208. </tbody></table>
  209. </div>

  210.                                 
  211.                         </div>
  212.                 </div>

  213.                 <!--{hook/global_header}-->
  214.         <!--{/if}-->
  215.         <!--{ad/subnavbanner/a_mu}-->
  216.         <div id="wp" class="wp">
复制代码
css 代码
  1. /* 页头 */
  2.         #toptb { line-height: 24px; height:24px; overflow:hidden; }
  3.         #toptb #ppered{ overflow:hidden;}
  4.                 #toptb a { float: left; padding: 0 4px; height: 24px; }
  5.                 #toptb a.showmenu { padding-right: 15px; }
  6.                 #toptb a.hover { background-color: #FFF; }
  7.                 #toptb .pipe { float: left; display: none; }
  8.         #hd { border-bottom: {HEADERBORDER} solid {SPECIALBORDER}; {HEADERBGCODE} }
  9.                 #hd .wp { padding: 10px 0 0; }
  10.                         #diy-tg { width: 55px; background: url({STATICURL}image/diy/panel-toggle.png) no-repeat 100% 1px; text-indent: -9999px; overflow: hidden; }

  11.                         .hdc { min-height: 70px; }
  12.                                 .ie6 .hdc { height: 70px; }
  13.                         #hd h2 { padding: 0 20px 8px 0; float: left; }
  14.                                 #space #hd h2 { margin-top: 0; }
  15.                         #hd .fastlg { float: right; padding-top: 10px; }

  16.                         #scbar { height: 36px; background: url({IMGDIR}/search.png) repeat-x 0 0; line-height: 36px; overflow: hidden; margin-bottom:8px; }
  17.                         #scbar form{ float:left; }
  18.                                 .scbar_icon_td { width: 50px; background: url({IMGDIR}/search.png) no-repeat 6px -79px; }
  19.                                 .scbar_txt_td, .scbar_type_td { background: url({IMGDIR}/search.png) repeat-x 0 -222px; }
  20.                                         #scbar_txt { width: 250px; border: 1px solid #FFF; outline: none; font-size: 12px; background:none;}
  21.                                 .scbar_btn_td { width: 60px; background: url({IMGDIR}/search.png) no-repeat 0 -296px; text-align: center; cursor: pointer; }
  22.                                         #scbar_btn { margin: 0; padding: 0; border: none; background: transparent none; }
  23.                                 .scbar_type_td { background: url({IMGDIR}/search.png) no-repeat  0 -377px; }
  24.                                         #scbar_type { display: block; padding-left: 5px; text-align: left; text-decoration: none; }
  25.                                                 #scbar_type_menu { margin-top: -8px; }
  26.                                 #scbar_hot { padding-left: 8px; height: 36px; overflow: hidden; padding-top:1px; }
  27.                                         #scbar_hot strong, #scbar_hot a { float: left; margin-right: 8px; white-space: nowrap; }
  28.                         
  29.                                 #sc_txt { margin-right: 0; width: 120px; border-right: none; outline: none; }
  30.                                 #sc_type_w { border-left: none; }
  31.                                 #sc_type { height: 17px !important; line-height: 17px; }
  32.                                         .ie8 #sc_type { line-height: 18px; }
  33.                                 #sc_btn { margin-right: 0; }
  34.                                 #sc_type_menu { margin: 2px 0 0 -5px; width: 100px; line-height: 1.5; }
  35.                                         #sc_type_menu a { float: none; }
  36.                                 #sc table{ height:32px; margin-right:5px; }                                

  37.                         #nv { overflow: hidden; padding-left: 3px; height: 33px; {MENUBGCODE}; }
  38.                                 #nv li { float: left; height: 33px; line-height: 33px; background: url({IMGDIR}/nv_a.png) no-repeat 100% 0; font-weight: 700; font-size: 14px; }
  39.                                         #nv li a { float: left; padding: 0 20px; height: 33px; }
  40.                                                 #nv li a { color: {MENUTEXT}; }
  41.                                                 #nv li span { display: none; }
  42.                                         #nv li.a { {MENUHOVERBGCODE}; }
  43.                                                 #nv li.a a { color: {MENUHOVERTEXT}; }
  44.                                                 #nv li a:hover { background: url({IMGDIR}/nv_a.png) no-repeat 50% -66px; }
  45.                                                 #nv li.hover a:hover, #nv li.hover a { background: url({IMGDIR}/nv_a.png) no-repeat 50% -99px; }
  46.                         #mu { position: relative; z-index: 1; }
  47.                                 .ie6 #mu, .ie7 #mu { line-height: 0; font-size: 0; }
  48.                                 #mu ul { background: url({IMGDIR}/mu_bg.png) no-repeat 0 100%; line-height: 22px; z-index: 2; font-size: 12px; }
  49.                                         #mu li { float: left; height: 32px }
  50.                                                 #mu a { float: left; display: inline; margin: 5px 6px; padding: 0 10px; white-space: nowrap; }
  51.                                                         #mu a:hover { margin: 4px 5px; border: 1px solid {SPECIALBORDER}; background: {SPECIALBG}; color: {HIGHLIGHTLINK}; text-decoration: none; }
  52.                                 .floatmu { position: absolute; left: 0; top: 0; }
  53.                         #um { float: right; padding-top: 10px; padding-right: 60px; _padding-right: 54px; line-height: 2.3; }
  54.                                 #um, #um a { color: {HEADERTEXT}; }
  55.                                 #um p { text-align: right; }
  56.                                 #um .avt { display: inline; margin-right: -60px; }
  57.                                 .vwmy { padding-left: 16px; background: url({IMGDIR}/user_online.gif) no-repeat 0 2px; }
  58.                                         .vwmy.qq { background: url({IMGDIR}/connect_qq.gif) no-repeat scroll 0 0; padding-left: 20px; }
  59.                                 /* .topnav .new, .sch .new 分别为为个人中心和搜索页面头部新消息样式 */
  60.                                 #um .new, .topnav .new, .sch .new, #toptb .new { padding-left: 20px; background-repeat: no-repeat; background-position: 0 50%; color: {HIGHLIGHTLINK}; font-weight: 700; }
  61.                                         #myprompt.new { background-image: url({IMGDIR}/notice.gif); background-position: 3px 50%; }
  62.                                         #pm_ntc.new { background-image: url({IMGDIR}/new_pm.gif); }
  63.                                         #task_ntc { background-image: url({STATICURL}image/feed/task.gif); }
  64.                                 #um .pipe { margin: 0 5px 0 0; }

  65.                                 #extcreditmenu { margin-right: 2px !important; padding-top: 3px; padding-bottom: 3px; padding-left: 10px; }
  66.                                         #extcreditmenu.a { position: relative; z-index: 302; margin-right: 1px !important; border: 1px solid; border-color: {DROPMENUBORDER}; border-bottom: none; background-color: {WRAPBG}; }
  67.                                         #extcreditmenu_menu { margin-top: -1px; width: auto; }
  68.                                                 #extcreditmenu_menu li { float: none; display: block; padding-left: 10px !important; padding-right: 3em !important; }

  69.                                 #qmenu { float: right; display: inline; margin: 3px 4px 0; padding: 0 12px 0 0; width: 83px; height: 26px; background: url({IMGDIR}/qmenu.png) no-repeat 0 0; line-height: 26px; text-align: center; color: {HIGHLIGHTLINK}; font-weight: 700; text-shadow: 0 1px 0 #FFF; overflow: hidden; }
  70.                                         #qmenu:hover { text-decoration: none; }
  71.                                         #qmenu.a { position: relative; z-index: 302; background-position: 0 -30px; }
  72.                                 #qmenu_menu { margin-top: -1px; padding: 20px 5px 10px; width: 180px; border-color: #9A9A9A; }
  73.                                         .ie_all #qmenu_menu { margin-left: 1px; }
  74.                                                 .ie9 #qmenu_menu { margin-left: 0; }
  75.                                         #qmenu_menu ul li { float: left; }
  76.                                         #qmenu_menu ul a { margin-bottom: 10px; padding: 47px 0 0; width: 60px; border: none; border-radius: 4px; background: url({IMGDIR}/noicon.gif) no-repeat 50% 5px; text-align: center; }
  77.                                                 #qmenu_menu ul a:hover { background-color: {SPECIALBG}; color: {HIGHLIGHTLINK}; text-shadow: none; }
复制代码

所用到的背景图




本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
fs902 发表于 2011-6-30 18:59:44 | 显示全部楼层
楼主,你那 登录窗口 是怎么弄的?是在header.htm里的一段代码吗,可不可以共享下呀,谢谢了
回复

使用道具 举报

effort8 发表于 2011-6-30 18:59:56 | 显示全部楼层
沙发了,
回复

使用道具 举报

Alex° 发表于 2011-6-30 19:22:47 | 显示全部楼层
LZ 你那天气预报怎么添加的,添加在哪里,能不能共享下,谢谢。
回复

使用道具 举报

gushiyue 发表于 2011-6-30 19:39:28 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

 楼主| 地摊一族 发表于 2011-6-30 21:15:31 | 显示全部楼层
fs902 发表于 2011-6-30 18:59
楼主,你那 登录窗口 是怎么弄的?是在header.htm里的一段代码吗,可不可以共享下呀,谢谢了

哪个登录窗口,截个图看看
回复

使用道具 举报

 楼主| 地摊一族 发表于 2011-6-30 21:16:01 | 显示全部楼层
gushiyue 发表于 2011-6-30 19:39
有一部分人需要!

有人要我就发出来
回复

使用道具 举报

男人馆 发表于 2011-6-30 21:23:35 | 显示全部楼层
要头部和搜索
回复

使用道具 举报

jxhoward 发表于 2011-6-30 21:28:13 | 显示全部楼层
我也需要,顶
回复

使用道具 举报

 楼主| 地摊一族 发表于 2011-6-30 21:29:16 | 显示全部楼层
Alex° 发表于 2011-6-30 19:22
LZ 你那天气预报怎么添加的,添加在哪里,能不能共享下,谢谢。

默认风格\template\default\common\pubsearchform.htm 文件代码中找到以下代码:
  1.         <!--{echo implode('', $srchhotkeywords);}-->
  2.                                                 <!--{/if}-->
  3.                                         </div>
  4.                                 </td>
  5.                         </tr>
  6.                 </table>
  7.         </form>
复制代码
在下面添加
  1. <div id="weather"><iframe src="http://weather.hao.360.cn/index_small_userdata_20100701.html" width="380" height="22" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" allowtransparency="true" scrolling="no"></iframe></div>
复制代码
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-17 18:28 , Processed in 0.035240 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表