/[Perly]/share/web/static/css/app.css
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /share/web/static/css/app.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 41 - (show annotations)
Sun Jun 1 17:31:43 2008 UTC (15 years, 11 months ago) by dpavlin
File MIME type: text/css
File size: 1009 byte(s)
added Perly::SyntaxHighlight which generates sytax highlight of perl code
using Syntax::Highlight::Perl which is similar enough to CodePress so that
code in html doesn't look ugly
1 /* CodePress compatible CSS for div class="code" */
2
3 div.code {margin-top:13px;_margin-top:14px;background:white;font-family:monospace;font-size:13px;white-space:pre;line-height:16px;}
4 div.code P {margin:0;padding:0;border:0;outline:0;display:block;white-space:pre;}
5 div.code b,
6 div.code i,
7 div.code s,
8 div.code u,
9 div.code a,
10 div.code em,
11 div.code tt,
12 div.code ins,
13 div.code big,
14 div.code cite,
15 div.code strong,
16 div.code var,
17 div.code dfn {text-decoration:none;font-weight:normal;font-style:normal;font-size:13px;}
18
19 /*
20 * CodePress color styles for Perl syntax highlighting
21 * By J. Nick Koston
22 */
23 div.code b {color:#7F0055;font-weight:bold;} /* reserved words */
24 div.code i, i b, i s, i em, i a, i u {color:gray;font-weight:normal;} /* comments */
25 div.code s, s b, s a, s em, s u {color:#2A00FF;font-weight:normal;} /* strings */
26 div.code a {color:#006700;font-weight:bold;} /* variables */
27 div.code em {color:darkblue;font-weight:bold;} /* functions */
28 div.code u {font-weight:bold;} /* special chars */
29

  ViewVC Help
Powered by ViewVC 1.1.26