PluginProbe
Wp-Insert / 1.3.1
Wp-Insert v1.3.1
trunk 1.0 1.1 1.2 1.2.1 1.2.2 1.3.0 1.3.1 1.3.3 1.4 1.5.0 1.5.1 1.5.2 1.5.3 1.6.0 1.6.1 1.6.2 1.7 1.7.1 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 2.0 All 63 releases
wp-insert / codepress / languages / php.css

php.css in Wp-Insert 1.3.1, at codepress/languages/php.css

13 lines 653 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 ?> */
13