aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Renard 2020-07-22 20:16:49 -0400
committerLibravatar Renard 2020-07-22 20:16:49 -0400
commit7cadd59ed03ee195b5d36e7b3e0fab2e8bbc64eb (patch)
tree6562b30129748ca57036024e7579a9838558dbb0
parentc07c6f7d96ee621cad2522646f25c4deb8e9147d (diff)
downloadweabot-7cadd59ed03ee195b5d36e7b3e0fab2e8bbc64eb.tar.gz
weabot-7cadd59ed03ee195b5d36e7b3e0fab2e8bbc64eb.tar.xz
weabot-7cadd59ed03ee195b5d36e7b3e0fab2e8bbc64eb.zip
Blingbling
-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;
+ }
+}