/* 页面底部导航框(2011年8月16日引自中文维基)(所谓大家族模板) */
table.naubox {
border: 1px solid #aaa;
clear: both;
margin: auto;
padding: 1px;
text-align: center;
width: 100%;
}
table.naubox+table.naubox {
margin-top: -1px;
}
.naubox-title,
.naubox-abovebelow,
table.naubox th {
padding-left: 1em;
padding-right: 1em;
text-align: center;
}
.naubox-group {
font-weight: 700;
white-space: nowrap;
}
.naubox,
.naubox-subgroup {
background: none repeat scroll 0 0 #fdfdfd;
}
.naubox-list {
border-color: #fdfdfd;
}
.naubox-title,
table.naubox th {
background: none repeat scroll 0 0 #a5e4a5;
}
.naubox-abovebelow,
.naubox-group,
.naubox-subgroup .naubox-title {
background: none repeat scroll 0 0 #c0ecc0;
}
.naubox-subgroup .naubox-group,
.naubox-subgroup .naubox-abovebelow {
background: none repeat scroll 0 0 #e6f6e6;
}
.naubox-even {
background: none repeat scroll 0 0 #f5fcf5;
}
.naubox-odd {
background: none repeat scroll 0 0 transparent;
}