File: screen.css

package info (click to toggle)
yap 5.1.1-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 16,124 kB
  • ctags: 14,650
  • sloc: ansic: 122,796; perl: 22,545; sh: 3,768; java: 1,277; makefile: 1,191; xml: 739; tcl: 624; lisp: 142; awk: 9
file content (78 lines) | stat: -rw-r--r-- 1,089 bytes parent folder | download
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
70
71
72
73
74
75
76
77
78
body {
	color: #353535;
	font-size: 11pt;
	font-family: verdana, arial, sans-serif;
	background: #eee;
	margin: 12pt;
}

.navtop {
	font-size: 9pt;
	text-align: right;
	border-color: #000000;
	border-width: 1pt 0pt 0pt 0pt;
	border-style: solid;
	padding: 3pt 0pt 12pt 0pt;
}

.top-left, .top-right, .bottom-left, .bottom-right {
	display: none;
}

.footer {
	font-size: 9pt;
	clear: left;
	padding: 12pt 0pt 6pt 0pt;
}

.navbottom {
	text-align: right;
	border-width: 0pt 0pt 1pt 0pt;
	border-style: solid;
	padding-bottom: 3pt;
}

.copyright {
	font-size: 9pt;
	text-align: center;
	padding-top: 3pt;
}

.validators {
	float: left;
	position: relative;
}

.date {
	float: right;
	position: relative;
}

a {
	text-decoration: none;
	color: navy;
	outline: none;
}

a:hover {
	text-decoration: underline;
	color: blue;
}

code {
	color: maroon;
	font-family: monaco, courier, monospace;
	font-size: 10pt;
}

.code {
	color: maroon;
	font-family: monaco, courier, monospace;
}

pre {
	color: maroon;
	font-family: monaco, courier, monospace;
	font-size: 10pt;
	padding: 6pt 24pt 6pt 24pt;
}