|
4 | 4 | font-family: 'Inter', sans-serif;
|
5 | 5 |
|
6 | 6 | #wrapper {
|
7 |
| - width: 95%; |
| 7 | + width: 90%; |
8 | 8 | margin: 0 auto;
|
9 | 9 | }
|
10 | 10 | }
|
11 | 11 |
|
12 |
| -#view-box { |
13 |
| - height: 100%; |
14 |
| - font-family: "Cabin", sans-serif; |
15 |
| - |
16 |
| - |
17 |
| - #view-wrapper { |
18 |
| - width: 95%; |
19 |
| - margin: 0 auto; |
20 |
| - padding-top: 60px; |
21 |
| - |
22 |
| - section { |
23 |
| - margin:0; |
24 |
| - padding: 58px 0; |
25 |
| - clear: both; |
26 |
| - } |
27 |
| - |
28 |
| - .showcase { |
29 |
| - margin: 50px 0; |
30 |
| - width: 100%; |
31 |
| - border: #080808 solid 3px; |
32 |
| - } |
33 |
| - |
34 |
| - .video-showcase::before, .video-showcase::after { |
35 |
| - content: ""; |
36 |
| - display: block; |
37 |
| - width: 100%; |
38 |
| - padding-top: 65px; |
39 |
| - z-index: -2; |
40 |
| - background-image: url("utils/assets/video-showcase-decoration.png"); |
41 |
| - background-blend-mode: multiply; |
42 |
| - background-repeat: repeat-x; |
43 |
| - filter: invert(100%) sepia(100%) hue-rotate(240deg) saturate(100%); |
44 |
| - } |
45 |
| - |
46 |
| - .video-showcase::before { |
47 |
| - margin-bottom: -15px; |
48 |
| - } |
49 |
| - |
50 |
| - .video-showcase::after { |
51 |
| - margin-top: -15px; |
52 |
| - transform: scaleY(-1); |
53 |
| - } |
54 |
| - |
55 |
| - .video-showcase video { |
56 |
| - width: 100%; |
57 |
| - border-radius: 15px; |
58 |
| - z-index: 5; |
59 |
| - position: relative; |
60 |
| - } |
61 |
| - |
62 |
| - .gallery-content { |
63 |
| - padding-top: 20px; |
64 |
| - } |
65 |
| - |
66 |
| - .gallery-content img { |
67 |
| - object-fit: cover; |
68 |
| - width: 45%; |
69 |
| - aspect-ratio:1/1; |
70 |
| - margin: 10px 0; |
71 |
| - margin-right: 4%; |
72 |
| - border: 2px solid #505050; |
73 |
| - border-radius: 10px; |
74 |
| - } |
75 |
| - |
76 |
| - .link { |
77 |
| - font-family: "Handjet", serif; |
78 |
| - display: inline-block; |
79 |
| - color: #828282;; |
80 |
| - font-size: 2.5em; |
81 |
| - font-weight: normal; |
82 |
| - padding: 0 30px 15px 0; |
83 |
| - text-align: center; |
84 |
| - text-decoration-color: #3BFFC5; |
85 |
| - } |
86 |
| - |
87 |
| - #home-page { |
88 |
| - .cd-covers-selection { |
89 |
| - display: grid; |
90 |
| - grid-template-columns: repeat(3, 1fr); |
91 |
| - gap: 40px; |
92 |
| - justify-items: center; |
93 |
| - align-items: center; |
94 |
| - width: 170%; /* wider than wrapper */ |
95 |
| - max-width: none; |
96 |
| - margin-left: -35%; /* center and overflow */ |
97 |
| - position: relative; |
98 |
| - z-index: 1; |
99 |
| - padding: 40px 0; |
100 |
| - |
101 |
| - } |
102 |
| - } |
103 |
| - |
104 |
| - #about-page { |
105 |
| - |
106 |
| - .intro { |
107 |
| - text-align: center; |
108 |
| - padding-bottom: 50px; |
109 |
| - display: block; |
110 |
| - } |
111 |
| - |
112 |
| - .title { |
113 |
| - font-family: "Handjet", serif; |
114 |
| - font-size: 2.5em; |
115 |
| - font-weight: 600; |
116 |
| - color: #3BFFC5; |
117 |
| - text-transform: lowercase; |
118 |
| - } |
119 | 12 |
|
120 |
| - .grid-category { |
121 |
| - display: grid; |
122 |
| - padding: 50px 0 0 0; |
123 |
| - margin: 0 0 25px 0; |
124 |
| - border-top: 2px dashed #505050; |
125 |
| - grid-template-columns: repeat(6, 1fr); |
126 |
| - gap: 2%; |
127 |
| - |
128 |
| - h2 { |
129 |
| - grid-column: span 6; |
130 |
| - } |
131 |
| - |
132 |
| - .grid-item { |
133 |
| - margin: 0 0 50px 0; |
134 |
| - grid-column: span 3; |
135 |
| - |
136 |
| - |
137 |
| - .subtitle { |
138 |
| - color: white; |
139 |
| - } |
140 |
| - |
141 |
| - .text { |
142 |
| - font-size: 1em; |
143 |
| - } |
144 |
| - } |
145 |
| - } |
146 |
| - |
147 |
| - .achievements, .profile-links { |
148 |
| - border-top: 2px dashed #505050; |
149 |
| - padding: 50px 0 0 0; |
150 |
| - margin: 0 0 25px 0; |
151 |
| - |
152 |
| - .item { |
153 |
| - margin: 0 0 50px 0; |
154 |
| - } |
155 |
| - } |
156 |
| - |
157 |
| - } |
158 |
| - |
159 |
| - #home-page { |
160 |
| - |
161 |
| - h1 { |
162 |
| - margin: 0 auto 50px auto; |
163 |
| - |
164 |
| - } |
165 |
| - |
166 |
| - .intro-block { |
167 |
| - text-align: center; |
168 |
| - } |
169 |
| - |
170 |
| - } |
171 |
| - } |
172 |
| - |
173 |
| - .three-background { |
174 |
| - position: fixed; |
175 |
| - background-color: #000000; |
176 |
| - top: 0; |
177 |
| - left: 0; |
178 |
| - width: 100%; |
179 |
| - height: 100%; |
180 |
| - z-index: -15; |
181 |
| - } |
182 |
| -} |
183 | 13 |
|
184 | 14 |
|
185 | 15 |
|
|
0 commit comments