Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- margin: 0;
- width: 100%;
- font-size:{vb:stylevar font.fontSize}px;
- color:{vb:stylevar body_color};
- line-height:{vb:stylevar line_height};
- }
- body a {
- color:{vb:stylevar link_color};
- text-decoration:{vb:stylevar link_textDecoration};
- }
- body a:hover,
- body a:hover .time,
- body a:hover .shade,
- body a:hover .understate {
- color:{vb:stylevar linkhover_color};
- text-decoration:{vb:stylevar linkhover_textDecoration};
- }
- body a.understate,
- body a .understate {
- color:inherit;
- text-decoration:none;
- *clear:expression(style.color = parentNode.currentStyle.color, style.clear = "none", 0);
- }
- .body_wrapper {
- padding: {vb:stylevar body_padding};
- background: {vb:stylevar body_background};
- -moz-border-radius: {vb:stylevar border_radius};
- -webkit-border-radius: {vb:stylevar border_radius};
- border-radius: {vb:stylevar border_radius};
- width:1200px;
- margin-left: auto;
- margin-right: auto;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement