-
Notifications
You must be signed in to change notification settings - Fork 0
/
server-reg.css
151 lines (114 loc) · 4.37 KB
/
server-reg.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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
.nav { background-color: #F6F6F6;
color: #304040;
border-width: 1px 2px 0px 0px; border-style: outset;
padding:3px 4px 2px 0px;
font-family: helvetica, arial, sans-serif;
font-size:100%;
text-decoration: none }
.nav A:link { color: #304050 ; text-decoration: none; font-size:80%}
.nav A:visited { color: #304050 ; text-decoration: none; font-size:80%}
.nav A:active { color: #304050 ; text-decoration: none; font-size:80%}
.crumb {color: #304040;
border-width: 0px 4px 2px 0px; border-style: groove;
padding:3px 4px 2px 0px;
font-family: helvetica, arial, sans-serif;
font-size:70%;
text-decoration: none }
.crumbtop { color: #304040;
border-width: 2px 0px 0px 0px; border-style: groove;
font-family: helvetica, arial, sans-serif;
text-decoration: none }
.crumb A:link { color: #304050 ; text-decoration: none}
.crumb A:visited { color: #304050 ; text-decoration: none}
.crumb A:active { color: #304050 ; text-decoration: none}
.crumbh {color: #304040;
border-width: 0px 0px 0px 0px; border-style: groove;
padding:3px 4px 2px 0px;
font-family: helvetica, arial, sans-serif;
font-size:70%;
text-decoration: none }
.reqip { background-color: #F5F5FF }
.reqok { background-color: #F5FFF5 }
.reqno { background-color: #FFF0F0 }
.title {
font-size: 20px;
border-bottom: 2px solid #303030; }
.name { border-color:#E0C8A8;
font-family: helvetica, arial, sans-serif;
color: green;
font-size:85% }
.code {margin:1em; border-width:medium; border-style: groove;
padding:1;
background-color: #f2f2f2;
border-color: #d0d0d0;
font-family: monospace, typewriter, courier; }
.toptext { margin-right:30px }
.keynote {
border: 2px solid #505050;
font-family: helvetica;
margin: 1em;
color: black;
font-size:80% }
.listnote {
font-family: serif;
font-style: italic;
margin: 1em;
color: darkgreen;
font-size:80% }
.menunote {
font-style: italic;
color: darkgreen;
font-size:70% }
.menu { background-color:#f5f5ff;
border-color:#d5d5d5;
border-width: 0; border-style: outset;
font-family: helvetica, arial, sans-serif;
font-size:80%;
margin-left:2em; margin-right:2em;
text-decoration: none }
.bar A { text-decoration: none;
color:#e0d0c0; font-size: 80% }
.policy { border-width: 4; border-style: groove;
font-family: serif;
font-size:90%;
margin-left: 1em;
border-color: #d0d0d0;
background-color: #fdf5e6 }
.form { border-width: 4; border-style: groove;
font-family: serif;
font-size:90%;
margin-left: 1em;
border-color: #d0d0d0;
background-color: #f6f6f6 }
.listbtn { background-color: #f5f5f5;
color: #00d000 }
.plain { background-color: #d0ffd0;
border: 0; }
.response { font-family: helvetica, arial, sans-serif;
color:#004000;
text-decoration: none}
.status_green { background-color: #90ee90 }
.status_yellow { background-color: #ffffe0 }
.status_red { background-color: #ffe0e0 }
.status_authorized { background-color: #90ee90 }
.status_pending { background-color: #ffffe0 }
.status_other { background-color: #ffffff }
.required { background-color: #fffff0 }
.msg { font-family: helvetica, arial, sans-serif;
color:#008000;
text-decoration: none}
.err { font-family: helvetica, arial, sans-serif;
color:#ff0000;
text-decoration: none}
.err A:link { color: #b22222 ; text-decoration: none;
font-style:italic; font-weight:bold; font-size:80%}
.err A:visited { color: #b22222 ; text-decoration: none;
font-style:italic; font-weight:bold; font-size:80%}
.err A:active { color: #b22222 ; text-decoration: none;
font-style:italic; font-weight:bold; font-size:80%}
A:link { text-decoration: underline; color: #551a8b }
A:visited { text-decoration: underline; color: #551a8b }
A:active { text-decoration: underline; color: #551a8b }
.indent { margin-left:3em; margin-right:3em }
.hostlist { margin-left:3em; margin-right:3em;
font-family: helvetica, arial, sans-serif; }