File: look.css

package info (click to toggle)
deal 3.0.8-2sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,048 kB
  • ctags: 715
  • sloc: ansic: 5,098; tcl: 2,983; makefile: 189
file content (69 lines) | stat: -rw-r--r-- 987 bytes parent folder | download | duplicates (2)
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
59
60
61
62
63
64
65
66
67
68
69
body {
    background-image: url(../graphics/idealbg.jpg) 
}

A:link { 
   color: #663300;
}

A:visited { 
   color: #990000 ; 
}

A:hover {
   color: white ;
   background: #336699
}

A:active { 
   color: #000099 
}

A.image:hover {
   background: transparent ;
}

div.header {
    text-align: center
}

span.alert {
    color: red ;
    background: transparent
}

span.code { 
    font-family: Courier, monospace ;
    white-space: nowrap ;
}

div.codesample, pre.codesample { 
	width: 0 ;
	font-family: Courier, monospace; 
        font-size: small ;
	white-space: pre ;
	margin-left: 10% ;
	padding-bottom: 1em; 
        padding-top: 1em;
	margin-top: 0.25in ;
	margin-bottom: 0.25in ;
	border-top: thin groove ;
        line-height: 120%;
	border-bottom: thin groove 
}

div.back {
   margin-left: 5% ;
   margin-right: 5% ;
   text-align: right
}

div.toplevel,table.toplevel {
   width:90% ;
   margin-left: 5%;
   margin-right: 5%;
}

span.reference {
   font-style: italic ;
}