comparison s6/blank.css.less @ 5:220243d8ef68

cs/ds
author Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp>
date Sat, 18 Oct 2014 11:51:53 +0900
parents 105ba499ae40
children
comparison
equal deleted inserted replaced
4:f23d647ae3fa 5:220243d8ef68
22 22
23 @font-size-h1: 190%; // 30pt / 40px (assuming 100% => 12pt / 16px) 23 @font-size-h1: 190%; // 30pt / 40px (assuming 100% => 12pt / 16px)
24 @font-size-h2: 200%; // 28pt / 37px 24 @font-size-h2: 200%; // 28pt / 37px
25 @font-size-h3: 150%; // 24pt / 32px 25 @font-size-h3: 150%; // 24pt / 32px
26 @font-size-text: 130%; // 18pt / 24px 26 @font-size-text: 130%; // 18pt / 24px
27 @font-size-list: 120%;
27 @font-size-code: 150%; // 16pt / 22px 28 @font-size-code: 150%; // 16pt / 22px
28 @font-small-size: 100%; 29 @font-small-size: 100%;
29 30
30 ///////////////////////////// 31 /////////////////////////////
31 32
68 69
69 70
70 ul { list-style-type: square; } 71 ul { list-style-type: square; }
71 72
72 73
73 p, li, dt, dd, td{ font-size: @font-size-text; } 74 p { font-size: @font-size-text; }
75 li, dt, dd, td{ font-size: @font-size-list; }
74 th { font-size: @font-small-size; font-weight:normal; align:left} 76 th { font-size: @font-small-size; font-weight:normal; align:left}
75 77
76 78
77 pre {font-size: @font-size-code; } 79 pre {font-size: @font-size-code; }
78 80