~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/media/common/codepress/languages/php.css

  • Committer: William Grant
  • Date: 2008-07-07 01:45:11 UTC
  • mfrom: (unknown (missing))
  • Revision ID: wgrant@ugrad.unimelb.edu.au-20080707014511-xyy43p6y8jiqrsh9
Merge killall-editarea branch. We now use CodePress instead, which is
somewhat less slothful.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * CodePress color styles for PHP syntax highlighting
 
3
 */
 
4
 
 
5
b {color:#000080;} /* tags */
 
6
big, big b, big em, big ins, big s, strong i, strong i b, strong i s, strong i u, strong i a, strong i a u, strong i s u {color:gray;font-weight:normal;} /* comments */
 
7
s, s b, strong s u, strong s cite {color:#5656fa;font-weight:normal;} /* attributes and strings */
 
8
strong a, strong a u {color:#006700;font-weight:bold;} /* variables */
 
9
em {color:#800080;font-style:normal;} /* style */
 
10
ins {color:#800000;} /* script */
 
11
strong u {color:#7F0055;font-weight:bold;} /* reserved words */
 
12
cite, s cite {color:red;font-weight:bold;} /* <?php and ?> */