Spaces:
Running on Zero
Running on Zero
Commit ·
f62c63b
1
Parent(s): dd3344f
style(frames): focus-pull mask blends sharp center into backdrop
Browse files- styles.css +8 -24
styles.css
CHANGED
|
@@ -905,20 +905,12 @@ footer { display: none !important; }
|
|
| 905 |
background-position: center 38%;
|
| 906 |
background-repeat: no-repeat;
|
| 907 |
filter: grayscale(1) brightness(0.92);
|
| 908 |
-
border-radius:
|
| 909 |
-
box-shadow:
|
| 910 |
-
|
|
|
|
| 911 |
z-index: 1;
|
| 912 |
}
|
| 913 |
-
#menu-frame::after {
|
| 914 |
-
content: '';
|
| 915 |
-
position: absolute;
|
| 916 |
-
inset: 0;
|
| 917 |
-
z-index: 1; /* above the forest, below the card (z5) */
|
| 918 |
-
pointer-events: none;
|
| 919 |
-
background: radial-gradient(ellipse 80% 78% at 50% 44%,
|
| 920 |
-
transparent 50%, rgba(10,10,16,0.5) 78%, rgba(8,8,14,0.94) 100%);
|
| 921 |
-
}
|
| 922 |
|
| 923 |
.menu-scrim {
|
| 924 |
position: fixed;
|
|
@@ -1216,18 +1208,8 @@ footer { display: none !important; }
|
|
| 1216 |
aspect-ratio: 16 / 10;
|
| 1217 |
max-height: 74vh;
|
| 1218 |
overflow: hidden;
|
| 1219 |
-
border-radius:
|
| 1220 |
-
box-shadow:
|
| 1221 |
-
0 0 0 1px rgba(120,110,140,0.12);
|
| 1222 |
-
}
|
| 1223 |
-
#intro-frame::after {
|
| 1224 |
-
content: '';
|
| 1225 |
-
position: absolute;
|
| 1226 |
-
inset: 0;
|
| 1227 |
-
z-index: 1; /* above the image, below the panel (z2) */
|
| 1228 |
-
pointer-events: none;
|
| 1229 |
-
background: radial-gradient(ellipse 80% 78% at 50% 44%,
|
| 1230 |
-
transparent 50%, rgba(10,10,16,0.5) 78%, rgba(8,8,14,0.94) 100%);
|
| 1231 |
}
|
| 1232 |
|
| 1233 |
#intro-image {
|
|
@@ -1240,6 +1222,8 @@ footer { display: none !important; }
|
|
| 1240 |
background-color: #04040a;
|
| 1241 |
background-image: radial-gradient(ellipse at 50% 35%, #16131c 0%, #04040a 80%);
|
| 1242 |
filter: grayscale(1) brightness(0.9);
|
|
|
|
|
|
|
| 1243 |
}
|
| 1244 |
#intro-image::after { /* soft bottom darkening so the subtitle reads */
|
| 1245 |
content: '';
|
|
|
|
| 905 |
background-position: center 38%;
|
| 906 |
background-repeat: no-repeat;
|
| 907 |
filter: grayscale(1) brightness(0.92);
|
| 908 |
+
border-radius: 0;
|
| 909 |
+
box-shadow: none;
|
| 910 |
+
-webkit-mask-image: radial-gradient(ellipse 72% 74% at 50% 46%, #000 50%, transparent 88%);
|
| 911 |
+
mask-image: radial-gradient(ellipse 72% 74% at 50% 46%, #000 50%, transparent 88%);
|
| 912 |
z-index: 1;
|
| 913 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 914 |
|
| 915 |
.menu-scrim {
|
| 916 |
position: fixed;
|
|
|
|
| 1208 |
aspect-ratio: 16 / 10;
|
| 1209 |
max-height: 74vh;
|
| 1210 |
overflow: hidden;
|
| 1211 |
+
border-radius: 0;
|
| 1212 |
+
box-shadow: none;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1213 |
}
|
| 1214 |
|
| 1215 |
#intro-image {
|
|
|
|
| 1222 |
background-color: #04040a;
|
| 1223 |
background-image: radial-gradient(ellipse at 50% 35%, #16131c 0%, #04040a 80%);
|
| 1224 |
filter: grayscale(1) brightness(0.9);
|
| 1225 |
+
-webkit-mask-image: radial-gradient(ellipse 72% 74% at 50% 46%, #000 50%, transparent 88%);
|
| 1226 |
+
mask-image: radial-gradient(ellipse 72% 74% at 50% 46%, #000 50%, transparent 88%);
|
| 1227 |
}
|
| 1228 |
#intro-image::after { /* soft bottom darkening so the subtitle reads */
|
| 1229 |
content: '';
|