Template:Work/styles.css

维基百科,自由的百科全书
.work .correction {
    display: none;
}

.work.small {
    font-size: 95%;
}

.work .guillemets::before {
    content: "\300a";
}
.work .guillemets::after {
    content: "\300b";
}

.work .guillemets.single::before {
    content: "\3008";
}
.work .guillemets.single::after {
    content: "\3009";
}

.work .brackets::before {
    content: "\ff08";
}
.work .brackets::after {
    content: "\ff09";
}

.work .hyphen::after {
    content: "\ff0d";
}

.work .comma::after {
    content: "\ff0c";
}

.work .colon::after {
    content: "\ff1a";
}