Lines Matching refs:CRLF

90 #define CRLF "\n"  macro
101 "/*See bottom of file for explanations.*/" CRLF
102 CRLF
103 "body { background-color:#ffffff; }" CRLF
104 CRLF
105 "h3 { font-size:13pt; font-weight:bold;" CRLF
106 " margin-top:3pt; margin-bottom:1pt; }" CRLF
107 "p, dt, dd, pre { font-size:11pt;" CRLF
108 " margin-top:3pt; margin-bottom:1pt; }" CRLF
109 "pre { font-family:monospace; }" CRLF
110 CRLF
111 "table.navimain { background-color:#eeeeff; }" CRLF
112 "table.subtitle { margin-top:6pt; margin-bottom:6pt; }" CRLF
113 CRLF
114 "td { font-size:11pt; }" CRLF
115 "td.title { font-family: Arial; font-size:19pt; font-weight:bold;" CRLF
116 " line-height:30pt; background-color:#ccccff; text-align:center; }" CRLF
117 "td.subtitle { font-family: Arial; font-size:13pt;" CRLF
118 " line-height:20pt; background-color:#ccccff; }" CRLF
119 "td.crosstitle { font-size:12pt; font-weight:bold;" CRLF
120 " line-height:15pt; background-color:#eeeeff; }" CRLF
121 "td.imdetail { width:100%; background-color:#eeeeff; }" CRLF
122 CRLF
123 "td.imsum_left { width:30%; }" CRLF
124 "td.imsum_right { width:70%; }" CRLF
125 CRLF
126 "td.navimain, a.navimain" CRLF
127 … { text-align:center; font-family: Arial; font-size:12pt; font-weight:bold; }" CRLF
128 …td.navimainself { text-align:center; font-family: Arial; font-size:12pt; font-weight:bold;" CRLF
129 " color:#ffffff; background-color:#2222ad; }" CRLF
130 "td.navimainnone { text-align:center; font-family: Arial; font-size:12pt; }" CRLF
131 "td.navisub, a.navisub" CRLF
132 … { text-align:center; font-family: Arial; font-size:9pt; font-variant:small-caps; }" CRLF
133 "td.navimain, td.navisub" CRLF
134 " { padding-left:7pt; padding-right:7pt; }" CRLF
135 CRLF
136 "a.membertitle { font-size:12pt; font-weight:bold; line-height:18pt; }" CRLF
137 "a.navimain, a.navisub { color:#000000; }" CRLF
138 ".dt { font-weight:bold; }" CRLF
139 ".namechain { font-size:13pt; font-weight:bold;" CRLF
140 " margin-top:3pt; margin-bottom:6pt; }" CRLF
141 ".title2 { font-size:13pt; font-style:italic; font-weight:bold; text-align:left; }" CRLF
146 "/* Explanation of CSS classes:" CRLF
147 CRLF
148 ".navimain Text in main navigation bar." CRLF
149 ".navisub Text in lower navigation bar." CRLF
150 "td.navimainself Cell in main navigation bar with \"selected\" shadow: You are here." CRLF
151 "td.navimainnone Cell in main navigation bar with no link." CRLF
152 CRLF
153 ".namechain Line with current module path." CRLF
154 CRLF
155 "td.crosstitle Comment box for bases (base interfaces etc.)" CRLF
156 "td.imsum_left Left part of such boxes." CRLF
157 "td.imsum_right Right part of such boxes." CRLF
158 CRLF
159 "td.title Main title of the page like \"interface XYz\"" CRLF
160 ".subtitle Tables, and head cells of those, which list members" CRLF
161 " like \"method summary\" and \"method details\"." CRLF
162 CRLF
163 "td.imdetail Background table of method's detail description." CRLF
164 "a.membertitle Method name (as jump label) in method's detail" CRLF
165 " description." CRLF
166 ".title2 smaller font prefixes to page titles" CRLF
167 "*/" CRLF
171 "/*See bottom of file for explanations.*/" CRLF
172 CRLF
173 "body { background-color:#ffffff; }" CRLF
174 CRLF
175 "#adc-idlref h3 { font-size:13pt; font-weight:bold;" CRLF
176 " margin-top:3pt; margin-bottom:1pt; }" CRLF
177 "#adc-idlref p, #adc-idlref dt, #adc-idlref dd, #adc-idlref pre" CRLF
178 " { font-size:11pt;" CRLF
179 " margin-top:3pt; margin-bottom:1pt; }" CRLF
180 "#adc-idlref pre { font-family:monospace; }" CRLF
181 CRLF
182 "#adc-idlref table.navimain { background-color:#eeeeff; }" CRLF
183 "#adc-idlref table.subtitle { margin-top:6pt; margin-bottom:6pt; }" CRLF
184 CRLF
185 "#adc-idlref td { font-size:11pt; }" CRLF
186 "#adc-idlref td.title { font-family: Arial; font-size:19pt; font-weight:bold;" CRLF
187 … line-height:30pt; background-color:#ccccff; text-align:center; }" CRLF
188 "#adc-idlref td.subtitle { font-family: Arial; font-size:13pt;" CRLF
189 " line-height:20pt; background-color:#ccccff; }" CRLF
190 "#adc-idlref td.crosstitle { font-size:12pt; font-weight:bold;" CRLF
191 " line-height:15pt; background-color:#eeeeff; }" CRLF
192 "#adc-idlref td.imdetail { width:100%; background-color:#eeeeff; }" CRLF
193 CRLF
194 "#adc-idlref td.imsum_left { width:30%; }" CRLF
195 "#adc-idlref td.imsum_right { width:70%; }" CRLF
196 CRLF
197 "#adc-idlref td.navimain, #adc-idlref a.navimain" CRLF
198 … { text-align:center; font-family: Arial; font-size:12pt; font-weight:bold; }" CRLF
199 …td.navimainself { text-align:center; font-family: Arial; font-size:12pt; font-weight:bold;" CRLF
200 " color:#ffffff; background-color:#2222ad; }" CRLF
201 "#adc-idlref td.navimainnone { text-align:center; font-family: Arial; font-size:12pt; }" CRLF
202 "#adc-idlref td.navisub, #adc-idlref a.navisub" CRLF
203 … { text-align:center; font-family: Arial; font-size:9pt; font-variant:small-caps; }" CRLF
204 "#adc-idlref td.navimain, #adc-idlref td.navisub" CRLF
205 " { padding-left:7pt; padding-right:7pt; }" CRLF
206 CRLF
207 "#adc-idlref a.membertitle { font-size:12pt; font-weight:bold; line-height:18pt; }" CRLF
208 "#adc-idlref a.navimain, #adc-idlref a.navisub { color:#000000; }" CRLF
209 "#adc-idlref .dt { font-weight:bold; }" CRLF
210 "#adc-idlref .namechain { font-size:13pt; font-weight:bold;" CRLF
211 " margin-top:3pt; margin-bottom:6pt; }" CRLF
212 …lref .title2 { font-size:13pt; font-style:italic; font-weight:bold; text-align:left; }" CRLF
213 "" CRLF
214 "#adc-idlref table { empty-cells:show; }" CRLF
215 "" CRLF
216 "#adc-idlref .childlist td, " CRLF
217 "#adc-idlref .commentedlinks td, " CRLF
218 "#adc-idlref .memberlist td, " CRLF
219 "#adc-idlref .subtitle td, " CRLF
220 "#adc-idlref .crosstitle td { border: .1pt solid #000000; }" CRLF
221 "" CRLF
222 "#adc-idlref .flag-table td { border: .1pt solid #cccccc; } " CRLF
223 "" CRLF
224 "#adc-idlref .title-table td, " CRLF
225 "#adc-idlref .table-in-method td, " CRLF
226 "#adc-idlref .table-in-data td, " CRLF
227 "#adc-idlref .navimain td, " CRLF
228 "#adc-idlref .navisub td, " CRLF
229 "#adc-idlref .expl-table td, " CRLF
230 "#adc-idlref .param-table td { border: none; }" CRLF