Advertisement
xxx_thunder

Untitled

Jul 17th, 2015
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. body {
  2. margin: 0;
  3. width: 100%;
  4. font-size:{vb:stylevar font.fontSize}px;
  5. color:{vb:stylevar body_color};
  6. line-height:{vb:stylevar line_height};
  7. }
  8.  
  9. body a {
  10. color:{vb:stylevar link_color};
  11. text-decoration:{vb:stylevar link_textDecoration};
  12. }
  13. body a:hover,
  14. body a:hover .time,
  15. body a:hover .shade,
  16. body a:hover .understate {
  17. color:{vb:stylevar linkhover_color};
  18. text-decoration:{vb:stylevar linkhover_textDecoration};
  19. }
  20.  
  21. body a.understate,
  22. body a .understate {
  23. color:inherit;
  24. text-decoration:none;
  25. *clear:expression(style.color = parentNode.currentStyle.color, style.clear = "none", 0);
  26. }
  27.  
  28. .body_wrapper {
  29. padding: {vb:stylevar body_padding};
  30. background: {vb:stylevar body_background};
  31. -moz-border-radius: {vb:stylevar border_radius};
  32. -webkit-border-radius: {vb:stylevar border_radius};
  33. border-radius: {vb:stylevar border_radius};
  34. width:1200px;
  35. margin-left: auto;
  36. margin-right: auto;
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement