Blame Identity/Webenv/Themes/Default/Trac/0.10.4/Modern/htdocs/css/code.css

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