waifu.css 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  1. .waifu {
  2. position: fixed;
  3. bottom: 0;
  4. z-index: 99;
  5. font-size: 0;
  6. -webkit-transform: translateY(3px);
  7. transform: translateY(3px);
  8. }
  9. .waifu:hover {
  10. -webkit-transform: translateY(0);
  11. transform: translateY(0);
  12. }
  13. .waifu-tips {
  14. opacity: 0;
  15. margin: -20px 20px;
  16. padding: 5px 10px;
  17. border: 1px solid rgba(224, 186, 140, 0.62);
  18. border-radius: 12px;
  19. background-color: rgba(236, 217, 188, 0.5);
  20. box-shadow: 0 3px 15px 2px rgba(191, 158, 118, 0.2);
  21. text-overflow: ellipsis;
  22. overflow: hidden;
  23. position: absolute;
  24. animation-delay: 5s;
  25. animation-duration: 50s;
  26. animation-iteration-count: infinite;
  27. animation-name: shake;
  28. animation-timing-function: ease-in-out;
  29. }
  30. .waifu-tool {
  31. display: none;
  32. color: #aaa;
  33. top: 50px;
  34. right: 10px;
  35. position: absolute;
  36. }
  37. .waifu:hover .waifu-tool {
  38. display: block;
  39. }
  40. .waifu-tool span {
  41. display: block;
  42. cursor: pointer;
  43. color: #5b6c7d;
  44. transition: 0.2s;
  45. }
  46. .waifu-tool span:hover {
  47. color: #34495e;
  48. }
  49. .waifu #live2d{
  50. position: relative;
  51. }
  52. @keyframes shake {
  53. 2% {
  54. transform: translate(0.5px, -1.5px) rotate(-0.5deg);
  55. }
  56. 4% {
  57. transform: translate(0.5px, 1.5px) rotate(1.5deg);
  58. }
  59. 6% {
  60. transform: translate(1.5px, 1.5px) rotate(1.5deg);
  61. }
  62. 8% {
  63. transform: translate(2.5px, 1.5px) rotate(0.5deg);
  64. }
  65. 10% {
  66. transform: translate(0.5px, 2.5px) rotate(0.5deg);
  67. }
  68. 12% {
  69. transform: translate(1.5px, 1.5px) rotate(0.5deg);
  70. }
  71. 14% {
  72. transform: translate(0.5px, 0.5px) rotate(0.5deg);
  73. }
  74. 16% {
  75. transform: translate(-1.5px, -0.5px) rotate(1.5deg);
  76. }
  77. 18% {
  78. transform: translate(0.5px, 0.5px) rotate(1.5deg);
  79. }
  80. 20% {
  81. transform: translate(2.5px, 2.5px) rotate(1.5deg);
  82. }
  83. 22% {
  84. transform: translate(0.5px, -1.5px) rotate(1.5deg);
  85. }
  86. 24% {
  87. transform: translate(-1.5px, 1.5px) rotate(-0.5deg);
  88. }
  89. 26% {
  90. transform: translate(1.5px, 0.5px) rotate(1.5deg);
  91. }
  92. 28% {
  93. transform: translate(-0.5px, -0.5px) rotate(-0.5deg);
  94. }
  95. 30% {
  96. transform: translate(1.5px, -0.5px) rotate(-0.5deg);
  97. }
  98. 32% {
  99. transform: translate(2.5px, -1.5px) rotate(1.5deg);
  100. }
  101. 34% {
  102. transform: translate(2.5px, 2.5px) rotate(-0.5deg);
  103. }
  104. 36% {
  105. transform: translate(0.5px, -1.5px) rotate(0.5deg);
  106. }
  107. 38% {
  108. transform: translate(2.5px, -0.5px) rotate(-0.5deg);
  109. }
  110. 40% {
  111. transform: translate(-0.5px, 2.5px) rotate(0.5deg);
  112. }
  113. 42% {
  114. transform: translate(-1.5px, 2.5px) rotate(0.5deg);
  115. }
  116. 44% {
  117. transform: translate(-1.5px, 1.5px) rotate(0.5deg);
  118. }
  119. 46% {
  120. transform: translate(1.5px, -0.5px) rotate(-0.5deg);
  121. }
  122. 48% {
  123. transform: translate(2.5px, -0.5px) rotate(0.5deg);
  124. }
  125. 50% {
  126. transform: translate(-1.5px, 1.5px) rotate(0.5deg);
  127. }
  128. 52% {
  129. transform: translate(-0.5px, 1.5px) rotate(0.5deg);
  130. }
  131. 54% {
  132. transform: translate(-1.5px, 1.5px) rotate(0.5deg);
  133. }
  134. 56% {
  135. transform: translate(0.5px, 2.5px) rotate(1.5deg);
  136. }
  137. 58% {
  138. transform: translate(2.5px, 2.5px) rotate(0.5deg);
  139. }
  140. 60% {
  141. transform: translate(2.5px, -1.5px) rotate(1.5deg);
  142. }
  143. 62% {
  144. transform: translate(-1.5px, 0.5px) rotate(1.5deg);
  145. }
  146. 64% {
  147. transform: translate(-1.5px, 1.5px) rotate(1.5deg);
  148. }
  149. 66% {
  150. transform: translate(0.5px, 2.5px) rotate(1.5deg);
  151. }
  152. 68% {
  153. transform: translate(2.5px, -1.5px) rotate(1.5deg);
  154. }
  155. 70% {
  156. transform: translate(2.5px, 2.5px) rotate(0.5deg);
  157. }
  158. 72% {
  159. transform: translate(-0.5px, -1.5px) rotate(1.5deg);
  160. }
  161. 74% {
  162. transform: translate(-1.5px, 2.5px) rotate(1.5deg);
  163. }
  164. 76% {
  165. transform: translate(-1.5px, 2.5px) rotate(1.5deg);
  166. }
  167. 78% {
  168. transform: translate(-1.5px, 2.5px) rotate(0.5deg);
  169. }
  170. 80% {
  171. transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
  172. }
  173. 82% {
  174. transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
  175. }
  176. 84% {
  177. transform: translate(-0.5px, 0.5px) rotate(1.5deg);
  178. }
  179. 86% {
  180. transform: translate(2.5px, 1.5px) rotate(0.5deg);
  181. }
  182. 88% {
  183. transform: translate(-1.5px, 0.5px) rotate(1.5deg);
  184. }
  185. 90% {
  186. transform: translate(-1.5px, -0.5px) rotate(-0.5deg);
  187. }
  188. 92% {
  189. transform: translate(-1.5px, -1.5px) rotate(1.5deg);
  190. }
  191. 94% {
  192. transform: translate(0.5px, 0.5px) rotate(-0.5deg);
  193. }
  194. 96% {
  195. transform: translate(2.5px, -0.5px) rotate(-0.5deg);
  196. }
  197. 98% {
  198. transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
  199. }
  200. 0%, 100% {
  201. transform: translate(0, 0) rotate(0);
  202. }
  203. }
  204. @font-face {
  205. font-family: 'Flat-UI-Icons';
  206. src: url('flat-ui-icons-regular.eot');
  207. src: url('flat-ui-icons-regular.eot?#iefix') format('embedded-opentype'), url('flat-ui-icons-regular.woff') format('woff'), url('flat-ui-icons-regular.ttf') format('truetype'), url('flat-ui-icons-regular.svg#flat-ui-icons-regular') format('svg');
  208. }
  209. [class^="fui-"],
  210. [class*="fui-"] {
  211. font-family: 'Flat-UI-Icons';
  212. speak: none;
  213. font-style: normal;
  214. font-weight: normal;
  215. font-variant: normal;
  216. text-transform: none;
  217. -webkit-font-smoothing: antialiased;
  218. -moz-osx-font-smoothing: grayscale;
  219. }
  220. .fui-cross:before {
  221. content: "\e609";
  222. }
  223. .fui-info-circle:before {
  224. content: "\e60f";
  225. }
  226. .fui-photo:before {
  227. content: "\e62a";
  228. }
  229. .fui-eye:before {
  230. content: "\e62c";
  231. }
  232. .fui-chat:before {
  233. content: "\e62d";
  234. }
  235. .fui-home:before {
  236. content: "\e62e";
  237. }
  238. .fui-user:before {
  239. content: "\e631";
  240. }