Code Highlighter Preview
Posted by Frank on September 10, 2008Below is an example of my Code Higlighter that I will release this week.
CSS Code
/* Comment */ |
|
@import url("main.css"); |
|
h3, .head2 { |
|
font-family: "Sans-Serif"; |
|
font-weight: bold; |
|
color: #336699 !important; |
|
} |
|
@media screen, print { |
|
pre { margin: 0px 10px 10px; } |
|
h1 { font-size: 14px; padding-top: 10px; } |
|
} |