normal.css 462 Bytes
Newer Older
Kim Gyeongeun committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
/*エディタ用のスタイルです。*/
/*マックでもウィンドウズでも無い場合にこのスタイルが適用されます。*/

/*font size ss*/

.ss {
	font-size:60%;
	line-height:1.5em;
}


/*font size s*/

.s {
	font-size:78%;
	line-height:1.6em;
}


/*font size m*/

.m {
	font-size:93%;
	line-height:1.6em;
}



/*font size L*/

.L {
	font-size:108%;
	line-height:1.56em;
}


/*font size LL*/

.LL {
	font-size:114%;
	line-height:1.5em;
}