File: r3d_docstyle.css

package info (click to toggle)
raster3d 3.0-8-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,968 kB
  • sloc: fortran: 9,536; ansic: 1,063; makefile: 334; sh: 272; csh: 1
file content (58 lines) | stat: -rw-r--r-- 1,315 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<STYLE TYPE="type/css">
<!--

 H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV, 
 DT, DD, ADDRESS, BLOCKQUOTE, PRE, HR, FORM, DL, 
 LISTING 
      { 
	margin-left: 5%;
	display: block ;
      }

 BODY { 
 	background-color:white; 
 	margin-left: 8%; margin-right: 8%; 
 	border-left: 8%; border-right: 8%; 
        background-image: url(r3d_docbkg.jpg);
      }
 P    { 
        margin-top:  0%; margin-bot:   0%;
        margin-left:  0%; 
        border-left:  0%; 
      }

 H1   { text-align: center; text-decoration: underline; }
 H3   { color:#009900; margin-left: 3%; }
 H4   { color:#009900; margin-left: 0%; }
 H5   { color:#006600; margin-left: 3%; font-size=+1; }

 DT   { 
	color:#006600;
	font-weight: bold; 
	margin-left: 4%; margin-right: 4%; 
	border-left: 4%; border-right: 4%; 
	margin-top: 3;
      }
 DD   {
	margin-left: 8%; margin-right: 8%; 
	border-left: 8%; border-right: 8%; 
	margin-top: 3;
      }

 LISTING, PRE 
	{
	margin-left: 8%   ;
 	line-height: 1.00 ;
	}

 div.box	{ border: solid; border-width: thin; 
 		  margin-top: 5; margin-bottom: 5; margin-right: 5%;
		}
 div.color1	{ border: none;  background: #AADDFF; padding: 0.5em; }
 div.footer	{ border: solid; border-width: thin; 
 		  margin-top: 20; 
		  margin-left: 0%; margin-right: 0%;
		  padding: 10;
		}
 -->
</STYLE>