Widget:BrowseTabs
Jump to navigation
Jump to search
<style>
.ns-browse-widget {
background: #ffffff;
border-radius: 10px;
padding: 1rem 1.25rem;
box-shadow: 0 4px 14px rgba(0,0,0,0.06);
font-size: 0.95rem;
}
.ns-browse-tabs {
display: flex;
gap: 1.25rem;
border-bottom: 1px solid #e5e7eb;
margin-bottom: 0.75rem;
}
.ns-browse-tab {
background: none;
border: none;
padding: 0.5em 0;
font-weight: 500;
color: #3366cc;
cursor: pointer;
border-bottom: 3px solid transparent;
}
.ns-browse-tab.active {
color: #202122;
border-color: #3366cc;
}
.ns-browse-panel {
display: none;
}
.ns-browse-panel.active {
display: block;
}
.ns-browse-panel ul {
margin: 0.5em 0 0.25em 1.2em;
padding: 0;
}
.ns-browse-panel li {
margin: 0.35em 0;
}
.ns-browse-more {
margin-top: 0.5rem;
font-size: 0.9rem;
}
</style>