ilovexm24.css 561 B

1234567891011121314151617181920212223242526272829303132
  1. .ilovexm24_content {
  2. font-family: Helvetica;
  3. font-weight: bolder;
  4. font-size: 1.4em;
  5. width: 200px;
  6. text-align: center;
  7. line-height: 50px;
  8. letter-spacing: 1px;
  9. color: red;
  10. transform: rotate(-45deg);
  11. -webkit-transform: rotate(-45deg);
  12. position: fixed;
  13. box-shadow: 0 0 10px rgba(0,0,0,.3);
  14. top: 25px;
  15. right: -50px;
  16. transform: rotate(45deg);
  17. -webkit-transform: rotate(45deg);
  18. background: #FFF;
  19. z-index:9999;
  20. }
  21. .ilovexm24_link,
  22. .ilovexm24_link:hover {
  23. color: #000;
  24. }
  25. .ilovexm24_link .love,
  26. .ilovexm24_link:hover .love {
  27. color: #FF0000;
  28. }