Blame Identity/Webenv/Trac/htdocs/css/code.css

ef5584
/* Code */
ef5584
ef5584
div.code {
ef5584
	margin: 1em 1.75em;
ef5584
	padding: .25em;
ef5584
	overflow: auto;
ef5584
	}
ef5584
ef5584
div.code pre { 
ef5584
	background:#FFFAE9 none repeat scroll 0%;
ef5584
	border-color:#E5E5E5;
ef5584
	border-style:solid;
ef5584
	border-width:1px 1px 1px 4px;
ef5584
	font-family:"DejaVu Sans Mono","Liberation Mono",monospace;
ef5584
	margin:0.5em 0pt;
ef5584
	overflow:auto;
ef5584
	padding:0.5em 1em;
ef5584
	white-space:pre;
ef5584
	}
ef5584
ef5584
table.code {
ef5584
	border: 1px solid #ddd;
ef5584
	border-spacing: 0;
ef5584
	border-top: 0;
ef5584
	empty-cells: show;
ef5584
	font-size: 12px;
ef5584
	line-height: 130%;
ef5584
	padding: 0;
ef5584
	margin: 0 auto;
ef5584
	table-layout: fixed;
ef5584
	width: 100%;
ef5584
	}
ef5584
ef5584
table.code th {
ef5584
	border-right: 1px solid #d7d7d7;
ef5584
	border-bottom: 1px solid #998;
ef5584
	font-size: 11px;
ef5584
	}
ef5584
ef5584
table.code th.lineno {
ef5584
	width: 4em; 
ef5584
	}
ef5584
ef5584
table.code thead th {
ef5584
	background: #eee;
ef5584
	border-top: 1px solid #d7d7d7;
ef5584
	color: #999;
ef5584
	padding: 0 .25em;
ef5584
	text-align: center;
ef5584
	white-space: nowrap;
ef5584
	}
ef5584
ef5584
table.code tbody th {
ef5584
	background: #eed;
ef5584
	color: #886;
ef5584
	font-weight: normal;
ef5584
	padding: 0 .5em;
ef5584
	text-align: right;
ef5584
	vertical-align: top;
ef5584
	}
ef5584
ef5584
table.code tbody th :link, 
ef5584
table.code tbody th :visited {
ef5584
	border: none;
ef5584
	color: #886;
ef5584
	text-decoration: none;
ef5584
	}
ef5584
ef5584
table.code tbody th :link:hover, 
ef5584
table.code tbody th :visited:hover {
ef5584
	color: #000;
ef5584
}
ef5584
ef5584
table.code tbody td {
ef5584
	background: #fff;
ef5584
	font: normal 11px monospace;
ef5584
	overflow: hidden;
ef5584
	padding: 1px 2px;
ef5584
	vertical-align: top;
ef5584
	}
ef5584
ef5584
.image-file {
ef5584
	background: #eee;
ef5584
	padding: .3em;
ef5584
	}
ef5584
ef5584
.image-file img {
ef5584
	background: url("../imggrid.png");
ef5584
	}
ef5584
ef5584
/* Default */
ef5584
ef5584
.code-block span {
ef5584
	font-family: monospace;
ef5584
	}
ef5584
ef5584
/* Comments */
ef5584
ef5584
.code-comment, 
ef5584
.css_comment, 
ef5584
.c_comment, 
ef5584
.c_commentdoc, 
ef5584
.c_commentline,
ef5584
.c_commentlinedoc, 
ef5584
.h_comment,
ef5584
.pl_commentline, 
ef5584
.p_commentblock,
ef5584
.p_commentline, 
ef5584
.hphp_comment, 
ef5584
.hphp_commentblock, 
ef5584
.hphp_commentline,
ef5584
.yaml_comment {
ef5584
	color: #998; 
ef5584
	font-style: italic;
ef5584
	}
ef5584
ef5584
/* Language keyword */
ef5584
ef5584
.code-keyword, 
ef5584
.pl_word {
ef5584
	color: #789;
ef5584
	font-weight: bold; 
ef5584
	}
