##// END OF EJS Templates
pygments: disable the error border on token errors. This mostly confuses the users, and is not usefull that much.
marcink -
r3107:d7242716 default
parent child Browse files
Show More
@@ -1,1169 +1,1169 b''
1 // Default styles
1 // Default styles
2
2
3 .diff-collapse {
3 .diff-collapse {
4 margin: @padding 0;
4 margin: @padding 0;
5 text-align: right;
5 text-align: right;
6 }
6 }
7
7
8 .diff-container {
8 .diff-container {
9 margin-bottom: @space;
9 margin-bottom: @space;
10
10
11 .diffblock {
11 .diffblock {
12 margin-bottom: @space;
12 margin-bottom: @space;
13 }
13 }
14
14
15 &.hidden {
15 &.hidden {
16 display: none;
16 display: none;
17 overflow: hidden;
17 overflow: hidden;
18 }
18 }
19 }
19 }
20
20
21
21
22 div.diffblock .sidebyside {
22 div.diffblock .sidebyside {
23 background: #ffffff;
23 background: #ffffff;
24 }
24 }
25
25
26 div.diffblock {
26 div.diffblock {
27 overflow-x: auto;
27 overflow-x: auto;
28 overflow-y: hidden;
28 overflow-y: hidden;
29 clear: both;
29 clear: both;
30 padding: 0px;
30 padding: 0px;
31 background: @grey6;
31 background: @grey6;
32 border: @border-thickness solid @grey5;
32 border: @border-thickness solid @grey5;
33 -webkit-border-radius: @border-radius @border-radius 0px 0px;
33 -webkit-border-radius: @border-radius @border-radius 0px 0px;
34 border-radius: @border-radius @border-radius 0px 0px;
34 border-radius: @border-radius @border-radius 0px 0px;
35
35
36
36
37 .comments-number {
37 .comments-number {
38 float: right;
38 float: right;
39 }
39 }
40
40
41 // BEGIN CODE-HEADER STYLES
41 // BEGIN CODE-HEADER STYLES
42
42
43 .code-header {
43 .code-header {
44 background: @grey6;
44 background: @grey6;
45 padding: 10px 0 10px 0;
45 padding: 10px 0 10px 0;
46 height: auto;
46 height: auto;
47 width: 100%;
47 width: 100%;
48
48
49 .hash {
49 .hash {
50 float: left;
50 float: left;
51 padding: 2px 0 0 2px;
51 padding: 2px 0 0 2px;
52 }
52 }
53
53
54 .date {
54 .date {
55 float: left;
55 float: left;
56 text-transform: uppercase;
56 text-transform: uppercase;
57 padding: 4px 0px 0px 2px;
57 padding: 4px 0px 0px 2px;
58 }
58 }
59
59
60 div {
60 div {
61 margin-left: 4px;
61 margin-left: 4px;
62 }
62 }
63
63
64 div.compare_header {
64 div.compare_header {
65 min-height: 40px;
65 min-height: 40px;
66 margin: 0;
66 margin: 0;
67 padding: 0 @padding;
67 padding: 0 @padding;
68
68
69 .drop-menu {
69 .drop-menu {
70 float:left;
70 float:left;
71 display: block;
71 display: block;
72 margin:0 0 @padding 0;
72 margin:0 0 @padding 0;
73 }
73 }
74
74
75 .compare-label {
75 .compare-label {
76 float: left;
76 float: left;
77 clear: both;
77 clear: both;
78 display: inline-block;
78 display: inline-block;
79 min-width: 5em;
79 min-width: 5em;
80 margin: 0;
80 margin: 0;
81 padding: @button-padding @button-padding @button-padding 0;
81 padding: @button-padding @button-padding @button-padding 0;
82 font-family: @text-semibold;
82 font-family: @text-semibold;
83 }
83 }
84
84
85 .compare-buttons {
85 .compare-buttons {
86 float: left;
86 float: left;
87 margin: 0;
87 margin: 0;
88 padding: 0 0 @padding;
88 padding: 0 0 @padding;
89
89
90 .btn {
90 .btn {
91 margin: 0 @padding 0 0;
91 margin: 0 @padding 0 0;
92 }
92 }
93 }
93 }
94 }
94 }
95
95
96 }
96 }
97
97
98 .parents {
98 .parents {
99 float: left;
99 float: left;
100 width: 100px;
100 width: 100px;
101 font-weight: 400;
101 font-weight: 400;
102 vertical-align: middle;
102 vertical-align: middle;
103 padding: 0px 2px 0px 2px;
103 padding: 0px 2px 0px 2px;
104 background-color: @grey6;
104 background-color: @grey6;
105
105
106 #parent_link {
106 #parent_link {
107 margin: 00px 2px;
107 margin: 00px 2px;
108
108
109 &.double {
109 &.double {
110 margin: 0px 2px;
110 margin: 0px 2px;
111 }
111 }
112
112
113 &.disabled{
113 &.disabled{
114 margin-right: @padding;
114 margin-right: @padding;
115 }
115 }
116 }
116 }
117 }
117 }
118
118
119 .children {
119 .children {
120 float: right;
120 float: right;
121 width: 100px;
121 width: 100px;
122 font-weight: 400;
122 font-weight: 400;
123 vertical-align: middle;
123 vertical-align: middle;
124 text-align: right;
124 text-align: right;
125 padding: 0px 2px 0px 2px;
125 padding: 0px 2px 0px 2px;
126 background-color: @grey6;
126 background-color: @grey6;
127
127
128 #child_link {
128 #child_link {
129 margin: 0px 2px;
129 margin: 0px 2px;
130
130
131 &.double {
131 &.double {
132 margin: 0px 2px;
132 margin: 0px 2px;
133 }
133 }
134
134
135 &.disabled{
135 &.disabled{
136 margin-right: @padding;
136 margin-right: @padding;
137 }
137 }
138 }
138 }
139 }
139 }
140
140
141 .changeset_header {
141 .changeset_header {
142 height: 16px;
142 height: 16px;
143
143
144 & > div{
144 & > div{
145 margin-right: @padding;
145 margin-right: @padding;
146 }
146 }
147 }
147 }
148
148
149 .changeset_file {
149 .changeset_file {
150 text-align: left;
150 text-align: left;
151 float: left;
151 float: left;
152 padding: 0;
152 padding: 0;
153
153
154 a{
154 a{
155 display: inline-block;
155 display: inline-block;
156 margin-right: 0.5em;
156 margin-right: 0.5em;
157 }
157 }
158
158
159 #selected_mode{
159 #selected_mode{
160 margin-left: 0;
160 margin-left: 0;
161 }
161 }
162 }
162 }
163
163
164 .diff-menu-wrapper {
164 .diff-menu-wrapper {
165 float: left;
165 float: left;
166 }
166 }
167
167
168 .diff-menu {
168 .diff-menu {
169 position: absolute;
169 position: absolute;
170 background: none repeat scroll 0 0 #FFFFFF;
170 background: none repeat scroll 0 0 #FFFFFF;
171 border-color: #003367 @grey3 @grey3;
171 border-color: #003367 @grey3 @grey3;
172 border-right: 1px solid @grey3;
172 border-right: 1px solid @grey3;
173 border-style: solid solid solid;
173 border-style: solid solid solid;
174 border-width: @border-thickness;
174 border-width: @border-thickness;
175 box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.2);
175 box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.2);
176 margin-top: 5px;
176 margin-top: 5px;
177 margin-left: 1px;
177 margin-left: 1px;
178 }
178 }
179
179
180 .diff-actions, .editor-actions {
180 .diff-actions, .editor-actions {
181 float: left;
181 float: left;
182
182
183 input{
183 input{
184 margin: 0 0.5em 0 0;
184 margin: 0 0.5em 0 0;
185 }
185 }
186 }
186 }
187
187
188 // END CODE-HEADER STYLES
188 // END CODE-HEADER STYLES
189
189
190 // BEGIN CODE-BODY STYLES
190 // BEGIN CODE-BODY STYLES
191
191
192 .code-body {
192 .code-body {
193 padding: 0;
193 padding: 0;
194 background-color: #ffffff;
194 background-color: #ffffff;
195 position: relative;
195 position: relative;
196 max-width: none;
196 max-width: none;
197 box-sizing: border-box;
197 box-sizing: border-box;
198 // TODO: johbo: Parent has overflow: auto, this forces the child here
198 // TODO: johbo: Parent has overflow: auto, this forces the child here
199 // to have the intended size and to scroll. Should be simplified.
199 // to have the intended size and to scroll. Should be simplified.
200 width: 100%;
200 width: 100%;
201 overflow-x: auto;
201 overflow-x: auto;
202 }
202 }
203
203
204 pre.raw {
204 pre.raw {
205 background: white;
205 background: white;
206 color: @grey1;
206 color: @grey1;
207 }
207 }
208 // END CODE-BODY STYLES
208 // END CODE-BODY STYLES
209
209
210 }
210 }
211
211
212
212
213 table.code-difftable {
213 table.code-difftable {
214 border-collapse: collapse;
214 border-collapse: collapse;
215 width: 99%;
215 width: 99%;
216 border-radius: 0px !important;
216 border-radius: 0px !important;
217
217
218 td {
218 td {
219 padding: 0 !important;
219 padding: 0 !important;
220 background: none !important;
220 background: none !important;
221 border: 0 !important;
221 border: 0 !important;
222 }
222 }
223
223
224 .context {
224 .context {
225 background: none repeat scroll 0 0 #DDE7EF;
225 background: none repeat scroll 0 0 #DDE7EF;
226 }
226 }
227
227
228 .add {
228 .add {
229 background: none repeat scroll 0 0 #DDFFDD;
229 background: none repeat scroll 0 0 #DDFFDD;
230
230
231 ins {
231 ins {
232 background: none repeat scroll 0 0 #AAFFAA;
232 background: none repeat scroll 0 0 #AAFFAA;
233 text-decoration: none;
233 text-decoration: none;
234 }
234 }
235 }
235 }
236
236
237 .del {
237 .del {
238 background: none repeat scroll 0 0 #FFDDDD;
238 background: none repeat scroll 0 0 #FFDDDD;
239
239
240 del {
240 del {
241 background: none repeat scroll 0 0 #FFAAAA;
241 background: none repeat scroll 0 0 #FFAAAA;
242 text-decoration: none;
242 text-decoration: none;
243 }
243 }
244 }
244 }
245
245
246 /** LINE NUMBERS **/
246 /** LINE NUMBERS **/
247 .lineno {
247 .lineno {
248 padding-left: 2px !important;
248 padding-left: 2px !important;
249 padding-right: 2px;
249 padding-right: 2px;
250 text-align: right;
250 text-align: right;
251 width: 32px;
251 width: 32px;
252 -moz-user-select: none;
252 -moz-user-select: none;
253 -webkit-user-select: none;
253 -webkit-user-select: none;
254 border-right: @border-thickness solid @grey5 !important;
254 border-right: @border-thickness solid @grey5 !important;
255 border-left: 0px solid #CCC !important;
255 border-left: 0px solid #CCC !important;
256 border-top: 0px solid #CCC !important;
256 border-top: 0px solid #CCC !important;
257 border-bottom: none !important;
257 border-bottom: none !important;
258
258
259 a {
259 a {
260 &:extend(pre);
260 &:extend(pre);
261 text-align: right;
261 text-align: right;
262 padding-right: 2px;
262 padding-right: 2px;
263 cursor: pointer;
263 cursor: pointer;
264 display: block;
264 display: block;
265 width: 32px;
265 width: 32px;
266 }
266 }
267 }
267 }
268
268
269 .context {
269 .context {
270 cursor: auto;
270 cursor: auto;
271 &:extend(pre);
271 &:extend(pre);
272 }
272 }
273
273
274 .lineno-inline {
274 .lineno-inline {
275 background: none repeat scroll 0 0 #FFF !important;
275 background: none repeat scroll 0 0 #FFF !important;
276 padding-left: 2px;
276 padding-left: 2px;
277 padding-right: 2px;
277 padding-right: 2px;
278 text-align: right;
278 text-align: right;
279 width: 30px;
279 width: 30px;
280 -moz-user-select: none;
280 -moz-user-select: none;
281 -webkit-user-select: none;
281 -webkit-user-select: none;
282 }
282 }
283
283
284 /** CODE **/
284 /** CODE **/
285 .code {
285 .code {
286 display: block;
286 display: block;
287 width: 100%;
287 width: 100%;
288
288
289 td {
289 td {
290 margin: 0;
290 margin: 0;
291 padding: 0;
291 padding: 0;
292 }
292 }
293
293
294 pre {
294 pre {
295 margin: 0;
295 margin: 0;
296 padding: 0;
296 padding: 0;
297 margin-left: .5em;
297 margin-left: .5em;
298 }
298 }
299 }
299 }
300 }
300 }
301
301
302
302
303 // Comments
303 // Comments
304
304
305 div.comment:target {
305 div.comment:target {
306 border-left: 6px solid @comment-highlight-color !important;
306 border-left: 6px solid @comment-highlight-color !important;
307 padding-left: 3px;
307 padding-left: 3px;
308 margin-left: -9px;
308 margin-left: -9px;
309 }
309 }
310
310
311 //TODO: anderson: can't get an absolute number out of anything, so had to put the
311 //TODO: anderson: can't get an absolute number out of anything, so had to put the
312 //current values that might change. But to make it clear I put as a calculation
312 //current values that might change. But to make it clear I put as a calculation
313 @comment-max-width: 1065px;
313 @comment-max-width: 1065px;
314 @pr-extra-margin: 34px;
314 @pr-extra-margin: 34px;
315 @pr-border-spacing: 4px;
315 @pr-border-spacing: 4px;
316 @pr-comment-width: @comment-max-width - @pr-extra-margin - @pr-border-spacing;
316 @pr-comment-width: @comment-max-width - @pr-extra-margin - @pr-border-spacing;
317
317
318 // Pull Request
318 // Pull Request
319 .cs_files .code-difftable {
319 .cs_files .code-difftable {
320 border: @border-thickness solid @grey5; //borders only on PRs
320 border: @border-thickness solid @grey5; //borders only on PRs
321
321
322 .comment-inline-form,
322 .comment-inline-form,
323 div.comment {
323 div.comment {
324 width: @pr-comment-width;
324 width: @pr-comment-width;
325 }
325 }
326 }
326 }
327
327
328 // Changeset
328 // Changeset
329 .code-difftable {
329 .code-difftable {
330 .comment-inline-form,
330 .comment-inline-form,
331 div.comment {
331 div.comment {
332 width: @comment-max-width;
332 width: @comment-max-width;
333 }
333 }
334 }
334 }
335
335
336 //Style page
336 //Style page
337 @style-extra-margin: @sidebar-width + (@sidebarpadding * 3) + @padding;
337 @style-extra-margin: @sidebar-width + (@sidebarpadding * 3) + @padding;
338 #style-page .code-difftable{
338 #style-page .code-difftable{
339 .comment-inline-form,
339 .comment-inline-form,
340 div.comment {
340 div.comment {
341 width: @comment-max-width - @style-extra-margin;
341 width: @comment-max-width - @style-extra-margin;
342 }
342 }
343 }
343 }
344
344
345 #context-bar > h2 {
345 #context-bar > h2 {
346 font-size: 20px;
346 font-size: 20px;
347 }
347 }
348
348
349 #context-bar > h2> a {
349 #context-bar > h2> a {
350 font-size: 20px;
350 font-size: 20px;
351 }
351 }
352 // end of defaults
352 // end of defaults
353
353
354 .file_diff_buttons {
354 .file_diff_buttons {
355 padding: 0 0 @padding;
355 padding: 0 0 @padding;
356
356
357 .drop-menu {
357 .drop-menu {
358 float: left;
358 float: left;
359 margin: 0 @padding 0 0;
359 margin: 0 @padding 0 0;
360 }
360 }
361 .btn {
361 .btn {
362 margin: 0 @padding 0 0;
362 margin: 0 @padding 0 0;
363 }
363 }
364 }
364 }
365
365
366 .code-body.textarea.editor {
366 .code-body.textarea.editor {
367 max-width: none;
367 max-width: none;
368 padding: 15px;
368 padding: 15px;
369 }
369 }
370
370
371 td.injected_diff{
371 td.injected_diff{
372 max-width: 1178px;
372 max-width: 1178px;
373 overflow-x: auto;
373 overflow-x: auto;
374 overflow-y: hidden;
374 overflow-y: hidden;
375
375
376 div.diff-container,
376 div.diff-container,
377 div.diffblock{
377 div.diffblock{
378 max-width: 100%;
378 max-width: 100%;
379 }
379 }
380
380
381 div.code-body {
381 div.code-body {
382 max-width: 1124px;
382 max-width: 1124px;
383 overflow-x: auto;
383 overflow-x: auto;
384 overflow-y: hidden;
384 overflow-y: hidden;
385 padding: 0;
385 padding: 0;
386 }
386 }
387 div.diffblock {
387 div.diffblock {
388 border: none;
388 border: none;
389 }
389 }
390
390
391 &.inline-form {
391 &.inline-form {
392 width: 99%
392 width: 99%
393 }
393 }
394 }
394 }
395
395
396
396
397 table.code-difftable {
397 table.code-difftable {
398 width: 100%;
398 width: 100%;
399 }
399 }
400
400
401 /** PYGMENTS COLORING **/
401 /** PYGMENTS COLORING **/
402 div.codeblock {
402 div.codeblock {
403
403
404 // TODO: johbo: Added interim to get rid of the margin around
404 // TODO: johbo: Added interim to get rid of the margin around
405 // Select2 widgets. This needs further cleanup.
405 // Select2 widgets. This needs further cleanup.
406 margin-top: @padding;
406 margin-top: @padding;
407
407
408 overflow: auto;
408 overflow: auto;
409 padding: 0px;
409 padding: 0px;
410 border: @border-thickness solid @grey5;
410 border: @border-thickness solid @grey5;
411 background: @grey6;
411 background: @grey6;
412 .border-radius(@border-radius);
412 .border-radius(@border-radius);
413
413
414 #remove_gist {
414 #remove_gist {
415 float: right;
415 float: right;
416 }
416 }
417
417
418 .gist_url {
418 .gist_url {
419 padding: 0px 0px 10px 0px;
419 padding: 0px 0px 10px 0px;
420 }
420 }
421
421
422 .author {
422 .author {
423 clear: both;
423 clear: both;
424 vertical-align: middle;
424 vertical-align: middle;
425 font-family: @text-bold;
425 font-family: @text-bold;
426 }
426 }
427
427
428 .btn-mini {
428 .btn-mini {
429 float: left;
429 float: left;
430 margin: 0 5px 0 0;
430 margin: 0 5px 0 0;
431 }
431 }
432
432
433 .code-header {
433 .code-header {
434 padding: @padding;
434 padding: @padding;
435 border-bottom: @border-thickness solid @grey5;
435 border-bottom: @border-thickness solid @grey5;
436
436
437 .rc-user {
437 .rc-user {
438 min-width: 0;
438 min-width: 0;
439 margin-right: .5em;
439 margin-right: .5em;
440 }
440 }
441
441
442 .stats {
442 .stats {
443 clear: both;
443 clear: both;
444 margin: 0 0 @padding 0;
444 margin: 0 0 @padding 0;
445 padding: 0;
445 padding: 0;
446 .left {
446 .left {
447 float: left;
447 float: left;
448 clear: left;
448 clear: left;
449 max-width: 75%;
449 max-width: 75%;
450 margin: 0 0 @padding 0;
450 margin: 0 0 @padding 0;
451
451
452 &.item {
452 &.item {
453 margin-right: @padding;
453 margin-right: @padding;
454 &.last { border-right: none; }
454 &.last { border-right: none; }
455 }
455 }
456 }
456 }
457 .buttons { float: right; }
457 .buttons { float: right; }
458 .author {
458 .author {
459 height: 25px; margin-left: 15px; font-weight: bold;
459 height: 25px; margin-left: 15px; font-weight: bold;
460 }
460 }
461 }
461 }
462
462
463 .commit {
463 .commit {
464 margin: 5px 0 0 26px;
464 margin: 5px 0 0 26px;
465 font-weight: normal;
465 font-weight: normal;
466 white-space: pre-wrap;
466 white-space: pre-wrap;
467 }
467 }
468 }
468 }
469
469
470 .message {
470 .message {
471 position: relative;
471 position: relative;
472 margin: @padding;
472 margin: @padding;
473
473
474 .codeblock-label {
474 .codeblock-label {
475 margin: 0 0 1em 0;
475 margin: 0 0 1em 0;
476 }
476 }
477 }
477 }
478
478
479 .code-body {
479 .code-body {
480 padding: @padding;
480 padding: @padding;
481 background-color: #ffffff;
481 background-color: #ffffff;
482 min-width: 100%;
482 min-width: 100%;
483 box-sizing: border-box;
483 box-sizing: border-box;
484 // TODO: johbo: Parent has overflow: auto, this forces the child here
484 // TODO: johbo: Parent has overflow: auto, this forces the child here
485 // to have the intended size and to scroll. Should be simplified.
485 // to have the intended size and to scroll. Should be simplified.
486 width: 100%;
486 width: 100%;
487 overflow-x: auto;
487 overflow-x: auto;
488
488
489 img.rendered-binary {
489 img.rendered-binary {
490 height: auto;
490 height: auto;
491 width: 100%;
491 width: 100%;
492 }
492 }
493 }
493 }
494 }
494 }
495
495
496 .code-highlighttable,
496 .code-highlighttable,
497 div.codeblock {
497 div.codeblock {
498
498
499 &.readme {
499 &.readme {
500 background-color: white;
500 background-color: white;
501 }
501 }
502
502
503 .markdown-block table {
503 .markdown-block table {
504 border-collapse: collapse;
504 border-collapse: collapse;
505
505
506 th,
506 th,
507 td {
507 td {
508 padding: .5em;
508 padding: .5em;
509 border: @border-thickness solid @border-default-color;
509 border: @border-thickness solid @border-default-color;
510 }
510 }
511 }
511 }
512
512
513 table {
513 table {
514 border: 0px;
514 border: 0px;
515 margin: 0;
515 margin: 0;
516 letter-spacing: normal;
516 letter-spacing: normal;
517
517
518
518
519 td {
519 td {
520 border: 0px;
520 border: 0px;
521 vertical-align: top;
521 vertical-align: top;
522 }
522 }
523 }
523 }
524 }
524 }
525
525
526 div.codeblock .code-header .search-path { padding: 0 0 0 10px; }
526 div.codeblock .code-header .search-path { padding: 0 0 0 10px; }
527 div.search-code-body {
527 div.search-code-body {
528 background-color: #ffffff; padding: 5px 0 5px 10px;
528 background-color: #ffffff; padding: 5px 0 5px 10px;
529 pre {
529 pre {
530 .match { background-color: #faffa6;}
530 .match { background-color: #faffa6;}
531 .break { display: block; width: 100%; background-color: #DDE7EF; color: #747474; }
531 .break { display: block; width: 100%; background-color: #DDE7EF; color: #747474; }
532 }
532 }
533 .code-highlighttable {
533 .code-highlighttable {
534 border-collapse: collapse;
534 border-collapse: collapse;
535
535
536 tr:hover {
536 tr:hover {
537 background: #fafafa;
537 background: #fafafa;
538 }
538 }
539 td.code {
539 td.code {
540 padding-left: 10px;
540 padding-left: 10px;
541 }
541 }
542 td.line {
542 td.line {
543 border-right: 1px solid #ccc !important;
543 border-right: 1px solid #ccc !important;
544 padding-right: 10px;
544 padding-right: 10px;
545 text-align: right;
545 text-align: right;
546 font-family: "Lucida Console",Monaco,monospace;
546 font-family: "Lucida Console",Monaco,monospace;
547 span {
547 span {
548 white-space: pre-wrap;
548 white-space: pre-wrap;
549 color: #666666;
549 color: #666666;
550 }
550 }
551 }
551 }
552 }
552 }
553 }
553 }
554
554
555 div.annotatediv { margin-left: 2px; margin-right: 4px; }
555 div.annotatediv { margin-left: 2px; margin-right: 4px; }
556 .code-highlight {
556 .code-highlight {
557 margin: 0; padding: 0; border-left: @border-thickness solid @grey5;
557 margin: 0; padding: 0; border-left: @border-thickness solid @grey5;
558 pre, .linenodiv pre { padding: 0 5px; margin: 0; }
558 pre, .linenodiv pre { padding: 0 5px; margin: 0; }
559 pre div:target {background-color: @comment-highlight-color !important;}
559 pre div:target {background-color: @comment-highlight-color !important;}
560 }
560 }
561
561
562 .linenos a { text-decoration: none; }
562 .linenos a { text-decoration: none; }
563
563
564 .CodeMirror-selected { background: @rchighlightblue; }
564 .CodeMirror-selected { background: @rchighlightblue; }
565 .CodeMirror-focused .CodeMirror-selected { background: @rchighlightblue; }
565 .CodeMirror-focused .CodeMirror-selected { background: @rchighlightblue; }
566 .CodeMirror ::selection { background: @rchighlightblue; }
566 .CodeMirror ::selection { background: @rchighlightblue; }
567 .CodeMirror ::-moz-selection { background: @rchighlightblue; }
567 .CodeMirror ::-moz-selection { background: @rchighlightblue; }
568
568
569 .code { display: block; border:0px !important; }
569 .code { display: block; border:0px !important; }
570 .code-highlight, /* TODO: dan: merge codehilite into code-highlight */
570 .code-highlight, /* TODO: dan: merge codehilite into code-highlight */
571 .codehilite {
571 .codehilite {
572 .hll { background-color: #ffffcc }
572 .hll { background-color: #ffffcc }
573 .c { color: #408080; font-style: italic } /* Comment */
573 .c { color: #408080; font-style: italic } /* Comment */
574 .err, .codehilite .err { border: @border-thickness solid #FF0000 } /* Error */
574 .err, .codehilite .err { border: none } /* Error */
575 .k { color: #008000; font-weight: bold } /* Keyword */
575 .k { color: #008000; font-weight: bold } /* Keyword */
576 .o { color: #666666 } /* Operator */
576 .o { color: #666666 } /* Operator */
577 .cm { color: #408080; font-style: italic } /* Comment.Multiline */
577 .cm { color: #408080; font-style: italic } /* Comment.Multiline */
578 .cp { color: #BC7A00 } /* Comment.Preproc */
578 .cp { color: #BC7A00 } /* Comment.Preproc */
579 .c1 { color: #408080; font-style: italic } /* Comment.Single */
579 .c1 { color: #408080; font-style: italic } /* Comment.Single */
580 .cs { color: #408080; font-style: italic } /* Comment.Special */
580 .cs { color: #408080; font-style: italic } /* Comment.Special */
581 .gd { color: #A00000 } /* Generic.Deleted */
581 .gd { color: #A00000 } /* Generic.Deleted */
582 .ge { font-style: italic } /* Generic.Emph */
582 .ge { font-style: italic } /* Generic.Emph */
583 .gr { color: #FF0000 } /* Generic.Error */
583 .gr { color: #FF0000 } /* Generic.Error */
584 .gh { color: #000080; font-weight: bold } /* Generic.Heading */
584 .gh { color: #000080; font-weight: bold } /* Generic.Heading */
585 .gi { color: #00A000 } /* Generic.Inserted */
585 .gi { color: #00A000 } /* Generic.Inserted */
586 .go { color: #808080 } /* Generic.Output */
586 .go { color: #808080 } /* Generic.Output */
587 .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
587 .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
588 .gs { font-weight: bold } /* Generic.Strong */
588 .gs { font-weight: bold } /* Generic.Strong */
589 .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
589 .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
590 .gt { color: #0040D0 } /* Generic.Traceback */
590 .gt { color: #0040D0 } /* Generic.Traceback */
591 .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
591 .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
592 .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
592 .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
593 .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
593 .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
594 .kp { color: #008000 } /* Keyword.Pseudo */
594 .kp { color: #008000 } /* Keyword.Pseudo */
595 .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
595 .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
596 .kt { color: #B00040 } /* Keyword.Type */
596 .kt { color: #B00040 } /* Keyword.Type */
597 .m { color: #666666 } /* Literal.Number */
597 .m { color: #666666 } /* Literal.Number */
598 .s { color: #BA2121 } /* Literal.String */
598 .s { color: #BA2121 } /* Literal.String */
599 .na { color: #7D9029 } /* Name.Attribute */
599 .na { color: #7D9029 } /* Name.Attribute */
600 .nb { color: #008000 } /* Name.Builtin */
600 .nb { color: #008000 } /* Name.Builtin */
601 .nc { color: #0000FF; font-weight: bold } /* Name.Class */
601 .nc { color: #0000FF; font-weight: bold } /* Name.Class */
602 .no { color: #880000 } /* Name.Constant */
602 .no { color: #880000 } /* Name.Constant */
603 .nd { color: #AA22FF } /* Name.Decorator */
603 .nd { color: #AA22FF } /* Name.Decorator */
604 .ni { color: #999999; font-weight: bold } /* Name.Entity */
604 .ni { color: #999999; font-weight: bold } /* Name.Entity */
605 .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
605 .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
606 .nf { color: #0000FF } /* Name.Function */
606 .nf { color: #0000FF } /* Name.Function */
607 .nl { color: #A0A000 } /* Name.Label */
607 .nl { color: #A0A000 } /* Name.Label */
608 .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
608 .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
609 .nt { color: #008000; font-weight: bold } /* Name.Tag */
609 .nt { color: #008000; font-weight: bold } /* Name.Tag */
610 .nv { color: #19177C } /* Name.Variable */
610 .nv { color: #19177C } /* Name.Variable */
611 .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
611 .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
612 .w { color: #bbbbbb } /* Text.Whitespace */
612 .w { color: #bbbbbb } /* Text.Whitespace */
613 .mf { color: #666666 } /* Literal.Number.Float */
613 .mf { color: #666666 } /* Literal.Number.Float */
614 .mh { color: #666666 } /* Literal.Number.Hex */
614 .mh { color: #666666 } /* Literal.Number.Hex */
615 .mi { color: #666666 } /* Literal.Number.Integer */
615 .mi { color: #666666 } /* Literal.Number.Integer */
616 .mo { color: #666666 } /* Literal.Number.Oct */
616 .mo { color: #666666 } /* Literal.Number.Oct */
617 .sb { color: #BA2121 } /* Literal.String.Backtick */
617 .sb { color: #BA2121 } /* Literal.String.Backtick */
618 .sc { color: #BA2121 } /* Literal.String.Char */
618 .sc { color: #BA2121 } /* Literal.String.Char */
619 .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
619 .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
620 .s2 { color: #BA2121 } /* Literal.String.Double */
620 .s2 { color: #BA2121 } /* Literal.String.Double */
621 .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
621 .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
622 .sh { color: #BA2121 } /* Literal.String.Heredoc */
622 .sh { color: #BA2121 } /* Literal.String.Heredoc */
623 .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
623 .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
624 .sx { color: #008000 } /* Literal.String.Other */
624 .sx { color: #008000 } /* Literal.String.Other */
625 .sr { color: #BB6688 } /* Literal.String.Regex */
625 .sr { color: #BB6688 } /* Literal.String.Regex */
626 .s1 { color: #BA2121 } /* Literal.String.Single */
626 .s1 { color: #BA2121 } /* Literal.String.Single */
627 .ss { color: #19177C } /* Literal.String.Symbol */
627 .ss { color: #19177C } /* Literal.String.Symbol */
628 .bp { color: #008000 } /* Name.Builtin.Pseudo */
628 .bp { color: #008000 } /* Name.Builtin.Pseudo */
629 .vc { color: #19177C } /* Name.Variable.Class */
629 .vc { color: #19177C } /* Name.Variable.Class */
630 .vg { color: #19177C } /* Name.Variable.Global */
630 .vg { color: #19177C } /* Name.Variable.Global */
631 .vi { color: #19177C } /* Name.Variable.Instance */
631 .vi { color: #19177C } /* Name.Variable.Instance */
632 .il { color: #666666 } /* Literal.Number.Integer.Long */
632 .il { color: #666666 } /* Literal.Number.Integer.Long */
633 }
633 }
634
634
635 /* customized pre blocks for markdown/rst */
635 /* customized pre blocks for markdown/rst */
636 pre.literal-block, .codehilite pre{
636 pre.literal-block, .codehilite pre{
637 padding: @padding;
637 padding: @padding;
638 border: 1px solid @grey6;
638 border: 1px solid @grey6;
639 .border-radius(@border-radius);
639 .border-radius(@border-radius);
640 background-color: @grey7;
640 background-color: @grey7;
641 }
641 }
642
642
643
643
644 /* START NEW CODE BLOCK CSS */
644 /* START NEW CODE BLOCK CSS */
645
645
646 @cb-line-height: 18px;
646 @cb-line-height: 18px;
647 @cb-line-code-padding: 10px;
647 @cb-line-code-padding: 10px;
648 @cb-text-padding: 5px;
648 @cb-text-padding: 5px;
649
649
650 @pill-padding: 2px 7px;
650 @pill-padding: 2px 7px;
651 @pill-padding-small: 2px 2px 1px 2px;
651 @pill-padding-small: 2px 2px 1px 2px;
652
652
653 input.filediff-collapse-state {
653 input.filediff-collapse-state {
654 display: none;
654 display: none;
655
655
656 &:checked + .filediff { /* file diff is collapsed */
656 &:checked + .filediff { /* file diff is collapsed */
657 .cb {
657 .cb {
658 display: none
658 display: none
659 }
659 }
660 .filediff-collapse-indicator {
660 .filediff-collapse-indicator {
661 width: 0;
661 width: 0;
662 height: 0;
662 height: 0;
663 border-style: solid;
663 border-style: solid;
664 border-width: 4.5px 0 4.5px 9.3px;
664 border-width: 4.5px 0 4.5px 9.3px;
665 border-color: transparent transparent transparent #aaa;
665 border-color: transparent transparent transparent #aaa;
666 margin: 6px 0px;
666 margin: 6px 0px;
667 }
667 }
668 .filediff-menu {
668 .filediff-menu {
669 display: none;
669 display: none;
670 }
670 }
671 margin: 10px 0 0 0;
671 margin: 10px 0 0 0;
672 }
672 }
673
673
674 &+ .filediff { /* file diff is expanded */
674 &+ .filediff { /* file diff is expanded */
675 .filediff-collapse-indicator {
675 .filediff-collapse-indicator {
676 width: 0;
676 width: 0;
677 height: 0;
677 height: 0;
678 border-style: solid;
678 border-style: solid;
679 border-width: 9.3px 4.5px 0 4.5px;
679 border-width: 9.3px 4.5px 0 4.5px;
680 border-color: #aaa transparent transparent transparent;
680 border-color: #aaa transparent transparent transparent;
681 margin: 6px 0px;
681 margin: 6px 0px;
682
682
683 }
683 }
684 .filediff-menu {
684 .filediff-menu {
685 display: block;
685 display: block;
686 }
686 }
687 margin: 10px 0;
687 margin: 10px 0;
688 &:nth-child(2) {
688 &:nth-child(2) {
689 margin: 0;
689 margin: 0;
690 }
690 }
691 }
691 }
692 }
692 }
693 .cs_files {
693 .cs_files {
694 clear: both;
694 clear: both;
695 }
695 }
696
696
697 .diffset-menu {
697 .diffset-menu {
698 margin-bottom: 20px;
698 margin-bottom: 20px;
699 }
699 }
700 .diffset {
700 .diffset {
701 margin: 20px auto;
701 margin: 20px auto;
702 .diffset-heading {
702 .diffset-heading {
703 border: 1px solid @grey5;
703 border: 1px solid @grey5;
704 margin-bottom: -1px;
704 margin-bottom: -1px;
705 // margin-top: 20px;
705 // margin-top: 20px;
706 h2 {
706 h2 {
707 margin: 0;
707 margin: 0;
708 line-height: 38px;
708 line-height: 38px;
709 padding-left: 10px;
709 padding-left: 10px;
710 }
710 }
711 .btn {
711 .btn {
712 margin: 0;
712 margin: 0;
713 }
713 }
714 background: @grey6;
714 background: @grey6;
715 display: block;
715 display: block;
716 padding: 5px;
716 padding: 5px;
717 }
717 }
718 .diffset-heading-warning {
718 .diffset-heading-warning {
719 background: @alert3-inner;
719 background: @alert3-inner;
720 border: 1px solid @alert3;
720 border: 1px solid @alert3;
721 }
721 }
722 &.diffset-comments-disabled {
722 &.diffset-comments-disabled {
723 .cb-comment-box-opener, .comment-inline-form, .cb-comment-add-button {
723 .cb-comment-box-opener, .comment-inline-form, .cb-comment-add-button {
724 display: none !important;
724 display: none !important;
725 }
725 }
726 }
726 }
727 }
727 }
728
728
729 .filelist {
729 .filelist {
730 .pill {
730 .pill {
731 display: block;
731 display: block;
732 float: left;
732 float: left;
733 padding: @pill-padding-small;
733 padding: @pill-padding-small;
734 }
734 }
735 }
735 }
736
736
737 .pill {
737 .pill {
738 display: block;
738 display: block;
739 float: left;
739 float: left;
740 padding: @pill-padding;
740 padding: @pill-padding;
741 }
741 }
742
742
743 .pill-group {
743 .pill-group {
744 .pill {
744 .pill {
745 opacity: .8;
745 opacity: .8;
746 &:first-child {
746 &:first-child {
747 border-radius: @border-radius 0 0 @border-radius;
747 border-radius: @border-radius 0 0 @border-radius;
748 margin-right: 3px;
748 margin-right: 3px;
749 }
749 }
750 &:last-child {
750 &:last-child {
751 border-radius: 0 @border-radius @border-radius 0;
751 border-radius: 0 @border-radius @border-radius 0;
752 }
752 }
753 &:only-child {
753 &:only-child {
754 border-radius: @border-radius;
754 border-radius: @border-radius;
755 margin-right: 0;
755 margin-right: 0;
756 }
756 }
757 }
757 }
758 }
758 }
759
759
760 /* Main comments*/
760 /* Main comments*/
761 #comments {
761 #comments {
762 .comment-selected {
762 .comment-selected {
763 border-left: 6px solid @comment-highlight-color;
763 border-left: 6px solid @comment-highlight-color;
764 padding-left: 3px;
764 padding-left: 3px;
765 margin-left: -9px;
765 margin-left: -9px;
766 }
766 }
767 }
767 }
768
768
769 .filediff {
769 .filediff {
770 border: 1px solid @grey5;
770 border: 1px solid @grey5;
771
771
772 /* START OVERRIDES */
772 /* START OVERRIDES */
773 .code-highlight {
773 .code-highlight {
774 border: none; // TODO: remove this border from the global
774 border: none; // TODO: remove this border from the global
775 // .code-highlight, it doesn't belong there
775 // .code-highlight, it doesn't belong there
776 }
776 }
777 label {
777 label {
778 margin: 0; // TODO: remove this margin definition from global label
778 margin: 0; // TODO: remove this margin definition from global label
779 // it doesn't belong there - if margin on labels
779 // it doesn't belong there - if margin on labels
780 // are needed for a form they should be defined
780 // are needed for a form they should be defined
781 // in the form's class
781 // in the form's class
782 }
782 }
783 /* END OVERRIDES */
783 /* END OVERRIDES */
784
784
785 * {
785 * {
786 box-sizing: border-box;
786 box-sizing: border-box;
787 }
787 }
788 .filediff-anchor {
788 .filediff-anchor {
789 visibility: hidden;
789 visibility: hidden;
790 }
790 }
791 &:hover {
791 &:hover {
792 .filediff-anchor {
792 .filediff-anchor {
793 visibility: visible;
793 visibility: visible;
794 }
794 }
795 }
795 }
796
796
797 .filediff-collapse-indicator {
797 .filediff-collapse-indicator {
798 border-style: solid;
798 border-style: solid;
799 float: left;
799 float: left;
800 margin: 4px 0px 0 0;
800 margin: 4px 0px 0 0;
801 cursor: pointer;
801 cursor: pointer;
802 }
802 }
803
803
804 .filediff-heading {
804 .filediff-heading {
805 background: @grey7;
805 background: @grey7;
806 cursor: pointer;
806 cursor: pointer;
807 display: block;
807 display: block;
808 padding: 5px 10px;
808 padding: 5px 10px;
809 }
809 }
810 .filediff-heading:after {
810 .filediff-heading:after {
811 content: "";
811 content: "";
812 display: table;
812 display: table;
813 clear: both;
813 clear: both;
814 }
814 }
815 .filediff-heading:hover {
815 .filediff-heading:hover {
816 background: #e1e9f4 !important;
816 background: #e1e9f4 !important;
817 }
817 }
818
818
819 .filediff-menu {
819 .filediff-menu {
820 float: right;
820 float: right;
821 text-align: right;
821 text-align: right;
822 padding: 5px 5px 5px 0px;
822 padding: 5px 5px 5px 0px;
823
823
824 &> a,
824 &> a,
825 &> span {
825 &> span {
826 padding: 1px;
826 padding: 1px;
827 }
827 }
828 }
828 }
829
829
830 .filediff-collapse-button, .filediff-expand-button {
830 .filediff-collapse-button, .filediff-expand-button {
831 cursor: pointer;
831 cursor: pointer;
832 }
832 }
833 .filediff-collapse-button {
833 .filediff-collapse-button {
834 display: inline;
834 display: inline;
835 }
835 }
836 .filediff-expand-button {
836 .filediff-expand-button {
837 display: none;
837 display: none;
838 }
838 }
839 .filediff-collapsed .filediff-collapse-button {
839 .filediff-collapsed .filediff-collapse-button {
840 display: none;
840 display: none;
841 }
841 }
842 .filediff-collapsed .filediff-expand-button {
842 .filediff-collapsed .filediff-expand-button {
843 display: inline;
843 display: inline;
844 }
844 }
845
845
846 /**** COMMENTS ****/
846 /**** COMMENTS ****/
847
847
848 .filediff-menu {
848 .filediff-menu {
849 .show-comment-button {
849 .show-comment-button {
850 display: none;
850 display: none;
851 }
851 }
852 }
852 }
853 &.hide-comments {
853 &.hide-comments {
854 .inline-comments {
854 .inline-comments {
855 display: none;
855 display: none;
856 }
856 }
857 .filediff-menu {
857 .filediff-menu {
858 .show-comment-button {
858 .show-comment-button {
859 display: inline;
859 display: inline;
860 }
860 }
861 .hide-comment-button {
861 .hide-comment-button {
862 display: none;
862 display: none;
863 }
863 }
864 }
864 }
865 }
865 }
866
866
867 .hide-line-comments {
867 .hide-line-comments {
868 .inline-comments {
868 .inline-comments {
869 display: none;
869 display: none;
870 }
870 }
871 }
871 }
872
872
873 /**** END COMMENTS ****/
873 /**** END COMMENTS ****/
874
874
875 }
875 }
876
876
877
877
878
878
879 .filediff, .filelist {
879 .filediff, .filelist {
880 .pill {
880 .pill {
881 &[op="name"] {
881 &[op="name"] {
882 background: none;
882 background: none;
883 opacity: 1;
883 opacity: 1;
884 color: white;
884 color: white;
885 }
885 }
886 &[op="limited"] {
886 &[op="limited"] {
887 background: @grey2;
887 background: @grey2;
888 color: white;
888 color: white;
889 }
889 }
890 &[op="binary"] {
890 &[op="binary"] {
891 background: @color7;
891 background: @color7;
892 color: white;
892 color: white;
893 }
893 }
894 &[op="modified"] {
894 &[op="modified"] {
895 background: @alert1;
895 background: @alert1;
896 color: white;
896 color: white;
897 }
897 }
898 &[op="renamed"] {
898 &[op="renamed"] {
899 background: @color4;
899 background: @color4;
900 color: white;
900 color: white;
901 }
901 }
902 &[op="copied"] {
902 &[op="copied"] {
903 background: @color4;
903 background: @color4;
904 color: white;
904 color: white;
905 }
905 }
906 &[op="mode"] {
906 &[op="mode"] {
907 background: @grey3;
907 background: @grey3;
908 color: white;
908 color: white;
909 }
909 }
910 &[op="symlink"] {
910 &[op="symlink"] {
911 background: @color8;
911 background: @color8;
912 color: white;
912 color: white;
913 }
913 }
914
914
915 &[op="added"] { /* added lines */
915 &[op="added"] { /* added lines */
916 background: @alert1;
916 background: @alert1;
917 color: white;
917 color: white;
918 }
918 }
919 &[op="deleted"] { /* deleted lines */
919 &[op="deleted"] { /* deleted lines */
920 background: @alert2;
920 background: @alert2;
921 color: white;
921 color: white;
922 }
922 }
923
923
924 &[op="created"] { /* created file */
924 &[op="created"] { /* created file */
925 background: @alert1;
925 background: @alert1;
926 color: white;
926 color: white;
927 }
927 }
928 &[op="removed"] { /* deleted file */
928 &[op="removed"] { /* deleted file */
929 background: @color5;
929 background: @color5;
930 color: white;
930 color: white;
931 }
931 }
932 }
932 }
933 }
933 }
934
934
935
935
936 .filediff-outdated {
936 .filediff-outdated {
937 padding: 8px 0;
937 padding: 8px 0;
938
938
939 .filediff-heading {
939 .filediff-heading {
940 opacity: .5;
940 opacity: .5;
941 }
941 }
942 }
942 }
943
943
944 table.cb {
944 table.cb {
945 width: 100%;
945 width: 100%;
946 border-collapse: collapse;
946 border-collapse: collapse;
947
947
948 .cb-text {
948 .cb-text {
949 padding: @cb-text-padding;
949 padding: @cb-text-padding;
950 }
950 }
951 .cb-hunk {
951 .cb-hunk {
952 padding: @cb-text-padding;
952 padding: @cb-text-padding;
953 }
953 }
954 .cb-expand {
954 .cb-expand {
955 display: none;
955 display: none;
956 }
956 }
957 .cb-collapse {
957 .cb-collapse {
958 display: inline;
958 display: inline;
959 }
959 }
960 &.cb-collapsed {
960 &.cb-collapsed {
961 .cb-line {
961 .cb-line {
962 display: none;
962 display: none;
963 }
963 }
964 .cb-expand {
964 .cb-expand {
965 display: inline;
965 display: inline;
966 }
966 }
967 .cb-collapse {
967 .cb-collapse {
968 display: none;
968 display: none;
969 }
969 }
970 }
970 }
971
971
972 /* intentionally general selector since .cb-line-selected must override it
972 /* intentionally general selector since .cb-line-selected must override it
973 and they both use !important since the td itself may have a random color
973 and they both use !important since the td itself may have a random color
974 generated by annotation blocks. TLDR: if you change it, make sure
974 generated by annotation blocks. TLDR: if you change it, make sure
975 annotated block selection and line selection in file view still work */
975 annotated block selection and line selection in file view still work */
976 .cb-line-fresh .cb-content {
976 .cb-line-fresh .cb-content {
977 background: white !important;
977 background: white !important;
978 }
978 }
979 .cb-warning {
979 .cb-warning {
980 background: #fff4dd;
980 background: #fff4dd;
981 }
981 }
982
982
983 &.cb-diff-sideside {
983 &.cb-diff-sideside {
984 td {
984 td {
985 &.cb-content {
985 &.cb-content {
986 width: 50%;
986 width: 50%;
987 }
987 }
988 }
988 }
989 }
989 }
990
990
991 tr {
991 tr {
992 &.cb-annotate {
992 &.cb-annotate {
993 border-top: 1px solid #eee;
993 border-top: 1px solid #eee;
994 }
994 }
995
995
996 &.cb-comment-info {
996 &.cb-comment-info {
997 border-top: 1px solid #eee;
997 border-top: 1px solid #eee;
998 color: rgba(0, 0, 0, 0.3);
998 color: rgba(0, 0, 0, 0.3);
999 background: #edf2f9;
999 background: #edf2f9;
1000
1000
1001 td {
1001 td {
1002
1002
1003 }
1003 }
1004 }
1004 }
1005
1005
1006 &.cb-hunk {
1006 &.cb-hunk {
1007 font-family: @font-family-monospace;
1007 font-family: @font-family-monospace;
1008 color: rgba(0, 0, 0, 0.3);
1008 color: rgba(0, 0, 0, 0.3);
1009
1009
1010 td {
1010 td {
1011 &:first-child {
1011 &:first-child {
1012 background: #edf2f9;
1012 background: #edf2f9;
1013 }
1013 }
1014 &:last-child {
1014 &:last-child {
1015 background: #f4f7fb;
1015 background: #f4f7fb;
1016 }
1016 }
1017 }
1017 }
1018 }
1018 }
1019 }
1019 }
1020
1020
1021
1021
1022 td {
1022 td {
1023 vertical-align: top;
1023 vertical-align: top;
1024 padding: 0;
1024 padding: 0;
1025
1025
1026 &.cb-content {
1026 &.cb-content {
1027 font-size: 12.35px;
1027 font-size: 12.35px;
1028
1028
1029 &.cb-line-selected .cb-code {
1029 &.cb-line-selected .cb-code {
1030 background: @comment-highlight-color !important;
1030 background: @comment-highlight-color !important;
1031 }
1031 }
1032
1032
1033 span.cb-code {
1033 span.cb-code {
1034 line-height: @cb-line-height;
1034 line-height: @cb-line-height;
1035 padding-left: @cb-line-code-padding;
1035 padding-left: @cb-line-code-padding;
1036 padding-right: @cb-line-code-padding;
1036 padding-right: @cb-line-code-padding;
1037 display: block;
1037 display: block;
1038 white-space: pre-wrap;
1038 white-space: pre-wrap;
1039 font-family: @font-family-monospace;
1039 font-family: @font-family-monospace;
1040 word-break: break-all;
1040 word-break: break-all;
1041 .nonl {
1041 .nonl {
1042 color: @color5;
1042 color: @color5;
1043 }
1043 }
1044 }
1044 }
1045
1045
1046 &> button.cb-comment-box-opener {
1046 &> button.cb-comment-box-opener {
1047
1047
1048 padding: 2px 2px 1px 3px;
1048 padding: 2px 2px 1px 3px;
1049 margin-left: -6px;
1049 margin-left: -6px;
1050 margin-top: -1px;
1050 margin-top: -1px;
1051
1051
1052 border-radius: @border-radius;
1052 border-radius: @border-radius;
1053 position: absolute;
1053 position: absolute;
1054 display: none;
1054 display: none;
1055 }
1055 }
1056 .cb-comment {
1056 .cb-comment {
1057 margin-top: 10px;
1057 margin-top: 10px;
1058 white-space: normal;
1058 white-space: normal;
1059 }
1059 }
1060 }
1060 }
1061 &:hover {
1061 &:hover {
1062 button.cb-comment-box-opener {
1062 button.cb-comment-box-opener {
1063 display: block;
1063 display: block;
1064 }
1064 }
1065 &+ td button.cb-comment-box-opener {
1065 &+ td button.cb-comment-box-opener {
1066 display: block
1066 display: block
1067 }
1067 }
1068 }
1068 }
1069
1069
1070 &.cb-data {
1070 &.cb-data {
1071 text-align: right;
1071 text-align: right;
1072 width: 30px;
1072 width: 30px;
1073 font-family: @font-family-monospace;
1073 font-family: @font-family-monospace;
1074
1074
1075 .icon-comment {
1075 .icon-comment {
1076 cursor: pointer;
1076 cursor: pointer;
1077 }
1077 }
1078 &.cb-line-selected > div {
1078 &.cb-line-selected > div {
1079 display: block;
1079 display: block;
1080 background: @comment-highlight-color !important;
1080 background: @comment-highlight-color !important;
1081 line-height: @cb-line-height;
1081 line-height: @cb-line-height;
1082 color: rgba(0, 0, 0, 0.3);
1082 color: rgba(0, 0, 0, 0.3);
1083 }
1083 }
1084 }
1084 }
1085
1085
1086 &.cb-lineno {
1086 &.cb-lineno {
1087 padding: 0;
1087 padding: 0;
1088 width: 50px;
1088 width: 50px;
1089 color: rgba(0, 0, 0, 0.3);
1089 color: rgba(0, 0, 0, 0.3);
1090 text-align: right;
1090 text-align: right;
1091 border-right: 1px solid #eee;
1091 border-right: 1px solid #eee;
1092 font-family: @font-family-monospace;
1092 font-family: @font-family-monospace;
1093 user-select: none;
1093 user-select: none;
1094
1094
1095 a::before {
1095 a::before {
1096 content: attr(data-line-no);
1096 content: attr(data-line-no);
1097 }
1097 }
1098 &.cb-line-selected a {
1098 &.cb-line-selected a {
1099 background: @comment-highlight-color !important;
1099 background: @comment-highlight-color !important;
1100 }
1100 }
1101
1101
1102 a {
1102 a {
1103 display: block;
1103 display: block;
1104 padding-right: @cb-line-code-padding;
1104 padding-right: @cb-line-code-padding;
1105 padding-left: @cb-line-code-padding;
1105 padding-left: @cb-line-code-padding;
1106 line-height: @cb-line-height;
1106 line-height: @cb-line-height;
1107 color: rgba(0, 0, 0, 0.3);
1107 color: rgba(0, 0, 0, 0.3);
1108 }
1108 }
1109 }
1109 }
1110
1110
1111 &.cb-empty {
1111 &.cb-empty {
1112 background: @grey7;
1112 background: @grey7;
1113 }
1113 }
1114
1114
1115 ins {
1115 ins {
1116 color: black;
1116 color: black;
1117 background: #a6f3a6;
1117 background: #a6f3a6;
1118 text-decoration: none;
1118 text-decoration: none;
1119 }
1119 }
1120 del {
1120 del {
1121 color: black;
1121 color: black;
1122 background: #f8cbcb;
1122 background: #f8cbcb;
1123 text-decoration: none;
1123 text-decoration: none;
1124 }
1124 }
1125 &.cb-addition {
1125 &.cb-addition {
1126 background: #ecffec;
1126 background: #ecffec;
1127
1127
1128 &.blob-lineno {
1128 &.blob-lineno {
1129 background: #ddffdd;
1129 background: #ddffdd;
1130 }
1130 }
1131 }
1131 }
1132 &.cb-deletion {
1132 &.cb-deletion {
1133 background: #ffecec;
1133 background: #ffecec;
1134
1134
1135 &.blob-lineno {
1135 &.blob-lineno {
1136 background: #ffdddd;
1136 background: #ffdddd;
1137 }
1137 }
1138 }
1138 }
1139 &.cb-annotate-message-spacer {
1139 &.cb-annotate-message-spacer {
1140 width:8px;
1140 width:8px;
1141 padding: 1px 0px 0px 3px;
1141 padding: 1px 0px 0px 3px;
1142 }
1142 }
1143 &.cb-annotate-info {
1143 &.cb-annotate-info {
1144 width: 320px;
1144 width: 320px;
1145 min-width: 320px;
1145 min-width: 320px;
1146 max-width: 320px;
1146 max-width: 320px;
1147 padding: 5px 2px;
1147 padding: 5px 2px;
1148 font-size: 13px;
1148 font-size: 13px;
1149
1149
1150 .cb-annotate-message {
1150 .cb-annotate-message {
1151 padding: 2px 0px 0px 0px;
1151 padding: 2px 0px 0px 0px;
1152 white-space: pre-line;
1152 white-space: pre-line;
1153 overflow: hidden;
1153 overflow: hidden;
1154 }
1154 }
1155 .rc-user {
1155 .rc-user {
1156 float: none;
1156 float: none;
1157 padding: 0 6px 0 17px;
1157 padding: 0 6px 0 17px;
1158 min-width: unset;
1158 min-width: unset;
1159 min-height: unset;
1159 min-height: unset;
1160 }
1160 }
1161 }
1161 }
1162
1162
1163 &.cb-annotate-revision {
1163 &.cb-annotate-revision {
1164 cursor: pointer;
1164 cursor: pointer;
1165 text-align: right;
1165 text-align: right;
1166 padding: 1px 3px 0px 3px;
1166 padding: 1px 3px 0px 3px;
1167 }
1167 }
1168 }
1168 }
1169 }
1169 }
General Comments 0
You need to be logged in to leave comments. Login now