Knowledge Lifecycle
Browse files
style.css
CHANGED
|
@@ -48,11 +48,14 @@ body {
|
|
| 48 |
rgba(143,95,184,.045) 82%, rgba(74,127,212,.04) 100%),
|
| 49 |
/* Measurement grid: a major line every fifth cell, so the ground has
|
| 50 |
structure at reading distance instead of an even hairline hum. */
|
| 51 |
-
repeating-linear-gradient(0deg, transparent 0 119px, rgba(26,26,26,.
|
| 52 |
-
repeating-linear-gradient(90deg, transparent 0 119px, rgba(26,26,26,.
|
| 53 |
-
repeating-linear-gradient(0deg, transparent 0 23px, rgba(26,26,26,.
|
| 54 |
-
repeating-linear-gradient(90deg, transparent 0 23px, rgba(26,26,26,.
|
| 55 |
var(--bg);
|
|
|
|
|
|
|
|
|
|
| 56 |
}
|
| 57 |
|
| 58 |
header { text-align: center; }
|
|
|
|
| 48 |
rgba(143,95,184,.045) 82%, rgba(74,127,212,.04) 100%),
|
| 49 |
/* Measurement grid: a major line every fifth cell, so the ground has
|
| 50 |
structure at reading distance instead of an even hairline hum. */
|
| 51 |
+
repeating-linear-gradient(0deg, transparent 0 119px, rgba(26,26,26,.07) 119px 120px),
|
| 52 |
+
repeating-linear-gradient(90deg, transparent 0 119px, rgba(26,26,26,.07) 119px 120px),
|
| 53 |
+
repeating-linear-gradient(0deg, transparent 0 23px, rgba(26,26,26,.035) 23px 24px),
|
| 54 |
+
repeating-linear-gradient(90deg, transparent 0 23px, rgba(26,26,26,.035) 23px 24px),
|
| 55 |
var(--bg);
|
| 56 |
+
/* The ground is a fixed surface the content moves across, so it stays put on
|
| 57 |
+
scroll. One value per image layer, in the order declared above. */
|
| 58 |
+
background-attachment: fixed, fixed, fixed, fixed, fixed;
|
| 59 |
}
|
| 60 |
|
| 61 |
header { text-align: center; }
|