From eacbf5bb4d57af21c731f41251015d3b991ad490 Mon Sep 17 00:00:00 2001 From: guest Date: Fri, 30 Nov 2007 13:41:25 +0000 Subject: final version, initial import git-svn-id: svn+ssh://mecka.net/home/svn/rtcorba-thesis@1 cba7306a-a4a0-4afd-bcb4-bd19f8a24309 --- diplomathesis/diplomathesis.css | 69 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 diplomathesis/diplomathesis.css (limited to 'diplomathesis/diplomathesis.css') diff --git a/diplomathesis/diplomathesis.css b/diplomathesis/diplomathesis.css new file mode 100644 index 0000000..2121088 --- /dev/null +++ b/diplomathesis/diplomathesis.css @@ -0,0 +1,69 @@ +/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */ +.MATH { font-family: "Century Schoolbook", serif; } +.MATH I { font-family: "Century Schoolbook", serif; font-style: italic } +.BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold } + +/* implement both fixed-size and relative sizes */ +SMALL.XTINY { font-size : xx-small } +SMALL.TINY { font-size : x-small } +SMALL.SCRIPTSIZE { font-size : smaller } +SMALL.FOOTNOTESIZE { font-size : small } +SMALL.SMALL { } +BIG.LARGE { } +BIG.XLARGE { font-size : large } +BIG.XXLARGE { font-size : x-large } +BIG.HUGE { font-size : larger } +BIG.XHUGE { font-size : xx-large } + +/* heading styles */ +H1 { } +H2 { } +H3 { } +H4 { } +H5 { } + +/* mathematics styles */ +DIV.displaymath { } /* math displays */ +TD.eqno { } /* equation-number cells */ + + +/* document-specific styles come next */ +DIV.navigation { } +DIV.flushleft { } +DIV.center { } +SPAN.textit { font-style: italic } +SPAN.textsl { font-style: italic } +SPAN.arabic { } +SPAN.textbf { font-weight: bold } +SPAN.eqn-number { } +#hue814 { color: #0000ff; } +#hue816 { color: #0000ff; } +#hue823 { color: #0000ff; } +#hue825 { color: #0000ff; } +#hue832 { color: #0000ff; } +#hue834 { color: #0000ff; } +#hue841 { color: #0000ff; } +#hue843 { color: #0000ff; } +#hue845 { color: #0000ff; } +#hue847 { color: #0000ff; } +#hue849 { color: #00ff00; } +#hue851 { color: #00ff00; } +#hue853 { color: #00ff00; } +#hue855 { color: #0000ff; } +#hue857 { color: #00ff00; } +#hue859 { color: #00ff00; } +#hue861 { color: #00ff00; } +#hue865 { color: #ff0000; } +#hue869 { color: #ff0000; } +#hue873 { color: #ff0000; } +#hue879 { color: #0000ff; } +#hue881 { color: #0000ff; } +#hue883 { color: #0000ff; } +#hue885 { color: #0000ff; } +#hue887 { color: #0000ff; } +#hue891 { color: #ff0000; } +#hue896 { color: #ff0000; } +#hue900 { color: #ff0000; } +#hue914 { color: #0000ff; } +#hue916 { color: #00ff00; } +#hue918 { color: #ff0000; } -- cgit v1.2.3