ilovexm24.css 507 B

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