-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
230 lines (198 loc) · 5.14 KB
/
Copy pathstyles.css
File metadata and controls
230 lines (198 loc) · 5.14 KB
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
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
body {
width: 400px;
font-family: "Helvetica Neue", Arial, sans-serif;
background-color: #F2F2F2;
padding: 10px; /* Reduced padding */
border-radius: 5px; /* Reduced border-radius */
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.form-container {
margin: 0 auto;
}
label {
display: block;
font-weight: 500;
margin-top: 10px; /* Reduced margin-top */
color: #333;
letter-spacing: 0.5px;
}
input[type="text"],
select {
width: 100%;
padding: 8px; /* Reduced padding */
margin: 4px 0; /* Reduced margin */
box-sizing: border-box;
border: 2px solid #ccc;
background-color: #fff;
border-radius: 8px; /* Reduced border-radius */
font-size: 14px;
color: #333;
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); /* Add shadow for depth */
transition: border-color 0.3s ease;
}
input[type="text"]:focus,
select:focus {
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); /* Add shadow for depth */
border-color: #007BFF;
}
input[type="text"].timepicker:focus,
input[type="text"].datepicker:focus {
background-color: #fff !important;
}
input[type="submit"] {
background-color: #007BFF;
color: white;
padding: 12px 18px; /* Reduced padding */
border: none;
cursor: pointer;
margin-top: 12px; /* Reduced margin-top */
width: 100%;
border-radius: 4px; /* Reduced border-radius */
font-size: 16px;
font-weight: bold;
letter-spacing: 1px;
transition: background-color 0.3s ease;
}
input[type="submit"]:hover {
background-color: #0056b3;
}
h1 {
text-align: center;
color: #007BFF;
font-size: 22px; /* Reduced font-size */
margin-bottom: 20px; /* Reduced margin-bottom */
letter-spacing: 1px;
font-weight: 600;
}
#loadingText {
display: none;
text-align: center;
font-size: 16px; /* Reduced font-size */
margin-top: 20px; /* Reduced margin-top */
color: #333;
animation: color-change 2s infinite;
}
td, th {
text-align: center;
padding: 6px; /* Reduced padding */
}
#copyTableBtn {
display: none;
background-color: #007BFF;
color: white;
padding: 4px;
border: none;
cursor: pointer;
margin-top: 10px; /* Increased margin-top */
margin-bottom: 15px;
width: 100%;
border-radius: 4px;
font-size: 14px;
font-weight: bold;
text-align: center;
letter-spacing: 1px;
transition: background-color 0.3s ease;
}
#copyTableBtn:hover {
background-color: #0056b3;
}
@keyframes color-change {
0% {
color: blue;
}
50% {
color: green;
}
100% {
color: blue;
}
}
.header-container {
position: relative;
width: 100%;
}
#donateBtn {
position: absolute;
top: -5px;
right: 0px;
background-color: #007BFF; /* PayPal-like yellow */
border: 1px solid rgb(231, 231, 240); /* Darker yellow border */
color: #ffffff; /* PayPal-like blue text */
padding: 4px 8px; /* Smaller padding */
cursor: pointer;
font-size: 10px; /* Smaller font size */
border-radius: 25px; /* In-between rounded corners */
font-weight: bold; /* Bold text */
text-align: center; /* Center the text */
}
/* Your existing CSS */
/* Contact Me Link Styling */
/* Contact Me Link Styling */
/* Contact Me Link Styling */
#contact-me-link {
position: fixed;
bottom: 0;
right: 0;
padding: 10px;
background-color: transparent; /* No background */
color: #007BFF; /* Default blue link color */
text-decoration: underline; /* Add underline */
font-size: 12px;
}
#contact-me-link:hover,
#contact-me-link:focus {
background-color: transparent; /* No background on hover/focus */
color: darkblue; /* Slightly darker blue on hover/focus */
}
.modal {
display: none; /* Hidden by default */
/* ... other styles ... */
}
.close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
cursor: pointer;
}
.close:hover,
.close:focus {
color: rgb(247, 5, 5);
text-decoration: none;
cursor: pointer;
}
/* Privacy Policy Modal Styling */
#privacy-policy-modal h2, #privacy-policy-modal h3, #privacy-policy-modal strong {
color: #007BFF;
font-family: "Helvetica Neue", Arial, sans-serif;
}
#privacy-policy-modal h2 {
font-size: 22px;
margin-bottom: 20px;
font-weight: 600;
}
#privacy-policy-modal h3 {
font-size: 18px;
margin-top: 15px;
margin-bottom: 15px;
font-weight: 600;
}
#privacy-policy-modal ul {
margin-left: 20px;
}
#privacy-policy-modal p {
margin-bottom: 15px;
font-size: 14px;
color: #333;
}
.black-text {
color: #000 !important; /* Black color */
}
.last-updated {
font-size: 14px; /* Smaller font size */
margin-top: 2x; /* Reduced margin-top to bring it closer to the above text */
color: #000 !important; /* Black color */
}
.ui-timepicker-div .ui-widget-header {
color: #007BFF !important;
}