source: source/freeparkingspace/src/main/resources/static/css/styleMovies.css@ 31d67c0

Last change on this file since 31d67c0 was 31d67c0, checked in by zlatko2810 <zlatko.stojanovski@…>, 22 months ago

proekt

  • Property mode set to 100644
File size: 10.6 KB
Line 
1@import url('https://fonts.googleapis.com/css?family=Montserrat:500');
2@import url('https://fonts.googleapis.com/css2?family=Crete+Round&family=Roboto:ital,wght@0,900;1,900&display=swap');
3
4:root {
5 --shadow-color: #FF9E9E;
6 --shadow-color-light: white;
7}
8
9.navbar {
10 max-width: 100%;
11 height: 100%;
12 background: rgba(0,0,0,0.25);
13}
14
15header {
16 display: flex;
17 justify-content: center;
18 align-items: center;
19 padding: 30px 10%;
20 max-width: 100%;
21 height: 10%;
22 background-color: rgb(0, 0, 0, 0.25);
23 border: none;
24}
25
26table{
27 border-collapse: collapse;
28 color: white;
29 font-size: 2rem;
30 background: rgba(0,0,0,0.4);
31 margin-left:10px;
32 margin-bottom: 5%;
33
34}
35
36img {
37 width: 120px;
38 height: 120px;
39 border-bottom: 0px;
40}
41html{
42 text-align: center;
43}
44body {
45 padding: 0;
46 margin: 0;
47 max-width: 100%;
48 background-image: url('batman.webp');
49 object-fit: cover;
50 height: 100vh;
51 background-size: cover;
52 background-repeat: no-repeat;
53
54}
55
56
57li,
58a:not(.btn) {
59 font-family: "Montserrat", sans-serif;
60 font-weight: 500;
61 font-size: 1.2rem;
62 text-decoration: none;
63 color: white;
64 padding: 10%;
65 list-style: none;
66}
67
68h1{
69 font-family: 'Roboto', sans-serif;
70 font-width: 900;
71 font-size: 5rem;
72
73}
74#projection-add
75{
76 margin-left: 142px;
77 width: 75%;
78}
79.right {
80 display: flex;
81 align-items: center;
82 justify-content: center;
83 background-color: rgb(0, 225, 255, 0.05);
84 border-radius: 10%;
85 flex-direction: row;
86 margin-left: 25%;
87 width: 17%;
88 height: 2%;
89}
90
91.right a {
92 margin: -5px;
93}
94.navbar{
95 max-width: 100%;
96 height: 100vh;
97}
98
99.reg {
100 color: rgb(255, 0, 0);
101}
102
103ul {
104 display: flex;
105 flex-direction: row;
106}
107
108li,
109a:hover:not(.btn) {
110 color: red;
111 font-size: 1.5rem;
112}
113
114.reg:hover {
115 color: white;
116}
117.container-main{
118 display: flex;
119 flex-direction: column;
120 align-items: center;
121 justify-content: center;
122 width: 100%;
123 height: 100%
124}
125P{
126 font-family: "Montserrat", sans-serif;
127 font-weight: 500;
128 font-size: 4rem;
129 text-decoration: none;
130 color: white;
131 width: 80%;
132 list-style: none;
133 margin-top: -2%;
134}
135
136.glow{
137 text-transform: uppercase;
138 height: auto;
139 text-align: center;
140}
141
142.glow {
143 color: white;
144 animation: neon 3s infinite;
145}
146
147.h1Combined{
148 display: flex;
149 flex-direction: row;
150 align-items: center;
151 justify-content: center;
152 max-width: 100%;
153}
154
155@keyframes neon {
156 0% {
157 text-shadow: -1px -1px 1px var(--shadow-color-light), -1px 1px 1px var(--shadow-color-light), 1px -1px 1px var(--shadow-color-light), 1px 1px 1px var(--shadow-color-light),
158 0 0 3px var(--shadow-color-light), 0 0 10px var(--shadow-color-light), 0 0 20px var(--shadow-color-light),
159 0 0 30px var(--shadow-color), 0 0 40px var(--shadow-color), 0 0 50px var(--shadow-color), 0 0 70px var(--shadow-color), 0 0 100px var(--shadow-color), 0 0 200px var(--shadow-color);
160 }
161 50% {
162 text-shadow: -1px -1px 1px var(--shadow-color-light), -1px 1px 1px var(--shadow-color-light), 1px -1px 1px var(--shadow-color-light), 1px 1px 1px var(--shadow-color-light),
163 0 0 5px var(--shadow-color-light), 0 0 15px var(--shadow-color-light), 0 0 25px var(--shadow-color-light),
164 0 0 40px var(--shadow-color), 0 0 50px var(--shadow-color), 0 0 60px var(--shadow-color), 0 0 80px var(--shadow-color), 0 0 110px var(--shadow-color), 0 0 210px var(--shadow-color);
165 }
166 100% {
167 text-shadow: -1px -1px 1px var(--shadow-color-light), -1px 1px 1px var(--shadow-color-light), 1px -1px 1px var(--shadow-color-light), 1px 1px 1px var(--shadow-color-light),
168 0 0 3px var(--shadow-color-light), 0 0 10px var(--shadow-color-light), 0 0 20px var(--shadow-color-light),
169 0 0 30px var(--shadow-color), 0 0 40px var(--shadow-color), 0 0 50px var(--shadow-color), 0 0 70px var(--shadow-color), 0 0 100px var(--shadow-color), 0 0 200px var(--shadow-color);
170 }
171}
172
173.btn{
174 text-shadow: -1px -1px 10px rgba(255,255,255,0.5);
175 border: 1px solid #b70000;
176 color: white;
177 font-size: 1.5rem;
178 border:none;
179 background: #af0101;
180 padding: 0.5rem 1.3rem;
181 border-radius: 10%;
182 cursor: pointer;
183 transition: 1s ease;
184 display:block;
185 box-shadow: 3px 2px 10px #d50101,
186 -1px -1px 1px #e60000;
187 font-family: 'Roboto', sans-serif;
188 font-weight: 500;
189 text-decoration: none;
190 transition: infinite 1s ease;
191}
192
193.btn:hover{
194 background-color: #58ACFA;
195 color: white;
196}
197
198.btn2{
199 text-shadow: -1px -1px 10px rgba(255,255,255,0.5);
200 border: 1px solid #b70000;
201 color: white;
202 font-size: 1.5rem;
203 border:none;
204 background: #af0101;
205 padding: 0.5rem 1.3rem;
206 border-radius: 10%;
207 cursor: pointer;
208 transition: 1s ease;
209 display:block;
210 box-shadow: 3px 2px 10px #d50101,
211 -1px -1px 1px #e60000;
212 font-family: 'Roboto', sans-serif;
213 font-weight: 500;
214 text-decoration: none;
215 transition: infinite 1s ease;
216}
217
218.btn2:hover{
219 background-color: #58ACFA;
220 color: white;
221}
222
223
224
225
226
227
228
229
230/*@import url('https://fonts.googleapis.com/css?family=Montserrat:500');*/
231/*@import url('https://fonts.googleapis.com/css2?family=Crete+Round&family=Roboto:ital,wght@0,900;1,900&display=swap');*/
232
233/*:root {*/
234/* --shadow-color: #FF9E9E;*/
235/* --shadow-color-light: white;*/
236/*}*/
237
238/*.navbar {*/
239/* max-width: 100%;*/
240/* height: 100%;*/
241/* background: rgba(0,0,0,0.25);*/
242/*}*/
243
244/*header {*/
245/* display: flex;*/
246/* justify-content: center;*/
247/* align-items: center;*/
248/* padding: 30px 10%;*/
249/* max-width: 100%;*/
250/* height: 10%;*/
251/* background-color: rgb(0, 0, 0, 0.25);*/
252/* border: none;*/
253/*}*/
254
255/*table{*/
256/* border-collapse: collapse;*/
257/* color: white;*/
258/* font-size: 1.5rem;*/
259/* background: rgba(0,0,0,0.4);*/
260
261/*}*/
262
263/*img {*/
264/* width: 120px;*/
265/* height: 120px;*/
266/*}*/
267/*html{*/
268/* text-align: center;*/
269/*}*/
270/*body {*/
271/* padding: 0;*/
272/* margin: 0;*/
273/* max-width: 100%;*/
274/* background-image: url('giphyavengers.webp');*/
275/* object-fit: cover;*/
276/* height: 100vh;*/
277/* background-size: cover;*/
278/* background-repeat: no-repeat;*/
279/*}*/
280
281
282/*li,*/
283/*a:not(.btn) {*/
284/* font-family: "Montserrat", sans-serif;*/
285/* font-weight: 500;*/
286/* font-size: 1.2rem;*/
287/* text-decoration: none;*/
288/* color: white;*/
289/* padding: 10%;*/
290/* list-style: none;*/
291/*}*/
292
293/*h1{*/
294/* font-family: 'Roboto', sans-serif;*/
295/* font-width: 900;*/
296/* font-size: 6rem;*/
297
298/*}*/
299
300/*.right {*/
301/* display: flex;*/
302/* align-items: center;*/
303/* justify-content: center;*/
304/* background-color: rgb(0, 225, 255, 0.05);*/
305/* border-radius: 10%;*/
306/* flex-direction: row;*/
307/* margin-left: 25%;*/
308/* width: 17%;*/
309/* height: 2%;*/
310/*}*/
311
312/*.right a {*/
313/* margin: -5px;*/
314/*}*/
315/*.navbar{*/
316/* max-width: 100%;*/
317/* height: 100vh;*/
318/*}*/
319
320/*.reg {*/
321/* color: rgb(255, 0, 0);*/
322/*}*/
323
324/*ul {*/
325/* display: flex;*/
326/* flex-direction: row;*/
327/*}*/
328
329/*li,*/
330/*a:hover:not(.btn) {*/
331/* color: red;*/
332/* font-size: 1.5rem;*/
333/*}*/
334
335/*.reg:hover {*/
336/* color: white;*/
337/*}*/
338/*.container-main{*/
339/* display: flex;*/
340/* flex-direction: column;*/
341/* align-items: center;*/
342/* justify-content: center;*/
343/* width: 100%;*/
344/* height: 100%*/
345/*}*/
346/*P{*/
347/* font-family: "Montserrat", sans-serif;*/
348/* font-weight: 500;*/
349/* font-size: 4rem;*/
350/* text-decoration: none;*/
351/* color: white;*/
352/* width: 80%;*/
353/* list-style: none;*/
354/* margin-top: -2%;*/
355/*}*/
356
357/*.glow{*/
358/* text-transform: uppercase;*/
359/* height: auto;*/
360/* text-align: center;*/
361/*}*/
362
363/*.glow {*/
364/* color: white;*/
365/* animation: neon 3s infinite;*/
366/*}*/
367
368/*.h1Combined{*/
369/* display: flex;*/
370/* flex-direction: row;*/
371/* align-items: center;*/
372/* justify-content: center;*/
373/* max-width: 100%;*/
374/*}*/
375
376/*@keyframes neon {*/
377/* 0% {*/
378/* text-shadow: -1px -1px 1px var(--shadow-color-light), -1px 1px 1px var(--shadow-color-light), 1px -1px 1px var(--shadow-color-light), 1px 1px 1px var(--shadow-color-light),*/
379/* 0 0 3px var(--shadow-color-light), 0 0 10px var(--shadow-color-light), 0 0 20px var(--shadow-color-light),*/
380/* 0 0 30px var(--shadow-color), 0 0 40px var(--shadow-color), 0 0 50px var(--shadow-color), 0 0 70px var(--shadow-color), 0 0 100px var(--shadow-color), 0 0 200px var(--shadow-color);*/
381/* }*/
382/* 50% {*/
383/* text-shadow: -1px -1px 1px var(--shadow-color-light), -1px 1px 1px var(--shadow-color-light), 1px -1px 1px var(--shadow-color-light), 1px 1px 1px var(--shadow-color-light),*/
384/* 0 0 5px var(--shadow-color-light), 0 0 15px var(--shadow-color-light), 0 0 25px var(--shadow-color-light),*/
385/* 0 0 40px var(--shadow-color), 0 0 50px var(--shadow-color), 0 0 60px var(--shadow-color), 0 0 80px var(--shadow-color), 0 0 110px var(--shadow-color), 0 0 210px var(--shadow-color);*/
386/* }*/
387/* 100% {*/
388/* text-shadow: -1px -1px 1px var(--shadow-color-light), -1px 1px 1px var(--shadow-color-light), 1px -1px 1px var(--shadow-color-light), 1px 1px 1px var(--shadow-color-light),*/
389/* 0 0 3px var(--shadow-color-light), 0 0 10px var(--shadow-color-light), 0 0 20px var(--shadow-color-light),*/
390/* 0 0 30px var(--shadow-color), 0 0 40px var(--shadow-color), 0 0 50px var(--shadow-color), 0 0 70px var(--shadow-color), 0 0 100px var(--shadow-color), 0 0 200px var(--shadow-color);*/
391/* }*/
392/*}*/
393
394/*.btn{*/
395/* text-shadow: -1px -1px 10px rgba(255,255,255,0.5);*/
396/* border: 1px solid #b70000;*/
397/* color: white;*/
398/* font-size: 1.5rem;*/
399/* border:none;*/
400/* background: #af0101;*/
401/* padding: 0.5rem 1.3rem;*/
402/* border-radius: 10%;*/
403/* cursor: pointer;*/
404/* transition: 1s ease;*/
405/* display:block;*/
406/* box-shadow: 3px 2px 10px #d50101,*/
407/* -1px -1px 1px #e60000;*/
408/* font-family: 'Roboto', sans-serif;*/
409/* font-weight: 500;*/
410/* text-decoration: none;*/
411/* transition: infinite 1s ease;*/
412/*}*/
413
414/*.btn:hover{*/
415/* background-color: #58ACFA;*/
416/* color: white;*/
417/*}*/
418
419/*.btn2{*/
420/* text-shadow: -1px -1px 10px rgba(255,255,255,0.5);*/
421/* border: 1px solid #b70000;*/
422/* color: white;*/
423/* font-size: 1.5rem;*/
424/* border:none;*/
425/* background: #af0101;*/
426/* padding: 0.5rem 1.3rem;*/
427/* border-radius: 10%;*/
428/* cursor: pointer;*/
429/* transition: 1s ease;*/
430/* display:block;*/
431/* box-shadow: 3px 2px 10px #d50101,*/
432/* -1px -1px 1px #e60000;*/
433/* font-family: 'Roboto', sans-serif;*/
434/* font-weight: 500;*/
435/* text-decoration: none;*/
436/* transition: infinite 1s ease;*/
437/*}*/
438
439/*.btn2:hover{*/
440/* background-color: #58ACFA;*/
441/* color: white;*/
442/*}*/
443
Note: See TracBrowser for help on using the repository browser.