##// END OF EJS Templates
Slight changes to syntax highlightment styles....
Jean-Philippe Lang -
r9949:42570c442616
parent child
Show More
@@ -827,9 +827,9 div.wiki ul, div.wiki ol {margin-bottom:1em;}
827
827
828 div.wiki pre {
828 div.wiki pre {
829 margin: 1em 1em 1em 1.6em;
829 margin: 1em 1em 1em 1.6em;
830 padding: 2px 2px 2px 0;
830 padding: 8px;
831 background-color: #fafafa;
831 background-color: #fafafa;
832 border: 1px solid #dadada;
832 border: 1px solid #e2e2e2;
833 width:auto;
833 width:auto;
834 overflow-x: auto;
834 overflow-x: auto;
835 overflow-y: hidden;
835 overflow-y: hidden;
@@ -1081,14 +1081,7 h2 img { vertical-align:middle; }
1081
1081
1082 /************* CodeRay styles *************/
1082 /************* CodeRay styles *************/
1083 .syntaxhl div {display: inline;}
1083 .syntaxhl div {display: inline;}
1084 .syntaxhl .line-numbers {
1084 .syntaxhl .line-numbers {padding: 2px 4px 2px 4px; background-color: #eee; margin:0px 5px 0px 0px;}
1085 padding: 2px 4px 2px 4px; background-color: #eee; margin:0px 5px 0px 0px;
1086 user-select: none;
1087 -moz-user-select: none;
1088 -o-user-select: none;
1089 -ms-user-select: none;
1090 -webkit-user-select: none;
1091 }
1092 .syntaxhl .code pre { overflow: auto }
1085 .syntaxhl .code pre { overflow: auto }
1093 .syntaxhl .debug { color: white !important; background: blue !important; }
1086 .syntaxhl .debug { color: white !important; background: blue !important; }
1094
1087
@@ -1099,14 +1092,14 h2 img { vertical-align:middle; }
1099 .syntaxhl .char .content { color:#D20 }
1092 .syntaxhl .char .content { color:#D20 }
1100 .syntaxhl .char .delimiter { color:#710 }
1093 .syntaxhl .char .delimiter { color:#710 }
1101 .syntaxhl .char { color:#D20 }
1094 .syntaxhl .char { color:#D20 }
1102 .syntaxhl .class { color:#B06; font-weight:bold }
1095 .syntaxhl .class { color:#258; font-weight:bold }
1103 .syntaxhl .class-variable { color:#369 }
1096 .syntaxhl .class-variable { color:#369 }
1104 .syntaxhl .color { color:#0A0 }
1097 .syntaxhl .color { color:#0A0 }
1105 .syntaxhl .comment { color:#777 }
1098 .syntaxhl .comment { color:#385 }
1106 .syntaxhl .comment .char { color:#444 }
1099 .syntaxhl .comment .char { color:#385 }
1107 .syntaxhl .comment .delimiter { color:#444 }
1100 .syntaxhl .comment .delimiter { color:#385 }
1108 .syntaxhl .complex { color:#A08 }
1101 .syntaxhl .complex { color:#A08 }
1109 .syntaxhl .constant { color:#036; font-weight:bold }
1102 .syntaxhl .constant { color:#258; font-weight:bold }
1110 .syntaxhl .decorator { color:#B0B }
1103 .syntaxhl .decorator { color:#B0B }
1111 .syntaxhl .definition { color:#099; font-weight:bold }
1104 .syntaxhl .definition { color:#099; font-weight:bold }
1112 .syntaxhl .delimiter { color:black }
1105 .syntaxhl .delimiter { color:black }
@@ -1118,7 +1111,7 h2 img { vertical-align:middle; }
1118 .syntaxhl .error { color:#F00; background-color:#FAA }
1111 .syntaxhl .error { color:#F00; background-color:#FAA }
1119 .syntaxhl .escape { color:#666 }
1112 .syntaxhl .escape { color:#666 }
1120 .syntaxhl .exception { color:#C00; font-weight:bold }
1113 .syntaxhl .exception { color:#C00; font-weight:bold }
1121 .syntaxhl .float { color:#60E }
1114 .syntaxhl .float { color:#06D }
1122 .syntaxhl .function { color:#06B; font-weight:bold }
1115 .syntaxhl .function { color:#06B; font-weight:bold }
1123 .syntaxhl .global-variable { color:#d70 }
1116 .syntaxhl .global-variable { color:#d70 }
1124 .syntaxhl .hex { color:#02b }
1117 .syntaxhl .hex { color:#02b }
@@ -1127,11 +1120,11 h2 img { vertical-align:middle; }
1127 .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
1120 .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
1128 .syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
1121 .syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
1129 .syntaxhl .instance-variable { color:#33B }
1122 .syntaxhl .instance-variable { color:#33B }
1130 .syntaxhl .integer { color:#00D }
1123 .syntaxhl .integer { color:#06D }
1131 .syntaxhl .key .char { color: #60f }
1124 .syntaxhl .key .char { color: #60f }
1132 .syntaxhl .key .delimiter { color: #404 }
1125 .syntaxhl .key .delimiter { color: #404 }
1133 .syntaxhl .key { color: #606 }
1126 .syntaxhl .key { color: #606 }
1134 .syntaxhl .keyword { color:#080; font-weight:bold }
1127 .syntaxhl .keyword { color:#939; font-weight:bold }
1135 .syntaxhl .label { color:#970; font-weight:bold }
1128 .syntaxhl .label { color:#970; font-weight:bold }
1136 .syntaxhl .local-variable { color:#963 }
1129 .syntaxhl .local-variable { color:#963 }
1137 .syntaxhl .namespace { color:#707; font-weight:bold }
1130 .syntaxhl .namespace { color:#707; font-weight:bold }
@@ -1150,14 +1143,13 h2 img { vertical-align:middle; }
1150 .syntaxhl .shell .content { color:#2B2 }
1143 .syntaxhl .shell .content { color:#2B2 }
1151 .syntaxhl .shell .delimiter { color:#161 }
1144 .syntaxhl .shell .delimiter { color:#161 }
1152 .syntaxhl .shell { background-color:hsla(120,100%,50%,0.06); }
1145 .syntaxhl .shell { background-color:hsla(120,100%,50%,0.06); }
1153 .syntaxhl .string .char { color: #b0b }
1146 .syntaxhl .string .char { color: #46a }
1154 .syntaxhl .string .content { color: #D20 }
1147 .syntaxhl .string .content { color: #46a }
1155 .syntaxhl .string .delimiter { color: #710 }
1148 .syntaxhl .string .delimiter { color: #46a }
1156 .syntaxhl .string .modifier { color: #E40 }
1149 .syntaxhl .string .modifier { color: #46a }
1157 .syntaxhl .string { background-color:hsla(0,100%,50%,0.05); }
1150 .syntaxhl .symbol .content { color:#d33 }
1158 .syntaxhl .symbol .content { color:#A60 }
1151 .syntaxhl .symbol .delimiter { color:#d33 }
1159 .syntaxhl .symbol .delimiter { color:#630 }
1152 .syntaxhl .symbol { color:#d33 }
1160 .syntaxhl .symbol { color:#A60 }
1161 .syntaxhl .tag { color:#070 }
1153 .syntaxhl .tag { color:#070 }
1162 .syntaxhl .type { color:#339; font-weight:bold }
1154 .syntaxhl .type { color:#339; font-weight:bold }
1163 .syntaxhl .value { color: #088; }
1155 .syntaxhl .value { color: #088; }
@@ -34,13 +34,13 li.change .copied-from:before { content: " - "}
34 #changes-legend { float: right; font-size: 0.8em; margin: 0; }
34 #changes-legend { float: right; font-size: 0.8em; margin: 0; }
35 #changes-legend li { float: left; background-position: 5px 0; }
35 #changes-legend li { float: left; background-position: 5px 0; }
36
36
37 table.filecontent { border: 1px solid #ccc; border-collapse: collapse; width:98%; background-color: #fafafa; }
37 table.filecontent { border: 1px solid #e2e2e2; border-collapse: collapse; width:98%; background-color: #fafafa; }
38 table.filecontent th { border: 1px solid #ccc; background-color: #eee; }
38 table.filecontent th { border: 1px solid #e2e2e2; background-color: #eee; }
39 table.filecontent th.filename { background-color: #e4e4d4; text-align: left; padding: 0.2em;}
39 table.filecontent th.filename { background-color: #e4e4d4; text-align: left; padding: 0.2em;}
40 table.filecontent tr.spacing th { text-align:center; }
40 table.filecontent tr.spacing th { text-align:center; }
41 table.filecontent tr.spacing td { height: 0.4em; background: #EAF2F5;}
41 table.filecontent tr.spacing td { height: 0.4em; background: #EAF2F5;}
42 table.filecontent th.line-num {
42 table.filecontent th.line-num {
43 border: 1px solid #d7d7d7;
43 border: 1px solid #e2e2e2;
44 font-size: 0.8em;
44 font-size: 0.8em;
45 text-align: right;
45 text-align: right;
46 width: 2%;
46 width: 2%;
General Comments 0
You need to be logged in to leave comments. Login now