DmitrMakeev commited on
Commit
c4a0525
1 Parent(s): 9ff7d78

Update data_gc_tab.html

Browse files
Files changed (1) hide show
  1. data_gc_tab.html +99 -142
data_gc_tab.html CHANGED
@@ -33,116 +33,41 @@
33
 
34
  <script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
35
  <style>
36
- body {
37
- font-family: Arial, sans-serif;
38
- text-align: center;
39
- background-color: #f0f0f0;
40
- margin: 0;
41
- padding: 0;
42
- }
43
- h1 {
44
- background-color: #4CAF50;
45
- color: white;
46
- padding: 20px;
47
- margin: 0;
48
- border-bottom: 2px solid #388E3C;
49
- font-size: 28px;
50
- text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
51
- }
52
- button[type="submit"] {
53
- color: white;
54
- background-color: #4CAF50;
55
- border: none;
56
- cursor: pointer;
57
- padding: 10px 20px;
58
- font-size: 16px;
59
- border-radius: 5px;
60
- margin-top: 20px;
61
- transition: background-color 0.3s ease;
62
- }
63
- button[type="submit"]:hover {
64
- background-color: #388E3C;
65
- }
66
- #mediaContainer {
67
- margin-top: 20px;
68
- display: flex;
69
- justify-content: center;
70
- align-items: center;
71
- flex-direction: column;
72
- max-width: 100%;
73
- height: auto;
74
- box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
75
- border-radius: 10px;
76
- padding: 20px;
77
- background-color: white;
78
- }
79
- #mediaContainer img, #mediaContainer video {
80
- max-width: 100%;
81
- height: auto;
82
- object-fit: contain;
83
- border-radius: 10px;
84
- }
85
- #imageUrl {
86
- margin-top: 20px;
87
- font-size: 16px;
88
- color: #333;
89
- cursor: pointer;
90
- text-decoration: underline;
91
- transition: color 0.3s ease;
92
- }
93
- #imageUrl:hover {
94
- color: #4CAF50;
95
- }
96
- #progressBarContainer {
97
- width: 80%;
98
- margin: 20px auto;
99
- background-color: #ddd;
100
- border-radius: 13px;
101
- padding: 3px;
102
- box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
103
- }
104
- #progressBar {
105
- width: 0%;
106
- height: 20px;
107
- background-color: #4CAF50;
108
- border-radius: 10px;
109
- text-align: center;
110
- line-height: 20px;
111
- color: white;
112
- transition: width 0.3s ease;
113
- }
114
- #filter-field, #filter-type, #filter-value, #filter-clear , #download-json{
115
- padding: 10px;
116
- font-size: 16px;
117
- margin: 5px;
118
- }
119
- #filter-value {
120
- width: 200px;
121
- }
122
- #filter-clear {
123
- padding: 10px 20px;
124
- }
125
- #filter-field, #filter-type, #filter-value, #filter-clear, #download-json {
126
- padding: 10px;
127
- font-size: 16px;
128
- margin: 5px;
129
- border-radius: 5px;
130
- border: 1px solid #ccc;
131
- }
132
- #filter-value {
133
- width: 200px;
134
- background-color: #f0f0f0;
135
- }
136
- #filter-clear {
137
- padding: 10px 20px;
138
- background-color: #4CAF50;
139
- color: white;
140
- border: none;
141
- cursor: pointer;
142
- box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
143
- transition: background-color 0.3s ease;
144
- }
145
- #filter-field2, #filter-value2 {
146
  padding: 10px;
147
  font-size: 16px;
148
  margin: 5px;
@@ -152,56 +77,88 @@
152
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
153
  }
154
 
155
- #filter-field2:focus, #filter-value2:focus {
156
  border-color: #4CAF50;
157
  box-shadow: 0 0 5px rgba(76, 175, 80, 0.5);
158
  }
159
 
160
- #filter-field2 option {
161
  background-color: #f0f0f0;
162
  color: #333;
163
  }
164
 
165
- #filter-field2:hover, #filter-value2:hover {
166
  border-color: #4CAF50;
167
- } </style>
168
 
169
- <style>
170
- .swal-button-custom {
171
- background-color: #4CAF50;
172
- font-size: 16px;
173
- padding: 10px 20px;
174
- }
175
- .swal-title-custom {
176
- font-size: 24px;
177
- color: #333;
178
- }
179
- .swal-content-custom {
180
- font-size: 16px;
181
- color: #666;
182
- }
183
- #filter-field, #filter-type, #filter-value {
184
- padding: 10px;
 
 
 
 
 
 
 
185
  font-size: 16px;
