diff options
author | Renard | 2020-07-22 20:16:49 -0400 |
---|---|---|
committer | Renard | 2020-07-22 20:16:49 -0400 |
commit | 7cadd59ed03ee195b5d36e7b3e0fab2e8bbc64eb (patch) | |
tree | 6562b30129748ca57036024e7579a9838558dbb0 /static | |
parent | c07c6f7d96ee621cad2522646f25c4deb8e9147d (diff) | |
download | weabot-7cadd59ed03ee195b5d36e7b3e0fab2e8bbc64eb.tar.gz weabot-7cadd59ed03ee195b5d36e7b3e0fab2e8bbc64eb.tar.xz weabot-7cadd59ed03ee195b5d36e7b3e0fab2e8bbc64eb.zip |
Blingbling
Diffstat (limited to 'static')
-rw-r--r-- | static/css/txt/bbs.css | 21 |
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; + } +} |