source: trunk/SRC/Documentation/idldoc_html_output/search.css @ 103

Last change on this file since 103 was 89, checked in by pinsard, 18 years ago

add idldoc html output. see Documentation/idldoc_html_output/index.html

File size: 749 bytes
Line 
1a { 
2  font-weight: bold; 
3  text-decoration: none; 
4}
5
6a:link, a:visited { color: #330000; }
7a:hover, a:focus { 
8  color: #993333; 
9  background: #FFFFCC; 
10  border-bottom: 1px dashed #303099; 
11}
12
13body { 
14  margin: 0;
15  padding: 0;
16  font-size: 10pt;
17  background-color: #FFFFFF;
18  font-family: Arial, Helvetica, sans-serif;
19}
20
21#container {
22  margin: 0.75em;
23}
24
25h1 {
26  background: #F0F0FF;
27  margin: 0 0 0 0;
28  padding: 0.5em 0 0.5em 0.5em;
29  font-size: 120%;
30  font-weight: bold;
31}
32
33span.error { 
34  font-weight: bold;
35}
36
37span.foundString { 
38  background: #FFFF00;
39  font-weight: bold;
40}
41
42span.match, span.description { 
43  color: gray;
44}
45
46span.file { 
47  color: #006600;
48}
49
50p#tagline { 
51  font-size: 75%;
52  font-weight: lighter;
53  color: #606060;
54}
Note: See TracBrowser for help on using the repository browser.