source: source/MovieZilla-master/src/main/resources/static/css/projection.css@ fc7ec52

Last change on this file since fc7ec52 was fc7ec52, checked in by darkopopovski <darkopopovski39@…>, 22 months ago

all files

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