Template:Wiki Loves Folklore menu/style.css
.wlf-menu { display: flex; flex-wrap: wrap; width: 100%; box-sizing: border-box; margin: 0; text-transform: uppercase; text-align: center; font-weight: bold; } .wlf-menu li { display: block; flex-grow: 1; margin: 5px; border-top: .5em solid #069; padding: 10px; color: #396; background-color: #fff; } .wlf-menu a, .wlf-menu a.extiw { color: inherit; } .wlf-menu li.wlf-menu-tab-highlighted { color: #900; border-color: #900; } .wlf-menu li.wlf-menu-tab-current { background-color: #eaecf0; }