-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathproftpd.css
108 lines (98 loc) · 1.38 KB
/
proftpd.css
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
/* $Id$ */
.nowrap {
white-space: nowrap;
}
.indent {
text-indent: 1em;
}
a {
color: #000099;
}
a:visited {
color: #6666cc;
}
a:active {
color: #cc0000;
}
img {
border: 0px;
}
h1 {
color: #003399;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 16px;
margin-bottom: 3px;
}
h2 {
color: #003399;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 13px;
margin-bottom: 3px;
}
h1 + p {
margin-top: 0px;
}
h2 + p {
margin-top: 0px;
}
h1 + ul {
margin-top: 4px;
}
h2 + ul {
margin-top: 4px;
}
#header {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
height: 92px;
vertical-align: middle;
}
#header h1 {
font-size: 20px;
font-weight: bold;
}
#header #logo {
float: left;
padding-right: 16px;
}
#menu {
width: 215px;
}
#menu h1 {
color: #000000;
background-color: #9999cc;
font-size: 14px;
padding: 3px 3px 3px 3px;
}
#menu ul {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
margin-top: 6px;
padding-top: 0px;
padding-left: 2em;
margin-bottom: 12px;
padding-bottom: 0px;
}
#content {
position: absolute;
left: 240px;
top: 92px;
margin-top: 12px;
margin-right: 40px;
}
#platformsTable {
margin-left: auto;
margin-right: auto;
}
#platformsTable td {
padding-right: 5px;
}
#sitesList li {
padding-top: 8px;
}
#footer {
font-size: 10px;
text-align: center;
}