1/* CCS for Healpix HTML documentation */
2
3
4body { color: #000000;
5	background: #FFFFFA;
6	margin: 10px 10px 10px 10px;
7	font: 85% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
8	line-height: normal;
9}
10	/* font: small 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; */
11
12
13/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */
14/* .BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold } */
15/* .MATH     { font-family: "Century Schoolbook", serif; }  */
16/* .MATH I   { font-family: "Century Schoolbook", serif; font-style: italic } */
17.BOLDMATH   { font-family: "Century Schoolbook", serif; font-weight: bold  ; font-size: 110% ; }
18.MATH       { font-family: "Century Schoolbook", serif                     ; font-size: 110% ; }
19.MATH I     { font-family: "Century Schoolbook", serif; font-style: italic ; font-size: 110% ; }
20.MATH SUB   { font-family: "Century Schoolbook", serif                     ; font-size: 90%; }
21.MATH SUB I { font-family: "Century Schoolbook", serif; font-style: italic ; font-size: 90%; }
22.MATH SUP   { font-family: "Century Schoolbook", serif                     ; font-size: 90%; }
23.MATH SUP I { font-family: "Century Schoolbook", serif; font-style: italic ; font-size: 90%; }
24
25SMALL.XTINY		{ font-size : 50% } /*<small class="xtiny"> ... </small>*/
26SMALL.TINY		{ font-size : 60% }
27SMALL.SCRIPTSIZE	{ font-size : 70% }
28SMALL.FOOTNOTESIZE	{ font-size : 92% } /*in use  (was 85%) */
29SMALL.SMALL		{ font-size : 92% } /*in use*/
30BIG.LARGE		{ font-size : 106% } /*in use*/
31BIG.XLARGE		{ font-size : 112% } /*in use*/
32BIG.XXLARGE		{ font-size : 130% }
33BIG.HUGE		{ font-size : 150% }
34BIG.XHUGE		{ font-size : 200% } /*<big class="xhuge"> ... </big>*/
35
36/* SMALL.XTINY		{ font-size : xx-small } */
37/* SMALL.TINY		{ font-size : x-small  }  */
38/* SMALL.SCRIPTSIZE	{ font-size : small    } */
39/* SMALL.FOOTNOTESIZE	{ font-size : smaller } */
40/* SMALL.SMALL		{ font-size : inherit } */
41/* BIG.LARGE		{ font-size : inherit } */
42/* BIG.XLARGE		{ font-size : larger   } */
43/* BIG.XXLARGE		{ font-size : large    } */
44/* BIG.HUGE		{ font-size : x-large  } */
45/* BIG.XHUGE		{ font-size : xx-large } */
46
47
48
49p { 	padding: 0px 0px 0px 0px;
50	margin: 1.12em 0;
51	line-height: normal;
52  }
53
54blockquote {
55	font-size: inherit;
56	line-height: normal;
57}
58
59tt {
60	font-family: "Lucida Console", "Lucida Sans Typewriter", Courier, sans-serif, monospace;
61	font-size: larger;
62}
63
64/* heading styles */
65h1, h2, h3, h4, h5 {
66	font-family: 'Trebuchet MS', Tahoma, Arial, Sans-serif;
67	color: #555555;
68	padding: 5px 10px 5px 0px;
69}
70
71address { font-size: smaller }
72
73/* mathematics styles */
74DIV.displaymath		{ }	/* math displays */
75TD.eqno			{ }	/* equation-number cells */
76
77
78
79/* document-specific styles come next */
80/* DIV.abstract { color: #FF0000; }  */
81DIV.centerline		{   }
82DIV.em		{   }
83DIV.navigation		{
84	text-align: center;
85}
86DIV.quote		{   }
87DIV.small		{   }
88DIV.verse		{   }
89
90SPAN.Alph		{   }
91SPAN.arabic		{   }
92SPAN.bf		{   }
93SPAN.it		{   }
94SPAN.sc		{   }
95SPAN.textbf		{ font-weight: bold  }
96SPAN.tt		{   }
97SPAN.textit	{ font-style: italic  }
98
99
100