-
Notifications
You must be signed in to change notification settings - Fork 24
/
setup.css
191 lines (163 loc) · 5.19 KB
/
setup.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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
body {
font-family: Tahoma, Verdana, Vera-Sans, DejaVu-Sans;
font-size: 11px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
table {
font-size: 11px;
}
a {
color: #336699;
font-weight: bold;
text-decoration: none;
}
h1 {
color: #336699;
font-size: 16px;
}
h2 {
font-size: 14px;
}
input, select, textarea {
border: 1px solid #B3B3B3;
font-size: 11px;
}
input[type="submit"],
a.button {
cursor: pointer;
display: inline-block;
font-weight: normal;
color: #FFFFFF;
min-width: 100px;
line-height: 20px;
height: 20px;
border: none;
text-align: center;
vertical-align: middle;
/* border radius */
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
/* end border radius */
/* css3 shadow border*/
-webkit-box-shadow: 1px 1px 3px black;
-moz-box-shadow: 1px 1px 3px black;
box-shadow: 1px 1px 3px black;
/* end css3 shadow border*/
/*dark css3 green background gradient */
background: #226622; /* Old browsers */
background: -moz-linear-gradient(top, #709c70 0%, #4d844d 49%, #226622 51%, #649464 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#709c70), color-stop(49%,#4d844d), color-stop(51%,#226622), color-stop(100%,#649464)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #709c70 0%,#4d844d 49%,#226622 51%,#649464 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #709c70 0%,#4d844d 49%,#226622 51%,#649464 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #709c70 0%,#4d844d 49%,#226622 51%,#649464 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64B164', endColorstr='#307030',GradientType=0); /* IE6-9 */
background: linear-gradient(top, #709c70 0%,#4d844d 49%,#226622 51%,#649464 100%); /* W3C */
/* end dark css3 green background gradient */
}
input[type="submit"]:hover,
a.button:hover {
/*light css3 green background gradient */
background: #226622; /* Old browsers */
background: -moz-linear-gradient(top, #226622 0%, #71b871 1%, #58ab58 49%, #379b37 51%, #63b163 95%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#226622), color-stop(1%,#71b871), color-stop(49%,#58ab58), color-stop(51%,#379b37), color-stop(95%,#63b163), color-stop(100%,#226622)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #226622 0%,#71b871 1%,#58ab58 49%,#379b37 51%,#63b163 95%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #226622 0%,#71b871 1%,#58ab58 49%,#379b37 51%,#63b163 95%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #226622 0%,#71b871 1%,#58ab58 49%,#379b37 51%,#63b163 95%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ada5a', endColorstr='#2d602d',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #226622 0%,#71b871 1%,#58ab58 49%,#379b37 51%,#63b163 95%); /* W3C */
/* end light css3 green background gradient */
color: white;
}
span.footer {
font-size: 10px;
color: #777777;
}
span.footer a {
color: #336699;
}
span.footer a:hover {
color: #993333;
}
/*** table banner ***/
#banner {
width: 100%;
border-bottom: 4px solid #B3B3B3;
}
#banner .image {
background-image: url("images/logo-small.png");
background-repeat: repeat-x;
width: 193px;
height: 83px;
}
#banner .back {
font-size: 30px;
text-shadow: 1px 1px 2px gray;
font-weight: bold;
color: #339;
letter-spacing: 1px;
text-align: center;
background-repeat: repeat-x;
background-color: #E0E0E0;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* IE10+ */
background: linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
}
/*** table main ***/
#main {
border: 1px solid #B3B3B3;
background-color: #F0F0F0;
padding: 10px 10px 10px 10px;
margin: 10px 10px 10px 10px;
}
div.license {
display: inline-block;
width: 500px;
overflow: auto;
height: 500px;
border: 1px solid #B3B3B3;
background-color: #FFFFFF;
padding: 10px 10px 10px 10px;
}
span.required_note,
span.required_note_star {
font-size: 9px;
}
span.required_note_star {
color: #FF0000;
}
.flag_button {
display: inline-block;
margin: 30px;
}
.flag_button img.flag {
max-width: 130px;
}
.flag_button .label {
font-size:20px;
padding-top: 6px;
display: block;
text-align: center;
}
a.show_incomplete.button {
text-align: center;
display: block;
margin: 10px auto;
width: 400px;
font-size: 20px;
line-height: 30px;
white-space: nowrap;
height: 30px;
}
.error {
color: red;
font-weight: bold;
font-size: 18px;
text-align: center;
}