ef5584
ef5584
/* Type */
ef5584
ef5584
.code-type, 
ef5584
.c_word, 
ef5584
.c_word2, 
ef5584
.p_classname, 
ef5584
.hphp_classname {
ef5584
	color: #468;
ef5584
	font-weight: bold;
ef5584
	}
ef5584
ef5584
/* Function */
ef5584
ef5584
.code-func, 
ef5584
.p_defname {
ef5584
	color: #900;
ef5584
	font-weight: bold;
ef5584
	border-bottom: none;
ef5584
	}
ef5584
ef5584
/* Pre-processor */
ef5584
ef5584
.code-prep, 
ef5584
.c_preprocessor, 
ef5584
.pl_preprocessor, 
ef5584
.yaml_identifier {
ef5584
	color: #999;
ef5584
	font-weight: bold;
ef5584
	}
ef5584
ef5584
/* Language construct */
ef5584
ef5584
.code-lang, 
ef5584
.p_word { 
ef5584
	color: #000; 
ef5584
	font-weight: bold 
ef5584
	}
ef5584
ef5584
/* String */
ef5584
ef5584
.code-string, 
ef5584
.c_string, 
ef5584
.c_stringeol, 
ef5584
.css_doublestring, 
ef5584
.css_singlestring,
ef5584
.h_singlestring, 
ef5584
.h_doublestring, 
ef5584
.pl_string, 
ef5584
.pl_string_q, 
ef5584
.pl_string_qq,
ef5584
.pl_string_qr, 
ef5584
.pl_string_qw, 
ef5584
.pl_string_qx, 
ef5584
.pl_backticks, 
ef5584
.pl_character,
ef5584
.p_string, 
ef5584
.p_stringeol, 
ef5584
.hphp_string, 
ef5584
.hphp_stringeol, 
ef5584
.hphp_triple,
ef5584
.hphp_tripledouble, 
ef5584
.p_character, 
ef5584
.p_triple, 
ef5584
.p_tripledouble {
ef5584
	color: #b84;
ef5584
	font-weight: normal;
ef5584
}
ef5584
ef5584
/* Variable name */
ef5584
ef5584
.code-var { 
ef5584
	color: #f9f; 
ef5584
	}
ef5584
ef5584
/* SilverCity-specific styles */
ef5584
ef5584
.css_id, 
ef5584
.css_class, 
ef5584
.css_pseudoclass, 
ef5584
.css_tag { 
ef5584
	color: #900000; 
ef5584
	}
ef5584
ef5584
.css_directive {
ef5584
	color: #009000;
ef5584
	font-weight: bold 
ef5584
	}
ef5584
ef5584
.css_important {
ef5584
	color: blue 
ef5584
	}
ef5584
ef5584
.css_operator { 
ef5584
	color: #000090; 
ef5584
	font-weight: bold;
ef5584
	}
ef5584
ef5584
.css_tag {
ef5584
	font-weight: bold;
ef5584
	}
ef5584
ef5584
.css_unknown_identifier, 
ef5584
.css_unknown_pseudoclass { 
ef5584
	color: red; 
ef5584
	}
ef5584
ef5584
.css_value { 
ef5584
	color: navy;
ef5584
	}
ef5584
ef5584
.c_commentdockeyword { 
ef5584
	color: navy; 
ef5584
	font-weight: bold; 
ef5584
	}
ef5584
ef5584
.c_commentdockeyworderror { 
ef5584
	color: red; 
ef5584
	font-weight: bold; 
ef5584
	}
ef5584
ef5584
.c_character, 
ef5584
.c_regex, 
ef5584
.c_uuid, 
ef5584
.c_verbatim {
ef5584
	color: olive; 
ef5584
	}
ef5584
ef5584
.c_number {
ef5584
	color: #099; 
ef5584
	}
ef5584
ef5584
.h_asp { 
ef5584
	color: #ff0 
ef5584
	}
ef5584
ef5584
.h_aspat { 
ef5584
	color: #ffdf00 
ef5584
	}
