aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/txt')
-rw-r--r--static/css/txt/bbs.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/static/css/txt/bbs.css b/static/css/txt/bbs.css
index f2258cd..97fbc8f 100644
--- a/static/css/txt/bbs.css
+++ b/static/css/txt/bbs.css
@@ -434,3 +434,24 @@ form .msg {
padding: 0 2px;
}
}
+
+.iidx {
+ animation-name: notice;
+ animation-duration: 0.16s;
+ animation-iteration-count: infinite;
+ animation-direction: alternate;
+}
+@keyframes notice {
+ 0% {
+ color: #ffa400;
+ }
+ 25% {
+ color: #467fff;
+ }
+ 50% {
+ color: #ff5a98;
+ }
+ 100% {
+ color: #d0ffe1;
+ }
+}