|
Thanks for using our site! |
Template:Ruby/styles.css: Difference between revisions
From ranchstory
Jump to navigationJump to search
imported>Kiwibasket Created page with "→{{pp-template}}: .templateruby > rt { font-feature-settings: 'ruby' 1; →font-size: 85% is a [[WP:ACCESS]] issue. Don't change without discussion * at [[WT:ACCESS]].: font-size: 85%; } .templateruby.large { font-size: 250%; } .templateruby.large > rt { font-size: 50%; }" |
imported>Kiwibasket mNo edit summary |
||
| (16 intermediate revisions by the same user not shown) | |||
| Line 9: | Line 9: | ||
.templateruby.large { | .templateruby.large { | ||
font-size: 250%; | font-size: 250%; | ||
} | |||
.templateruby.big { | |||
font-size: 150%; | |||
} | } | ||
.templateruby.large > rt { | .templateruby.large > rt { | ||
font-size: 50%; | font-size: 50%; | ||
} | |||
.templateruby.big > rt { | |||
font-size: 40%; | |||
} | } | ||
Latest revision as of 00:08, 1 March 2023
/* {{pp-template}} */
.templateruby > rt {
font-feature-settings: 'ruby' 1;
/* font-size: 85% is a [[WP:ACCESS]] issue. Don't change without discussion
* at [[WT:ACCESS]]. */
font-size: 85%;
}
.templateruby.large {
font-size: 250%;
}
.templateruby.big {
font-size: 150%;
}
.templateruby.large > rt {
font-size: 50%;
}
.templateruby.big > rt {
font-size: 40%;
}