Blame Identity/Models/Html/Trac/htdocs/css/code.css

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