lolz/web.css

59 lines
1 KiB
CSS
Raw Permalink Normal View History

2024-03-07 15:45:20 +00:00
#now .statuslol_content a,
#now .statuslol_content p,
#now .statuslol_content li,
#now .statuslol_content em,
#now .statuslol_content strong {
font-size: 0.8em;
color: #111;
text-shadow: none;
}
#now .statuslol_content a {
color: #111;
border-bottom: 1px dotted #111;
text-decoration: none;
text-decoration-line: none;
text-decoration-thickness: initial;
text-decoration-style: initial;
overflow-wrap: break-word;
}
#now .statuslol_content code {
color: #111;
background: #ced4da;
display: inline-block;
padding: 0.2em 0.3em;
white-space: pre-wrap;
word-wrap: break-word;
word-break: break-all;
}
#plug p {
font-size: 0.8em;
}
2024-06-14 19:14:13 +00:00
/* tagline cursor animation */
#typo::after {
content: "";
width: 0.5rem;
height: 1.2rem;
background: #B2F2BB;
display: inline-block;
margin-left: 0.2rem;
2024-06-14 19:38:55 +00:00
vertical-align: middle;
2024-06-14 19:14:13 +00:00
animation: cursor-blink 1.5s steps(2) infinite;
}
@keyframes cursor-blink {
0% {
opacity: 0;
}
}
2024-07-02 00:07:11 +00:00
2024-08-04 00:07:52 +00:00
2024-08-05 00:07:28 +00:00
2024-08-24 00:07:07 +00:00
2024-08-31 00:07:27 +00:00
2024-09-09 12:02:58 +00:00
2024-09-15 00:08:51 +00:00