|
|
| (未顯示同一使用者於中間所作的 3 次修訂) |
| 第2行: |
第2行: |
| /*@import "/assets/css/wikidark.css" screen and (prefers-color-scheme: dark);*/ | | /*@import "/assets/css/wikidark.css" screen and (prefers-color-scheme: dark);*/ |
| /*@import "/assets/css/wikifont.css";*/ | | /*@import "/assets/css/wikifont.css";*/ |
| .branding-box a span img{
| |
| color: linear-gradient(90deg, #ffd800 0%, #ff512f 100%, #fff);
| |
| animation: glow-animation 3s ease-in-out infinite;
| |
| }
| |
| .minerva-footer-logo {
| |
| color: linear-gradient(90deg, #ffd800 0%, #ff512f 100%, #fff);
| |
| animation: glow-animation 3s ease-in-out infinite;
| |
| }
| |
| @keyframes glow-animation
| |
| {
| |
| 0% {
| |
| opacity: 1;
| |
| transform: scale(1);
| |
| }
| |
| 50% {
| |
| opacity: 0.8;
| |
| transform: scale(1.01);
| |
| }
| |
| 100% {
| |
| opacity: 1;
| |
| transform: scale(1);
| |
| }
| |
| }
| |
/*@import "//en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-dark-mode.css&action=raw&ctype=text/css" screen and (prefers-color-scheme: dark);*/
/*@import "/assets/css/wikidark.css" screen and (prefers-color-scheme: dark);*/
/*@import "/assets/css/wikifont.css";*/