Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- dl.codebox code {
- /* Also see tweaks.css */
- overflow: auto;
- display: block;
- height: auto;
- max-height: 500px;
- white-space: normal;
- padding-top: 5px;
- font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
- line-height: 1.3em;
- color: #8b8b8b;
- margin: 2px 0;
- }
- .syntaxbg { color: #FFFFFF; }
- .syntaxcomment { color: #000000; }
- .syntaxdefault { color: #bcbcbc; }
- .syntaxhtml { color: #000000; }
- .syntaxkeyword { color: #585858; }
- .syntaxstring { color: #a7a7a7; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement