更改

跳到导航 跳到搜索
添加819字节 、 2021年4月13日 (二) 00:34
无编辑摘要
第179行: 第179行:  
     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 {
 +
}
 +
 +
    
/* 反白用样式 */
 
/* 反白用样式 */

导航菜单