source: trunk/SRC/Documentation/idldoc_html_output/listings.css

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

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

File size: 652 bytes
Line 
1
2/* CSS for all files which appear in the "left frames" files. */
3
4a { text-decoration: none; }
5a:link, a:visited { color: #330000; }
6a:hover, a:focus { 
7  color: #993333; 
8  background: #FFFFCC; 
9  border-bottom: 1px dashed #303099; 
10}
11
12body {
13  margin: 0;
14  padding: 0;
15  font-size: 10pt;
16  background-color: #FFFFFF;
17  font-family: Arial, Helvetica, sans-serif;
18}
19
20#container {
21  margin: 0.5em;
22}
23
24ul {
25  list-style-type: none;
26  padding-left: 0;
27  margin: 0 0 0 0;
28  font-size: 90%;
29}
30
31h1 {
32  margin: 0 ;
33  padding: 0.5em 0 0.5em 0;
34  font-size: 90%;
35  font-weight: bold;
36}
37
38#tagline {
39  font-size: 75%;
40  font-weight: lighter;
41  color: #606060;
42}
Note: See TracBrowser for help on using the repository browser.