source: source/MovieZilla-master/src/main/resources/static/css/masterCss.css

Last change on this file was fc7ec52, checked in by darkopopovski <darkopopovski39@…>, 2 years 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 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}
78.right {
79 display: flex;
80 align-items: center;
81 justify-content: center;
82 background-color: rgb(0, 225, 255, 0.05);
83 border-radius: 10%;
84 flex-direction: row;
85 margin-left: 25%;
86 width: 17%;
87 height: 2%;
88}
89
90.right a {
91 margin: -5px;
92}
93.navbar{
94 max-width: 100%;
95 height: 100vh;
96}
97
98.reg {
99 color: rgb(255, 0, 0);
100}
101
102ul {
103 display: flex;
104 flex-direction: row;
105}
106
107li,
108a:hover:not(.btn) {
109 color: red;
110}
111
112.reg:hover {
113 color: white;
114}
115.container-main{
116 display: flex;
117 flex-direction: column;
118 align-items: center;
119 justify-content: center;
120 width: 100%;
121 height: 100%
122}
123P{
124 font-family: "Montserrat", sans-serif;
125 font-weight: 500;
126 font-size: 4rem;
127 text-decoration: none;
128 color: white;
129 width: 80%;
130 list-style: none;
131 margin-top: -2%;
132}
133
134.glow{
135 text-transform: uppercase;
136 height: auto;
137 text-align: center;
138}
139
140.glow {
141 color: white;
142 animation: neon 3s infinite;
143}
144
145.h1Combined{
146 display: flex;
147 flex-direction: row;
148 align-items: center;
149 justify-content: center;
150 max-width: 100%;
151}
152
153@keyframes neon {
154 0% {
155 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),
156 0 0 3px var(--shadow-color-light), 0 0 10px var(--shadow-color-light), 0 0 20px var(--shadow-color-light),
157 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);
158 }
159 50% {
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 5px var(--shadow-color-light), 0 0 15px var(--shadow-color-light), 0 0 25px var(--shadow-color-light),
162 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);
163 }
164 100% {
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 3px var(--shadow-color-light), 0 0 10px var(--shadow-color-light), 0 0 20px var(--shadow-color-light),
167 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);
168 }
169}
170
171.btn{
172 text-shadow: -1px -1px 10px rgba(255,255,255,0.5);
173 border: 1px solid #b70000;
174 color: white;
175 font-size: 1.5rem;
176 border:none;
177 background: #af0101;
178 padding: 0.5rem 1.3rem;
179 border-radius: 10%;
180 cursor: pointer;
181 transition: 1s ease;
182 display:block;
183 box-shadow: 3px 2px 10px #d50101,
184 -1px -1px 1px #e60000;
185 font-family: 'Roboto', sans-serif;
186 font-weight: 500;
187 text-decoration: none;
188 transition: infinite 1s ease;
189}
190
191.btn:hover{
192 background-color: #58ACFA;
193 color: white;
194}
195
196.btn2{
197 text-shadow: -1px -1px 10px rgba(255,255,255,0.5);
198 border: 1px solid #b70000;
199 color: white;
200 font-size: 1.5rem;
201 border:none;
202 background: #af0101;
203 padding: 0.5rem 1.3rem;
204 border-radius: 10%;
205 cursor: pointer;
206 transition: 1s ease;
207 display:block;
208 box-shadow: 3px 2px 10px #d50101,
209 -1px -1px 1px #e60000;
210 font-family: 'Roboto', sans-serif;
211 font-weight: 500;
212 text-decoration: none;
213 transition: infinite 1s ease;
214}
215
216.btn2:hover{
217 background-color: #58ACFA;
218 color: white;
219}
220
Note: See TracBrowser for help on using the repository browser.