ef5584
ef5584
.h_attribute {
ef5584
	color: teal 
ef5584
	}
ef5584
ef5584
.h_attributeunknown { 
ef5584
	color: red 
ef5584
	}
ef5584
ef5584
.h_cdata {
ef5584
	color: #373 
ef5584
	}
ef5584
ef5584
.h_entity {
ef5584
	color: purple 
ef5584
	}
ef5584
ef5584
.h_number {
ef5584
	color: #099 
ef5584
	}
ef5584
ef5584
.h_other { 
ef5584
	color: purple 
ef5584
	}
ef5584
ef5584
.h_script, 
ef5584
.h_tag, 
ef5584
.h_tagend { 
ef5584
	color: navy 
ef5584
	}
ef5584
ef5584
.h_tagunknown {
ef5584
	color: red 
ef5584
	}
ef5584
ef5584
.h_xmlend, 
ef5584
.h_xmlstart { 
ef5584
	color: blue 
ef5584
	}
ef5584
ef5584
.pl_datasection {
ef5584
	color: olive 
ef5584
	}
ef5584
ef5584
.pl_error {
ef5584
	color: red; 
ef5584
	font-weight: bold; 
ef5584
	}
ef5584
ef5584
.pl_hash { 
ef5584
	color: #000; 
ef5584
	}
ef5584
ef5584
.pl_here_delim,
ef5584
.pl_here_q, 
ef5584
.pl_here_qq, 
ef5584
.pl_here_qx, 
ef5584
.pl_longquote { 
ef5584
	color: olive 
ef5584
	}
ef5584
ef5584
.pl_number {
ef5584
	color: #099; 
ef5584
	}
ef5584
ef5584
.pl_pod { 
ef5584
	font-style: italic 
ef5584
	}
ef5584
ef5584
.pl_regex, 
ef5584
.pl_regsubst {
ef5584
	color: olive; 
ef5584
	}
ef5584
ef5584
.p_number { 
ef5584
	color: #099; 
ef5584
	}
ef5584
ef5584
.hphp_character { 
ef5584
	color: olive 
ef5584
	}
ef5584
ef5584
.hphp_defname { 
ef5584
	color: #099; 
ef5584
	font-weight: bold; 
ef5584
	}
ef5584
ef5584
.hphp_number { 
ef5584
	color: #099; 
ef5584
	}
ef5584
ef5584
.hphp_word { 
ef5584
	color: navy;
ef5584
	font-weight: bold; 
ef5584
	}
ef5584
ef5584
.yaml_document { 
ef5584
	color: gray; 
ef5584
	font-style: italic; 
ef5584
	}
ef5584
ef5584
.yaml_keyword { 
ef5584
	color: #808; 
ef5584
	}
ef5584
ef5584
.yaml_number { 
ef5584
	color: #800; 
ef5584
	}
ef5584
ef5584
.yaml_reference { 
ef5584
	color: #088; 
ef5584
	}
ef5584
ef5584
.v_comment { 
ef5584
	color: gray; 
ef5584
	font-style: italic; 
ef5584
	}
ef5584
ef5584
.v_commentline, 
ef5584
.v_commentlinebang { 
ef5584
	color: red; 
ef5584
	font-style: italic; 
ef5584
	}
ef5584
ef5584
.v_number, 
ef5584
.v_preprocessor { 
ef5584
	color: #099; 
ef5584
	}
ef5584
ef5584
.v_string, 
ef5584
.v_stringeol { 
ef5584
	color: olive; 
ef5584
	}
ef5584
ef5584
.v_user { 
ef5584
	color: blue; 
ef5584
	font-weight: bold; 
ef5584
	}
ef5584
ef5584
.v_word, 
ef5584
.v_word3 { 
ef5584
	color: navy;
ef5584
	font-weight: bold; 
ef5584
	}
ef5584
ef5584
.v_word2 { 
ef5584
	color: green; 
ef5584
	font-weight: bold; 
ef5584
	}