Mayx's Home Page https://mabbs.github.io
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

939 lines
21 KiB

3 years ago
3 years ago
  1. #landlord {
  2. user-select: none;
  3. position: fixed;
  4. left: 5px;
  5. bottom: 0;
  6. width: 250px;
  7. height: 280px;
  8. z-index: 10000;
  9. font-size: 0;
  10. /*transition: all .3s ease-in-out;*/
  11. display:none;
  12. }
  13. #open_live2d{
  14. border: 2px solid rgba(75,127,199,0.9);
  15. border-radius: 2px;
  16. background-color: rgba(74, 59, 114,0.9);
  17. padding:2px 10px;
  18. color:#fff;
  19. height:24px;
  20. line-height:24px;
  21. font-size:12px;
  22. position:fixed;
  23. right:5px;
  24. bottom:5px;
  25. z-index:10000;
  26. cursor:pointer;
  27. display:none;
  28. }
  29. #showInfoBtn{
  30. display:none;
  31. }
  32. #live2d {
  33. width: 250px;
  34. height: 280px;
  35. position: relative;
  36. z-index:3;
  37. }
  38. .message {
  39. opacity: 0;
  40. color: #fff;
  41. box-sizing: border-box;
  42. width: 250px;
  43. height: auto;
  44. margin: auto;
  45. padding: 7px;
  46. bottom: 280px;
  47. left: 0px;
  48. text-align: center;
  49. border: 2px solid rgba(75,127,199,0.9);
  50. border-radius: 5px;
  51. background-color: rgba(74, 59, 114,0.9);
  52. font-size: 13px;
  53. font-weight: 400;
  54. text-overflow: ellipsis;
  55. text-transform: uppercase;
  56. overflow: hidden;
  57. position: absolute;
  58. /*animation-delay: 5s;
  59. animation-duration: 50s;
  60. animation-iteration-count: infinite;
  61. animation-name: shake;
  62. animation-timing-function: ease-in-out;*/
  63. }
  64. .live_talk_input_body{
  65. position:absolute;
  66. bottom:15px;
  67. left:0;
  68. width:250px;
  69. display:none;
  70. z-index:4;
  71. }
  72. .live_talk_input_text_body{
  73. width:250px;
  74. box-sizing:border-box;
  75. height:28px;
  76. border: 2px solid rgb(223, 179, 241);
  77. border-radius: 5px;
  78. background-color: rgba(74, 59, 114,0.9);
  79. }
  80. .live_talk_input_name_body{
  81. width:100px;
  82. box-sizing:border-box;
  83. height:24px;
  84. border: 2px solid rgb(223, 179, 241);
  85. border-radius: 5px;
  86. background-color: rgba(74, 59, 114,0.9);
  87. margin-bottom:3px;
  88. }
  89. .live_talk_name{
  90. background-color:transparent;
  91. border:0px;
  92. margin:0;
  93. width:66px;
  94. height:20px;
  95. line-height:20px;
  96. text-align:center;
  97. font-size:12px;
  98. color:#fff;
  99. outline:none;
  100. box-sizing:border-box;
  101. padding:0 3px;
  102. }
  103. .live_talk_talk{
  104. background-color:transparent;
  105. border:0px;
  106. margin:0;
  107. width:206px;
  108. height:24px;
  109. line-height:24px;
  110. text-align:left;
  111. font-size:12px;
  112. color:#fff;
  113. outline:none;
  114. box-sizing:border-box;
  115. padding:0 3px;
  116. float:left;
  117. }
  118. .live_talk_send_btn{
  119. background-color:transparent;
  120. color:#fff;
  121. border:0px;
  122. cursor:pointer;
  123. padding:0 4px;
  124. border-left:1px solid #fff;
  125. font-size:12px;
  126. float:right;
  127. height:18px;
  128. line-height:18px;
  129. outline:none;
  130. margin:3px 0 0 0;
  131. }
  132. .white_input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  133. color: #E4E4E4;
  134. opacity: 1;
  135. }
  136. .white_input::-moz-placeholder { /* Mozilla Firefox 19+*/
  137. color: #E4E4E4;
  138. opacity: 1;
  139. }
  140. .white_input:-ms-input-placeholder {
  141. color: #E4E4E4;
  142. }
  143. .white_input::-webkit-input-placeholder {
  144. color: #E4E4E4;
  145. }
  146. .hide-button {
  147. position: absolute;
  148. top: 10px;
  149. right: 0;
  150. /* bottom: 30px; */
  151. display: none;
  152. overflow: hidden;
  153. /* padding: 4px; */
  154. width: 60px;
  155. height: 20px;
  156. border: 1px solid rgba(255,137,255,.4);
  157. border-radius: 12px;
  158. background: rgba(255,137,255,.2);
  159. box-shadow: 0 3px 15px 2px rgba(255,137,255,.4);
  160. text-align: center;
  161. font-size: 12px;
  162. cursor: pointer;
  163. }
  164. .hide-button:hover {
  165. border: 1px solid #f4a7b9;
  166. background: #f4f6f8;
  167. }
  168. .live_ico_box{
  169. width:15px;
  170. position:absolute;
  171. z-index:5;
  172. right:0;
  173. top:10px;
  174. opacity:0.9;
  175. }
  176. .live_ico_item{
  177. width:15px;
  178. height: 20px;
  179. cursor:pointer;
  180. background-position:center center;
  181. background-repeat:no-repeat;
  182. background-size:15px;
  183. }
  184. .live_ico_item.type_talk{
  185. background-image:url(../images/talk.png);
  186. }
  187. .live_ico_item.type_quit{
  188. background-image:url(../images/quite.png);
  189. }
  190. .live_ico_item.type_info{
  191. background-image:url(../images/info.png);
  192. }
  193. .live_ico_item.type_music{
  194. background-image:url(../images/music.png);
  195. }
  196. .live_ico_item.type_youdu{
  197. background-image:url(../images/youdu.png);
  198. }
  199. .live_ico_item.type_music.play{
  200. background-image:url(../images/pasue.png);
  201. }
  202. .live_ico_item.type_youdu.doudong{
  203. -webkit-animation-name: shake-little;
  204. -ms-animation-name: shake-little;
  205. animation-name: shake-little;
  206. -webkit-animation-duration: 100ms;
  207. -ms-animation-duration: 100ms;
  208. animation-duration: 100ms;
  209. -webkit-animation-iteration-count: infinite;
  210. -ms-animation-iteration-count: infinite;
  211. animation-iteration-count: infinite;
  212. -webkit-animation-timing-function: ease-in-out;
  213. -ms-animation-timing-function: ease-in-out;
  214. animation-timing-function: ease-in-out;
  215. -webkit-animation-delay: 0s;
  216. -ms-animation-delay: 0s;
  217. animation-delay: 0s;
  218. -webkit-animation-play-state: running;
  219. -ms-animation-play-state: running;
  220. animation-play-state: running
  221. }
  222. .douqilai,.douqilai *{
  223. animation: shake-it .5s reverse infinite cubic-bezier(0.68, -0.55, 0.27, 1.55);
  224. }
  225. .l2d_caihong{
  226. animation: rainbow 1.5s infinite;
  227. }
  228. @media (max-width: 860px) {
  229. #landlord {
  230. display: none!important;
  231. }
  232. }
  233. @keyframes shake {
  234. 2% {
  235. transform: translate(0.5px, -1.5px) rotate(-0.5deg);
  236. }
  237. 4% {
  238. transform: translate(0.5px, 1.5px) rotate(1.5deg);
  239. }
  240. 6% {
  241. transform: translate(1.5px, 1.5px) rotate(1.5deg);
  242. }
  243. 8% {
  244. transform: translate(2.5px, 1.5px) rotate(0.5deg);
  245. }
  246. 10% {
  247. transform: translate(0.5px, 2.5px) rotate(0.5deg);
  248. }
  249. 12% {
  250. transform: translate(1.5px, 1.5px) rotate(0.5deg);
  251. }
  252. 14% {
  253. transform: translate(0.5px, 0.5px) rotate(0.5deg);
  254. }
  255. 16% {
  256. transform: translate(-1.5px, -0.5px) rotate(1.5deg);
  257. }
  258. 18% {
  259. transform: translate(0.5px, 0.5px) rotate(1.5deg);
  260. }
  261. 20% {
  262. transform: translate(2.5px, 2.5px) rotate(1.5deg);
  263. }
  264. 22% {
  265. transform: translate(0.5px, -1.5px) rotate(1.5deg);
  266. }
  267. 24% {
  268. transform: translate(-1.5px, 1.5px) rotate(-0.5deg);
  269. }
  270. 26% {
  271. transform: translate(1.5px, 0.5px) rotate(1.5deg);
  272. }
  273. 28% {
  274. transform: translate(-0.5px, -0.5px) rotate(-0.5deg);
  275. }
  276. 30% {
  277. transform: translate(1.5px, -0.5px) rotate(-0.5deg);
  278. }
  279. 32% {
  280. transform: translate(2.5px, -1.5px) rotate(1.5deg);
  281. }
  282. 34% {
  283. transform: translate(2.5px, 2.5px) rotate(-0.5deg);
  284. }
  285. 36% {
  286. transform: translate(0.5px, -1.5px) rotate(0.5deg);
  287. }
  288. 38% {
  289. transform: translate(2.5px, -0.5px) rotate(-0.5deg);
  290. }
  291. 40% {
  292. transform: translate(-0.5px, 2.5px) rotate(0.5deg);
  293. }
  294. 42% {
  295. transform: translate(-1.5px, 2.5px) rotate(0.5deg);
  296. }
  297. 44% {
  298. transform: translate(-1.5px, 1.5px) rotate(0.5deg);
  299. }
  300. 46% {
  301. transform: translate(1.5px, -0.5px) rotate(-0.5deg);
  302. }
  303. 48% {
  304. transform: translate(2.5px, -0.5px) rotate(0.5deg);
  305. }
  306. 50% {
  307. transform: translate(-1.5px, 1.5px) rotate(0.5deg);
  308. }
  309. 52% {
  310. transform: translate(-0.5px, 1.5px) rotate(0.5deg);
  311. }
  312. 54% {
  313. transform: translate(-1.5px, 1.5px) rotate(0.5deg);
  314. }
  315. 56% {
  316. transform: translate(0.5px, 2.5px) rotate(1.5deg);
  317. }
  318. 58% {
  319. transform: translate(2.5px, 2.5px) rotate(0.5deg);
  320. }
  321. 60% {
  322. transform: translate(2.5px, -1.5px) rotate(1.5deg);
  323. }
  324. 62% {
  325. transform: translate(-1.5px, 0.5px) rotate(1.5deg);
  326. }
  327. 64% {
  328. transform: translate(-1.5px, 1.5px) rotate(1.5deg);
  329. }
  330. 66% {
  331. transform: translate(0.5px, 2.5px) rotate(1.5deg);
  332. }
  333. 68% {
  334. transform: translate(2.5px, -1.5px) rotate(1.5deg);
  335. }
  336. 70% {
  337. transform: translate(2.5px, 2.5px) rotate(0.5deg);
  338. }
  339. 72% {
  340. transform: translate(-0.5px, -1.5px) rotate(1.5deg);
  341. }
  342. 74% {
  343. transform: translate(-1.5px, 2.5px) rotate(1.5deg);
  344. }
  345. 76% {
  346. transform: translate(-1.5px, 2.5px) rotate(1.5deg);
  347. }
  348. 78% {
  349. transform: translate(-1.5px, 2.5px) rotate(0.5deg);
  350. }
  351. 80% {
  352. transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
  353. }
  354. 82% {
  355. transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
  356. }
  357. 84% {
  358. transform: translate(-0.5px, 0.5px) rotate(1.5deg);
  359. }
  360. 86% {
  361. transform: translate(2.5px, 1.5px) rotate(0.5deg);
  362. }
  363. 88% {
  364. transform: translate(-1.5px, 0.5px) rotate(1.5deg);
  365. }
  366. 90% {
  367. transform: translate(-1.5px, -0.5px) rotate(-0.5deg);
  368. }
  369. 92% {
  370. transform: translate(-1.5px, -1.5px) rotate(1.5deg);
  371. }
  372. 94% {
  373. transform: translate(0.5px, 0.5px) rotate(-0.5deg);
  374. }
  375. 96% {
  376. transform: translate(2.5px, -0.5px) rotate(-0.5deg);
  377. }
  378. 98% {
  379. transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
  380. }
  381. 0%, 100% {
  382. transform: translate(0, 0) rotate(0);
  383. }
  384. }
  385. @keyframes quan {
  386. 0% { transform:rotate(0);
  387. animation-timing-function:linear; }
  388. 100% { transform:rotate(360deg); }
  389. }
  390. @-webkit-keyframes quan {
  391. 0% { -webkit-transform:rotate(0);
  392. -webkit-animation-timing-function:linear; }
  393. 100% { -webkit-transform:rotate(360deg); }
  394. }
  395. @-moz-keyframes quan {
  396. 0% { -moz-transform:rotate(0);
  397. -moz-animation-timing-function:linear; }
  398. 100% { -moz-transform:rotate(360deg); }
  399. }
  400. @-o-keyframes quan {
  401. 0% { -o-transform:rotate(0);
  402. -o-animation-timing-function:linear; }
  403. 100% { -o-transform:rotate(360deg); }
  404. }
  405. @-ms-keyframes quan {
  406. 0% { -ms-transform:rotate(0);
  407. -ms-animation-timing-function:linear; }
  408. 100% { -ms-transform:rotate(360deg); }
  409. }
  410. @-webkit-keyframes shake-little {
  411. 0% {
  412. -webkit-transform: translate(0px, 0px) rotate(0deg)
  413. }
  414. 2% {
  415. -webkit-transform: translate(-1px, 0px) rotate(-0.5deg)
  416. }
  417. 4% {
  418. -webkit-transform: translate(-1px, -1px) rotate(-0.5deg)
  419. }
  420. 6% {
  421. -webkit-transform: translate(-1px, -1px) rotate(-0.5deg)
  422. }
  423. 8% {
  424. -webkit-transform: translate(0px, 0px) rotate(-0.5deg)
  425. }
  426. 10% {
  427. -webkit-transform: translate(0px, -1px) rotate(-0.5deg)
  428. }
  429. 12% {
  430. -webkit-transform: translate(-1px, 0px) rotate(-0.5deg)
  431. }
  432. 14% {
  433. -webkit-transform: translate(-1px, -1px) rotate(-0.5deg)
  434. }
  435. 16% {
  436. -webkit-transform: translate(0px, 0px) rotate(-0.5deg)
  437. }
  438. 18% {
  439. -webkit-transform: translate(-1px, -1px) rotate(-0.5deg)
  440. }
  441. 20% {
  442. -webkit-transform: translate(-1px, -1px) rotate(-0.5deg)
  443. }
  444. 22% {
  445. -webkit-transform: translate(0px, -1px) rotate(-0.5deg)
  446. }
  447. 24% {
  448. -webkit-transform: translate(0px, 0px) rotate(-0.5deg)
  449. }
  450. 26% {
  451. -webkit-transform: translate(-1px, -1px) rotate(-0.5deg)
  452. }
  453. 28% {
  454. -webkit-transform: translate(-1px, -1px) rotate(-0.5deg)
  455. }
  456. 30% {
  457. -webkit-transform: translate(-1px, -1px) rotate(-0.5deg)
  458. }
  459. 32% {
  460. -webkit-transform: translate(0px, -1px) rotate(-0.5deg)
  461. }
  462. 34% {
  463. -webkit-transform: translate(-1px, -1px) rotate(-0.5deg)
  464. }
  465. 36% {
  466. -webkit-transform: translate(0px, -1px) rotate(-0.5deg)
  467. }
  468. 38% {
  469. -webkit-transform: translate(-1px, 0px) rotate(-0.5deg)
  470. }
  471. 40% {
  472. -webkit-transform: translate(0px, 0px) rotate(-0.5deg)
  473. }
  474. 42% {
  475. -webkit-transform: translate(-1px, -1px) rotate(-0.5deg)
  476. }
  477. 44% {
  478. -webkit-transform: translate(-1px, 0px) rotate(-0.5deg)
  479. }
  480. 46% {
  481. -webkit-transform: translate(0px, 0px) rotate(-0.5deg)
  482. }
  483. 48% {
  484. -webkit-transform: translate(-1px, -1px) rotate(-0.5deg)
  485. }
  486. 50% {
  487. -webkit-transform: translate(0px, 0px) rotate(-0.5deg)
  488. }
  489. 52% {
  490. -webkit-transform: translate(0px, 0px) rotate(-0.5deg)
  491. }
  492. 54% {
  493. -webkit-transform: translate(0px, 0px) rotate(-0.5deg)
  494. }
  495. 56% {
  496. -webkit-transform: translate(-1px, 0px) rotate(-0.5deg)
  497. }
  498. 58% {
  499. -webkit-transform: translate(0px, -1px) rotate(-0.5deg)
  500. }
  501. 60% {
  502. -webkit-transform: translate(-1px, -1px) rotate(-0.5deg)
  503. }
  504. 62% {
  505. -webkit-transform: translate(-1px, -1px) rotate(-0.5deg)
  506. }
  507. 64% {
  508. -webkit-transform: translate(-1px, 0px) rotate(-0.5deg)
  509. }
  510. 66% {
  511. -webkit-transform: translate(0px, 0px) rotate(-0.5deg)
  512. }
  513. 68% {
  514. -webkit-transform: translate(-1px, 0px) rotate(-0.5deg)
  515. }
  516. 70% {
  517. -webkit-transform: translate(0px, -1px) rotate(-0.5deg)
  518. }
  519. 72% {
  520. -webkit-transform: translate(0px, -1px) rotate(-0.5deg)
  521. }
  522. 74% {
  523. -webkit-transform: translate(-1px, -1px) rotate(-0.5deg)
  524. }
  525. 76% {
  526. -webkit-transform: translate(0px, 0px) rotate(-0.5deg)
  527. }
  528. 78% {
  529. -webkit-transform: translate(0px, -1px) rotate(-0.5deg)
  530. }
  531. 80% {
  532. -webkit-transform: translate(0px, -1px) rotate(-0.5deg)
  533. }
  534. 82% {
  535. -webkit-transform: translate(-1px, 0px) rotate(-0.5deg)
  536. }
  537. 84% {
  538. -webkit-transform: translate(-1px, 0px) rotate(-0.5deg)
  539. }
  540. 86% {
  541. -webkit-transform: translate(0px, 0px) rotate(-0.5deg)
  542. }
  543. 88% {
  544. -webkit-transform: translate(0px, 0px) rotate(-0.5deg)
  545. }
  546. 90% {
  547. -webkit-transform: translate(-1px, -1px) rotate(-0.5deg)
  548. }
  549. 92% {
  550. -webkit-transform: translate(0px, 0px) rotate(-0.5deg)
  551. }
  552. 94% {
  553. -webkit-transform: translate(0px, 0px) rotate(-0.5deg)
  554. }
  555. 96% {
  556. -webkit-transform: translate(-1px, -1px) rotate(-0.5deg)
  557. }
  558. 98% {
  559. -webkit-transform: translate(0px, 0px) rotate(-0.5deg)
  560. }
  561. }
  562. @-ms-keyframes shake-little {
  563. 0% {
  564. -ms-transform: translate(0px, 0px) rotate(0deg)
  565. }
  566. 2% {
  567. -ms-transform: translate(0px, 0px) rotate(-0.5deg)
  568. }
  569. 4% {
  570. -ms-transform: translate(0px, 0px) rotate(-0.5deg)
  571. }
  572. 6% {
  573. -ms-transform: translate(-1px, 0px) rotate(-0.5deg)
  574. }
  575. 8% {
  576. -ms-transform: translate(0px, -1px) rotate(-0.5deg)
  577. }
  578. 10% {
  579. -ms-transform: translate(0px, 0px) rotate(-0.5deg)
  580. }
  581. 12% {
  582. -ms-transform: translate(0px, -1px) rotate(-0.5deg)
  583. }
  584. 14% {
  585. -ms-transform: translate(0px, -1px) rotate(-0.5deg)
  586. }
  587. 16% {
  588. -ms-transform: translate(0px, 0px) rotate(-0.5deg)
  589. }
  590. 18% {
  591. -ms-transform: translate(0px, 0px) rotate(-0.5deg)
  592. }
  593. 20% {
  594. -ms-transform: translate(-1px, 0px) rotate(-0.5deg)
  595. }
  596. 22% {
  597. -ms-transform: translate(-1px, -1px) rotate(-0.5deg)
  598. }
  599. 24% {
  600. -ms-transform: translate(-1px, 0px) rotate(-0.5deg)
  601. }
  602. 26% {
  603. -ms-transform: translate(-1px, 0px) rotate(-0.5deg)
  604. }
  605. 28% {
  606. -ms-transform: translate(0px, -1px) rotate(-0.5deg)
  607. }
  608. 30% {
  609. -ms-transform: translate(0px, -1px) rotate(-0.5deg)
  610. }
  611. 32% {
  612. -ms-transform: translate(0px, -1px) rotate(-0.5deg)
  613. }
  614. 34% {
  615. -ms-transform: translate(0px, -1px) rotate(-0.5deg)
  616. }
  617. 36% {
  618. -ms-transform: translate(0px, -1px) rotate(-0.5deg)
  619. }
  620. 38% {
  621. -ms-transform: translate(-1px, 0px) rotate(-0.5deg)
  622. }
  623. 40% {
  624. -ms-transform: translate(0px, -1px) rotate(-0.5deg)
  625. }
  626. 42% {
  627. -ms-transform: translate(-1px, -1px) rotate(-0.5deg)
  628. }
  629. 44% {
  630. -ms-transform: translate(-1px, -1px) rotate(-0.5deg)
  631. }
  632. 46% {
  633. -ms-transform: translate(0px, -1px) rotate(-0.5deg)
  634. }
  635. 48% {
  636. -ms-transform: translate(0px, -1px) rotate(-0.5deg)
  637. }
  638. 50% {
  639. -ms-transform: translate(-1px, 0px) rotate(-0.5deg)
  640. }
  641. 52% {
  642. -ms-transform: translate(-1px, -1px) rotate(-0.5deg)
  643. }
  644. 54% {
  645. -ms-transform: translate(-1px, 0px) rotate(-0.5deg)
  646. }
  647. 56% {
  648. -ms-transform: translate(0px, -1px) rotate(-0.5deg)
  649. }
  650. 58% {
  651. -ms-transform: translate(0px, -1px) rotate(-0.5deg)
  652. }
  653. 60% {
  654. -ms-transform: translate(-1px, 0px) rotate(-0.5deg)
  655. }
  656. 62% {
  657. -ms-transform: translate(0px, -1px) rotate(-0.5deg)
  658. }
  659. 64% {
  660. -ms-transform: translate(-1px, 0px) rotate(-0.5deg)
  661. }
  662. 66% {
  663. -ms-transform: translate(-1px, -1px) rotate(-0.5deg)
  664. }
  665. 68% {
  666. -ms-transform: translate(0px, 0px) rotate(-0.5deg)
  667. }
  668. 70% {
  669. -ms-transform: translate(-1px, 0px) rotate(-0.5deg)
  670. }
  671. 72% {
  672. -ms-transform: translate(-1px, 0px) rotate(-0.5deg)
  673. }
  674. 74% {
  675. -ms-transform: translate(-1px, -1px) rotate(-0.5deg)
  676. }
  677. 76% {
  678. -ms-transform: translate(-1px, 0px) rotate(-0.5deg)
  679. }
  680. 78% {
  681. -ms-transform: translate(-1px, 0px) rotate(-0.5deg)
  682. }
  683. 80% {
  684. -ms-transform: translate(0px, -1px) rotate(-0.5deg)
  685. }
  686. 82% {
  687. -ms-transform: translate(-1px, -1px) rotate(-0.5deg)
  688. }
  689. 84% {
  690. -ms-transform: translate(0px, -1px) rotate(-0.5deg)
  691. }
  692. 86% {
  693. -ms-transform: translate(0px, -1px) rotate(-0.5deg)
  694. }
  695. 88% {
  696. -ms-transform: translate(0px, -1px) rotate(-0.5deg)
  697. }
  698. 90% {
  699. -ms-transform: translate(-1px, -1px) rotate(-0.5deg)
  700. }
  701. 92% {
  702. -ms-transform: translate(0px, 0px) rotate(-0.5deg)
  703. }
  704. 94% {
  705. -ms-transform: translate(0px, -1px) rotate(-0.5deg)
  706. }
  707. 96% {
  708. -ms-transform: translate(-1px, 0px) rotate(-0.5deg)
  709. }
  710. 98% {
  711. -ms-transform: translate(0px, -1px) rotate(-0.5deg)
  712. }
  713. }
  714. @keyframes shake-little {
  715. 0% {
  716. transform: translate(0px, 0px) rotate(0deg)
  717. }
  718. 2% {
  719. transform: translate(-1px, -1px) rotate(-0.5deg)
  720. }
  721. 4% {
  722. transform: translate(-1px, -1px) rotate(-0.5deg)
  723. }
  724. 6% {
  725. transform: translate(0px, 0px) rotate(-0.5deg)
  726. }
  727. 8% {
  728. transform: translate(0px, -1px) rotate(-0.5deg)
  729. }
  730. 10% {
  731. transform: translate(-1px, -1px) rotate(-0.5deg)
  732. }
  733. 12% {
  734. transform: translate(0px, 0px) rotate(-0.5deg)
  735. }
  736. 14% {
  737. transform: translate(0px, 0px) rotate(-0.5deg)
  738. }
  739. 16% {
  740. transform: translate(0px, -1px) rotate(-0.5deg)
  741. }
  742. 18% {
  743. transform: translate(0px, 0px) rotate(-0.5deg)
  744. }
  745. 20% {
  746. transform: translate(-1px, -1px) rotate(-0.5deg)
  747. }
  748. 22% {
  749. transform: translate(-1px, -1px) rotate(-0.5deg)
  750. }
  751. 24% {
  752. transform: translate(-1px, -1px) rotate(-0.5deg)
  753. }
  754. 26% {
  755. transform: translate(-1px, 0px) rotate(-0.5deg)
  756. }
  757. 28% {
  758. transform: translate(0px, -1px) rotate(-0.5deg)
  759. }
  760. 30% {
  761. transform: translate(0px, -1px) rotate(-0.5deg)
  762. }
  763. 32% {
  764. transform: translate(0px, 0px) rotate(-0.5deg)
  765. }
  766. 34% {
  767. transform: translate(0px, -1px) rotate(-0.5deg)
  768. }
  769. 36% {
  770. transform: translate(-1px, 0px) rotate(-0.5deg)
  771. }
  772. 38% {
  773. transform: translate(-1px, -1px) rotate(-0.5deg)
  774. }
  775. 40% {
  776. transform: translate(0px, 0px) rotate(-0.5deg)
  777. }
  778. 42% {
  779. transform: translate(-1px, -1px) rotate(-0.5deg)
  780. }
  781. 44% {
  782. transform: translate(-1px, 0px) rotate(-0.5deg)
  783. }
  784. 46% {
  785. transform: translate(-1px, -1px) rotate(-0.5deg)
  786. }
  787. 48% {
  788. transform: translate(0px, -1px) rotate(-0.5deg)
  789. }
  790. 50% {
  791. transform: translate(0px, -1px) rotate(-0.5deg)
  792. }
  793. 52% {
  794. transform: translate(0px, 0px) rotate(-0.5deg)
  795. }
  796. 54% {
  797. transform: translate(-1px, 0px) rotate(-0.5deg)
  798. }
  799. 56% {
  800. transform: translate(0px, 0px) rotate(-0.5deg)
  801. }
  802. 58% {
  803. transform: translate(0px, 0px) rotate(-0.5deg)
  804. }
  805. 60% {
  806. transform: translate(0px, 0px) rotate(-0.5deg)
  807. }
  808. 62% {
  809. transform: translate(0px, -1px) rotate(-0.5deg)
  810. }
  811. 64% {
  812. transform: translate(0px, 0px) rotate(-0.5deg)
  813. }
  814. 66% {
  815. transform: translate(-1px, -1px) rotate(-0.5deg)
  816. }
  817. 68% {
  818. transform: translate(0px, -1px) rotate(-0.5deg)
  819. }
  820. 70% {
  821. transform: translate(0px, 0px) rotate(-0.5deg)
  822. }
  823. 72% {
  824. transform: translate(-1px, -1px) rotate(-0.5deg)
  825. }
  826. 74% {
  827. transform: translate(-1px, -1px) rotate(-0.5deg)
  828. }
  829. 76% {
  830. transform: translate(-1px, 0px) rotate(-0.5deg)
  831. }
  832. 78% {
  833. transform: translate(0px, 0px) rotate(-0.5deg)
  834. }
  835. 80% {
  836. transform: translate(0px, -1px) rotate(-0.5deg)
  837. }
  838. 82% {
  839. transform: translate(-1px, 0px) rotate(-0.5deg)
  840. }
  841. 84% {
  842. transform: translate(-1px, -1px) rotate(-0.5deg)
  843. }
  844. 86% {
  845. transform: translate(0px, -1px) rotate(-0.5deg)
  846. }
  847. 88% {
  848. transform: translate(0px, 0px) rotate(-0.5deg)
  849. }
  850. 90% {
  851. transform: translate(-1px, -1px) rotate(-0.5deg)
  852. }
  853. 92% {
  854. transform: translate(-1px, 0px) rotate(-0.5deg)
  855. }
  856. 94% {
  857. transform: translate(-1px, 0px) rotate(-0.5deg)
  858. }
  859. 96% {
  860. transform: translate(0px, -1px) rotate(-0.5deg)
  861. }
  862. 98% {
  863. transform: translate(0px, -1px) rotate(-0.5deg)
  864. }
  865. }
  866. @keyframes shake-it{
  867. 0%{
  868. text-shadow: 0 0 rgba(0, 255, 255, .5), 0 0 rgba(255, 0, 0, .5);
  869. }
  870. 25%{
  871. text-shadow: -2px 0 rgba(0, 255, 255, .5), 2px 0 rgba(255, 0, 0, .5);
  872. }
  873. 50%{
  874. text-shadow: -5px 0 rgba(0, 255, 255, .5), 3px 0 rgba(255, 0, 0, .5);
  875. }
  876. 100%{
  877. text-shadow: 3px 0 rgba(0, 255, 255, .5), 5px 0 rgba(255, 0, 0, .5);
  878. }
  879. }
  880. @keyframes rainbow {
  881. 100% { filter: hue-rotate(360deg); }
  882. }

Powered by TurnKey Linux.