|
|
@ -3,7 +3,7 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#moon-watch-section{
|
|
|
|
#moon-watch-section{
|
|
|
|
padding-bottom: calc(var(--lh) * 1);
|
|
|
|
/* padding-bottom: calc(var(--lh) * 1); */
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.watch__date{
|
|
|
|
.watch__date{
|
|
|
@ -34,15 +34,19 @@
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
hyphens: auto;
|
|
|
|
hyphens: auto;
|
|
|
|
|
|
|
|
|
|
|
|
/* text-align: center; */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* background: radial-gradient(circle closest-side, white, var(--c-dark));
|
|
|
|
/* background: radial-gradient(circle closest-side, white, var(--c-dark));
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
-webkit-text-fill-color: transparent; */
|
|
|
|
-webkit-text-fill-color: transparent; */
|
|
|
|
|
|
|
|
|
|
|
|
min-height: 1.6em;
|
|
|
|
min-height: 1.6em;
|
|
|
|
border-left: var(--border);
|
|
|
|
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* border-left: var(--border);
|
|
|
|
padding-left: var(--lh);
|
|
|
|
padding-left: var(--lh);
|
|
|
|
|
|
|
|
border-style: dotted;
|
|
|
|
|
|
|
|
padding-top: calc(var(--lh) * 0.5); */
|
|
|
|
|
|
|
|
|
|
|
|
margin-bottom: calc(var(--lh) * 0.5);
|
|
|
|
margin-bottom: calc(var(--lh) * 0.5);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -76,12 +80,18 @@ body.projects .watch__phase > h2.phase-name{
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
max-width: 500px;
|
|
|
|
max-width: 500px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.watch__scheme::after{
|
|
|
|
.watch__scheme::before{
|
|
|
|
content: "↓ sunlights";
|
|
|
|
content: "new";
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
left: calc(50% + 1em);
|
|
|
|
left: calc(50% + 1em);
|
|
|
|
top: 0;
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.watch__scheme::after{
|
|
|
|
|
|
|
|
content: "full";
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
left: calc(50% + 1em);
|
|
|
|
|
|
|
|
bottom: 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.watch__scheme svg circle{
|
|
|
|
.watch__scheme svg circle{
|
|
|
|
vector-effect: non-scaling-stroke;
|
|
|
|
vector-effect: non-scaling-stroke;
|
|
|
@ -95,7 +105,7 @@ circle.svg-moon-trajectory,
|
|
|
|
circle.svg-earth-trajectory {
|
|
|
|
circle.svg-earth-trajectory {
|
|
|
|
stroke: var(--clr-soft-text);
|
|
|
|
stroke: var(--clr-soft-text);
|
|
|
|
stroke-width: var(--border-width);
|
|
|
|
stroke-width: var(--border-width);
|
|
|
|
stroke-dasharray: 4;
|
|
|
|
stroke-dasharray: 2;
|
|
|
|
fill: none;
|
|
|
|
fill: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|