8 src: url(../fonts/DejaVuSansMono.woff);
12 border:
1px solid blue;
16 text-orientation:upright;
21 .h { writing-mode:horizontal-tb; width:
4.2em; }
22 .v-lr { writing-mode:vertical-lr; }
23 .v-rl { writing-mode:vertical-rl; }
26 background-color: yellow;
30 border-left:
3px solid cyan;
33 border-right:
3px solid magenta;
37 border-top:
3px solid cyan;
40 border-bottom:
3px solid magenta;
47 <div class=
"test h">ABCDE
<b class=
"bh1">F
</b><b>GHIJKLMNOPQRS
</b><b class=
"bh2">T
</b>UVWXYZ
</div>
49 <div class=
"test v-lr">ABCDE
<b class=
"bv1">F
</b><b>GHIJKLMNOPQRS
</b><b class=
"bv2">T
</b>UVWXYZ
</div>
51 <div class=
"test v-rl">ABCDE
<b class=
"bv1">F
</b><b>GHIJKLMNOPQRS
</b><b class=
"bv2">T
</b>UVWXYZ
</div>