Testing the HiLiter plugin
Posted on October 30th, 2004 by uruloki
I just added the Syntax Hiliter to the WordPress installation and am testing it out. Just the HTML(link) code is here, if you want to see some of the other styles, go to the full post…
HTML(link) code:
de:
CSS(link) (Cascading Style Sheets) code:
CSS:
- body {
- font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#660033;
- }
- a:link {
- color:#660099; text-decoration:none;
- }
- a:visited {
- color:#660099; text-decoration:none;
- }
- a:hover {
- color:#333300; font-weight:bold; text-decoration:underline;
- }
- a:active {
- color:#333300; font-weight:bold; text-decoration:underline;
- }
- .code {
- width:90%; border:1px solid #660000; overflow:auto; white-space:nowrap; font-size:14px;
- padding:4px 2px 4px 10px; color:#003300; font-family:“Courier New”, Courier, mono;
- background-color:#EFEFEF;
- }
Java code:
JAVA:
ASP code:
ASP:
- <%@ language=“vbscript” >
- <
- Response.write “Hello World!”
- %>
- >
Discussion Area - Leave a Comment