new config file for job status.
This commit is contained in:
@@ -1,57 +0,0 @@
|
||||
.play {
|
||||
padding: 2rem 0;
|
||||
}
|
||||
|
||||
.play .section-head h2 {
|
||||
font-family: var(--ff-mono);
|
||||
font-size: 1rem;
|
||||
font-weight: 400;
|
||||
letter-spacing: 0.08em;
|
||||
color: var(--muted);
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
.play .story-text {
|
||||
font-family: var(--ff-mono);
|
||||
font-size: 0.85rem;
|
||||
line-height: 1.9;
|
||||
color: var(--fg);
|
||||
max-width: 560px;
|
||||
margin-bottom: 2rem;
|
||||
white-space: pre-wrap;
|
||||
border: 1px solid rgb(167, 205, 250);
|
||||
border-radius: 10px;
|
||||
padding: 1rem 1.25rem;
|
||||
}
|
||||
|
||||
.play .choices {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.6rem;
|
||||
max-width: 560px;
|
||||
}
|
||||
|
||||
.play .choices a,
|
||||
.play .choices button {
|
||||
font-family: var(--ff-mono);
|
||||
font-size: 0.8rem;
|
||||
color: var(--muted);
|
||||
background: none;
|
||||
border: none;
|
||||
border-left: 1px solid var(--muted);
|
||||
padding: 0.3rem 0.75rem;
|
||||
cursor: pointer;
|
||||
text-align: left;
|
||||
text-decoration: none;
|
||||
transition: color 0.15s, border-color 0.15s;
|
||||
}
|
||||
|
||||
.play .choices a:hover,
|
||||
.play .choices button:hover {
|
||||
color: var(--fg);
|
||||
border-color: var(--fg);
|
||||
}
|
||||
.idx {
|
||||
color: blueviolet;
|
||||
padding: 10px;
|
||||
}
|
||||
@@ -157,11 +157,7 @@ h1 span{color:var(--accent);}
|
||||
font-family:var(--ff-mono);font-size:0.72rem;color:var(--dim);
|
||||
}
|
||||
.hero-meta span{display:flex;align-items:center;gap:5px;}
|
||||
.dot{
|
||||
width:6px;height:6px;border-radius:50%;
|
||||
background:var(--green);display:inline-block;
|
||||
animation:pulse 2s infinite;
|
||||
}
|
||||
|
||||
@keyframes pulse{0%,100%{opacity:1;}50%{opacity:0.35;}}
|
||||
|
||||
.section-head{display:flex;align-items:center;gap:10px;margin-bottom:1.8rem;}
|
||||
@@ -590,4 +586,14 @@ a{
|
||||
font-size: 0.72rem;
|
||||
letter-spacing: 0.08em;
|
||||
padding-left: 1.1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.dot {
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
border-radius: 50%;
|
||||
display: inline-block;
|
||||
animation: pulse 2s infinite;
|
||||
}
|
||||
.dot--available { background: var(--green); }
|
||||
.dot--busy { background: red; }
|
||||
Reference in New Issue
Block a user