Mercurial > hg > ltpda
comparison m-toolbox/html_help/help/ug/m2html.css @ 0:f0afece42f48
Import.
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Wed, 23 Nov 2011 19:22:13 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f0afece42f48 |
---|---|
1 body { | |
2 background: white; | |
3 color: black; | |
4 font-family: arial,sans-serif; | |
5 margin: 0; | |
6 padding: 1ex; | |
7 } | |
8 | |
9 div.fragment { | |
10 width: 98%; | |
11 border: 1px solid #CCCCCC; | |
12 background-color: #f5f5f5; | |
13 padding-left: 4px; | |
14 margin: 4px; | |
15 } | |
16 | |
17 div.box { | |
18 width: 98%; | |
19 background-color: #f5f5f5; | |
20 border: 1px solid #CCCCCC; | |
21 color: black; | |
22 padding: 4px; | |
23 } | |
24 | |
25 .comment { | |
26 color: #228B22; | |
27 } | |
28 .string { | |
29 color: #B20000; | |
30 } | |
31 .keyword { | |
32 color: #0000FF; | |
33 } | |
34 | |
35 .keywordtype { color: #604020; } | |
36 .keywordflow { color: #e08000; } | |
37 .preprocessor { color: #806020; } | |
38 .stringliteral { color: #002080; } | |
39 .charliteral { color: #008080; } | |
40 | |
41 a { | |
42 text-decoration: none; | |
43 } | |
44 | |
45 a:hover { | |
46 background-color: #006699; | |
47 color:#FFFFFF; | |
48 } | |
49 | |
50 a.code { | |
51 font-weight: normal; | |
52 color: #A020F0; | |
53 } | |
54 | |
55 a.code:hover { | |
56 background-color: #FF0000; | |
57 color: #FFFFFF; | |
58 } | |
59 | |
60 h1 { | |
61 background: transparent; | |
62 color: #006699; | |
63 font-size: x-large; | |
64 text-align: center; | |
65 } | |
66 | |
67 h2 { | |
68 background: transparent; | |
69 color: #006699; | |
70 font-size: large; | |
71 } | |
72 | |
73 address { | |
74 font-size:small; | |
75 } | |
76 | |
77 | |
78 | |
79 | |
80 body {background-color: white; color: black;} | |
81 a:link {color: #0000FF;} | |
82 a:active {color: #0000FF;} | |
83 a:visited {color: #840084;} | |
84 | |
85 table.nav {background-color: #E7EBF7;} | |
86 table.note {background-color: #E7EBF7;} | |
87 li table.note {margin-top:.8ex; margin-bottom:1ex;} | |
88 dd table.note {margin-bottom:1ex;} | |
89 | |
90 p {margin-top:0ex;} | |
91 ul ul {list-style-type:square;} | |
92 ul li p {margin-top:0ex; margin-bottom:.5ex; padding:0} | |
93 li p.listimage {margin-top:.8ex; margin-bottom:1ex; padding:0} | |
94 ol li p {margin-top:0ex; margin-bottom:.5ex; padding:0} | |
95 | |
96 /* name of ref pg */ | |
97 h1.reftitle {color:#990000} | |
98 h1.reftitle {font-size:3.7ex; margin-top:0; margin-bottom:0; font-weight:normal} | |
99 /* margin-top was 1ex, margin-bottom was .8ex */ | |
100 | |
101 /* chaptertitle */ | |
102 h1.title {color:black; font-size:4ex; margin-top:1ex; font-weight:bold} | |
103 | |
104 /* sect1 */ | |
105 h2.title {color:#990000; margin-top:1ex; margin-bottom:.9ex; font-weight:bold; font-size:3ex} | |
106 | |
107 /* sect2 */ | |
108 h3.title {color:#990000; margin-top:1ex; margin-bottom:.9ex; font-weight:bold; font-size:2.5ex} | |
109 | |
110 /* sect3 */ | |
111 h4.title {color:#990000; margin-top:1ex; margin-bottom:.9ex; font-weight:bold; font-size:2ex} | |
112 | |
113 /* refsect1 */ | |
114 h2 {color:#990000; margin-top:1ex; margin-bottom:.9ex; font-weight:bold; font-size:2.5ex} | |
115 /* refsect2 */ | |
116 h3 {color:#990000; margin-top:1ex; margin-bottom:.9ex; font-weight:bold; font-size:2ex} | |
117 /* refsect3 */ | |
118 h4.refsect3 {color:#990000; margin-top:1ex; margin-bottom:.9ex; font-weight:bold;} | |
119 | |
120 i.comment {color:red} | |
121 | |
122 /* Match indentation for programlisting and graphic inside an example or informalexample */ | |
123 pre.programlisting {margin-left:32px;} | |
124 p.synopsis {margin-left:32px;} | |
125 p.programlistingindent {margin-left:32px;} | |
126 table.programlistingindent {margin-left:32px;} | |
127 p.listprogramlistingindent {margin-left:32px; margin-top:.8ex; margin-bottom:1ex; padding:0;} | |
128 | |
129 /* Vertical space in tables other than the header and footer banners */ | |
130 table.body {margin-top:2ex; margin-bottom:2ex;} | |
131 | |
132 /* Underline the keyboard accelerator. */ | |
133 span.accel {text-decoration:underline;} | |
134 | |
135 /* Left-align table headers. <th> is centered by default. */ | |
136 th {text-align: left;} | |
137 /* Permit overrides */ | |
138 th.center {text-align: center;} | |
139 | |
140 /* Make superscripts/subscripts smaller and further up/down. */ | |
141 sup {font-size: 75%; position:relative; top:-3px;} | |
142 sub {font-size: 75%; position:relaive; bottom:3px;} | |
143 | |
144 /* Change spacing in glossary */ | |
145 dt.glossary {margin-bottom:-.8ex;} | |
146 dd.glossary {margin-left:0;} | |
147 dd.glossary p {margin-top:1ex;} | |
148 | |
149 /* classrefentry */ | |
150 .classrefindent {margin-left: 32px;} | |
151 h4.name {color:#000000; font-size:2ex} | |
152 h4.classreftitle {color:#990000; } | |
153 .backtotop {text-align:right;} | |
154 | |
155 p.copy { margin:0; } | |
156 | |
157 /* Permit color-coded text. */ | |
158 .blue {color:blue;} | |
159 .red {color:red;} | |
160 .green {color:green;} | |
161 .violet {color:blueviolet;} | |
162 .brown {color:#CC9933;} | |
163 .darkred {color:#CC0000;} | |
164 .black {color:black;} | |
165 | |
166 /* Vertically align inline images, especially equations. */ | |
167 img.baseline1 {vertical-align:-1pt;} | |
168 img.baseline2 {vertical-align:-2pt;} | |
169 img.baseline3 {vertical-align:-3pt;} | |
170 img.baseline4 {vertical-align:-4pt;} | |
171 img.baseline5 {vertical-align:-5pt;} | |
172 img.baseline6 {vertical-align:-6pt;} | |
173 img.baseline7 {vertical-align:-7pt;} | |
174 img.baseline8 {vertical-align:-8pt;} | |
175 img.baseline9 {vertical-align:-9pt;} | |
176 img.baseline10 {vertical-align:-10pt;} | |
177 img.baseline11 {vertical-align:-11pt;} | |
178 img.baseline12 {vertical-align:-12pt;} | |
179 img.baseline13 {vertical-align:-13pt;} | |
180 img.baseline14 {vertical-align:-14pt;} | |
181 img.baseline15 {vertical-align:-15pt;} | |
182 | |
183 /* Footer monospace */ | |
184 tt.minicdot {font-size: 1.6ex; } | |
185 | |
186 /* For WebRenderer, avoid shifting of next/previous buttons when page is short. */ | |
187 html { height: 101%; } | |
188 | |
189 /* Headings and category tables on Functions -- By Category pages */ | |
190 .categorytitle {margin-top:8px; padding-top:0px;} | |
191 .subcategorytitle {margin-top:8px; padding-top:0px; margin-bottom:4px; padding-bottom:0px;} | |
192 .categorylist {background-color: #e1e6f2;} | |
193 .subcategorylist {background-color:#f3f4f5;} | |
194 | |
195 /* Copyright 2002-2006 The MathWorks, Inc. */ |