| 1 |
wakaba |
1.1 |
@page {
|
| 2 |
|
|
margin: 10%; }
|
| 3 |
|
|
|
| 4 |
|
|
unicode-bidi: embed;
|
| 5 |
|
|
}
|
| 6 |
|
|
.report-1 {
|
| 7 |
|
|
TEXT-ALIGN: left;
|
| 8 |
|
|
PADDING-LEFT: 0em;
|
| 9 |
|
|
FONT-SIZE: 220%;
|
| 10 |
|
|
color: #FFFF00;
|
| 11 |
|
|
border-left: 0.5em solid #DD0000;
|
| 12 |
|
|
border-bottom: 2px solid #DD0000;
|
| 13 |
|
|
FONT-WEIGHT: 800;
|
| 14 |
|
|
}
|
| 15 |
|
|
.report-2 {
|
| 16 |
|
|
TEXT-ALIGN: left;
|
| 17 |
|
|
PADDING-LEFT: 0em;
|
| 18 |
|
|
FONT-SIZE: 180%;
|
| 19 |
|
|
color: #FFFF33;
|
| 20 |
|
|
border-left: 0.4em solid #00CCAA;
|
| 21 |
|
|
FONT-WEIGHT: 700;
|
| 22 |
|
|
}
|
| 23 |
|
|
.report-3 {
|
| 24 |
|
|
TEXT-ALIGN: left;
|
| 25 |
|
|
PADDING-LEFT: 0em;
|
| 26 |
|
|
FONT-SIZE: 160%;
|
| 27 |
|
|
color: #00CC99;
|
| 28 |
|
|
border-left: 0.4em solid #003399;
|
| 29 |
|
|
FONT-WEIGHT: 600;
|
| 30 |
|
|
}
|
| 31 |
|
|
.report-4 {
|
| 32 |
|
|
TEXT-ALIGN: left;
|
| 33 |
|
|
PADDING-LEFT: 0em;
|
| 34 |
|
|
FONT-SIZE: 140%;
|
| 35 |
|
|
color: #666666;
|
| 36 |
|
|
border-left: 0.3em solid #99FF00;
|
| 37 |
|
|
FONT-WEIGHT: 500;
|
| 38 |
|
|
}
|
| 39 |
|
|
.report-5 {
|
| 40 |
|
|
TEXT-ALIGN: left;
|
| 41 |
|
|
PADDING-LEFT: 0em;
|
| 42 |
|
|
FONT-SIZE: 120%;
|
| 43 |
|
|
color: #003366;
|
| 44 |
|
|
border-left: 0.3em solid #00FFCC;
|
| 45 |
|
|
FONT-WEIGHT: normal;
|
| 46 |
|
|
}
|
| 47 |
|
|
.report-6 {
|
| 48 |
|
|
TEXT-ALIGN: left;
|
| 49 |
|
|
PADDING-LEFT: 0em;
|
| 50 |
|
|
FONT-SIZE: 100%;
|
| 51 |
|
|
color: #000000;
|
| 52 |
|
|
border-left: 0.3em solid #FFB5FF;
|
| 53 |
|
|
FONT-WEIGHT: normal;
|
| 54 |
|
|
}
|
| 55 |
|
|
#dots { font-size: 220%;
|
| 56 |
|
|
margin-left:5px;
|
| 57 |
|
|
margin-right: 5px;
|
| 58 |
|
|
margin-top: 5px;
|
| 59 |
|
|
border: dotted 10px black;
|
| 60 |
|
|
border-top-color: #ffff00;
|
| 61 |
|
|
border-left-color: #ff0000;
|
| 62 |
|
|
border-bottom-color: #00ff00;
|
| 63 |
|
|
border-right-color: #ff0000;
|
| 64 |
|
|
line-height: 140%;
|
| 65 |
|
|
}
|
| 66 |
|
|
.blue {
|
| 67 |
|
|
color: blue;
|
| 68 |
|
|
font-weight: 600;
|
| 69 |
|
|
}
|
| 70 |
|
|
.program {
|
| 71 |
|
|
border: 0.3em solid #00FFCC;
|
| 72 |
|
|
}
|
| 73 |
|
|
.team {
|
| 74 |
|
|
border: 0.3em solid #00ffcc;
|
| 75 |
|
|
}
|
| 76 |
|
|
.date {
|
| 77 |
|
|
text-align: right;
|
| 78 |
|
|
color: 33cccc;
|
| 79 |
|
|
}
|
| 80 |
|
|
.name {
|
| 81 |
|
|
text-align: left;
|
| 82 |
|
|
text-width: 600;
|
| 83 |
|
|
color:cc3333;
|
| 84 |
|
|
}
|
| 85 |
|
|
.date-suika {
|
| 86 |
|
|
text-align: right;
|
| 87 |
|
|
color: black;
|
| 88 |
|
|
}
|
| 89 |
|
|
.name-suika {
|
| 90 |
|
|
text-align: right;
|
| 91 |
|
|
color: black;
|
| 92 |
|
|
}
|
| 93 |
|
|
.title {
|
| 94 |
|
|
text-align: center;
|
| 95 |
|
|
font-size: 24px;
|
| 96 |
|
|
color: black
|
| 97 |
|
|
}
|
| 98 |
|
|
#l {
|
| 99 |
|
|
font-weight: 500;
|
| 100 |
|
|
color: red;
|
| 101 |
|
|
}
|
| 102 |
|
|
#g {
|
| 103 |
|
|
font-weight: 300;
|
| 104 |
|
|
color: green;
|
| 105 |
|
|
}
|
| 106 |
|
|
#gl {
|
| 107 |
|
|
font-weight: 500;
|
| 108 |
|
|
color: green;
|
| 109 |
|
|
}
|
| 110 |
|
|
#ll {
|
| 111 |
|
|
font-weight: 900;
|
| 112 |
|
|
}
|
| 113 |
|
|
.example {
|
| 114 |
|
|
background-color: #f9f5de;
|
| 115 |
|
|
border-right: black 1px solid;
|
| 116 |
|
|
padding-right: 1em;
|
| 117 |
|
|
border-top: black 1px solid;
|
| 118 |
|
|
padding-left: 1em;
|
| 119 |
|
|
padding-bottom: 0.2em;
|
| 120 |
|
|
margin-left: 10%;
|
| 121 |
|
|
border-left: black 1px solid;
|
| 122 |
|
|
color: #5d0091;
|
| 123 |
|
|
text-indent: 0px;
|
| 124 |
|
|
line-height: 200%;
|
| 125 |
|
|
padding-top: 0.2em;
|
| 126 |
|
|
border-bottom: black 1px solid;
|
| 127 |
|
|
margin-top: 0.1em;
|
| 128 |
|
|
margin-bottom: 0.1em;
|
| 129 |
|
|
line-height: 135%;
|
| 130 |
|
|
font-style: normal;
|
| 131 |
|
|
font-family: monospace;
|
| 132 |
|
|
letter-spacing: 1px;
|
| 133 |
|
|
}
|
| 134 |
|
|
.sample {
|
| 135 |
|
|
background-color: #f9f5de;
|
| 136 |
|
|
border-right: black 1px solid;
|
| 137 |
|
|
padding-right: 1em;
|
| 138 |
|
|
border-top: black 1px solid;
|
| 139 |
|
|
padding-left: 1em;
|
| 140 |
|
|
padding-bottom: 0.2em;
|
| 141 |
|
|
margin-left: 10%;
|
| 142 |
|
|
border-left: black 1px solid;
|
| 143 |
|
|
color: #5d0091;
|
| 144 |
|
|
text-indent: 0px;
|
| 145 |
|
|
line-height: 200%;
|
| 146 |
|
|
padding-top: 0.2em;
|
| 147 |
|
|
border-bottom: black 1px solid;
|
| 148 |
|
|
}
|
| 149 |
|
|
.syntax {
|
| 150 |
|
|
color: gray;
|
| 151 |
|
|
background-color: #ffe1e1;
|
| 152 |
|
|
border-right: black 1px solid;
|
| 153 |
|
|
padding-right: 1em;
|
| 154 |
|
|
border-top: black 1px solid;
|
| 155 |
|
|
padding-left: 1em;
|
| 156 |
|
|
padding-bottom: 0.2em;
|
| 157 |
|
|
margin-left: 10%;
|
| 158 |
|
|
border-left: black 1px solid;
|
| 159 |
|
|
color: #5d0091;
|
| 160 |
|
|
text-indent: 0px;
|
| 161 |
|
|
line-height: 200%;
|
| 162 |
|
|
padding-top: 0.2em;
|
| 163 |
|
|
border-bottom: black 1px solid;
|
| 164 |
|
|
margin-top: 0.1em;
|
| 165 |
|
|
margin-bottom: 0.1em;
|
| 166 |
|
|
line-height: 135%;
|
| 167 |
|
|
font-style: normal;
|
| 168 |
|
|
font-family: monospace;
|
| 169 |
|
|
letter-spacing: 1px;
|
| 170 |
|
|
}
|
| 171 |
|
|
.note {
|
| 172 |
|
|
margin: 1em 0.5em 0.5em;
|
| 173 |
|
|
text-indent: 0px;
|
| 174 |
|
|
line-height: 200%;
|
| 175 |
|
|
}
|
| 176 |
|
|
.fold {
|
| 177 |
|
|
margin-left: 5em;
|
| 178 |
|
|
text-indent: -5em;
|
| 179 |
|
|
}
|
| 180 |
|
|
.kumimoji {
|
| 181 |
|
|
text-combine: letters
|
| 182 |
|
|
}
|
| 183 |
|
|
.warichu {
|
| 184 |
|
|
text-combine: lines
|
| 185 |
|
|
}
|
| 186 |
|
|
.bouten {
|
| 187 |
|
|
font-emphasize: dot above
|
| 188 |
|
|
}
|
| 189 |
|
|
|
| 190 |
|
|
|
| 191 |
|
|
|
| 192 |
|
|
body {
|
| 193 |
|
|
background: #d2ffff;
|
| 194 |
|
|
color: 000000;
|
| 195 |
|
|
line-height: normal;
|
| 196 |
|
|
}
|
| 197 |
|
|
applet {
|
| 198 |
|
|
}
|
| 199 |
|
|
div {
|
| 200 |
|
|
line-height: normal;
|
| 201 |
|
|
}
|
| 202 |
|
|
p {
|
| 203 |
|
|
line-height: normal;
|
| 204 |
|
|
text-justify-trim: punctuation;
|
| 205 |
|
|
text-indent: 1em;
|
| 206 |
|
|
text-align: justify;
|
| 207 |
|
|
text-justiry: inter-word;
|
| 208 |
|
|
punctuation-wrap: hanging;
|
| 209 |
|
|
punctuation-trim: leading;
|
| 210 |
|
|
margin: 0em 0em;
|
| 211 |
|
|
}
|
| 212 |
|
|
pre {
|
| 213 |
|
|
font-size: 100%;
|
| 214 |
|
|
white-space: pre;
|
| 215 |
|
|
line-height: normal;
|
| 216 |
|
|
margin: 0.75em 1em;
|
| 217 |
|
|
}
|
| 218 |
|
|
dd {
|
| 219 |
|
|
margin-top: 0px;
|
| 220 |
|
|
margin-left: 3em;
|
| 221 |
|
|
}
|
| 222 |
|
|
h1 {
|
| 223 |
|
|
text-indent: 0em;
|
| 224 |
|
|
font-size: 220%;
|
| 225 |
|
|
line-height: normal;
|
| 226 |
|
|
color: #000000;
|
| 227 |
|
|
}
|
| 228 |
|
|
h2 {
|
| 229 |
|
|
text-indent: 0em;
|
| 230 |
|
|
font-size: 180%;
|
| 231 |
|
|
line-height: normal;
|
| 232 |
|
|
color: #000000;
|
| 233 |
|
|
}
|
| 234 |
|
|
h3 {
|
| 235 |
|
|
text-indent: 0em;
|
| 236 |
|
|
font-size: 150%;
|
| 237 |
|
|
line-height: normal;
|
| 238 |
|
|
color: #000000;
|
| 239 |
|
|
}
|
| 240 |
|
|
h4 {
|
| 241 |
|
|
text-indent: 0em;
|
| 242 |
|
|
font-size: 130%;
|
| 243 |
|
|
line-height: normal;
|
| 244 |
|
|
color: #000000;
|
| 245 |
|
|
}
|
| 246 |
|
|
h5 {
|
| 247 |
|
|
text-indent: 0em;
|
| 248 |
|
|
font-size: 120%;
|
| 249 |
|
|
line-height: normal;
|
| 250 |
|
|
color: #000000;
|
| 251 |
|
|
}
|
| 252 |
|
|
h6 {
|
| 253 |
|
|
text-indent: 0em;
|
| 254 |
|
|
font-size: 120%;
|
| 255 |
|
|
line-height: normal;
|
| 256 |
|
|
color: #000000;
|
| 257 |
|
|
|
| 258 |
|
|
}
|
| 259 |
|
|
ol {
|
| 260 |
|
|
margin: 0.75em 1em;
|
| 261 |
|
|
list-style-type: decimal;
|
| 262 |
|
|
}
|
| 263 |
|
|
ul {
|
| 264 |
|
|
margin: 0.75em 1em;
|
| 265 |
|
|
list-style-type: disc;
|
| 266 |
|
|
}
|
| 267 |
|
|
li {
|
| 268 |
|
|
display: list-item;
|
| 269 |
|
|
margin-left: 1em;
|
| 270 |
|
|
}
|
| 271 |
|
|
hr {
|
| 272 |
|
|
margin: 0.75em 1em;
|
| 273 |
|
|
border-right: black 1px;
|
| 274 |
|
|
border-top: black 1px solid;
|
| 275 |
|
|
border-left: black 1px;
|
| 276 |
|
|
border-bottom: black 1px;
|
| 277 |
|
|
}
|
| 278 |
|
|
thead {
|
| 279 |
|
|
display: table-header-group;
|
| 280 |
|
|
}
|
| 281 |
|
|
tfoot {
|
| 282 |
|
|
display: table-footer-group;
|
| 283 |
|
|
}
|
| 284 |
|
|
table {
|
| 285 |
|
|
transparent scroll repeat 0% 0%;
|
| 286 |
|
|
text-align: left;
|
| 287 |
|
|
line-height: normal;
|
| 288 |
|
|
}
|
| 289 |
|
|
tr {
|
| 290 |
|
|
background: none transparent scroll repeat 0% 0%;
|
| 291 |
|
|
text-align: left;
|
| 292 |
|
|
}
|
| 293 |
|
|
th {
|
| 294 |
|
|
background: none transparent scroll repeat 0% 0%;
|
| 295 |
|
|
text-align: left;
|
| 296 |
|
|
font-weight: bolder;
|
| 297 |
|
|
}
|
| 298 |
|
|
td {
|
| 299 |
|
|
transparent scroll repeat 0% 0%;
|
| 300 |
|
|
}
|
| 301 |
|
|
em {
|
| 302 |
|
|
font-weight: 700;
|
| 303 |
|
|
color: red;
|
| 304 |
|
|
font-style: normal;
|
| 305 |
|
|
}
|
| 306 |
|
|
strong {
|
| 307 |
|
|
font-weight: 800;
|
| 308 |
|
|
}
|
| 309 |
|
|
var {
|
| 310 |
|
|
font-style: normal;
|
| 311 |
|
|
}
|
| 312 |
|
|
address {
|
| 313 |
|
|
padding-top: 0.5em;
|
| 314 |
|
|
margin: 0.75em 1em;
|
| 315 |
|
|
}
|
| 316 |
|
|
cite {
|
| 317 |
|
|
color: turquoise;
|
| 318 |
|
|
font-style: normal;
|
| 319 |
|
|
}
|
| 320 |
|
|
blockquote {
|
| 321 |
|
|
padding-left: 0.5em;
|
| 322 |
|
|
margin: 0.75em 1em;
|
| 323 |
|
|
}
|
| 324 |
|
|
q {
|
| 325 |
|
|
color: 00ffcc;
|
| 326 |
|
|
font-style: normal;
|
| 327 |
|
|
}
|
| 328 |
|
|
dfn {
|
| 329 |
|
|
margin-top: 0.1em;
|
| 330 |
|
|
margin-bottom: 0.1em;
|
| 331 |
|
|
line-height: 120%;
|
| 332 |
|
|
font-style: normal;
|
| 333 |
|
|
font-family: monospace;
|
| 334 |
|
|
letter-spacing: 1px;
|
| 335 |
|
|
}
|
| 336 |
|
|
samp {
|
| 337 |
|
|
margin-top: 0.1em;
|
| 338 |
|
|
margin-bottom: 0.1em;
|
| 339 |
|
|
line-height: 120%;
|
| 340 |
|
|
font-style: normal;
|
| 341 |
|
|
font-family: monospace;
|
| 342 |
|
|
letter-spacing: 1px;
|
| 343 |
|
|
}
|
| 344 |
|
|
kbd {
|
| 345 |
|
|
margin-top: 0.1em;
|
| 346 |
|
|
margin-bottom: 0.1em;
|
| 347 |
|
|
line-height: 120%;
|
| 348 |
|
|
font-style: normal;
|
| 349 |
|
|
font-family: monospace;
|
| 350 |
|
|
letter-spacing: 1px;
|
| 351 |
|
|
}
|
| 352 |
|
|
code {
|
| 353 |
|
|
line-height: 135%;
|
| 354 |
|
|
font-style: normal;
|
| 355 |
|
|
font-family: courier new, courier, monospace;
|
| 356 |
|
|
letter-spacing: 1px;
|
| 357 |
|
|
}
|
| 358 |
|
|
sub {
|
| 359 |
|
|
padding-left: 0em;
|
| 360 |
|
|
font-size: 100%;
|
| 361 |
|
|
color: 000000;
|
| 362 |
|
|
border: 0.1em solid #ffb5ff;
|
| 363 |
|
|
}
|
| 364 |
|
|
sup {
|
| 365 |
|
|
font-size: 100%;
|
| 366 |
|
|
vertical-align: super;
|
| 367 |
|
|
}
|
| 368 |
|
|
del {
|
| 369 |
|
|
text-decoration: line-through
|
| 370 |
|
|
}
|
| 371 |
|
|
ins {
|
| 372 |
|
|
text-decoration: underline
|
| 373 |
|
|
}
|
| 374 |
|
|
abbr {
|
| 375 |
|
|
letter-spacing: 0.1em;
|
| 376 |
|
|
font-variant: small-caps;
|
| 377 |
|
|
}
|
| 378 |
|
|
acronym {
|
| 379 |
|
|
letter-spacing: 0.1em;
|
| 380 |
|
|
font-variant: small-caps;
|
| 381 |
|
|
}
|
| 382 |
|
|
head {
|
| 383 |
|
|
display: none;
|
| 384 |
|
|
}
|
| 385 |
|
|
br:unknown {
|
| 386 |
|
|
content: "\a";
|
| 387 |
|
|
}
|
| 388 |
|
|
noframes {
|
| 389 |
|
|
display: none;
|
| 390 |
|
|
}
|
| 391 |
|
|
iframe {
|
| 392 |
|
|
display: none;
|
| 393 |
|
|
}
|
| 394 |
|
|
fieldset {
|
| 395 |
|
|
display: inline;
|
| 396 |
|
|
font-size: 100%;
|
| 397 |
|
|
text-decoration: none;
|
| 398 |
|
|
}
|
| 399 |
|
|
tt {
|
| 400 |
|
|
display: inline;
|
| 401 |
|
|
font-size: 100%;
|
| 402 |
|
|
text-decoration: none;
|
| 403 |
|
|
}
|
| 404 |
|
|
b {
|
| 405 |
|
|
font-size: normal;
|
| 406 |
|
|
}
|
| 407 |
|
|
i {
|
| 408 |
|
|
font-size: normal;
|
| 409 |
|
|
}
|
| 410 |
|
|
small {
|
| 411 |
|
|
font-size: normal;
|
| 412 |
|
|
}
|
| 413 |
|
|
big {
|
| 414 |
|
|
font-size: normal;
|
| 415 |
|
|
}
|
| 416 |
|
|
unknown {
|
| 417 |
|
|
font-family: \00ff2d\00ff33\000020\00660e\00671d
|
| 418 |
|
|
}
|
| 419 |
|
|
unknown {
|
| 420 |
|
|
text-decoration: underline;
|
| 421 |
|
|
}
|
| 422 |
|
|
a:link {
|
| 423 |
|
|
color: blue;
|
| 424 |
|
|
}
|
| 425 |
|
|
a:visited {
|
| 426 |
|
|
color: purple;
|
| 427 |
|
|
}
|
| 428 |
|
|
a:active {
|
| 429 |
|
|
color: white;
|
| 430 |
|
|
}
|
| 431 |
|
|
a:hover {
|
| 432 |
|
|
background: #64ffd2; color: #007755;
|
| 433 |
|
|
}
|
| 434 |
|
|
img {
|
| 435 |
|
|
border-right: black 0px;
|
| 436 |
|
|
border-top: black 0px;
|
| 437 |
|
|
border-left: black 0px;
|
| 438 |
|
|
border-bottom: black 0px;
|
| 439 |
|
|
}
|
| 440 |
|
|
a:link img {
|
| 441 |
|
|
border-right: red 1px solid;
|
| 442 |
|
|
border-top: red 1px solid;
|
| 443 |
|
|
border-left: red 1px solid;
|
| 444 |
|
|
border-bottom: red 1px solid;
|
| 445 |
|
|
}
|
| 446 |
|
|
a:visited img {
|
| 447 |
|
|
border-right: purple 1px solid;
|
| 448 |
|
|
border-top: purple 1px solid;
|
| 449 |
|
|
border-left: purple 1px solid;
|
| 450 |
|
|
border-bottom: purple 1px solid
|
| 451 |
|
|
}
|
| 452 |
|
|
a:active img {
|
| 453 |
|
|
border-right: red 1px solid;
|
| 454 |
|
|
border-top: red 1px solid;
|
| 455 |
|
|
border-left: red 1px solid;
|
| 456 |
|
|
border-bottom: red 1px solid;
|
| 457 |
|
|
}
|
| 458 |
|
|
a:hover img {
|
| 459 |
|
|
border-right: #ffa 1px solid;
|
| 460 |
|
|
border-top: #ffa 1px solid;
|
| 461 |
|
|
border-left: #ffa 1px solid;
|
| 462 |
|
|
border-bottom: #ffa 1px solid;
|
| 463 |
|
|
}
|
| 464 |
|
|
:unknown {
|
| 465 |
|
|
outline: thin dotted invert
|
| 466 |
|
|
}
|
| 467 |
|
|
unknown {
|
| 468 |
|
|
direction: ltr;
|
| 469 |
|
|
unicode-bidi: bidi-override;
|
| 470 |
|
|
direction: rtl;
|
| 471 |
|
|
}
|
| 472 |
|
|
|
| 473 |
|
|
|
| 474 |
|
|
|
| 475 |
|
|
|
| 476 |
|
|
|
| 477 |
|
|
|
| 478 |
|
|
@media print
|
| 479 |
|
|
{
|
| 480 |
|
|
h1 {
|
| 481 |
|
|
page-break-inside: avoid
|
| 482 |
|
|
}
|
| 483 |
|
|
h2 {
|
| 484 |
|
|
page-break-inside: avoid
|
| 485 |
|
|
}
|
| 486 |
|
|
h3 {
|
| 487 |
|
|
page-break-inside: avoid
|
| 488 |
|
|
}
|
| 489 |
|
|
h4 {
|
| 490 |
|
|
page-break-inside: avoid
|
| 491 |
|
|
}
|
| 492 |
|
|
h5 {
|
| 493 |
|
|
page-break-inside: avoid
|
| 494 |
|
|
}
|
| 495 |
|
|
h6 {
|
| 496 |
|
|
page-break-inside: avoid
|
| 497 |
|
|
}
|
| 498 |
|
|
blockquote {
|
| 499 |
|
|
page-break-inside: avoid
|
| 500 |
|
|
}
|
| 501 |
|
|
pre {
|
| 502 |
|
|
page-break-inside: avoid
|
| 503 |
|
|
}
|
| 504 |
|
|
|
| 505 |
|
|
|
| 506 |
|
|
|
| 507 |
|
|
|
| 508 |
|
|
|
| 509 |
|
|
@media unknown
|
| 510 |
|
|
{
|
| 511 |
|
|
h1 {
|
| 512 |
|
|
voice-family: paul, male;
|
| 513 |
|
|
stress: 20;
|
| 514 |
|
|
richness: 90;
|
| 515 |
|
|
pitch: x-low;
|
| 516 |
|
|
pitch-range: 90
|
| 517 |
|
|
}
|
| 518 |
|
|
h2 {
|
| 519 |
|
|
voice-family: paul, male;
|
| 520 |
|
|
stress: 20;
|
| 521 |
|
|
richness: 90;
|
| 522 |
|
|
pitch: x-low;
|
| 523 |
|
|
pitch-range: 80
|
| 524 |
|
|
}
|
| 525 |
|
|
h3 {
|
| 526 |
|
|
voice-family: paul, male;
|
| 527 |
|
|
stress: 20;
|
| 528 |
|
|
richness: 90;
|
| 529 |
|
|
pitch: low;
|
| 530 |
|
|
pitch-range: 70
|
| 531 |
|
|
}
|
| 532 |
|
|
h4 {
|
| 533 |
|
|
voice-family: paul, male;
|
| 534 |
|
|
stress: 20;
|
| 535 |
|
|
richness: 90;
|
| 536 |
|
|
pitch: medium;
|
| 537 |
|
|
pitch-range: 60
|
| 538 |
|
|
}
|
| 539 |
|
|
h5 {
|
| 540 |
|
|
voice-family: paul, male;
|
| 541 |
|
|
stress: 20;
|
| 542 |
|
|
richness: 90;
|
| 543 |
|
|
pitch: medium;
|
| 544 |
|
|
pitch-range: 50
|
| 545 |
|
|
}
|
| 546 |
|
|
h6 {
|
| 547 |
|
|
voice-family: paul, male;
|
| 548 |
|
|
stress: 20;
|
| 549 |
|
|
richness: 90;
|
| 550 |
|
|
pitch: medium;
|
| 551 |
|
|
pitch-range: 40
|
| 552 |
|
|
}
|
| 553 |
|
|
li {
|
| 554 |
|
|
richness: 60; pitch: medium
|
| 555 |
|
|
}
|
| 556 |
|
|
dt {
|
| 557 |
|
|
richness: 60; pitch: medium
|
| 558 |
|
|
}
|
| 559 |
|
|
dd {
|
| 560 |
|
|
richness: 60; pitch: medium
|
| 561 |
|
|
}
|
| 562 |
|
|
dt {
|
| 563 |
|
|
stress: 80
|
| 564 |
|
|
}
|
| 565 |
|
|
pre {
|
| 566 |
|
|
stress: 0; richness: 80; pitch: medium; pitch-range: 0
|
| 567 |
|
|
}
|
| 568 |
|
|
code {
|
| 569 |
|
|
stress: 0; richness: 80; pitch: medium; pitch-range: 0
|
| 570 |
|
|
}
|
| 571 |
|
|
em {
|
| 572 |
|
|
stress: 60; richness: 50; pitch: medium; pitch-range: 60
|
| 573 |
|
|
}
|
| 574 |
|
|
strong {
|
| 575 |
|
|
stress: 90; richness: 90; pitch: medium; pitch-range: 60
|
| 576 |
|
|
}
|
| 577 |
|
|
dfn {
|
| 578 |
|
|
stress: 60; pitch: high; pitch-range: 60
|
| 579 |
|
|
}
|
| 580 |
|
|
a:link {
|
| 581 |
|
|
voice-family: harry, male
|
| 582 |
|
|
}
|
| 583 |
|
|
a:visited {
|
| 584 |
|
|
voice-family: betty, female
|
| 585 |
|
|
}
|
| 586 |
|
|
a:active {
|
| 587 |
|
|
voice-family: betty, female; pitch: x-high; pitch-range: 80
|
| 588 |
|
|
}
|