10170

1ページ目本文


次のcssを置いたうえでタブ構文を使うとできます

[[module css]]
@import url(http://dog-punch.wikidot.com/tes:10170/code/2);
[[/module]]
#html-body .yui-navset .yui-nav a,
#html-body .yui-navset .yui-nav a em {
    border: none;
    padding: 0;
    background: none;
    color: inherit;
    margin: 0;
}
#html-body .yui-navset .yui-nav li {
    margin: 0;
    display: flex;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    color: #8c8c8c;
    font-family: sans-serif;
    font-size: 1.1em;
    margin: 0 3px;
    padding: 3px;
}
#html-body .yui-navset .yui-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    position: absolute;
    width: 100%;
    top: calc(100% + 10px);
    left: 0;
}
#html-body .yui-navset .yui-nav li.selected {
    background: #151515;
    border-radius: 50%;
    color: #fff;
}
#html-body .yui-navset .yui-content {
    background: transparent;
    border: none;
    padding: 0;
    min-height: 300px;
}
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License