source: MondoRescue/branches/stable/website/monitas/MonitasConcepts.css@ 798

Last change on this file since 798 was 354, checked in by bcornec, 18 years ago

import website content + contrib + monitas doc

File size: 921 bytes
Line 
1/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */
2.MATH { font-family: "Century Schoolbook", serif; }
3.MATH I { font-family: "Century Schoolbook", serif; font-shape: italic }
4.BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold }
5
6/* implement both fixed-size and relative sizes */
7SMALL.XTINY { font-size : xx-small }
8SMALL.TINY { font-size : x-small }
9SMALL.SCRIPTSIZE { font-size : smaller }
10SMALL.FOOTNOTESIZE { font-size : small }
11SMALL.SMALL { }
12BIG.LARGE { }
13BIG.XLARGE { font-size : large }
14BIG.XXLARGE { font-size : x-large }
15BIG.HUGE { font-size : larger }
16BIG.XHUGE { font-size : xx-large }
17
18/* heading styles */
19H1 { }
20H2 { }
21H3 { }
22H4 { }
23H5 { }
24
25/* mathematics styles */
26DIV.displaymath { } /* math displays */
27TD.eqno { } /* equation-number cells */
28
29
30/* document-specific styles come next */
Note: See TracBrowser for help on using the repository browser.