123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280 |
- #waifu {
- bottom: -1000px;
- right: 20px;
- line-height: 0;
- position: fixed;
- transform: translateY(3px);
- transition: transform .3s ease-in-out, bottom 3s ease-in-out;
- z-index: 1;
- }
- #waifu:hover {
- transform: translateY(0);
- }
- #waifu-tips {
- animation: shake 50s ease-in-out 5s infinite;
- background-color: rgba(236, 217, 188, .5);
- border: 1px solid rgba(224, 186, 140, .62);
- border-radius: 12px;
- box-shadow: 0 3px 15px 2px rgba(191, 158, 118, .2);
- font-size: 14px;
- line-height: 24px;
- margin: -30px 20px;
- min-height: 70px;
- opacity: 0;
- overflow: hidden;
- padding: 5px 10px;
- position: absolute;
- text-overflow: ellipsis;
- transition: opacity 1s;
- width: 250px;
- word-break: break-all;
- }
- #waifu-tips.waifu-tips-active {
- opacity: 1;
- transition: opacity .2s;
- }
- #waifu-tips span {
- color: #0099cc;
- }
- #waifu #live2d {
- cursor: grab;
- position: relative;
- }
- #waifu #live2d:active {
- cursor: grabbing;
- }
- #waifu-tool {
- color: #aaa;
- opacity: 0;
- position: absolute;
- right: -10px;
- top: 70px;
- transition: opacity 1s;
- }
- #waifu:hover #waifu-tool {
- opacity: 1;
- }
- #waifu-tool span {
- color: #5b6c7d;
- cursor: pointer;
- display: block;
- line-height: 30px;
- text-align: center;
- transition: color .3s;
- }
- #waifu-tool span:hover {
- color: #0684bd; /* #34495e */
- }
- @keyframes shake {
- 2% {
- transform: translate(.5px, -1.5px) rotate(-.5deg);
- }
- 4% {
- transform: translate(.5px, 1.5px) rotate(1.5deg);
- }
- 6% {
- transform: translate(1.5px, 1.5px) rotate(1.5deg);
- }
- 8% {
- transform: translate(2.5px, 1.5px) rotate(.5deg);
- }
- 10% {
- transform: translate(.5px, 2.5px) rotate(.5deg);
- }
- 12% {
- transform: translate(1.5px, 1.5px) rotate(.5deg);
- }
- 14% {
- transform: translate(.5px, .5px) rotate(.5deg);
- }
- 16% {
- transform: translate(-1.5px, -.5px) rotate(1.5deg);
- }
- 18% {
- transform: translate(.5px, .5px) rotate(1.5deg);
- }
- 20% {
- transform: translate(2.5px, 2.5px) rotate(1.5deg);
- }
- 22% {
- transform: translate(.5px, -1.5px) rotate(1.5deg);
- }
- 24% {
- transform: translate(-1.5px, 1.5px) rotate(-.5deg);
- }
- 26% {
- transform: translate(1.5px, .5px) rotate(1.5deg);
- }
- 28% {
- transform: translate(-.5px, -.5px) rotate(-.5deg);
- }
- 30% {
- transform: translate(1.5px, -.5px) rotate(-.5deg);
- }
- 32% {
- transform: translate(2.5px, -1.5px) rotate(1.5deg);
- }
- 34% {
- transform: translate(2.5px, 2.5px) rotate(-.5deg);
- }
- 36% {
- transform: translate(.5px, -1.5px) rotate(.5deg);
- }
- 38% {
- transform: translate(2.5px, -.5px) rotate(-.5deg);
- }
- 40% {
- transform: translate(-.5px, 2.5px) rotate(.5deg);
- }
- 42% {
- transform: translate(-1.5px, 2.5px) rotate(.5deg);
- }
- 44% {
- transform: translate(-1.5px, 1.5px) rotate(.5deg);
- }
- 46% {
- transform: translate(1.5px, -.5px) rotate(-.5deg);
- }
- 48% {
- transform: translate(2.5px, -.5px) rotate(.5deg);
- }
- 50% {
- transform: translate(-1.5px, 1.5px) rotate(.5deg);
- }
- 52% {
- transform: translate(-.5px, 1.5px) rotate(.5deg);
- }
- 54% {
- transform: translate(-1.5px, 1.5px) rotate(.5deg);
- }
- 56% {
- transform: translate(.5px, 2.5px) rotate(1.5deg);
- }
- 58% {
- transform: translate(2.5px, 2.5px) rotate(.5deg);
- }
- 60% {
- transform: translate(2.5px, -1.5px) rotate(1.5deg);
- }
- 62% {
- transform: translate(-1.5px, .5px) rotate(1.5deg);
- }
- 64% {
- transform: translate(-1.5px, 1.5px) rotate(1.5deg);
- }
- 66% {
- transform: translate(.5px, 2.5px) rotate(1.5deg);
- }
- 68% {
- transform: translate(2.5px, -1.5px) rotate(1.5deg);
- }
- 70% {
- transform: translate(2.5px, 2.5px) rotate(.5deg);
- }
- 72% {
- transform: translate(-.5px, -1.5px) rotate(1.5deg);
- }
- 74% {
- transform: translate(-1.5px, 2.5px) rotate(1.5deg);
- }
- 76% {
- transform: translate(-1.5px, 2.5px) rotate(1.5deg);
- }
- 78% {
- transform: translate(-1.5px, 2.5px) rotate(.5deg);
- }
- 80% {
- transform: translate(-1.5px, .5px) rotate(-.5deg);
- }
- 82% {
- transform: translate(-1.5px, .5px) rotate(-.5deg);
- }
- 84% {
- transform: translate(-.5px, .5px) rotate(1.5deg);
- }
- 86% {
- transform: translate(2.5px, 1.5px) rotate(.5deg);
- }
- 88% {
- transform: translate(-1.5px, .5px) rotate(1.5deg);
- }
- 90% {
- transform: translate(-1.5px, -.5px) rotate(-.5deg);
- }
- 92% {
- transform: translate(-1.5px, -1.5px) rotate(1.5deg);
- }
- 94% {
- transform: translate(.5px, .5px) rotate(-.5deg);
- }
- 96% {
- transform: translate(2.5px, -.5px) rotate(-.5deg);
- }
- 98% {
- transform: translate(-1.5px, -1.5px) rotate(-.5deg);
- }
- 0%, 100% {
- transform: translate(0, 0) rotate(0);
- }
- }
|