Thanks for using our site!

If you're looking to become an editor, please read the Becoming an Editor section carefully.

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 12: Line 12:


.templateruby.big {
.templateruby.big {
font-size: 200%;
font-size: 180%;
}
}



Revision as of 23:42, 28 February 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: 180%;
}

.templateruby.large > rt, .templateruby.big > rt {
	font-size: 50%;
}