Mercurial > hg > ltpda
comparison m-toolbox/html_help/help/docstyle.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 {background-color: white; color: black;} | |
2 a:link {color: #0000FF;} | |
3 a:active {color: #0000FF;} | |
4 a:visited {color: #840084;} | |
5 | |
6 table.nav {background-color: #E7EBF7;} | |
7 table.note {background-color: #E7EBF7;} | |
8 li table.note {margin-top:.8ex; margin-bottom:1ex;} | |
9 dd table.note {margin-bottom:1ex;} | |
10 | |
11 p {margin-top:0ex;} | |
12 ul ul {list-style-type:square;} | |
13 ul li p {margin-top:0ex; margin-bottom:.5ex; padding:0} | |
14 li p.listimage {margin-top:.8ex; margin-bottom:1ex; padding:0} | |
15 ol li p {margin-top:0ex; margin-bottom:.5ex; padding:0} | |
16 | |
17 /* name of ref pg */ | |
18 h1.reftitle {color:#990000} | |
19 h1.reftitle {font-size:3.7ex; margin-top:0; margin-bottom:0; font-weight:normal} | |
20 /* margin-top was 1ex, margin-bottom was .8ex */ | |
21 | |
22 /* chaptertitle */ | |
23 h1.title {color:black; font-size:4ex; margin-top:1ex; font-weight:bold} | |
24 | |
25 /* sect1 */ | |
26 h2.title {color:#990000; margin-top:1ex; margin-bottom:.9ex; font-weight:bold; font-size:3ex} | |
27 | |
28 /* sect2 */ | |
29 h3.title {color:#990000; margin-top:1ex; margin-bottom:.9ex; font-weight:bold; font-size:2.5ex} | |
30 | |
31 /* sect3 */ | |
32 h4.title {color:#990000; margin-top:1ex; margin-bottom:.9ex; font-weight:bold; font-size:2ex} | |
33 | |
34 /* refsect1 */ | |
35 h2 {color:#990000; margin-top:1ex; margin-bottom:.9ex; font-weight:bold; font-size:2.5ex} | |
36 /* refsect2 */ | |
37 h3 {color:#990000; margin-top:1ex; margin-bottom:.9ex; font-weight:bold; font-size:2ex} | |
38 /* refsect3 */ | |
39 h4.refsect3 {color:#990000; margin-top:1ex; margin-bottom:.9ex; font-weight:bold;} | |
40 | |
41 i.comment {color:red} | |
42 | |
43 /* Match indentation for programlisting and graphic inside an example or informalexample */ | |
44 pre.programlisting {margin-left:32px;} | |
45 p.synopsis {margin-left:32px;} | |
46 p.programlistingindent {margin-left:32px;} | |
47 table.programlistingindent {margin-left:32px;} | |
48 p.listprogramlistingindent {margin-left:32px; margin-top:.8ex; margin-bottom:1ex; padding:0;} | |
49 | |
50 /* Add more vertical space below simplelist if it has a following sibling. | |
51 * Indent simplelists except in tables. */ | |
52 table.simplelist_nottable_notlast {margin-left:32px; margin-bottom:2ex;} | |
53 table.simplelist_nottable_last {margin-left:32px;} | |
54 table.simplelist_table_notlast {margin-left:-3px; margin-bottom:2ex;} | |
55 table.simplelist_table_last {margin-left:-3px;} | |
56 | |
57 /* For tables of links appearing below the 'sect1', i.e. h2, heading at the top of each page */ | |
58 /* Based on datatable5 style from site4.css, used on the support main page */ | |
59 .pagenavtable th { background-color:#D7D7D7; border-bottom: 1px solid #878787; color:#000000; font-weight:bold; text-align:left; } | |
60 .pagenavtable { border:1px solid #878787; margin-top:1.7ex; margin-bottom:.5ex; } | |
61 .pagenavtable td { text-align:left; vertical-align:top; padding:4px; } | |
62 .pagenavtable td p{ line-height:1.2em; margin-top:.7ex; margin-bottom:.7ex;} | |
63 p.pagenavlink { margin-top:2.2ex; margin-bottom:0; padding-top:0; padding-bottom:0; } | |
64 a.pagenavimglink { text-decoration:none; } | |
65 | |
66 /* Vertical space in tables other than the header and footer banners */ | |
67 table.body {margin-top:2ex; margin-bottom:2ex;} | |
68 | |
69 /* Underline the keyboard accelerator. */ | |
70 span.accel {text-decoration:underline;} | |
71 | |
72 /* Left-align table headers. <th> is centered by default. */ | |
73 th {text-align: left;} | |
74 /* Permit overrides */ | |
75 th.center {text-align: center;} | |
76 | |
77 /* Make superscripts/subscripts smaller and further up/down. */ | |
78 sup {font-size: 75%; position:relative; top:-3px;} | |
79 sub {font-size: 75%; position:relaive; bottom:3px;} | |
80 | |
81 /* Change spacing in glossary */ | |
82 dt.glossary {margin-bottom:-.8ex;} | |
83 dd.glossary {margin-left:0;} | |
84 dd.glossary p {margin-top:1ex;} | |
85 | |
86 /* classrefentry */ | |
87 .classrefindent {margin-left: 32px;} | |
88 h4.name {color:#000000; font-size:2ex} | |
89 h4.classreftitle {color:#990000; } | |
90 .backtotop {text-align:right;} | |
91 | |
92 p.copy { margin:0; } | |
93 | |
94 /* Permit color-coded text. */ | |
95 .blue {color:blue;} | |
96 .red {color:red;} | |
97 .green {color:green;} | |
98 .violet {color:blueviolet;} | |
99 .brown {color:#CC9933;} | |
100 .darkred {color:#CC0000;} | |
101 .black {color:black;} | |
102 | |
103 /* Vertically align inline images, especially equations. */ | |
104 img.baseline1 {vertical-align:-1pt;} | |
105 img.baseline2 {vertical-align:-2pt;} | |
106 img.baseline3 {vertical-align:-3pt;} | |
107 img.baseline4 {vertical-align:-4pt;} | |
108 img.baseline5 {vertical-align:-5pt;} | |
109 img.baseline6 {vertical-align:-6pt;} | |
110 img.baseline7 {vertical-align:-7pt;} | |
111 img.baseline8 {vertical-align:-8pt;} | |
112 img.baseline9 {vertical-align:-9pt;} | |
113 img.baseline10 {vertical-align:-10pt;} | |
114 img.baseline11 {vertical-align:-11pt;} | |
115 img.baseline12 {vertical-align:-12pt;} | |
116 img.baseline13 {vertical-align:-13pt;} | |
117 img.baseline14 {vertical-align:-14pt;} | |
118 img.baseline15 {vertical-align:-15pt;} | |
119 | |
120 /* Footer monospace */ | |
121 tt.minicdot {font-size: 1.6ex; } | |
122 | |
123 /* For WebRenderer, avoid shifting of next/previous buttons when page is short. */ | |
124 html { height: 101%; } | |
125 | |
126 /* Headings and category tables on Functions -- By Category pages */ | |
127 .categorytitle {margin-top:8px; padding-top:0px;} | |
128 .subcategorytitle {margin-top:8px; padding-top:0px; margin-bottom:4px; padding-bottom:0px;} | |
129 .categorylist {background-color: #e1e6f2;} | |
130 .subcategorylist {background-color:#f3f4f5;} | |
131 | |
132 div.fragment { | |
133 width: 98%; | |
134 border: 1px solid #CCCCCC; | |
135 background-color: #f5f5f5; | |
136 padding-left: 4px; | |
137 margin: 4px; | |
138 } | |
139 | |
140 /* Permit color-coded text. */ | |
141 .blue {color:blue;} | |
142 .red {color:red;} | |
143 .green {color:green;} | |
144 .violet {color:blueviolet;} | |
145 .brown {color:#CC9933;} | |
146 .darkred {color:#CC0000;} | |
147 .black {color:black;} | |
148 .comment { | |
149 color: #228B22; | |
150 } | |
151 .string { | |
152 color: #B20000; | |
153 } | |
154 .keyword { | |
155 color: #0000FF; | |
156 } | |
157 pre.programlisting {margin-left:32px;} | |
158 /* Underline the keyboard accelerator. */ | |
159 span.accel {text-decoration:underline;} | |
160 | |
161 .keywordtype { color: #604020; } | |
162 .keywordflow { color: #e08000; } | |
163 .preprocessor { color: #806020; } | |
164 .stringliteral { color: #002080; } | |
165 .charliteral { color: #008080; } | |
166 | |
167 | |
168 /* Copyright 2002-2006 The MathWorks, Inc. */ |