Merge pull request #2222 from jwillemsen/jwi-dllexportwarning
[ACE_TAO.git] / TAO / docs / transport_current / transport_current.css
blob1993b851311a5dcae622f6284c10f405ed1322f5
2 /* Century Schoolbook font is very similar to Computer Modern Math: cmmi */
3 .MATH { font-family: "Century Schoolbook", serif; }
4 .MATH I { font-family: "Century Schoolbook", serif; font-shape: italic }
5 .BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold }
7 /* implement both fixed-size and relative sizes */
8 SMALL.XTINY { font-size : xx-small }
9 SMALL.TINY { font-size : x-small }
10 SMALL.SCRIPTSIZE { font-size : smaller }
11 SMALL.FOOTNOTESIZE { font-size : small }
12 SMALL.SMALL { }
13 BIG.LARGE { }
14 BIG.XLARGE { font-size : large }
15 BIG.XXLARGE { font-size : x-large }
16 BIG.HUGE { font-size : larger }
17 BIG.XHUGE { font-size : xx-large }
19 /* heading styles */
20 H1 { }
21 H2 { }
22 H3 { }
23 H4 { }
24 H5 { }
26 /* mathematics styles */
27 DIV.displaymath { } /* math displays */
28 TD.eqno { } /* equation-number cells */
31 /* document-specific styles come next */