File: stylesheet.css

package info (click to toggle)
blobandconquer 1.11-dfsg%2B20-2
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 89,664 kB
  • sloc: cpp: 39,032; ansic: 362; makefile: 142
file content (56 lines) | stat: -rw-r--r-- 786 bytes parent folder | download | duplicates (6)
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
div.line {

	background-color: #AAAAAA;
	height: 1px;
}

a {
	color: #466FFF; 
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
}
	
a:hover {
	color: #49DFFF; 
	text-decoration: underline; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
}
	
body {
	color: #FFFFFF;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
}

h4 {
	background: #002244;
}

h3 {
	background: #000066;
}

p.terminal {
	color: #00CC00;
	font-family: monospace;
	font-size: 10pt;
}

table {
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
}

input {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
}

textarea {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
}