Table Style
table.table {
    border-collapse: collapse;
    margin: 0.5em auto;
}
table.table tr th,
table.table tr td {
    border: 1px solid #888;
    padding: 0.3em 0.7em;
}
table.table tr th {
    background-color: #eee;
    text-align: center;
}
table.table tr th.header {
    background-color: #aaa;
    color: #fff;
}
table.table tr td {
    background-color: #fff;
}
 
span[style="color: accent"] {
    background: #0002;
    padding: 0 0.5ch;
    font-family: 'Andale Mono', 'Courier New', Courier, monospace;
}
特に明記しない限り、このページのコンテンツは次のライセンスの下にあります: Creative Commons Attribution-ShareAlike 3.0 License