186
- margin: 5px;
187
- border-radius: 5px;
188
- border: 1px solid #ccc;
189
- background-color: #f0f0f0;
190
- transition: border-color 0.3s ease, box-shadow 0.3s ease;
191
  }
192
 
193
- #filter-field:focus, #filter-type:focus, #filter-value:focus {
194
- border-color: #4CAF50;
195
- box-shadow: 0 0 5px rgba(76, 175, 80, 0.5);
196
  }
197
 
198
- #filter-field option, #filter-type option {
199
- background-color: #f0f0f0;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
200
  color: #333;
201
  }
202
 
203
- #filter-field:hover, #filter-type:hover, #filter-value:hover {
204
- border-color: #4CAF50;
 
205
  }
206
 
207
  </style>
 
33
 
34
  <script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
35
  <style>
36
+ body {
37
+ font-family: Arial, sans-serif;
38
+ text-align: center;
39
+ background-color: #f0f0f0;
40
+ margin: 0;
41
+ padding: 0;
42
+ }
43
+
44
+ h1 {
45
+ background-color: #4CAF50;
46
+ color: white;
47
+ padding: 20px;
48
+ margin: 0;
49
+ border-bottom: 2px solid #388E3C;
50
+ font-size: 28px;
51
+ text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
52
+ }
53
+
54
+ button, #filter-clear, #download-json, #take-for-yourself {
55
+ color: white;
56
+ background-color: #4CAF50;
57
+ border: none;
58
+ cursor: pointer;
59
+ padding: 10px 20px;
60
+ font-size: 16px;
61
+ border-radius: 5px;
62
+ margin: 5px;
63
+ transition: background-color 0.3s ease;
64
+ }
65
+
66
+ button:hover, #filter-clear:hover, #download-json:hover, #take-for-yourself:hover {
67
+ background-color: #388E3C;
68
+ }
69
+
70
+ #filter-field, #filter-type, #filter-value, #filter-field2, #filter-value2 {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71
  padding: 10px;
72
  font-size: 16px;
73
  margin: 5px;
 
77
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
78
  }
79
 
80
+ #filter-field:focus, #filter-type:focus, #filter-value:focus, #filter-field2:focus, #filter-value2:focus {
81
  border-color: #4CAF50;
82
  box-shadow: 0 0 5px rgba(76, 175, 80, 0.5);
83
  }
84
 
85
+ #filter-field option, #filter-type option, #filter-field2 option {
86
  background-color: #f0f0f0;
87
  color: #333;
88
  }
89
 
90
+ #filter-field:hover, #filter-type:hover, #filter-value:hover, #filter-field2:hover, #filter-value2:hover {
91
  border-color: #4CAF50;
92
+ }
93
 
94
+ #mediaContainer {
95
+ margin-top: 20px;
96
+ display: flex;
97
+ justify-content: center;
98
+ align-items: center;
99
+ flex-direction: column;
100
+ max-width: 100%;
101
+ height: auto;
102
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
103
+ border-radius: 10px;
104
+ padding: 20px;
105
+ background-color: white;
106
+ }
107
+
108
+ #mediaContainer img, #mediaContainer video {
109
+ max-width: 100%;
110
+ height: auto;
111
+ object-fit: contain;
112
+ border-radius: 10px;
113
+ }
114
+
115
+ #imageUrl {
116
+ margin-top: 20px;
117
  font-size: 16px;
118
+ color: #333;
119
+ cursor: pointer;
120
+ text-decoration: underline;
121
+ transition: color 0.3s ease;
 
122
  }
123
 
124
+ #imageUrl:hover {
125
+ color: #4CAF50;
 
126
  }
127
 
128
+ #progressBarContainer {
129
+ width: 80%;
130
+ margin: 20px auto;
131
+ background-color: #ddd;
132
+ border-radius: 13px;
133
+ padding: 3px;
134
+ box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
135
+ }
136
+
137
+ #progressBar {
138
+ width: 0%;
139
+ height: 20px;
140
+ background-color: #4CAF50;
141
+ border-radius: 10px;
142
+ text-align: center;
143
+ line-height: 20px;
144
+ color: white;
145
+ transition: width 0.3s ease;
146
+ }
147
+
148
+ .swal-button-custom {
149
+ background-color: #4CAF50;
150
+ font-size: 16px;
151
+ padding: 10px 20px;
152
+ }
153
+
154
+ .swal-title-custom {
155
+ font-size: 24px;
156
  color: #333;
157
  }
158
 
159
+ .swal-content-custom {
160
+ font-size: 16px;
161
+ color: #666;
162
  }
163
 
164
  </style>