|
Thanks for using our site! |
Template:Ruby/styles.css: Difference between revisions
From ranchstory
Jump to navigationJump to search
imported>Kiwibasket No edit summary |
imported>Kiwibasket mNo edit summary |
||
| Line 20: | Line 20: | ||
.templateruby.big > rt { | .templateruby.big > rt { | ||
font-size: | font-size: 50%; | ||
} | } | ||
Revision as of 00:07, 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: 130%;
}
.templateruby.large > rt {
font-size: 50%;
}
.templateruby.big > rt {
font-size: 50%;
}