File: style.css

package info (click to toggle)
sludge 2.2.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,852 kB
  • sloc: cpp: 32,432; sh: 1,237; makefile: 634; xml: 284
file content (76 lines) | stat: -rwxr-xr-x 1,034 bytes parent folder | download | duplicates (7)
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
body {	
	background-color:white;
	color:black;
	font-family:sans-serif;	
}

a:link, a:visited{
	color: #00a500;
	text-decoration:none;
}

a:hover, a:active{
	color:black;
	text-decoration:underline;
}

h2{
	text-align:center;
	margin:10px;
}

pre {
	color:#BB4444;
	font-family:monospace;
	font-weight:bold;
}

HR {
	border:0;
	height:4px;
	color:black;
	background-color:black;
}

#headerGraphic{
	margin-top:10px;
}

td.heading {
	font-family:Arial;
	color:#DD0000;
	font-size:large;
	font-weight:bold;
	height:80px;
	width:292px;
	background-image:url('images/sludgepale.gif');
	text-align:center;
	vertical-align:bottom;
}

P.copyright-notice {
	font-size:x-small;
	font-weight:bold;
	margin-bottom:2px;
}

.syntax {
	font-size:x-large;
}

.syntax-deprecated {
	font-size:x-large;
	color:#FF8888;
}

div.bash {
	color: white;
	font-family: monospace;
	font-weight:normal;
	background-color: #454545;
	border: 1px solid #666;
	margin: 0.3em 1em;
	padding: 3px;
	clear: none;
	overflow: auto;
}