Template:Counter/styles.css

.tl_counter_lower-roman_reset {
    counter-reset: lower-roman;
}

.tl_counter_lower-roman::before {
    counter-increment: lower-roman;
    content: counter(lower-roman, lower-roman);
}

.tl_counter_lower-roman_preserve::before {
    content: counter(lower-roman, lower-roman);
}

.tl_counter_upper-roman_reset {
    counter-reset: upper-roman;
}

.tl_counter_upper-roman::before {
    counter-increment: upper-roman;
    content: counter(upper-roman, upper-roman);
}

.tl_counter_upper-roman_preserve::before {
    content: counter(upper-roman, upper-roman);
}

.tl_counter_lower-greek_reset {
    counter-reset: lower-greek;
}

.tl_counter_lower-greek::before {
    counter-increment: lower-greek;
    content: counter(lower-greek, lower-greek);
}

.tl_counter_lower-greek_preserve::before {
    content: counter(lower-greek, lower-greek);
}

.tl_counter_decimal_reset {
    counter-reset: decimal;
}

.tl_counter_decimal::before {
    counter-increment: decimal;
    content: counter(decimal, decimal);
}

.tl_counter_decimal_preserve::before {
    content: counter(decimal, decimal);
}

.tl_counter_lower-alpha_reset {
    counter-reset: lower-alpha;
}

.tl_counter_lower-alpha::before {
    counter-increment: lower-alpha;
    content: counter(lower-alpha, lower-alpha);
}

.tl_counter_lower-alpha_preserve::before {
    content: counter(lower-alpha, lower-alpha);
}

.tl_counter_upper-alpha_reset {
    counter-reset: upper-alpha;
}

.tl_counter_upper-alpha::before {
    counter-increment: upper-alpha;
    content: counter(upper-alpha, upper-alpha);
}

.tl_counter_upper-alpha::before {
    counter-increment: upper-alpha;
    content: counter(upper-alpha, upper-alpha);
}
/* [[Category:テンプレートスタイル]] */