File: main.css

package info (click to toggle)
znc 0.045-3%2Betch3
  • links: PTS
  • area: main
  • in suites: etch
  • size: 1,120 kB
  • ctags: 2,324
  • sloc: cpp: 17,406; sh: 2,380; perl: 448; makefile: 134
file content (122 lines) | stat: -rw-r--r-- 1,679 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
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
122
body {
	background-color: #fff;
	color: #000;
	width: 800px;
}

a:visited { color: #000; }
a:hover { color: #000; }
a, a:active { color: #000; }

.nowrap { white-space: nowrap; }
.clear { clear: both; }

table a, table a:visited, table a:hover, table a:active { color: #000; }

table {
	color: #000;
	border-collapse: collapse;
	border: 2px solid #000;
	padding: 0px;
	margin: 0px;
}

table td {
	border: 1px solid #000;
	padding: 4px;
	margin: 0px;
}

table thead {
	border-bottom: 2px solid #000;
	background-color: #ff9;
	font-weight: bold;
}

#banner {
	border-bottom: 2px solid #000;
	text-align: center;
}

#ident {
	float: left;
	font-weight: bold;
	text-align: right;
}

#sidebar {
	border-right: 1px solid #000;
	height: 500px;
	width: 100px;
	float: left;
}

#main {
	margin: 5px 0px 20px 5px;
	float: left;
	width: 670px;
}

#tag {
	font-weight: bold;
	text-align: right;
}

.oddrow {
	background-color: #ffc;
}

.evenrow {
	background-color: #cc9;
}

.inputlabel {
	font-size: small;
	font-weight: bold;
	color: #000;
}

ul.nav, ul.nav ul {
	cursor: default;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
}

ul.nav li {
	list-style-type: none;
	padding: 0px 2px 1px 2px;
	margin: 2px 0px 2px 0px;
}

.section {
	padding-bottom: 20px;
}

.subsection {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.sectiontitle {
	float: left;
	white-space: nowrap;
	background-color: #ff9;
	color: #000;
	font-weight: bold;
	border: 1px solid #000;
	padding: 0px 5px 0px 5px;
	margin: 0px 15px -10px 8px;
}

.sectionbg {
	clear: both;
	background-color: #cc9;
	color: #000;
	border: 2px solid #000;
	padding: 0px;
}

.sectionbody {
	margin: 15px 5px 5px 15px;
}