Cascade style sheet for syntax highlight test Colors: - White: ffffff - Grey: 808080 - Dark grey: 404040 - Black: 000000 - Red: f00000 - Orange: f8a322 - Yelow: fbba1a - Light green: 00ff00 - Green: 008000 - Light blue: a0e0e0 - Blue: 3a6ea5
/*-///////////////////////////////////////////////////////////////////////////
// FILE : code.css
// AUTHOR : http://www.asolver.com
// PURPOSE : Cascade style sheet for syntax highlight test
// Colors:
// - White: ffffff
// - Grey: 808080
// - Dark grey: 404040
// - Black: 000000
// - Red: f00000
// - Orange: f8a322
// - Yelow: fbba1a
// - Light green: 00ff00
// - Green: 008000
// - Light blue: a0e0e0
// - Blue: 3a6ea5
///////////////////////////////////////////////////////////////////////////-*/
/*-///////////////////////////////////////////////////////////////////////////
// Body
///////////////////////////////////////////////////////////////////////////-*/
body
{
margin: 8px 8px 8px 8px;
padding: 0px 0px 0px 0px;
text-align: justify;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #000000;
background-color: #ffffff;
}
/*-///////////////////////////////////////////////////////////////////////////
// Code
///////////////////////////////////////////////////////////////////////////-*/
code
{
margin: 0px;
padding: 0px;
}
code
{
font-size: 0.95em;
font-family: "Courier New", Courier, serif;
letter-spacing: -1px; */
}
code
{
font-size: 0.80em;
font-family: "Lucida Console", Courier, serif;
letter-spacing: 0px;
}
code a
{
color: #f00000;
text-decoration: none;
}
/*-///////////////////////////////////////////////////////////////////////////
// Spans para codigo
///////////////////////////////////////////////////////////////////////////-*/
span.CodRem /* Comentario */
{
color: #008000;
}
span.CodTxt /* Texto */
{
color: #3a6ea5;
}
span.CodSub /* Subtexto dentro de otro texto */
{
color: #c000c0;
}
span.CodTag /* Etiqueta */
{
color: #b000b0;
}
span.CodEmb /* Codigo embebido */
{
background-color: #ffd0ff;
}
SHi.SyntaxHighlight funciones de sintaxis realzada de codigo
2015 asolver.com | Aviso legal | XHTML | Δ Θ Ξ | Creative Commons | Mapa y funciones del sitio