更改

跳到导航 跳到搜索
删除817字节 、 2021年4月13日 (二) 01:04
无编辑摘要
第178行: 第178行:  
     border-radius: 0;
 
     border-radius: 0;
 
     border: 1px solid #eaeaea;
 
     border: 1px solid #eaeaea;
}
  −
  −
  −
/* This will style the div that contains the whole tabber object. Generally this can be left alone. */
  −
body .tabberlive {
  −
}
  −
  −
/* This will style each tab's content area. */
  −
body .tabberlive .tabbertab {
  −
}
  −
  −
/* This is the box that surrounds all the tabs. */
  −
body ul.tabbernav {
  −
}
  −
  −
/* This is a box that surrounds each of the tabs. */
  −
body ul.tabbernav li {
  −
}
  −
  −
/* This is the style for the tabs, parts of this can be overridden for the current tab with the next selector */
  −
body ul.tabbernav li a,
  −
body ul.tabbernav li a:link,
  −
body ul.tabbernav li a:visited,
  −
body ul.tabbernav li a:hover {
  −
}
  −
  −
/* This is the style for the currently selected tab */
  −
body ul.tabbernav li.tabberactive a,
  −
body ul.tabbernav li.tabberactive a:link,
  −
body ul.tabbernav li.tabberactive a:visited,
  −
body ul.tabbernav li.tabberactive a:hover {
   
}
 
}
  

导航菜单