source: source/freeparkingspace/src/main/resources/static/css/masterCss.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: 5.0 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 color: white;
25}
26
27table{
28 border-collapse: collapse;
29 color: white;
30 font-size: 0.3rem;
31 background: rgba(0,0,0,0.4);
32
33}
34
35img {
36 width: 120px;
37 height: 120px;
38 margin-right: 230px;
39 margin-left: 5px;
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
56li,
57a:not(.btn) {
58 font-family: "Montserrat", sans-serif;
59 font-weight: 500;
60 font-size: 1.2rem;
61 text-decoration: none;
62 color: white;
63 padding: 10%;
64 list-style: none;
65}
66
67h1{
68 font-family: 'Roboto', sans-serif;
69 font-width: 900;
70 font-size: 5rem;
71
72}
73#projection-add
74{
75 margin-left: 142px;
76 width: 75%;
77}
78label{
79color:white;
80font-size: 1rem;
81}
82.right {
83 display: flex;
84 align-items: center;
85 justify-content: center;
86 background-color: rgb(0, 225, 255, 0.05);
87 border-radius: 10%;
88 flex-direction: row;
89 margin-left: 25%;
90 width: 17%;
91 height: 2%;
92}
93
94.right a {
95 margin: -5px;
96}
97.navbar{
98 max-width: 100%;
99 height: 100vh;
100}
101
102.reg {
103 color: rgb(255, 0, 0);
104}
105
106ul {
107 display: flex;
108 flex-direction: row;
109}
110
111li,
112a:hover:not(.btn) {
113 color: red;
114 font-size: 1.5rem;
115}
116
117.reg:hover {
118 color: white;
119}
120.container-main{
121 display: flex;
122 flex-direction: column;
123 align-items: center;
124 justify-content: center;
125 width: 100%;
126 height: 100%
127}
128P{
129 font-family: "Montserrat", sans-serif;
130 font-weight: 500;
131 font-size: 4rem;
132 text-decoration: none;
133 color: white;
134 width: 80%;
135 list-style: none;
136 margin-top: -2%;
137}
138
139.glow{
140 text-transform: uppercase;
141 height: auto;
142 text-align: center;
143}
144
145.glow {
146 color: white;
147 animation: neon 3s infinite;
148}
149
150.h1Combined{
151 display: flex;
152 flex-direction: row;
153 align-items: center;
154 justify-content: center;
155 max-width: 100%;
156}
157
158@keyframes neon {
159 0% {
160 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),
161 0 0 3px var(--shadow-color-light), 0 0 10px var(--shadow-color-light), 0 0 20px var(--shadow-color-light),
162 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);
163 }
164 50% {
165 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),
166 0 0 5px var(--shadow-color-light), 0 0 15px var(--shadow-color-light), 0 0 25px var(--shadow-color-light),
167 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);
168 }
169 100% {
170 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),
171 0 0 3px var(--shadow-color-light), 0 0 10px var(--shadow-color-light), 0 0 20px var(--shadow-color-light),
172 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);
173 }
174}
175
176.btn{
177 text-shadow: -1px -1px 10px rgba(255,255,255,0.5);
178 border: 1px solid #b70000;
179 color: white;
180 font-size: 1.5rem;
181 border:none;
182 background: #af0101;
183 padding: 0.5rem 1.3rem;
184 border-radius: 10%;
185 cursor: pointer;
186 transition: 1s ease;
187 display:block;
188 box-shadow: 3px 2px 10px #d50101,
189 -1px -1px 1px #e60000;
190 font-family: 'Roboto', sans-serif;
191 font-weight: 500;
192 text-decoration: none;
193 transition: infinite 1s ease;
194}
195
196.btn:hover{
197 background-color: #58ACFA;
198 color: white;
199}
200
201.btn2{
202 text-shadow: -1px -1px 10px rgba(255,255,255,0.5);
203 border: 1px solid #b70000;
204 color: white;
205 font-size: 1.5rem;
206 border:none;
207 background: #af0101;
208 padding: 0.5rem 1.3rem;
209 border-radius: 10%;
210 cursor: pointer;
211 transition: 1s ease;
212 display:block;
213 box-shadow: 3px 2px 10px #d50101,
214 -1px -1px 1px #e60000;
215 font-family: 'Roboto', sans-serif;
216 font-weight: 500;
217 text-decoration: none;
218 transition: infinite 1s ease;
219}
220
221.btn2:hover{
222 background-color: #58ACFA;
223 color: white;
224}
225
Note: See TracBrowser for help on using the repository browser.