File: stylesheet.css

package info (click to toggle)
entropybroker 2.9-9
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,700 kB
  • sloc: cpp: 14,387; sh: 934; makefile: 188; java: 148; perl: 12
file content (121 lines) | stat: -rw-r--r-- 1,622 bytes parent folder | download | duplicates (5)
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
body {
	background: #282828;
	border: 8px solid #585858;
	color: #ffffff;
	font: 16px/1.25 "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	margin: 0;
}

header, footer, section {
	display: block;
	overflow: hidden;
}

header {
	background: #282828;
	float: left;
	width: 150px;
}

header img {
	clear: both;
	display: block;
	margin: 0 0 15px 5px;
}

section.content {
	padding: 10px;
	min-height: 650px;
}

section.content h1 {
	background: #282828;
	font-size: 32px;
	margin: 0;
	padding: 30px 0 10px 10px;
}

section.content nav img {
	vertical-align: middle;
}

.keys {
	width: 200px;
}

.timestamp {
	width: 240px;
}

td.alignright {
	text-align: right;
}

table.fullwidth {
	width: 100%;
}

section.content nav a {
	background: #383838;
	display: block;
	margin: 0 0 0 0;
	padding: 5px;
}

.tablemargins {
	margin: 1px 1px 1px 1px;
	padding: 1px;
}

.table2 {
        background-color: #383838;
        line-height: 1.25em;
}

.lighttable {
        background-color: #585858;
}

.lighttable2 {
        background-color: #484848;
}

.lighttable3 {
        background-color: #686868;
}

.lighttable4 {
        background-color: #787878;
}

.darkyellow {
        background-color: #383828;
}

.darkred {
        background-color: #382828;
}

footer {
	text-align: right;
}

.adsense {
	background-color: #ffffff;
}

a:link {
	color: #0b9a0a
}

a:visited {
	color: #018a00
}

a:active {
	color: #007a00
}

a:hover {
	color: #006a00
}