gitprep / public / css / common.css /
Newer Older
3877 lines | 63.117kb
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1
/*!
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
2
 *  This is originally Bootstrap v2.3.1, but I'v cleanuped many parts.
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
3
 *
4
 * Copyright 2012 Twitter, Inc
5
 * Licensed under the Apache License v2.0
6
 * http://www.apache.org/licenses/LICENSE-2.0
7
 *
8
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
9
 */
improve footer design
Yuki Kimoto authored on 2015-12-25
10
 
11
/*
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
12
  Default values
improve border color
Yuki Kimoto authored on 2016-09-14
13
    border:1px solid #e6e9e6;
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
14
    border-radius: 3px;
improve login page design
Yuki Kimoto authored on 2016-01-16
15
  
16
  input[type=text] 
improve border color
Yuki Kimoto authored on 2016-09-14
17
    border:1px solid #e6e9e6;
improve login page design
Yuki Kimoto authored on 2016-01-16
18
    border-radius: 3px;
19
    padding:6px 5px;
20
    margin:5px 0;
21
    
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
22
    
23
    Text Gray
improve design
Yuki Kimoto authored on 2016-02-09
24
    color:#767676
improve footer design
Yuki Kimoto authored on 2015-12-25
25
*/
26

            
improve base font color
Yuki Kimoto authored on 2016-11-21
27
body {
28
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
29
  font-size: 14px;
30
  line-height: 130%;
31
  color: #02123d;
32
}
33

            
text color become green and ...
Yuki Kimoto authored on 2016-10-13
34
ul {
35
  padding: 0;
36
  margin: 0;;
37
}
38

            
39
ul li {
40
  list-style:none;
41
}
42

            
improve commits count design
Yuki Kimoto authored on 2016-11-15
43
a, a:visited {
44
  color: #4168a3;
text color become green and ...
Yuki Kimoto authored on 2016-10-13
45
  text-decoration: none;
46
}
47

            
48
a:hover {
improve commits count design
Yuki Kimoto authored on 2016-11-15
49
  color: inherit;
text color become green and ...
Yuki Kimoto authored on 2016-10-13
50
  text-decoration: underline;
51
}
52

            
improve header title design
Yuki Kimoto authored on 2015-12-26
53
* {
54
  margin:0;
55
  padding:0;
56

            
57
  -webkit-box-sizing: border-box;
58
  -moz-box-sizing: border-box;
59
  -o-box-sizing: border-box;
60
  -ms-box-sizing: border-box;
61
  box-sizing: border-box;
62
}
63

            
improve index page design
Yuki Kimoto authored on 2016-10-13
64
.users {
65
  margin-bottom:30px;
66
}
67

            
68
.users li {
69
  border-bottom: 1px solid #e6e9e6;
70
  overflow:hidden;
71
  padding:10px 0;
72
}
73
.users li:first-child {
74
  border-top: 1px solid #e6e9e6;
75
}
76
.users a:hover {
77
  text-decoration:underline;
78
}
79

            
improve project header color
Yuki Kimoto authored on 2016-09-14
80
.tree-description {
improve description design
Yuki Kimoto authored on 2016-10-12
81
  font-size:20px;
82
  padding-top:5px;
83
  padding-bottom:11px;
improve project header color
Yuki Kimoto authored on 2016-09-14
84
}
85
.tree-description a {
86
  font-size:18px;
87
  font-weight:normal;
88
}
89

            
cleanup css
Yuki Kimoto authored on 2016-08-23
90
.header-issue-count {
91
  background:#eee;
92
  color:#555;
93
  display:inline-block;
94
  width:18px;
95
  height:18px;
96
  border-radius:9px;
97
}
cleanup css
Yuki Kimoto authored on 2016-08-23
98
.commits-count {
99
  margin:0;
100
  border: 1px solid #ddd;
improve commits count design
Yuki Kimoto authored on 2016-11-15
101
  border-top:2px solid #758bad;
improve commit header design
Yuki Kimoto authored on 2016-09-14
102
  margin-bottom:12px;
103
  box-shadow: 0 1px 6px #d9d9d9;
cleanup css
Yuki Kimoto authored on 2016-08-23
104
}
105

            
106
.commits-count li {
107
  display:inline-block;
108
  width:25%;
109
  margin-left:0px;
110
  list-style-type: none;
111
  padding:0;
112
  text-align:center;
113
}
114
.commits-count li a {
115
  width:100%;
116
  display:block;
117
  padding:10px 0;
118
  color:#767676;
119
}
120
.commits-count li a:hover {
121
  color:#4078c0;
122
  text-decoration:none;
123
}
124

            
add issue labels btn
Yuki Kimoto authored on 2016-07-30
125
.issue-labels {
126
  padding:10px 0;
improve border color
Yuki Kimoto authored on 2016-09-14
127
  border-bottom:1px solid #e6e9e6;
add issue labels btn
Yuki Kimoto authored on 2016-07-30
128
}
129
.issue-labels-title-area {
130
  overflow:hidden;
131
}
132
.issue-labels-title {
133
  font-weight:bold;
134
  float:left;
135
  width:80%;
136
}
137
.issue-labels-setting-btn {
138
  float:left;
139
  width:20%;
140
  text-align:right;
141
}
show added labels
Yuki Kimoto authored on 2016-08-01
142
.issue-labels-setting-pallet li {
143
  border-radius:3px;
144
  margin-bottom:4px;
145
  margin-top:5px;
146
  padding:4px 5px;
147
  color:#333;
148
}
add labels delete edit new b...
Yuki Kimoto authored on 2016-07-27
149
.labels-new-panel {
150
  text-align:right;
151
  margin-bottom:20px;
152
  margin-top:20px;
153
}
add create label form
Yuki Kimoto authored on 2016-07-27
154
.labels-create-panel {
155
  overflow:hidden;
156
  background:#fafafa;
157
  padding:10px;
158
  margin-bottom:20px;
159
}
add color pallette
Yuki Kimoto authored on 2016-07-28
160
.labels-edit-label-color-area {
161
  display:inline-block;
162
}
implement edit area
Yuki Kimoto authored on 2016-07-27
163
.labels-edit-label-id {
164
  width:400px;
add color pallette
Yuki Kimoto authored on 2016-07-28
165
  padding:6px;
implement edit area
Yuki Kimoto authored on 2016-07-27
166
  border-radius:3px;
167
  border: 1px solid #ddd;
168
}
169
.labels-edit-label-color {
170
  width:100px;
add color pallette
Yuki Kimoto authored on 2016-07-28
171
  padding:6px;
implement edit area
Yuki Kimoto authored on 2016-07-27
172
  border-radius:3px;
173
  border: 1px solid #ddd;
add color pallette
Yuki Kimoto authored on 2016-07-28
174
  padding-left:28px;
175
}
176
.labels-edit-label-color-palette {
177
  width:15px;
178
  height:15px;
179
  display:inline-block;
180
  position:relative;
181
  top:3px;
182
  left:-95px;
implement edit area
Yuki Kimoto authored on 2016-07-27
183
}
add create label form
Yuki Kimoto authored on 2016-07-27
184
.labels-create-label-id {
185
  width:400px;
186
  padding:6px;
187
  border-radius:3px;
188
  border: 1px solid #ddd;
189
}
add color pallette
Yuki Kimoto authored on 2016-07-28
190
.labels-create-label-color-area {
191
  display:inline-block;
192
}
add create label form
Yuki Kimoto authored on 2016-07-27
193
.labels-create-label-color {
194
  width:100px;
195
  padding:6px;
196
  border-radius:3px;
197
  border: 1px solid #ddd;
add color pallette
Yuki Kimoto authored on 2016-07-28
198
  padding-left:28px;
199
}
200
.labels-create-label-color-palette {
201
  width:15px;
202
  height:15px;
203
  display:inline-block;
204
  position:relative;
205
  top:3px;
206
  left:-95px;
add create label form
Yuki Kimoto authored on 2016-07-27
207
}
208
.labels-create-left {
209
  width:70%;
210
  float:left;
211
}
212
.labels-create-right {
213
  width:30%;
214
  float:right;
215
  text-align:right;
216
}
fix label update padding
Yuki Kimoto authored on 2016-07-28
217
.labels-edit-area {
218
  padding:3px 0 31px 0;
219
}
show labels
Yuki Kimoto authored on 2016-07-26
220
.labels {
221
  
222
}
223
.labels li {
224
  border:1px #e5e5e5 solid;
225
  border-top:none;
226
  padding:7px 10px;
add labels delete edit new b...
Yuki Kimoto authored on 2016-07-27
227
  overflow:hidden;
show labels
Yuki Kimoto authored on 2016-07-26
228
}
229
.labels li:first-child {
230
  padding:10px 10px;
231
  border-top:1px #e5e5e5 solid;
232
  border-radius:3px 3px 0 0;
233
  background:#f8f8f8;
234
}
235

            
add labels delete edit new b...
Yuki Kimoto authored on 2016-07-27
236
.labels-left {
add label update
Yuki Kimoto authored on 2016-07-29
237
  width:75%;
add labels delete edit new b...
Yuki Kimoto authored on 2016-07-27
238
  float:left;
239
}
240
.labels-tag {
241
  border-radius:5px;
242
  display:inline-block;
improve button design
Yuki Kimoto authored on 2016-11-30
243
  padding:5px 10px;
add labels delete edit new b...
Yuki Kimoto authored on 2016-07-27
244
  font-weight:bold;
245
  border:1px solid #dddddd;
246
}
247
.labels-right {
add label update
Yuki Kimoto authored on 2016-07-29
248
  width:25%;
add labels delete edit new b...
Yuki Kimoto authored on 2016-07-27
249
  float:left;
250
  text-align:right;
251
}
252
.labels-delete {
253
  padding-top:9px;
254
  margin-right:10px;
255
  display:inline-block;
256
}
257
.labels-delete a, .labels-delete a:hover {
258
  color:#767676;
259
}
260
.labels-edit {
261
  padding-top:9px;
262
  margin-right:10px;
263
  display:inline-block;
264
}
265
.labels-edit a, .labels-edit a:hover {
266
  color:#767676;
267
}
268

            
add labels to issues
Yuki Kimoto authored on 2016-08-02
269
ul.issues-label-pallet {
270
  display:inline-block;
271
}
272
ul.issues-label-pallet li {
273
  display:inline-block;
274
  border-radius:3px;
275
  padding:1px 3px;
276
  font-size:95%;
277
}
add labels page
Yuki Kimoto authored on 2016-07-25
278
.issues-title a {
279
  color:black;
280
}
281
.issues-title a:hover {
282
  color:blue;
283
}
284

            
285
.issues-button-container {
286
  margin-bottom:10px;
287
  overflow:hidden;
288
}
289
.issues-button-container-left {
290
  float:left;
291
  width:50%;
292
}
293
.issues-button-container-right {
294
  text-align:right;
295
  float:left;
296
  width:50%;
297
}
298
.issues-labels {
improve border color
Yuki Kimoto authored on 2016-09-14
299
  border:1px solid #e6e9e6;
add labels page
Yuki Kimoto authored on 2016-07-25
300
  border-radius:3px;
301
  display:inline-block;
302
}
303
.issues-labels a {
cleanup new label
Yuki Kimoto authored on 2016-07-27
304
  padding:7px 10px;
add labels page
Yuki Kimoto authored on 2016-07-25
305
  display:inline-block;
306
  width:100%;
307
}
308
.issues-labels a {
309
  color:inherit;
310
}
311
.issues-labels a:hover {
312
  color:inherit;
313
  text-decoration:none;
314
  background:#eeeeee
315
}
316

            
317
.issues-header {
improve border color
Yuki Kimoto authored on 2016-09-14
318
  border:1px solid #e6e9e6;
add labels page
Yuki Kimoto authored on 2016-07-25
319
  background:#fafafa;
320
  padding:10px;
321
}
322
.issues-body {
improve border color
Yuki Kimoto authored on 2016-09-14
323
  border:1px solid #e6e9e6;
add labels page
Yuki Kimoto authored on 2016-07-25
324
  border-top:none;
325
  background:#fafafa;
326
  background:white;
327
}
328
.issues-body li {
329
  padding:10px;
improve border color
Yuki Kimoto authored on 2016-09-14
330
  border-top: 1px solid #e6e9e6;
add labels page
Yuki Kimoto authored on 2016-07-25
331
}
332
.issues-body li:first-child {
333
  border-top:none;
334
}
335
.issues-no-request {
336
  padding:30px;
337
  margin:1px auto;
338
  width:600px;
339
  text-align:center;
340
}
341

            
342
.issues-description {
343
  color:#767676;
344
}
345

            
add label apply
Yuki Kimoto authored on 2016-08-01
346
.issue-labels-popup {
improve border color
Yuki Kimoto authored on 2016-09-14
347
  border:1px solid #e6e9e6;
add label apply
Yuki Kimoto authored on 2016-08-01
348
  border-radius:3px;
349
  box-shadow: 0 0 10px rgba(0,0,0,.1);
350
  width:350px;
complete label
Yuki Kimoto authored on 2016-08-01
351
  display:none;
352
  position:absolute;
add label apply
Yuki Kimoto authored on 2016-08-01
353
}
complete label
Yuki Kimoto authored on 2016-08-01
354
.issue-labels-popup-title-area {
add label apply
Yuki Kimoto authored on 2016-08-01
355
  background:#f7f7f7;
complete label
Yuki Kimoto authored on 2016-08-01
356
  overflow:hidden;
improve border color
Yuki Kimoto authored on 2016-09-14
357
  border-bottom:1px solid #e6e9e6;
complete label
Yuki Kimoto authored on 2016-08-01
358
}
359

            
360
.issue-labels-popup-title {
add label apply
Yuki Kimoto authored on 2016-08-01
361
  padding:10px;
complete label
Yuki Kimoto authored on 2016-08-01
362
  width:80%;
363
  float:left;
364
}
365
.issue-labels-popup-close-btn {
366
  width:20%;
367
  float:left;
368
  text-align:right;
369
  padding-top:10px;
370
  padding-right:10px;
add label apply
Yuki Kimoto authored on 2016-08-01
371
}
372
.issue-labels-popup-body {
complete label
Yuki Kimoto authored on 2016-08-01
373
  background:white;
add label apply
Yuki Kimoto authored on 2016-08-01
374
}
375
.issue-labels-popup-body li {
376
  padding:10px 10px;
improve border color
Yuki Kimoto authored on 2016-09-14
377
  border-top:1px solid #e6e9e6;
add label apply
Yuki Kimoto authored on 2016-08-01
378
  overflow:hidden;
379
  cursor:pointer;
380
}
381
.issue-labels-popup-body li:first-child {
382
  border-top:none;
383
}
384
.issue-labels-popup-check {
385
  float:left;
386
  width:20px;
387
  height:1px;
388
}
389
.issue-labels-popup-pallet {
390
  width:15px;
391
  height:15px;
392
  float:left;
393
  margin-left:2px;
394
}
395
.issue-labels-popup-pallet-id {
396
  float:left;
397
  margin-left:5px;
398
  width:50%;
399
}
imrpvoe new issue form
Yuki Kimoto authored on 2016-07-09
400
.issue-add-comment-title {
401
  margin-bottom:5px;
402
}
403

            
add write prview tab
Yuki Kimoto authored on 2016-07-07
404
.issue-add-comment-header-tab a.disable {
405
  background:none;
406
  border:none;
407
}
408

            
add comment icon
Yuki Kimoto authored on 2016-07-23
409
.issue-add-comment-icon {
410
  display:inline-block;
411
  float:right;
412
  padding:6px;
413
}
414
.issue-add-comment-icon i {
415
  cursor:pointer;
416
}
417

            
add write prview tab
Yuki Kimoto authored on 2016-07-07
418
.issue-add-comment-header-tab a {
419
  background:white;
420
  display:block;
421
  width:100%;
422
  padding:8px 13px;
423
  color:#333;
improve border color
Yuki Kimoto authored on 2016-09-14
424
  border:1px solid #e6e9e6;
add write prview tab
Yuki Kimoto authored on 2016-07-07
425
  border-bottom:none;
426
  border-radius:3px 3px 0 0;
427
  margin-bottom:-1px;
428
}
429
.issue-add-comment-header-tab a:hover {
430
  text-decoration:none;
431
  color:inherit;
432
}
433
.issue-add-comment-header-tab {
434
  display:inline-block;
435
}
436
.issue-add-comment-body {
437
  padding:10px;
438
}
439
.issue-add-comment-header {
440
  padding:7px 10px 0 10px;
441
  background:#f7f7f7;
improve border color
Yuki Kimoto authored on 2016-09-14
442
  border-bottom:1px solid #e6e9e6;
add write prview tab
Yuki Kimoto authored on 2016-07-07
443
}
add comment form
Yuki Kimoto authored on 2016-07-06
444
.issue-add-comment-bottom {
445
  overflow:hidden;
446
}
447
.issue-panel {
448
  padding-bottom:20px;
449
  border-bottom:2px solid #f7f7f7;
450
}
451

            
452
.issue-add-comment-button-left {
453
  float:left;
454
  width:50%;
455
  color:#767676;
456
  padding-top:15px;
457
}
458
.issue-add-comment-button {
459
  float:left;
460
  width:50%;
461
  padding:10px;
462
  text-align:right;
463
}
464
.issue-add-comment {
improve border color
Yuki Kimoto authored on 2016-09-14
465
  border:1px solid #e6e9e6;
add comment form
Yuki Kimoto authored on 2016-07-06
466
  border-radius: 3px;
467
  margin-top:10px;
468
}
469
.issue-add-comment-message {
470
}
471
.issue-add-comment [type=text] {
472
  width:100%;
473
}
474
.issue-add-comment textarea {
475
  width:100%;
476
  min-height:200px;
477
  padding:10px;
478
  border-radius:3px;
479
}
add previewã€area
Yuki Kimoto authored on 2016-07-08
480
.issue-add-comment-preview {
481
  min-height:203px;
482
  display:none;
483
}
add participates
Yuki Kimoto authored on 2016-07-16
484
.issue {
485
  overflow:hidden;
486
}
add comment form
Yuki Kimoto authored on 2016-07-06
487
.issue-left {
488
  width:80%;
add participates
Yuki Kimoto authored on 2016-07-16
489
  float:left;
490
}
491
.issue-right {
492
  width:20%;
493
  float:left;
494
  padding-left:15px;
495
  color:#767676;
496
}
497

            
498
.issue-right a {
499
  color:#767676;
500
}
501
.issue-right a:hover {
502
  color:inherit;
add comment form
Yuki Kimoto authored on 2016-07-06
503
}
504

            
improve issue message design
Yuki Kimoto authored on 2016-07-05
505
.issue-message {
506
  border-radius:3px;
507
  border:1px solid #ddd;
can add new issue message an...
Yuki Kimoto authored on 2016-07-06
508
  margin-bottom:15px;
improve issue message design
Yuki Kimoto authored on 2016-07-05
509
}
add owner label
Yuki Kimoto authored on 2016-07-14
510
.issue-message-owner {
improve diff design
Yuki Kimoto authored on 2016-10-12
511
  border:1px solid #e6e9e6;
add owner label
Yuki Kimoto authored on 2016-07-14
512
}
513

            
514
.issue-message-owner-label {
515
  display:inline-block;
516
  border:1px solid #bfccd1;
517
  padding: 2px 5px;
518
  border-radius: 3px;
519
  color:#767676;
add issue message delete fea...
Yuki Kimoto authored on 2016-07-14
520
  margin-right:5px;
add owner label
Yuki Kimoto authored on 2016-07-14
521
}
improve issue message design
Yuki Kimoto authored on 2016-07-05
522

            
523
.issue-message-header {
524
  background:#f7f7f7;
add owner label
Yuki Kimoto authored on 2016-07-14
525
  overflow:hidden;
526
}
527

            
528
.issue-message-header-left {
529
  width:50%;
530
  float:left;
improve issue message design
Yuki Kimoto authored on 2016-07-05
531
  padding:10px 15px;
532
}
533

            
add owner label
Yuki Kimoto authored on 2016-07-14
534
.issue-message-header-right {
535
  width:50%;
536
  float:left;
537
  text-align:right;
538
  padding:7px 15px;
539
}
540
.issue-message-header-owner {
improve fork button design
Yuki Kimoto authored on 2016-11-30
541
  background:#f7fafc;
improve diff design
Yuki Kimoto authored on 2016-10-12
542
  border-bottom:1px solid #e6e9e6;
add owner label
Yuki Kimoto authored on 2016-07-14
543
}
544

            
improve issue message design
Yuki Kimoto authored on 2016-07-05
545
.issue-message-body {
546
  padding:15px;
547
}
548

            
improve issue page header de...
Yuki Kimoto authored on 2016-07-04
549
.issue-title-panel {
improve border color
Yuki Kimoto authored on 2016-09-14
550
  border-bottom: 1px solid #e6e9e6;
improve issue page header de...
Yuki Kimoto authored on 2016-07-04
551
  padding-bottom:15px;
552
  margin-bottom:15px;
553
}
554

            
555
.issue-title {
556
  font-size:27px;
557
  margin:30px 0 15px 0;
558
}
559

            
560
.issue-open {
561
  display:inline-block;
562
  border-radius:5px;
improve issue message design
Yuki Kimoto authored on 2016-07-05
563
  padding:4px 8px;
improve issue page header de...
Yuki Kimoto authored on 2016-07-04
564
  color:white;
improve issue message design
Yuki Kimoto authored on 2016-07-05
565
  font-weight:bold;
improve issue page header de...
Yuki Kimoto authored on 2016-07-04
566
  background:#6cc644;
567
}
568

            
569
.issue-close {
improve issue message design
Yuki Kimoto authored on 2016-07-05
570
  display:inline-block;
571
  border-radius:5px;
572
  padding:4px 8px;
573
  color:white;
574
  font-weight:bold;
improve issue page header de...
Yuki Kimoto authored on 2016-07-04
575
  background:#bd2c00;
576
}
577

            
improve branches page open c...
Yuki Kimoto authored on 2016-04-23
578
.branches-open {
579
  color:white;
580
  background:#6cc644;
581
  padding:5px 8px;
582
  border-radius:3px;
583
  margin-right:4px;
584
  border-radius:3px;
585
  text-align:center;
586
}
587
.branches-open:hover {
588
  color:white;
589
  text-decoration:none;
590
}
591

            
cleanup merge and push logic
Yuki Kimoto authored on 2016-04-27
592
.branches-close {
593
  color:white;
594
  background:#bd2c00;
595
  padding:5px 8px;
596
  border-radius:3px;
597
  margin-right:4px;
598
  border-radius:3px;
599
  text-align:center;
600
}
601
.branches-close:hover {
602
  color:white;
603
  text-decoration:none;
604
}
605

            
add pull request message
Yuki Kimoto authored on 2016-04-23
606
.pull-comment {
607
  border:1px solid #eee;
608
  margin-top:15px;
609
  border-radius:3px;
610
}
611
.pull-comment-header {
612
  background:#f2f8fa;
613
  padding:7px 12px;
614
  border-bottom:1px solid #eee;
615
}
616
.pull-comment-body {
617
  padding:13px 12px;
618
  
619
}
add pull request command lin...
Yuki Kimoto authored on 2016-06-01
620

            
621
.pull-command-line {
622
  border:1px solid #95c97e;
623
  border-radius:3px;
624
}
625

            
improve pull page design
Yuki Kimoto authored on 2016-04-21
626
.pull-request-form {
627
  border:1px solid #95c97e;
628
  border-radius:3px;
629
}
630
.pull-request-form-title {
631
  padding:10px;
632
}
633
.pull-request-form-description {
634
  padding:10px;
635
  color:#767676;
636
}
637
.pull-request-form-button {
638
  padding:10px;
improve border color
Yuki Kimoto authored on 2016-09-14
639
  border-top:1px solid #e6e9e6;
improve pull page design
Yuki Kimoto authored on 2016-04-21
640
}
641
.pulls-title a {
642
  color:black;
643
}
644
.pulls-title a:hover {
645
  color:blue;
646
}
647

            
create pull request list
Yuki Kimoto authored on 2016-04-20
648
.pulls-button-container {
649
  text-align:right;
650
  margin-bottom:10px;
651
}
652
.pulls-header {
improve border color
Yuki Kimoto authored on 2016-09-14
653
  border:1px solid #e6e9e6;
create pull request list
Yuki Kimoto authored on 2016-04-20
654
  background:#fafafa;
655
  padding:10px;
656
}
657
.pulls-body {
improve border color
Yuki Kimoto authored on 2016-09-14
658
  border:1px solid #e6e9e6;
create pull request list
Yuki Kimoto authored on 2016-04-20
659
  border-top:none;
660
  background:#fafafa;
661
  background:white;
662
}
663
.pulls-body li {
664
  padding:10px;
improve border color
Yuki Kimoto authored on 2016-09-14
665
  border-top: 1px solid #e6e9e6;
don't show pull request on n...
Yuki Kimoto authored on 2016-04-27
666
}
667
.pulls-body li:first-child {
668
  border-top:none;
create pull request list
Yuki Kimoto authored on 2016-04-20
669
}
670
.pulls-no-request {
671
  padding:30px;
672
  margin:1px auto;
673
  width:600px;
674
  text-align:center;
675
}
676

            
677
.pulls-description {
678
  color:#767676;
679
}
add pull reqeust link button...
Yuki Kimoto authored on 2016-08-20
680
.compare-pull-request-link {
681
  font-size:20px;
682
  margin:20px 0;
683
}
add compare across forks btn...
Yuki Kimoto authored on 2016-08-18
684
.compare-desc {
685
  color:#767676;
686
  margin-bottom:10px;
687
}
add pull request form
Yuki Kimoto authored on 2016-04-12
688
.compare-open-pull-request {
improve border color
Yuki Kimoto authored on 2016-09-14
689
  border:1px solid #e6e9e6;
add pull request form
Yuki Kimoto authored on 2016-04-12
690
  border-radius: 3px;
691
  width:80%;
692
}
693
.compare-open-pull-request-title {
improve border color
Yuki Kimoto authored on 2016-09-14
694
  border-bottom:1px solid #e6e9e6;
add pull request form
Yuki Kimoto authored on 2016-04-12
695
  padding:10px;
696
}
697
.compare-open-pull-request-message {
698
  padding:10px;
699
}
700
.compare-open-pull-request [type=text] {
701
  width:100%;
702
}
703
.compare-open-pull-request textarea {
704
  width:100%;
705
  min-height:200px;
706
}
707
.compare-open-pull-request-button {
708
  padding:10px;
709
  text-align:right;
710
}
711

            
improve compare page
Yuki Kimoto authored on 2016-04-12
712
.compare-nothing {
improve border color
Yuki Kimoto authored on 2016-09-14
713
  border:1px solid #e6e9e6;
improve compare page
Yuki Kimoto authored on 2016-04-12
714
  border-radius: 3px;
715
  background:#fafafa;
716
  padding:25px 0 30px 0;
717
  text-align:center;
718
  line-height:150%;
719
}
720

            
improve search page design
Yuki Kimoto authored on 2016-01-23
721
.text-gray { color:#767676 }
722

            
723
input[type=text], input[type=password] {
improve border color
Yuki Kimoto authored on 2016-09-14
724
  border:1px solid #e6e9e6;
improve search page design
Yuki Kimoto authored on 2016-01-23
725
  border-radius: 3px;
726
  padding:6px 5px;
727
}
728

            
add user name, id, mail to u...
Yuki Kimoto authored on 2016-04-07
729
.repositories-container {
730
  overflow:hidden;
731
}
732
.repositories-left {
733
  padding-left:10px;
734
  padding-right:25px;
improve repository page desi...
Yuki Kimoto authored on 2016-09-14
735
  width:75%;
add user name, id, mail to u...
Yuki Kimoto authored on 2016-04-07
736
  float:left;
737
}
738
.repositories-right {
improve repository page desi...
Yuki Kimoto authored on 2016-09-14
739
  width:25%;
add user name, id, mail to u...
Yuki Kimoto authored on 2016-04-07
740
  float:left;
741
}
742
.repositories-user-name {
743
  font-weight:bold;
744
  font-size:22px;
745
}
746
.repositories-user-id {
747
  padding:5px 0 7px 2px;
748
  font-size:18px;
749
  color:#767676;
improve border color
Yuki Kimoto authored on 2016-09-14
750
  border-bottom:1px solid #e6e9e6;
add user name, id, mail to u...
Yuki Kimoto authored on 2016-04-07
751
}
752
.repositories-user-mail {
753
  padding:5px 0;
754
}
add code tab
Yuki Kimoto authored on 2016-01-25
755
.project-tabs {
improve tab design
Yuki Kimoto authored on 2016-01-26
756
  position:relative;
757
  z-index:1;
758
  top:1px;  
add code tab
Yuki Kimoto authored on 2016-01-25
759
}
760

            
761
.project-tabs ul {
762
  overflow:hidden;
763
}
764

            
765
.project-tabs li {
766
  display:block;
767
  float:left;
improve tab design
Yuki Kimoto authored on 2016-01-26
768
  margin-bottom:0px;
769
}
770

            
771
.project-tabs li.active {
772
  background:white;
improve border color
Yuki Kimoto authored on 2016-09-14
773
  border:1px solid #e6e9e6;
add code tab
Yuki Kimoto authored on 2016-01-25
774
  border-top:3px #d26911 solid;
improve tab design
Yuki Kimoto authored on 2016-01-26
775
  border-bottom:white;
add code tab
Yuki Kimoto authored on 2016-01-25
776
  border-radius:3px 3px 0 0;
777
}
778

            
779
.project-tabs li a {
780
  display:block;
781
  width:100%;
782
  text-decoration:none;
cleanup new label
Yuki Kimoto authored on 2016-07-27
783
  padding:10px 15px 8px 15px;
add code tab
Yuki Kimoto authored on 2016-01-25
784
  text-align:center;
785
  color:#565656;
786
}
787

            
improve tab design
Yuki Kimoto authored on 2016-01-26
788
.project-tabs li.active a {
789
}
790

            
improve admin users page des...
Yuki Kimoto authored on 2016-01-23
791
.admin-users {
display user name and mail i...
Yuki Kimoto authored on 2016-04-07
792
  border-collapse:collapse;
793
  width:100%;
improve admin users page des...
Yuki Kimoto authored on 2016-01-23
794
}
display user name and mail i...
Yuki Kimoto authored on 2016-04-07
795
.admin-users th, .admin-users td {
improve border color
Yuki Kimoto authored on 2016-09-14
796
  border:1px solid #e6e9e6;
display user name and mail i...
Yuki Kimoto authored on 2016-04-07
797
  padding:5px;
improve admin users page des...
Yuki Kimoto authored on 2016-01-23
798
}
display user name and mail i...
Yuki Kimoto authored on 2016-04-07
799
.admin-users th {
800
  font-weight:bold;
801
  text-align:center;
improve admin users page des...
Yuki Kimoto authored on 2016-01-23
802
}
display user name and mail i...
Yuki Kimoto authored on 2016-04-07
803
.admin-users td {
804
  
improve admin users page des...
Yuki Kimoto authored on 2016-01-23
805
}
806

            
display user name and mail i...
Yuki Kimoto authored on 2016-04-07
807
.admin-users form {
808
  display:inline-block;
improve admin users page des...
Yuki Kimoto authored on 2016-01-23
809
}
810

            
improve new page design
Yuki Kimoto authored on 2016-01-21
811
.container {
812
  width: 980px;
813
  margin:0 auto;
814
}
815

            
816
.new-container {
817
  width: 800px;
818
  margin:0 auto;
819
}
820

            
821
.new-title-container {
822
  border-bottom:1px solid #e5e5e5;
823
  margin-top:40px;
824
  margin-bottom:15px;
825
}
826

            
827
.new-readme {
828
  border-bottom:1px solid #e5e5e5;
829
  margin-bottom:16px;
830
}
831

            
832
.new-readme div:first-child {
833
  font-weight:bold;
834
}
835

            
836
.new-readme div:first-child span {
837
  padding-left:5px;
838
}
839

            
840
.new-readme > .last-child {
841
  padding:0px 0px 15px 17px;
842
  color:#767676;
843
}
844

            
845
.new-title {
846
  font-weight:bold;
847
  font-size:19px;
848
  color:#333;
849
  margin-bottom:5px;
850
}
851

            
852
.new-description {
853
  color:#666;
854
  margin-bottom:8px;
855
}
856

            
857
.new-private {
858
  border-bottom:1px solid #e5e5e5;
859
  margin-bottom:16px;
860
}
861

            
862
.new-private li {
863
  padding:5px 0;
864
}
865

            
866
.new-private span {
867
  font-weight:bold;
868
  padding-left:5px;
869
}
870

            
871
.new-private .last-child {
872
  color:#767676;
873
  padding-left:17px;
874
}
875

            
876
.new-repository {
877
  border-bottom:1px solid #e5e5e5;
878
  margin-bottom:5px;
879
}
880

            
881
.new-repository .2th-child {
882

            
883
}
884

            
885
.new-repository .last-child {
886
  margin-bottom:10px;
887
}
888

            
889
.new-repository .last-child input[type=text] {
improve border color
Yuki Kimoto authored on 2016-09-14
890
  border:1px solid #e6e9e6;
improve new page design
Yuki Kimoto authored on 2016-01-21
891
  border-radius: 3px;
892
  padding:6px 5px;
893
  margin:5px 0;
894
  width:100%;
895
}
896

            
897
.new-repository table {
898
  margin-bottom:10px;
899
}
900

            
901
.new-repository td {
902
  padding:0px 0;
903
}
904

            
905
.new-repository input[type=text] {
improve border color
Yuki Kimoto authored on 2016-09-14
906
  border:1px solid #e6e9e6;
improve new page design
Yuki Kimoto authored on 2016-01-21
907
  border-radius: 3px;
908
  padding:6px 5px;
909
  margin:5px 0;
910
  width:350px;
911
}
912

            
improve footer design
Yuki Kimoto authored on 2016-01-04
913
.header {
GitPrep main color become da...
Yuki Kimoto authored on 2016-11-15
914
  background:#004763;
improve footer design
Yuki Kimoto authored on 2016-01-04
915
  overflow:hidden;
916
}
917

            
918
.header-left {
919
  float:left;
920
  width:50%;
921
  overflow:hidden;
922
}
923

            
924
.header-right {
925
  width:50%;
926
  overflow:hidden;
927
}
928

            
929
.title {
930
  float:left;
931
  font-size:19px;
improve header design
Yuki Kimoto authored on 2016-11-21
932
  padding:10px 0 9px 0;
improve footer design
Yuki Kimoto authored on 2016-01-04
933
}
header color become green
Yuki Kimoto authored on 2016-09-13
934
.title a {
935
  color:white;
936
}
937
.title a:hover {
938
  color:white;
939
}
improve footer design
Yuki Kimoto authored on 2016-01-04
940

            
941
.header-search {
942
  float:left;
943
  margin-left:10px;
improve header design
Yuki Kimoto authored on 2016-10-12
944
  padding:6px 0 5px 0;
improve footer design
Yuki Kimoto authored on 2016-01-04
945
}
946

            
947
.header-search input {
948
  padding:4px 5px;
header color become green
Yuki Kimoto authored on 2016-09-13
949
  border:1px solid white;
improve footer design
Yuki Kimoto authored on 2016-01-04
950
}
951

            
952
.header-rigth-container {
953
  float:right;
954
  overflow:hidden;
955
}
956

            
957
.header-btn-container {
958
  float:left;
959
  margin-right:4px;
improve header design
Yuki Kimoto authored on 2016-10-12
960
  padding-top:4px;
improve footer design
Yuki Kimoto authored on 2016-01-04
961
}
962

            
963
.header-login-container {
improve header design
Yuki Kimoto authored on 2016-11-21
964
  padding-top:10px;
improve footer design
Yuki Kimoto authored on 2016-01-04
965
  float:left;
966
}
967

            
header color become green
Yuki Kimoto authored on 2016-09-13
968
.header-login-container a {
969
  color:white;
970
}
971
.header-login-container a:hover {
972
  color:white;
973
}
974

            
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
975
/* Markdown */
cleanup markdown
Yuki Kimoto authored on 2016-02-13
976
.markdown-body{
977
  padding:40px 40px;
978
  
979
  font-family:"Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
980
  font-size:16px;
981
  line-height:1.6;
982
  word-wrap:break-word
983
}
984
.markdown-body:before{
985
  display:table;
986
  content:"";
987
}
988
.markdown-body:after{
989
  display:table;
990
  clear:both;
991
  content:"";
992
}
993
.markdown-body>*:first-child{
994
  margin-top:0 !important
995
}
996
.markdown-body>*:last-child{
997
  margin-bottom:0 !important
998
}
999
.markdown-body a:not([href]){
1000
  color:inherit;
1001
  text-decoration:none;
1002
}
1003
.markdown-body .absent{
1004
  color:#c00;
1005
}
1006
.markdown-body .anchor{
1007
  display:inline-block;
1008
  padding-right:2px;
1009
  margin-left:-18px;
1010
}
1011
.markdown-body .anchor:focus{
1012
  outline:none;
1013
}
1014
.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{
1015
  margin-top:1em;
1016
  margin-bottom:16px;
1017
  font-weight:bold;
1018
  line-height:1.4
1019
}
1020
.markdown-body h1 .octicon-link,.markdown-body h2 .octicon-link,.markdown-body h3 .octicon-link,.markdown-body h4 .octicon-link,.markdown-body h5 .octicon-link,.markdown-body h6 .octicon-link{
1021
  color:#000;
1022
  vertical-align:middle;
1023
  visibility:hidden
1024
}
1025
.markdown-body h1:hover .anchor,.markdown-body h2:hover .anchor,.markdown-body h3:hover .anchor,.markdown-body h4:hover .anchor,.markdown-body h5:hover .anchor,.markdown-body h6:hover .anchor{
1026
  text-decoration:none
1027
}
1028
.markdown-body h1:hover .anchor .octicon-link,.markdown-body h2:hover .anchor .octicon-link,.markdown-body h3:hover .anchor .octicon-link,.markdown-body h4:hover .anchor .octicon-link,.markdown-body h5:hover .anchor .octicon-link,.markdown-body h6:hover .anchor .octicon-link{
1029
  visibility:visible
1030
}
1031
.markdown-body h1 tt,.markdown-body h1 code,.markdown-body h2 tt,.markdown-body h2 code,.markdown-body h3 tt,.markdown-body h3 code,.markdown-body h4 tt,.markdown-body h4 code,.markdown-body h5 tt,.markdown-body h5 code,.markdown-body h6 tt,.markdown-body h6 code{
1032
  font-size:inherit
1033
}
1034
.markdown-body h1{
1035
  padding-bottom:0.3em;
1036
  font-size:2.25em;
1037
  line-height:1.2;
1038
  border-bottom:1px solid #eee
1039
}
1040
.markdown-body h1 .anchor{
1041
  line-height:1
1042
}
1043
.markdown-body h2{
1044
  padding-bottom:0.3em;
1045
  font-size:1.75em;
1046
  line-height:1.225;
1047
  border-bottom:1px solid #eee
1048
}
1049
.markdown-body h2 .anchor{
1050
  line-height:1
1051
}
1052
.markdown-body h3{
1053
  font-size:1.5em;
1054
  line-height:1.43
1055
}
1056
.markdown-body h3 .anchor{
1057
  line-height:1.2
1058
}
1059
.markdown-body h4{
1060
  font-size:1.25em
1061
}
1062
.markdown-body h4 .anchor{
1063
  line-height:1.2
1064
}
1065
.markdown-body h5{
1066
  font-size:1em
1067
}
1068
.markdown-body h5 .anchor{
1069
  line-height:1.1
1070
}
1071
.markdown-body h6{
1072
  font-size:1em;
1073
  color:#777
1074
}
1075
.markdown-body h6 .anchor{
1076
  line-height:1.1
1077
}
1078
.markdown-body p,.markdown-body blockquote,.markdown-body ul,.markdown-body ol,.markdown-body dl,.markdown-body table,.markdown-body pre{
1079
  margin-top:0;
1080
  margin-bottom:16px
1081
}
1082
.markdown-body hr{
1083
  height:4px;
1084
  padding:0;
1085
  margin:16px 0;
1086
  background-color:#e7e7e7;
1087
  border:0 none
1088
}
1089
.markdown-body ul,.markdown-body ol{
1090
  padding-left:2em
1091
}
1092
.markdown-body ul.no-list,.markdown-body ol.no-list{
1093
  padding:0;
1094
  list-style-type:none
1095
}
1096
.markdown-body ul ul,.markdown-body ul ol,.markdown-body ol ol,.markdown-body ol ul{
1097
  margin-top:0;
1098
  margin-bottom:0
1099
}
fix list style
Yuki Kimoto authored on 2016-08-03
1100
.markdown-body ul li {
1101
  list-style:disc;
1102
}
1103

            
cleanup markdown
Yuki Kimoto authored on 2016-02-13
1104
.markdown-body li>p{
1105
  margin-top:16px
1106
}
1107
.markdown-body dl{
1108
  padding:0
1109
}
1110
.markdown-body dl dt{
1111
  padding:0;
1112
  margin-top:16px;
1113
  font-size:1em;
1114
  font-style:italic;
1115
  font-weight:bold
1116
}
1117
.markdown-body dl dd{
1118
  padding:0 16px;
1119
  margin-bottom:16px
1120
}
1121
.markdown-body blockquote{
1122
  padding:0 15px;
1123
  color:#777;
1124
  border-left:4px solid #ddd
1125
}
1126
.markdown-body blockquote>:first-child{
1127
  margin-top:0
1128
}
1129
.markdown-body blockquote>:last-child{
1130
  margin-bottom:0
1131
}
1132
.markdown-body table{
1133
  display:block;
1134
  width:100%;
1135
  overflow:auto;
1136
  word-break:normal;
1137
  word-break:keep-all
1138
}
1139
.markdown-body table th{
1140
  font-weight:bold
1141
}
1142
.markdown-body table th,.markdown-body table td{
1143
  padding:6px 13px;
1144
  border:1px solid #ddd
1145
}
1146
.markdown-body table tr{
1147
  background-color:#fff;
1148
  border-top:1px solid #ccc
1149
}
1150
.markdown-body table tr:nth-child(2n){
1151
  background-color:#f8f8f8
1152
}
1153
.markdown-body img{
1154
  max-width:100%;
1155
  box-sizing:content-box;
1156
  background-color:#fff
1157
}
1158
.markdown-body img[align=right]{
1159
  padding-left:20px
1160
}
1161
.markdown-body img[align=left]{
1162
  padding-right:20px
1163
}
1164
.markdown-body .emoji{
1165
  max-width:none
1166
}
1167
.markdown-body span.frame{
1168
  display:block;
1169
  overflow:hidden
1170
}
1171
.markdown-body span.frame>span{
1172
  display:block;
1173
  float:left;
1174
  width:auto;
1175
  padding:7px;
1176
  margin:13px 0 0;
1177
  overflow:hidden;
1178
  border:1px solid #ddd
1179
}
1180
.markdown-body span.frame span img{
1181
  display:block;
1182
  float:left
1183
}
1184
.markdown-body span.frame span span{
1185
  display:block;
1186
  padding:5px 0 0;
1187
  clear:both;
1188
  color:#333
1189
}
1190
.markdown-body span.align-center{
1191
  display:block;
1192
  overflow:hidden;
1193
  clear:both
1194
}
1195
.markdown-body span.align-center>span{
1196
  display:block;
1197
  margin:13px auto 0;
1198
  overflow:hidden;
1199
  text-align:center
1200
}
1201
.markdown-body span.align-center span img{
1202
  margin:0 auto;
1203
  text-align:center
1204
}
1205
.markdown-body span.align-right{
1206
  display:block;
1207
  overflow:hidden;
1208
  clear:both
1209
}
1210
.markdown-body span.align-right>span{
1211
  display:block;
1212
  margin:13px 0 0;
1213
  overflow:hidden;
1214
  text-align:right
1215
}
1216
.markdown-body span.align-right span img{
1217
  margin:0;
1218
  text-align:right
1219
}
1220
.markdown-body span.float-left{
1221
  display:block;
1222
  float:left;
1223
  margin-right:13px;
1224
  overflow:hidden
1225
}
1226
.markdown-body span.float-left span{
1227
  margin:13px 0 0
1228
}
1229
.markdown-body span.float-right{
1230
  display:block;
1231
  float:right;
1232
  margin-left:13px;
1233
  overflow:hidden
1234
}
1235
.markdown-body span.float-right>span{
1236
  display:block;
1237
  margin:13px auto 0;
1238
  overflow:hidden;
1239
  text-align:right
1240
}
1241
.markdown-body code,.markdown-body tt{
1242
  padding:0;
1243
  padding-top:0.2em;
1244
  padding-bottom:0.2em;
1245
  margin:0;
1246
  font-size:85%;
1247
  background-color:rgba(0,0,0,0.04);
1248
  border-radius:3px
1249
}
1250
.markdown-body code:before,.markdown-body code:after,.markdown-body tt:before,.markdown-body tt:after{
1251
  letter-spacing:-0.2em;
1252
  content:"\00a0"
1253
}
1254
.markdown-body code br,.markdown-body tt br{
1255
  display:none
1256
}
1257
.markdown-body del code{
1258
  text-decoration:inherit
1259
}
1260
.markdown-body pre>code{
1261
  padding:0;
1262
  margin:0;
1263
  font-size:100%;
1264
  word-break:normal;
1265
  white-space:pre;
1266
  background:transparent;
1267
  border:0
1268
}
1269
.markdown-body .highlight{
1270
  margin-bottom:16px
1271
}
1272
.markdown-body .highlight pre,.markdown-body pre{
1273
  padding:16px;
1274
  overflow:auto;
1275
  font-size:85%;
1276
  line-height:1.45;
1277
  background-color:#f7f7f7;
1278
  border-radius:3px
1279
}
1280
.markdown-body .highlight pre{
1281
  margin-bottom:0;
1282
  word-break:normal
1283
}
1284
.markdown-body pre{
1285
  word-wrap:normal
1286
}
1287
.markdown-body pre code,.markdown-body pre tt{
1288
  display:inline;
1289
  max-width:initial;
1290
  padding:0;
1291
  margin:0;
1292
  overflow:initial;
1293
  line-height:inherit;
1294
  word-wrap:normal;
1295
  background-color:transparent;
1296
  border:0
1297
}
1298
.markdown-body pre code:before,.markdown-body pre code:after,.markdown-body pre tt:before,.markdown-body pre tt:after{
1299
  content:normal
1300
}
1301
.markdown-body kbd{
1302
  display:inline-block;
1303
  padding:3px 5px;
1304
  font-size:11px;
1305
  line-height:10px;
1306
  color:#555;
1307
  vertical-align:middle;
1308
  background-color:#fcfcfc;
1309
  border:solid 1px #ccc;
1310
  border-bottom-color:#bbb;
1311
  border-radius:3px;
1312
  box-shadow:inset 0 -1px 0 #bbb
1313
}
1314
.markdown-body blockquote{
1315
  padding:0 0 0 40px;
1316
  border:0 none
1317
}
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
1318

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1319
/* icon */
1320
[class^="icon-"],
1321
[class*=" icon-"] {
cleanup bootstrap
Yuki Kimoto authored on 2015-12-24
1322
  display: inline-block;
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1323
  width: 14px;
1324
  height: 14px;
1325
  margin-top: 1px;
1326
  *margin-right: .3em;
1327
  line-height: 14px;
1328
  vertical-align: text-top;
cleanup icon
Yuki Kimoto authored on 2016-01-06
1329
  background-image: url("../image/glyphicons-halflings.png");
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1330
  background-position: 14px 14px;
1331
  background-repeat: no-repeat;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1332
}
1333

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1334
.icon-glass {
1335
  background-position: 0      0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1336
}
1337

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1338
.icon-music {
1339
  background-position: -24px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1340
}
1341

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1342
.icon-search {
1343
  background-position: -48px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1344
}
1345

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1346
.icon-envelope {
1347
  background-position: -72px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1348
}
1349

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1350
.icon-heart {
1351
  background-position: -96px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1352
}
1353

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1354
.icon-star {
1355
  background-position: -120px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1356
}
1357

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1358
.icon-star-empty {
1359
  background-position: -144px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1360
}
1361

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1362
.icon-user {
1363
  background-position: -168px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1364
}
1365

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1366
.icon-film {
1367
  background-position: -192px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1368
}
1369

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1370
.icon-th-large {
1371
  background-position: -216px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1372
}
1373

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1374
.icon-th {
1375
  background-position: -240px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1376
}
1377

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1378
.icon-th-list {
1379
  background-position: -264px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1380
}
1381

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1382
.icon-ok {
1383
  background-position: -288px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1384
}
1385

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1386
.icon-remove {
1387
  background-position: -312px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1388
}
1389

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1390
.icon-zoom-in {
1391
  background-position: -336px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1392
}
1393

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1394
.icon-zoom-out {
1395
  background-position: -360px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1396
}
1397

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1398
.icon-off {
1399
  background-position: -384px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1400
}
1401

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1402
.icon-signal {
1403
  background-position: -408px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1404
}
1405

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1406
.icon-cog {
1407
  background-position: -432px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1408
}
1409

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1410
.icon-trash {
1411
  background-position: -456px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1412
}
1413

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1414
.icon-home {
1415
  background-position: 0 -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1416
}
1417

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1418
.icon-file {
1419
  background-position: -24px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1420
}
1421

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1422
.icon-time {
1423
  background-position: -48px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1424
}
1425

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1426
.icon-road {
1427
  background-position: -72px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1428
}
1429

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1430
.icon-download-alt {
1431
  background-position: -96px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1432
}
1433

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1434
.icon-download {
1435
  background-position: -120px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1436
}
1437

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1438
.icon-upload {
1439
  background-position: -144px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1440
}
1441

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1442
.icon-inbox {
1443
  background-position: -168px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1444
}
1445

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1446
.icon-play-circle {
1447
  background-position: -192px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1448
}
1449

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1450
.icon-repeat {
1451
  background-position: -216px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1452
}
1453

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1454
.icon-refresh {
1455
  background-position: -240px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1456
}
1457

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1458
.icon-list-alt {
1459
  background-position: -264px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1460
}
1461

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1462
.icon-lock {
1463
  background-position: -287px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1464
}
1465

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1466
.icon-flag {
1467
  background-position: -312px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1468
}
1469

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1470
.icon-headphones {
1471
  background-position: -336px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1472
}
1473

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1474
.icon-volume-off {
1475
  background-position: -360px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1476
}
1477

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1478
.icon-volume-down {
1479
  background-position: -384px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1480
}
1481

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1482
.icon-volume-up {
1483
  background-position: -408px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1484
}
1485

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1486
.icon-qrcode {
1487
  background-position: -432px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1488
}
1489

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1490
.icon-barcode {
1491
  background-position: -456px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1492
}
1493

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1494
.icon-tag {
1495
  background-position: 0 -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1496
}
1497

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1498
.icon-tags {
1499
  background-position: -25px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1500
}
1501

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1502
.icon-book {
1503
  background-position: -48px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1504
}
1505

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1506
.icon-bookmark {
1507
  background-position: -72px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1508
}
1509

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1510
.icon-print {
1511
  background-position: -96px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1512
}
1513

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1514
.icon-camera {
1515
  background-position: -120px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1516
}
1517

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1518
.icon-font {
1519
  background-position: -144px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1520
}
1521

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1522
.icon-bold {
1523
  background-position: -167px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1524
}
1525

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1526
.icon-italic {
1527
  background-position: -192px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1528
}
1529

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1530
.icon-text-height {
1531
  background-position: -216px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1532
}
1533

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1534
.icon-text-width {
1535
  background-position: -240px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1536
}
1537

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1538
.icon-align-left {
1539
  background-position: -264px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1540
}
1541

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1542
.icon-align-center {
1543
  background-position: -288px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1544
}
1545

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1546
.icon-align-right {
1547
  background-position: -312px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1548
}
1549

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1550
.icon-align-justify {
1551
  background-position: -336px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1552
}
1553

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1554
.icon-list {
1555
  background-position: -360px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1556
}
1557

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1558
.icon-indent-left {
1559
  background-position: -384px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1560
}
1561

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1562
.icon-indent-right {
1563
  background-position: -408px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1564
}
1565

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1566
.icon-facetime-video {
1567
  background-position: -432px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1568
}
1569

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1570
.icon-picture {
1571
  background-position: -456px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1572
}
1573

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1574
.icon-pencil {
1575
  background-position: 0 -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1576
}
1577

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1578
.icon-map-marker {
1579
  background-position: -24px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1580
}
1581

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1582
.icon-adjust {
1583
  background-position: -48px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1584
}
1585

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1586
.icon-tint {
1587
  background-position: -72px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1588
}
1589

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1590
.icon-edit {
1591
  background-position: -96px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1592
}
1593

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1594
.icon-share {
1595
  background-position: -120px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1596
}
1597

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1598
.icon-check {
1599
  background-position: -144px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1600
}
1601

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1602
.icon-move {
1603
  background-position: -168px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1604
}
1605

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1606
.icon-step-backward {
1607
  background-position: -192px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1608
}
1609

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1610
.icon-fast-backward {
1611
  background-position: -216px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1612
}
1613

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1614
.icon-backward {
1615
  background-position: -240px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1616
}
1617

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1618
.icon-play {
1619
  background-position: -264px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1620
}
1621

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1622
.icon-pause {
1623
  background-position: -288px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1624
}
1625

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1626
.icon-stop {
1627
  background-position: -312px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1628
}
1629

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1630
.icon-forward {
1631
  background-position: -336px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1632
}
1633

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1634
.icon-fast-forward {
1635
  background-position: -360px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1636
}
1637

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1638
.icon-step-forward {
1639
  background-position: -384px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1640
}
1641

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1642
.icon-eject {
1643
  background-position: -408px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1644
}
1645

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1646
.icon-chevron-left {
1647
  background-position: -432px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1648
}
1649

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1650
.icon-chevron-right {
1651
  background-position: -456px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1652
}
1653

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1654
.icon-plus-sign {
1655
  background-position: 0 -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1656
}
1657

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1658
.icon-minus-sign {
1659
  background-position: -24px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1660
}
1661

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1662
.icon-remove-sign {
1663
  background-position: -48px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1664
}
1665

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1666
.icon-ok-sign {
1667
  background-position: -72px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1668
}
1669

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1670
.icon-question-sign {
1671
  background-position: -96px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1672
}
1673

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1674
.icon-info-sign {
1675
  background-position: -120px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1676
}
1677

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1678
.icon-screenshot {
1679
  background-position: -144px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1680
}
1681

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1682
.icon-remove-circle {
1683
  background-position: -168px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1684
}
1685

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1686
.icon-ok-circle {
1687
  background-position: -192px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1688
}
1689

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1690
.icon-ban-circle {
1691
  background-position: -216px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1692
}
1693

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1694
.icon-arrow-left {
1695
  background-position: -240px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1696
}
1697

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1698
.icon-arrow-right {
1699
  background-position: -264px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1700
}
1701

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1702
.icon-arrow-up {
1703
  background-position: -289px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1704
}
1705

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1706
.icon-arrow-down {
1707
  background-position: -312px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1708
}
1709

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1710
.icon-share-alt {
1711
  background-position: -336px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1712
}
1713

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1714
.icon-resize-full {
1715
  background-position: -360px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1716
}
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1717

            
1718
.icon-resize-small {
1719
  background-position: -384px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1720
}
1721

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1722
.icon-plus {
1723
  background-position: -408px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1724
}
1725

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1726
.icon-minus {
1727
  background-position: -433px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1728
}
1729

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1730
.icon-asterisk {
1731
  background-position: -456px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1732
}
1733

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1734
.icon-exclamation-sign {
1735
  background-position: 0 -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1736
}
1737

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1738
.icon-gift {
1739
  background-position: -24px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1740
}
1741

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1742
.icon-leaf {
1743
  background-position: -48px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1744
}
1745

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1746
.icon-fire {
1747
  background-position: -72px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1748
}
1749

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1750
.icon-eye-open {
1751
  background-position: -96px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1752
}
1753

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1754
.icon-eye-close {
1755
  background-position: -120px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1756
}
1757

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1758
.icon-warning-sign {
1759
  background-position: -144px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1760
}
1761

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1762
.icon-plane {
1763
  background-position: -168px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1764
}
1765

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1766
.icon-calendar {
1767
  background-position: -192px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1768
}
1769

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1770
.icon-random {
1771
  width: 16px;
1772
  background-position: -216px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1773
}
1774

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1775
.icon-comment {
1776
  background-position: -240px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1777
}
1778

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1779
.icon-magnet {
1780
  background-position: -264px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1781
}
1782

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1783
.icon-chevron-up {
1784
  background-position: -288px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1785
}
1786

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1787
.icon-chevron-down {
1788
  background-position: -313px -119px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1789
}
1790

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1791
.icon-retweet {
1792
  background-position: -336px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1793
}
1794

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1795
.icon-shopping-cart {
1796
  background-position: -360px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1797
}
1798

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1799
.icon-folder-close {
1800
  width: 16px;
1801
  background-position: -384px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1802
}
1803

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1804
.icon-folder-open {
1805
  width: 16px;
1806
  background-position: -408px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1807
}
1808

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1809
.icon-resize-vertical {
1810
  background-position: -432px -119px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1811
}
1812

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1813
.icon-resize-horizontal {
1814
  background-position: -456px -118px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1815
}
1816

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1817
.icon-hdd {
1818
  background-position: 0 -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1819
}
1820

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1821
.icon-bullhorn {
1822
  background-position: -24px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1823
}
1824

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1825
.icon-bell {
1826
  background-position: -48px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1827
}
1828

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1829
.icon-certificate {
1830
  background-position: -72px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1831
}
1832

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1833
.icon-thumbs-up {
1834
  background-position: -96px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1835
}
1836

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1837
.icon-thumbs-down {
1838
  background-position: -120px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1839
}
1840

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1841
.icon-hand-right {
1842
  background-position: -144px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1843
}
1844

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1845
.icon-hand-left {
1846
  background-position: -168px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1847
}
1848

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1849
.icon-hand-up {
1850
  background-position: -192px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1851
}
1852

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1853
.icon-hand-down {
1854
  background-position: -216px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1855
}
1856

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1857
.icon-circle-arrow-right {
1858
  background-position: -240px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1859
}
1860

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1861
.icon-circle-arrow-left {
1862
  background-position: -264px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1863
}
1864

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1865
.icon-circle-arrow-up {
1866
  background-position: -288px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1867
}
1868

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1869
.icon-circle-arrow-down {
1870
  background-position: -312px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1871
}
1872

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1873
.icon-globe {
1874
  background-position: -336px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1875
}
1876

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1877
.icon-wrench {
1878
  background-position: -360px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1879
}
1880

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1881
.icon-tasks {
1882
  background-position: -384px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1883
}
1884

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1885
.icon-filter {
1886
  background-position: -408px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1887
}
1888

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1889
.icon-briefcase {
1890
  background-position: -432px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1891
}
1892

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1893
.icon-fullscreen {
1894
  background-position: -456px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1895
}
1896

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1897
/* button */
1898
.close {
1899
  float: right;
1900
  font-size: 20px;
1901
  font-weight: bold;
1902
  line-height: 20px;
1903
  color: #000000;
1904
  text-shadow: 0 1px 0 #ffffff;
1905
  opacity: 0.2;
1906
  filter: alpha(opacity=20);
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1907
}
1908

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1909
.close:hover,
1910
.close:focus {
1911
  color: #000000;
1912
  text-decoration: none;
1913
  cursor: pointer;
1914
  opacity: 0.4;
1915
  filter: alpha(opacity=40);
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1916
}
1917

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1918
button.close {
1919
  padding: 0;
1920
  cursor: pointer;
1921
  background: transparent;
1922
  border: 0;
1923
  -webkit-appearance: none;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1924
}
1925

            
improve header design
Yuki Kimoto authored on 2016-11-21
1926
.btn, .btn:visited {
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1927
  display: inline-block;
improve branch header design
Yuki Kimoto authored on 2016-11-29
1928
  padding: 4px 12px 3px 12px;
1929
  font-size: 11px;
improve header design
Yuki Kimoto authored on 2016-11-21
1930
  color:#395582;
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1931
  text-align: center;
1932
  cursor: pointer;
1933
  border: 1px solid #cccccc;
improve branch select design
Yuki Kimoto authored on 2016-01-04
1934
  border-radius: 4px;
improve header design
Yuki Kimoto authored on 2016-11-21
1935
  background: -moz-linear-gradient(top,#FFF 0%,#EEE);
1936
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
improve branch header design
Yuki Kimoto authored on 2016-11-29
1937
  height:26px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1938
}
improve header design
Yuki Kimoto authored on 2016-11-21
1939

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1940
.btn:hover,
1941
.btn:focus,
1942
.btn:active,
1943
.btn.active,
1944
.btn.disabled,
1945
.btn[disabled] {
improve header design
Yuki Kimoto authored on 2016-11-21
1946
  background:#eff2f4;
1947
  text-decoration:none;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1948
}
1949

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1950
.btn.disabled,
1951
.btn[disabled] {
1952
  cursor: default;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1953
}
1954

            
improve button design
Yuki Kimoto authored on 2016-11-30
1955
.btn-fork, .btn-new {
improve fork button design
Yuki Kimoto authored on 2016-11-30
1956
  font-size:13px;
1957
  padding:5px 20px;
1958
  height:28px;
1959
}
1960

            
improve button design
Yuki Kimoto authored on 2016-11-30
1961
.btn-delete {
1962
  padding:1px 10px;
1963
  height:20px;
1964
}
1965

            
improve branch select design
Yuki Kimoto authored on 2016-01-06
1966
.btn-primary {
1967
  color: #ffffff;
1968
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
1969
  background-color: #006dcc;
1970
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
1971
  background-repeat: repeat-x;
1972
  border-color: #0044cc #0044cc #002a80;
1973
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1974
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
1975
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
1976
}
1977

            
1978
.btn-primary:hover,
1979
.btn-primary:focus,
1980
.btn-primary:active,
1981
.btn-primary.active,
1982
.btn-primary.disabled,
1983
.btn-primary[disabled] {
1984
  color: #ffffff;
1985
  background-color: #0044cc;
1986
}
1987

            
1988
.btn-primary:active,
1989
.btn-primary.active {
improve header design
Yuki Kimoto authored on 2016-11-21
1990
  background-color: #003399;
improve branch select design
Yuki Kimoto authored on 2016-01-06
1991
}
1992

            
1993
.btn-info {
1994
  color: #ffffff;
1995
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
1996
  background-color: #49afcd;
1997
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
1998
  background-repeat: repeat-x;
1999
  border-color: #2f96b4 #2f96b4 #1f6377;
2000
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2001
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
2002
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
2003
}
2004

            
2005
.btn-info:hover,
2006
.btn-info:focus,
2007
.btn-info:active,
2008
.btn-info.active,
2009
.btn-info.disabled,
2010
.btn-info[disabled] {
2011
  color: #ffffff;
2012
  background-color: #2f96b4;
2013
}
2014

            
rename btn-success to btn-gr...
Yuki Kimoto authored on 2016-11-30
2015
.btn-green {
improve login page design
Yuki Kimoto authored on 2016-01-16
2016
  color: #ffffff;
2017
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
2018
  background-color: #5bb75b;
2019
  background-image: linear-gradient(to bottom, #62c462, #51a351);
2020
  background-repeat: repeat-x;
2021
  border-color: #51a351 #51a351 #387038;
2022
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2023
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
2024
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
2025
}
2026

            
rename btn-success to btn-gr...
Yuki Kimoto authored on 2016-11-30
2027
.btn-green:hover,
2028
.btn-green:focus,
2029
.btn-green:active,
2030
.btn-green.active,
2031
.btn-green.disabled,
2032
.btn-green[disabled] {
improve login page design
Yuki Kimoto authored on 2016-01-16
2033
  color: #ffffff;
2034
  background-color: #51a351;
2035
}
2036

            
rename btn-success to btn-gr...
Yuki Kimoto authored on 2016-11-30
2037
.btn-green:active,
2038
.btn-green.active {
improve header design
Yuki Kimoto authored on 2016-11-21
2039
  background-color: #408140;
improve login page design
Yuki Kimoto authored on 2016-01-16
2040
}
2041

            
improve settings page design
Yuki Kimoto authored on 2016-01-18
2042
.btn-danger {
2043
  color: #ffffff;
2044
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
2045
  background-color: #da4f49;
2046
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
2047
  background-repeat: repeat-x;
2048
  border-color: #bd362f #bd362f #802420;
2049
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2050
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
2051
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
2052
}
2053

            
2054
.btn-danger:hover,
2055
.btn-danger:focus,
2056
.btn-danger:active,
2057
.btn-danger.active,
2058
.btn-danger.disabled,
2059
.btn-danger[disabled] {
2060
  color: #ffffff;
2061
  background-color: #bd362f;
2062
}
2063

            
2064
.btn-danger:active,
2065
.btn-danger.active {
improve header design
Yuki Kimoto authored on 2016-11-21
2066
  background-color: #942a25;
improve settings page design
Yuki Kimoto authored on 2016-01-18
2067
}
2068

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2069
/* alert */
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2070
.alert {
2071
  padding: 8px 35px 8px 14px;
2072
  margin-bottom: 20px;
2073
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
2074
  background-color: #fcf8e3;
2075
  border: 1px solid #fbeed5;
improve branch select design
Yuki Kimoto authored on 2016-01-04
2076
  border-radius: 4px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2077
}
2078

            
2079
.alert,
2080
.alert h4 {
2081
  color: #c09853;
2082
}
2083

            
2084
.alert h4 {
2085
  margin: 0;
2086
}
2087

            
2088
.alert .close {
2089
  position: relative;
2090
  top: -2px;
2091
  right: -21px;
2092
  line-height: 20px;
2093
}
2094

            
2095
.alert-success {
2096
  color: #468847;
2097
  background-color: #dff0d8;
2098
  border-color: #d6e9c6;
2099
}
2100

            
2101
.alert-success h4 {
2102
  color: #468847;
2103
}
2104

            
2105
.alert-danger,
2106
.alert-error {
2107
  color: #b94a48;
2108
  background-color: #f2dede;
2109
  border-color: #eed3d7;
2110
}
2111

            
2112
.alert-danger h4,
2113
.alert-error h4 {
2114
  color: #b94a48;
2115
}
2116

            
2117
.alert-info {
2118
  color: #3a87ad;
2119
  background-color: #d9edf7;
2120
  border-color: #bce8f1;
2121
}
2122

            
2123
.alert-info h4 {
2124
  color: #3a87ad;
2125
}
2126

            
2127
.alert-block {
2128
  padding-top: 14px;
2129
  padding-bottom: 14px;
2130
}
2131

            
2132
.alert-block > p,
2133
.alert-block > ul {
2134
  margin-bottom: 0;
2135
}
2136

            
2137
.alert-block p + p {
2138
  margin-top: 5px;
2139
}
2140

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2141
/* tab box */
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2142
.nav {
2143
  margin-bottom: 20px;
2144
  margin-left: 0;
2145
  list-style: none;
2146
}
2147

            
2148
.nav > li > a {
2149
  display: block;
2150
}
2151

            
2152
.nav > li > a:hover,
2153
.nav > li > a:focus {
2154
  text-decoration: none;
2155
  background-color: #eeeeee;
2156
}
2157

            
2158
.nav > li > a > img {
2159
  max-width: none;
2160
}
2161

            
2162
.nav > .pull-right {
2163
  float: right;
2164
}
2165

            
2166
.nav-tabs:before,
cleanup css
Yuki Kimoto authored on 2016-01-27
2167
.nav-tabs:after {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2168
  display: table;
2169
  line-height: 0;
2170
  content: "";
2171
}
2172

            
cleanup css
Yuki Kimoto authored on 2016-01-27
2173
.nav-tabs:after {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2174
  clear: both;
2175
}
2176

            
cleanup css
Yuki Kimoto authored on 2016-01-27
2177
.nav-tabs > li {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2178
  float: left;
2179
}
2180

            
cleanup css
Yuki Kimoto authored on 2016-01-27
2181
.nav-tabs > li > a {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2182
  padding-right: 12px;
2183
  padding-left: 12px;
2184
  margin-right: 2px;
2185
  line-height: 14px;
2186
}
2187

            
2188
.nav-tabs {
2189
  border-bottom: 1px solid #ddd;
2190
}
2191

            
2192
.nav-tabs > li {
2193
  margin-bottom: -1px;
2194
}
2195

            
2196
.nav-tabs > li > a {
2197
  padding-top: 8px;
2198
  padding-bottom: 8px;
2199
  line-height: 20px;
2200
  border: 1px solid transparent;
improve branch select design
Yuki Kimoto authored on 2016-01-04
2201
  border-radius: 4px 4px 0 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2202
}
2203

            
2204
.nav-tabs > li > a:hover,
2205
.nav-tabs > li > a:focus {
2206
  border-color: #eeeeee #eeeeee #dddddd;
2207
}
2208

            
2209
.nav-tabs > .active > a,
2210
.nav-tabs > .active > a:hover,
2211
.nav-tabs > .active > a:focus {
2212
  color: #555555;
2213
  cursor: default;
2214
  background-color: #ffffff;
2215
  border: 1px solid #ddd;
2216
  border-bottom-color: transparent;
2217
}
2218

            
2219
.nav-stacked > li {
2220
  float: none;
2221
}
2222

            
2223
.nav-stacked > li > a {
2224
  margin-right: 0;
2225
}
2226

            
2227
.nav-tabs.nav-stacked {
2228
  border-bottom: 0;
2229
}
2230

            
2231
.nav-tabs.nav-stacked > li > a {
2232
  border: 1px solid #ddd;
improve branch select design
Yuki Kimoto authored on 2016-01-04
2233
  border-radius: 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2234
}
2235

            
2236
.nav-tabs.nav-stacked > li:first-child > a {
improve branch select design
Yuki Kimoto authored on 2016-01-04
2237
  border-top-right-radius: 4px;
2238
  border-top-left-radius: 4px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2239
}
2240

            
2241
.nav-tabs.nav-stacked > li:last-child > a {
improve branch select design
Yuki Kimoto authored on 2016-01-04
2242
  border-bottom-right-radius: 4px;
2243
  border-bottom-left-radius: 4px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2244
}
2245

            
2246
.nav-tabs.nav-stacked > li > a:hover,
2247
.nav-tabs.nav-stacked > li > a:focus {
2248
  z-index: 2;
2249
  border-color: #ddd;
2250
}
2251

            
2252
.nav-tabs .dropdown-menu {
improve branch select design
Yuki Kimoto authored on 2016-01-04
2253
  border-radius: 0 0 6px 6px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2254
}
2255

            
2256

            
2257

            
2258
.nav > .dropdown.active > a:hover,
2259
.nav > .dropdown.active > a:focus {
2260
  cursor: pointer;
2261
}
2262

            
2263
.nav > li.dropdown.open.active > a:hover,
2264
.nav > li.dropdown.open.active > a:focus {
2265
  color: #ffffff;
2266
  background-color: #999999;
2267
  border-color: #999999;
2268
}
2269

            
2270
.nav li.dropdown.open .caret,
2271
.nav li.dropdown.open.active .caret,
2272
.nav li.dropdown.open a:hover .caret,
2273
.nav li.dropdown.open a:focus .caret {
2274
  border-top-color: #ffffff;
2275
  border-bottom-color: #ffffff;
2276
  opacity: 1;
2277
  filter: alpha(opacity=100);
2278
}
2279

            
2280
.tab-content {
2281
  overflow: auto;
2282
}
2283

            
cleanup css
Yuki Kimoto authored on 2016-01-27
2284
.tab-content > .tab-pane {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2285
  display: none;
2286
}
2287

            
cleanup css
Yuki Kimoto authored on 2016-01-27
2288
.tab-content > .active {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2289
  display: block;
2290
}
2291

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2292
/* bread */
2293
.breadcrumb {
improve tab design
Yuki Kimoto authored on 2016-01-26
2294
  margin-bottom:10px;
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2295
  list-style: none;
2296
  background-color: #f5f5f5;
improve branch select design
Yuki Kimoto authored on 2016-01-04
2297
  border-radius: 4px;
improve tab design
Yuki Kimoto authored on 2016-01-26
2298
  font-size:18px;
improve tab design
Yuki Kimoto authored on 2016-01-26
2299
  background:none;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2300
}
2301

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2302
.breadcrumb > li {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2303
  display: inline-block;
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2304
  *display: inline;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2305
  text-shadow: 0 1px 0 #ffffff;
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2306
  *zoom: 1;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2307
}
2308

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2309
.breadcrumb > li > .divider {
2310
  padding: 0 5px;
2311
  color: #ccc;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2312
}
2313

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2314
.breadcrumb > .active {
2315
  color: #999999;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2316
}
2317

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2318
/* mordal dialog box */
2319
.modal-backdrop {
2320
  position: fixed;
2321
  top: 0;
2322
  right: 0;
2323
  bottom: 0;
2324
  left: 0;
2325
  z-index: 1040;
2326
  background-color: #000000;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2327
}
2328

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2329
.modal-backdrop.fade {
2330
  opacity: 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2331
}
2332

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2333
.modal-backdrop,
2334
.modal-backdrop.fade.in {
2335
  opacity: 0.8;
2336
  filter: alpha(opacity=80);
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2337
}
2338

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2339
.modal {
2340
  position: fixed;
2341
  top: 10%;
2342
  left: 50%;
2343
  z-index: 1050;
2344
  width: 560px;
2345
  margin-left: -280px;
2346
  background-color: #ffffff;
2347
  border: 1px solid #999;
2348
  border: 1px solid rgba(0, 0, 0, 0.3);
improve branch select design
Yuki Kimoto authored on 2016-01-04
2349
  border-radius: 6px;
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2350
  outline: none;
improve branch select design
Yuki Kimoto authored on 2016-01-04
2351
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
2352
  background-clip: padding-box;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2353
}
2354

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2355
.modal.fade {
2356
  top: -25%;
improve branch select design
Yuki Kimoto authored on 2016-01-04
2357
  transition: opacity 0.3s linear, top 0.3s ease-out;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2358
}
2359

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2360
.modal.fade.in {
2361
  top: 10%;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2362
}
2363

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2364
.modal-header {
2365
  padding: 9px 15px;
2366
  border-bottom: 1px solid #eee;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2367
}
2368

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2369
.modal-header .close {
2370
  margin-top: 2px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2371
}
2372

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2373
.modal-header h3 {
2374
  margin: 0;
2375
  line-height: 30px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2376
}
2377

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2378
.modal-body {
2379
  position: relative;
2380
  max-height: 400px;
2381
  padding: 15px;
2382
  overflow-y: auto;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2383
}
2384

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2385
.modal-form {
2386
  margin-bottom: 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2387
}
2388

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2389
.modal-footer {
2390
  padding: 14px 15px 15px;
2391
  margin-bottom: 0;
2392
  text-align: right;
2393
  background-color: #f5f5f5;
2394
  border-top: 1px solid #ddd;
improve branch select design
Yuki Kimoto authored on 2016-01-04
2395
  border-radius: 0 0 6px 6px;
2396
  box-shadow: inset 0 1px 0 #ffffff;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2397
}
2398

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2399
.modal-footer:before,
2400
.modal-footer:after {
2401
  display: table;
2402
  line-height: 0;
2403
  content: "";
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2404
}
2405

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2406
.modal-footer:after {
2407
  clear: both;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2408
}
2409

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2410
.modal-footer .btn + .btn {
2411
  margin-bottom: 0;
2412
  margin-left: 5px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2413
}
2414

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2415
.modal-footer .btn-group .btn + .btn {
2416
  margin-left: -1px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2417
}
2418

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2419
.modal-footer .btn-block + .btn-block {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2420
  margin-left: 0;
2421
}
2422

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2423
.hide {
2424
  display: none;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2425
}
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2426
.show {
2427
  display: block;
2428
}
2429
.invisible {
2430
  visibility: hidden;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2431
}
2432

            
cleanup css
Yuki Kimoto authored on 2015-12-26
2433
/* Plain text */
2434
.plain-text {
2435
  background             : white;
2436
  border-radius          : 1px;
2437
  border-top             : none;
2438
  border-top-left-radius : 0;
2439
  font-size              : 16px;
2440
  line-height            : 1.5em;
2441
  padding                : 27px;
2442
}
2443

            
improve top page design
Yuki Kimoto authored on 2015-12-26
2444

            
2445
.topic1 {
improve topic design
Yuki Kimoto authored on 2016-10-12
2446
  font-size:18px;
improve top page design
Yuki Kimoto authored on 2015-12-26
2447
  font-weight:bold;
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
2448
  margin:20px 0 15px 0;
improve topic design
Yuki Kimoto authored on 2016-11-21
2449
  color:#395582;
improve h1 color
Yuki Kimoto authored on 2016-09-13
2450
  padding:4px 6px;
improve topic design
Yuki Kimoto authored on 2016-11-21
2451
  background:#f7f7f7;
improve header design
Yuki Kimoto authored on 2016-10-12
2452
  padding:10px 12px;
improve topic design
Yuki Kimoto authored on 2016-11-21
2453
  border: 1px solid #eaecef;
improve top page design
Yuki Kimoto authored on 2015-12-26
2454
}
improve markdown design
Yuki Kimoto authored on 2015-12-26
2455

            
improve project header desig...
Yuki Kimoto authored on 2015-12-26
2456
.project-header {
fix header design
Yuki Kimoto authored on 2016-11-22
2457
  background:#f7f9f9;
add code tab
Yuki Kimoto authored on 2016-01-25
2458
  border-bottom: none;
improve tab design
Yuki Kimoto authored on 2016-01-26
2459
  margin-bottom:12px;
improve project header desig...
Yuki Kimoto authored on 2015-12-26
2460
  overflow:hidden;
add code tab
Yuki Kimoto authored on 2016-01-25
2461
  padding:14px 0 0 0;
improve header and footer de...
Yuki Kimoto authored on 2016-10-12
2462
  border-top:#CCCCCC 1px solid;
improve project header desig...
Yuki Kimoto authored on 2015-12-26
2463
}
2464

            
2465
.project-header-left {
2466
  float:left;
cleanup import_branch
Yuki Kimoto authored on 2016-04-16
2467
  width:80%;
improve project header desig...
Yuki Kimoto authored on 2015-12-26
2468
  overflow:hidden;
2469
}
2470

            
2471
.project-header-right {
2472
  float:left;
cleanup import_branch
Yuki Kimoto authored on 2016-04-16
2473
  width:20%;
improve project header desig...
Yuki Kimoto authored on 2015-12-26
2474
  overflow:hidden;
2475
}
2476

            
2477
.project-header-right-container {
2478
  float:right;
2479
  overflow:hidden;
2480
}
2481

            
2482
.project-header-btn-container {
2483
  float:left;
2484
  margin-right:4px;
fix header design
Yuki Kimoto authored on 2016-11-22
2485
  
improve project header desig...
Yuki Kimoto authored on 2015-12-26
2486
}
2487

            
fix header button size
Yuki Kimoto authored on 2016-11-22
2488
.header-btn-container .btn {
2489
  font-size:13px;
2490
  padding:3px 5px 3px 5px;
2491
  margin-top:1px;
2492
}
2493

            
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
2494
.footer {
2495
  text-align:center;
improve commits count design
Yuki Kimoto authored on 2016-11-15
2496
  border-top:1px solid #d7dee8;
improve header and footer de...
Yuki Kimoto authored on 2016-10-12
2497
  padding:8px 0 10px 0;
complete readme design
Yuki Kimoto authored on 2016-01-06
2498
  margin-top:30px;
fix header design
Yuki Kimoto authored on 2016-11-22
2499
  background:#f7f9f9;
improve footer background
Yuki Kimoto authored on 2016-11-15
2500
  font-size:14px;
improve footer design
Yuki Kimoto authored on 2016-09-14
2501
}
2502
.footer a {
2503
}
2504
.footer a:hover {
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
2505
}
2506

            
2507
.repositories {
2508
  margin-bottom:30px;
2509
}
2510

            
2511
.repositories li {
improve index page design
Yuki Kimoto authored on 2016-10-13
2512
  border-bottom: 1px solid #e6e9e6;
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
2513
  overflow:hidden;
2514
  padding:10px 0;
2515
}
2516

            
improve index page design
Yuki Kimoto authored on 2016-10-13
2517
.repositories li:first-child {
2518
  border-top: 1px solid #e6e9e6;
2519
}
2520

            
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
2521
.repositories a:hover {
2522
  text-decoration:underline;
2523
}
2524

            
2525
.repositories-name {
2526
  float:left;
2527
  width:25%;
2528
}
2529

            
2530
.repositories-description {
2531
  float:left;
2532
  width:45%;
2533
  color:#333;
2534
  min-height:1px;
2535
}
2536

            
2537
.repositories-age {
2538
  float:left;
2539
  width:30%;
2540
  color: #767676;
2541
}
improve branch select design
Yuki Kimoto authored on 2016-01-04
2542

            
2543
.branch-select-container {
2544
  overflow:hidden;
2545
}
2546

            
2547
.branch-select-left-container {
2548
  float:left;
improve branch select design
Yuki Kimoto authored on 2016-01-06
2549
  width:20%;
improve branch select design
Yuki Kimoto authored on 2016-01-04
2550
}
2551

            
2552
.branch-select-right-container {
2553
  float:left;
improve branch select design
Yuki Kimoto authored on 2016-01-06
2554
  width:80%;
improve branch select design
Yuki Kimoto authored on 2016-01-04
2555
}
2556

            
2557
.git-url-container {
2558
  float:right;
2559
  overflow:hidden;
2560
  display:inline-block;
2561
}
2562

            
2563
.git-url-container li {
2564
  float:left;
2565
}
2566

            
2567
.git-url-container .btn, .git-url-container .btn-small {
2568
  border-radius:0;
2569
}
2570

            
improve tab design
Yuki Kimoto authored on 2016-01-26
2571
.git-url-container input[type=text] {
improve branch select design
Yuki Kimoto authored on 2016-01-06
2572
  width:550px;
improve tree design
Yuki Kimoto authored on 2016-01-07
2573
  padding:5px 0 5px 5px;
improve border color
Yuki Kimoto authored on 2016-09-14
2574
  border:1px solid #e6e9e6;
improve tab design
Yuki Kimoto authored on 2016-01-26
2575
  border-radius:0 3px 3px 0;
improve branch select design
Yuki Kimoto authored on 2016-01-06
2576
}
2577

            
improve branch select design
Yuki Kimoto authored on 2016-01-04
2578
.page-path-container {
2579
  float:left;
2580
}
2581

            
2582
.donwload-zip {
2583
  margin-left:5px;
2584
  font-weight:bold;
2585
}
complete branch select desig...
Yuki Kimoto authored on 2016-01-06
2586

            
2587
.page-path {
2588
  display:inline-block;
2589
  margin-left:5px;
2590
}
2591

            
2592
.branch-select-left-container-page-path {
2593
  width:100%;
2594
}
complete readme design
Yuki Kimoto authored on 2016-01-06
2595

            
2596
.readme-header {
2597
  background-color: #f5f5f5;
2598
  border-radius: 3px 3px 0 0;
improve border color
Yuki Kimoto authored on 2016-09-14
2599
  border: 1px solid #e6e9e6;
complete readme design
Yuki Kimoto authored on 2016-01-06
2600
  border-bottom: 0;
2601
  padding: 9px 10px 10px;
2602
  font-size: 14px;
2603
  line-height: 17px;
2604
  font-weight:bold;
2605
}
2606

            
2607
.readme-frame {
improve border color
Yuki Kimoto authored on 2016-09-14
2608
  border: 1px solid #e6e9e6;
improve tree header design
Yuki Kimoto authored on 2016-01-06
2609
}
2610

            
2611
.commit-summary {
2612
  overflow:hidden;
2613
  padding: 10px;
2614
  line-height: 20px;
improve commit header
Yuki Kimoto authored on 2016-11-29
2615
  background: #f7fafc;
2616
  border: 1px solid #d0dbe2;
improve tree header design
Yuki Kimoto authored on 2016-01-06
2617
  border-radius: 3px;
2618
  border-bottom-right-radius: 0;
2619
  border-bottom-left-radius: 0;
2620
  margin-top:13px;
2621
}
2622

            
2623
.commit-summary-left-container {
2624
  float:left;
2625
  width:70%;
2626
}
2627

            
2628
.commit-summary-right-container {
2629
  float:right;
2630
  width:30%;
2631
  text-align:right;
2632
  color: #68777d;
2633
}
2634

            
2635
.commit-summary-author {
2636
  font-weight:bold;
2637
}
2638

            
2639
.commit-summary-left-container a {
2640
  color: #68777d;
2641
}
2642

            
2643
.commit-summary-right-container a {
2644
  color:#445055;
2645
}
improve tree design
Yuki Kimoto authored on 2016-01-07
2646

            
complete blob page design
Yuki Kimoto authored on 2016-01-09
2647
.commit-contributor {
2648
  padding: 5px 10px;
2649
  background-color: #fff;
improve commit header
Yuki Kimoto authored on 2016-11-29
2650
  border: 1px solid #d0dbe2;
complete blob page design
Yuki Kimoto authored on 2016-01-09
2651
  border-top:none;
2652
  border-bottom-left-radius: 3px;
2653
  border-bottom-right-radius: 3px;
2654
  color:#68777d;
2655
}
2656

            
improve tree design
Yuki Kimoto authored on 2016-01-07
2657
.file-list li {
improve commit header
Yuki Kimoto authored on 2016-11-29
2658
  border: 1px solid #d0dbe2;
improve tree design
Yuki Kimoto authored on 2016-01-07
2659
  border-top:none;
2660
  padding:7px;
2661
  overflow:hidden;
2662
}
2663

            
2664
.file-list li:last-child {
improve project page design
Yuki Kimoto authored on 2016-10-12
2665
  border-radius:0 0 3px 3px;
improve tree design
Yuki Kimoto authored on 2016-01-07
2666
}
2667

            
2668
.file-list-name {
2669
  width:25%;
2670
  float:left;
2671
}
2672

            
2673
.file-list-commit {
2674
  width:60%;
2675
  float:left;
2676
}
2677

            
2678
.file-list-commit a {
2679
  color:#888;
2680
}
2681

            
2682
.file-list-age {
2683
  width:15%;
2684
  float:left;
2685
  text-align:right;
2686
  color:#888
2687
}
complete blob page design
Yuki Kimoto authored on 2016-01-09
2688

            
2689
.file-header {
2690
  padding: 5px 10px;
2691
  background-color: #f7f7f7;
improve border color
Yuki Kimoto authored on 2016-09-14
2692
  border: 1px solid #e6e9e6;
complete blob page design
Yuki Kimoto authored on 2016-01-09
2693
  border-bottom:none;
2694
  border-top-left-radius: 2px;
2695
  border-top-right-radius: 2px;
2696
  margin-top:20px;
2697
  overflow:hidden;
2698
}
2699

            
2700
.file-header-left {
2701
  float:left;
2702
  width:50%;
2703
  padding-top:4px;
2704
}
2705

            
2706
.file-header-right {
2707
  float:left;
2708
  width:50%;
2709
  overflow:hidden;
2710
}
2711

            
2712
.file-header-right ul {
2713
  float:right;
2714
  overflow:hidden;
2715
}
2716

            
2717
.file-header-right li {
2718
  float:left;
2719
  margin-left:1px;
2720
  font-weight:bold;
2721
}
2722

            
2723
.blob-image {
2724
  background:#ddd;
2725
  text-align:center;
2726
  padding-top:30px;
2727
  padding-bottom:30px;
2728
  margin-bottom:30px;
2729
  border-radius: 0 0 2px 2px;
2730
}
2731

            
2732
.blob-image img {
2733
  max-width: 600px;
2734
  border: 1px solid #fff;
2735
}
2736

            
2737
.blob-raw {
2738
  font-size:16px;
2739
  background:#ddd;
2740
  text-align:center;
2741
  padding-top:30px;
2742
  padding-bottom:30px;
2743
  margin-bottom:30px;
2744
  border-radius: 0 0 2px 2px;
2745
}
improve commits page design
Yuki Kimoto authored on 2016-01-11
2746

            
2747
.commits {
2748
  margin-top:20px;
2749
}
2750

            
2751
.commits-date-container {
2752
  border-left:#f3f3f3 2px solid;
2753
  margin:3px 6px;
2754
  padding:10px 0;
2755
}
2756

            
2757
.commits-date-container li:first-child {
2758
  border-top: 1px solid #e5e5e5;
2759
}
2760

            
2761
.commits-date-container li {
2762
  margin-left:20px;
2763
  border: 1px solid #e5e5e5;
2764
  border-top:none;
2765
  padding:8px 20px 8px 15px;
2766
  overflow:hidden;
2767
}
2768

            
improve compare page design
Yuki Kimoto authored on 2016-02-04
2769
.commit-date {
2770
  color: #767676;
2771
}
2772

            
2773
.commit-date i {
2774
  margin-right:15px;
2775
}
2776

            
improve commits page design
Yuki Kimoto authored on 2016-01-11
2777
.commit-left {
2778
  float:left;
2779
  width:70%;
2780
}
2781

            
2782
.commit-left-title a {
2783
  color:#333;
2784
}
2785

            
2786
.commit-left-author {
2787
  color: #767676;
2788
  margin-top:1px;
2789
}
add user page link from user...
Yuki Kimoto authored on 2016-04-11
2790
.commit-left-author a {
2791
  color:#767676;
2792
  font-weight:bold;
2793
  font-size:98%;
2794
}
improve commits page design
Yuki Kimoto authored on 2016-01-11
2795
.commit-right {
2796
  float:left;
2797
  width:30%;
2798
}
2799

            
2800
.commit-right-container {
2801
  float:right;
2802
}
2803

            
2804
.commit-right-commit-id {
2805
  float:left;
2806
  width:80px;
2807
}
2808

            
2809
.commit-right-commit-id a {
2810
  border: 1px solid #e5e5e5;
2811
  display:block;
2812
  width:100%;
2813
  padding:6px 10px;
2814
  text-align:center;
2815
  margin-top:3px;
2816
  border-radius:3px;
2817
}
2818

            
2819
.commit-right-commit-id a:hover {
2820
  text-decoration:none;
2821
  color:white;
2822
  background:#4169e1;
2823
}
2824

            
2825
.commit-right-browse-repository {
2826
  float:left;
2827
}
2828

            
2829
.commit-right-browse-repository a {
2830
  border: 1px solid #e5e5e5;
2831
  display:block;
2832
  width:100%;
2833
  padding:6px 5px;
2834
  margin-left:10px;
2835
  text-align:center;
2836
  font-weight:bold;
2837
  margin-top:3px;
2838
  border-radius:3px;
2839
}
2840

            
2841
.commit-right-browse-repository a:hover {
2842
  text-decoration:none;
2843
  color:white;
2844
  background:#4169e1;
2845
}
improve pagenation design
Yuki Kimoto authored on 2016-01-11
2846

            
2847
.pagenation {
2848
  overflow:hidden;
2849
  width:140px;
2850
  margin: 0 auto;
2851
}
2852

            
2853
.pagenation li {
2854
  float: left;
2855
  font-size: 13px;
2856
  font-weight: bold;
2857
  color: #4078c0;
2858
  background: #fff;
2859
  border: 1px solid #e5e5e5;
2860
  border-left:none;
2861
  width:50%;
2862
  text-align:center;
2863
}
2864

            
2865
.pagenation li a {
2866
  padding: 7px 12px;
2867
  display:block;
2868
  width:100%;
2869
}
2870

            
2871
.pagenation li span {
2872
  padding: 7px 12px;
2873
  display:block;
2874
  width:100%;
2875
  color:#d3d3d3;;
2876
  background:#fafafa;
2877
}
2878

            
2879
.pagenation li a:hover {
2880
  text-decoration:none;
2881
  background:#e5e5e5;
2882
}
2883

            
2884
.pagenation li:first-child {
2885
  border-left: 1px solid #e5e5e5;
2886
  border-radius:3px 0 0 3px;
2887
}
2888

            
2889
.pagenation li:last-child {
2890
  border-radius:0 3px 3px 0;
2891
}
improve blame page design
Yuki Kimoto authored on 2016-01-13
2892

            
2893
.blame-page-path {
2894
  overflow:hidden;
2895
}
2896

            
2897
.blame-page-path .page-path {
2898
  float:left;
2899
  margin-left:0;
2900
}
2901

            
2902
.blame-gradation {
2903
  float:right;
2904
  text-align:right:
2905
}
2906

            
2907
.blame-body-container {
2908
  overflow-x:scroll;
improve border color
Yuki Kimoto authored on 2016-09-14
2909
  border:1px solid #e6e9e6;
improve blame page design
Yuki Kimoto authored on 2016-01-13
2910
  border-radius:0 0 3px 3px;
2911
}
2912

            
2913
.blame-body {
2914
  width:100%;
2915
  border-collapse: collapse;
2916
}
2917

            
2918
.blame-body-left {
2919
  padding:3px 7px;
2920
  vertical-align:middle;
2921
  border-left:none;
2922
  border-bottom:none;
2923
}
2924

            
2925
.blame-body-center {
2926
  padding:5px 10px;
2927
  color:gray;
2928
  font-size:12px;
2929
  vertical-align:middle;
improve border color
Yuki Kimoto authored on 2016-09-14
2930
  border-right:1px solid #e6e9e6;
improve blame page design
Yuki Kimoto authored on 2016-01-13
2931
}
2932

            
2933
.blame-body-right {
2934
  padding:5px 10px;
2935
  vertical-align:middle;
2936
  white-space: nowrap;
2937
  border-right:none
2938
}
2939

            
2940
.blame-summary-container {
2941
  overflow:hidden;
2942
}
2943

            
2944
.blame-summary {
2945
  display:inline-block;
2946
  float:left;
2947
  font-weight:bold;
2948
}
2949

            
2950
.blame-commit-id {
2951
  display:inline-block;
2952
  float:right;
2953
  font-size:90%;
2954
}
2955

            
2956
.blame-author {
2957
  color:#767676;
2958
}
improve login page design
Yuki Kimoto authored on 2016-01-16
2959

            
improve admin page design
Yuki Kimoto authored on 2016-01-23
2960
.user-form {
improve user form design
Yuki Kimoto authored on 2016-10-13
2961
  border:1px solid #D0DDC7;
improve login page design
Yuki Kimoto authored on 2016-01-16
2962
  border-radius: 3px;
improve login page design
Yuki Kimoto authored on 2016-01-16
2963
  padding:25px 0;
improve login page design
Yuki Kimoto authored on 2016-01-16
2964
  width:300px;
2965
  margin-left:auto;
2966
  margin-right:auto
2967
}
2968

            
improve admin page design
Yuki Kimoto authored on 2016-01-23
2969
.user-form-container {
improve login page design
Yuki Kimoto authored on 2016-01-16
2970
  width:70%;
2971
  margin:0 auto;
2972
}
2973

            
improve admin page design
Yuki Kimoto authored on 2016-01-23
2974
.user-form input[type=text], .user-form input[type=password] {
improve login page design
Yuki Kimoto authored on 2016-01-16
2975
  width:100%;
2976
  margin:5px 0;
2977
}
2978

            
improve admin page design
Yuki Kimoto authored on 2016-01-23
2979
.user-form input[type=checkbox] {
improve login page design
Yuki Kimoto authored on 2016-01-16
2980
  margin:6px 0 9px 0;
2981
}
2982

            
improve admin page design
Yuki Kimoto authored on 2016-01-23
2983
.user-form button {
improve login page design
Yuki Kimoto authored on 2016-01-16
2984
  width:100%;
2985
}
2986

            
improve login page design
Yuki Kimoto authored on 2016-01-16
2987
.header-bottom {
2988
  margin-bottom:15px;
2989
  min-height:1px;
improve settings page design
Yuki Kimoto authored on 2016-01-18
2990
}
2991

            
improve search page design
Yuki Kimoto authored on 2016-01-23
2992
.search-top {
improve border color
Yuki Kimoto authored on 2016-09-14
2993
  border-bottom:1px solid #e6e9e6;
improve search page design
Yuki Kimoto authored on 2016-01-23
2994
  margin-bottom:20px;
2995
  padding-bottom:20px;
2996
}
2997

            
2998
.search-top input {
2999
  margin-left:5px;
3000
}
3001

            
3002
.search-top > div:first-child {
3003
  font-size:19px;
3004
  display:inline-block;
3005
}
3006

            
3007
.search-top form {
3008
  display:inline-block;
3009
}
3010

            
3011
.search-result {
3012
  overflow:hidden;
3013
}
3014

            
3015
.search-result .left {
3016
  float:left;
3017
  width:15%;
3018
  padding-right:10px;
3019
}
3020

            
3021
.search-result .left li {
improve border color
Yuki Kimoto authored on 2016-09-14
3022
  border:1px solid #e6e9e6;
improve search page design
Yuki Kimoto authored on 2016-01-23
3023
  border-top:none;
3024
  padding:7px 10px;
3025
}
3026

            
3027
.search-result .left li:first-child {
improve border color
Yuki Kimoto authored on 2016-09-14
3028
  border-top:1px solid #e6e9e6;
improve search page design
Yuki Kimoto authored on 2016-01-23
3029
}
3030

            
3031
.search-result .right {
3032
  float:left;
3033
  width:85%;
3034
  padding-left:15px;
3035
}
3036

            
3037
.search-result .right li {
improve border color
Yuki Kimoto authored on 2016-09-14
3038
  border-bottom: 1px solid #e6e9e6;
improve search page design
Yuki Kimoto authored on 2016-01-23
3039
  padding:5px 0px;
3040
  margin-bottom:10px;
3041
}
3042

            
3043
.search-result .right li > div {
3044
  padding-bottom:1px;
3045
}
3046

            
3047
.search-result .right > div:first-child {
3048
   font-size:18px;
3049
   padding-bottom:10px;
3050
   margin-bottom:10px;
3051
   border-bottom:1px solid #EEEEEE;
3052
   font-weight:bold;
3053
}
3054

            
3055
.search-result .left li.active a {
3056
  color:black;
3057
  font-weight:bold;
3058
  text-decoration:none;
3059
}
3060

            
3061

            
improve settings page design
Yuki Kimoto authored on 2016-01-18
3062
.project-settings {
3063
  overflow:hidden;
3064
}
3065

            
3066
.project-settings .left {
3067
  float:left;
3068
  width:15%;
3069
  padding-right:10px;
3070
}
3071

            
3072
.project-settings .left li {
improve border color
Yuki Kimoto authored on 2016-09-14
3073
  border:1px solid #e6e9e6;
improve settings page design
Yuki Kimoto authored on 2016-01-18
3074
  border-top:none;
3075
  padding:5px 10px;
3076
}
3077

            
3078
.project-settings .left li:first-child {
improve border color
Yuki Kimoto authored on 2016-09-14
3079
  border-top:1px solid #e6e9e6;
improve settings page design
Yuki Kimoto authored on 2016-01-18
3080
}
3081

            
3082
.project-settings .right {
3083
  float:left;
3084
  width:85%;
3085
}
3086

            
3087
.project-settings-main {
3088
  margin-bottom:20px;
3089
}
3090

            
3091
.project-settings-main li {
improve border color
Yuki Kimoto authored on 2016-09-14
3092
  border:1px solid #e6e9e6;
improve settings page design
Yuki Kimoto authored on 2016-01-18
3093
  border-top:none;
3094
  padding:10px 10px;
3095
}
3096

            
3097
.project-settings-main li:first-child {
improve border color
Yuki Kimoto authored on 2016-09-14
3098
  border-top:1px solid #e6e9e6;
improve settings page design
Yuki Kimoto authored on 2016-01-18
3099
  background: #eee;
3100
  border-radius:3px 3px 0 0;
3101
  font-size:17px;
3102
}
3103

            
3104
.project-settings-main input[type=text] {
improve border color
Yuki Kimoto authored on 2016-09-14
3105
    border:1px solid #e6e9e6;
improve settings page design
Yuki Kimoto authored on 2016-01-18
3106
    border-radius: 3px;
3107
    padding:6px 5px;
3108
    width:100%;
3109
    margin:5px 0;
3110
}
3111

            
3112
.project-settings-main input[type=checkbox] {
3113
  margin:0 5px;
3114
}
3115

            
3116
.project-settings-main select {
improve border color
Yuki Kimoto authored on 2016-09-14
3117
    border:1px solid #e6e9e6;
improve settings page design
Yuki Kimoto authored on 2016-01-18
3118
    border-radius: 3px;
3119
    padding:6px 5px;
3120
    width:30%;
3121
    margin:5px 0;
3122
}
3123

            
3124
.project-settings-danger li {
improve border color
Yuki Kimoto authored on 2016-09-14
3125
  border:1px solid #e6e9e6;
improve settings page design
Yuki Kimoto authored on 2016-01-18
3126
  border-top:none;
3127
  padding:10px 10px;
3128
}
3129

            
3130
.project-settings-danger li:first-child {
improve border color
Yuki Kimoto authored on 2016-09-14
3131
  border-top:1px solid #e6e9e6;
improve settings page design
Yuki Kimoto authored on 2016-01-18
3132
  background: #eee;
3133
  border-radius:3px 3px 0 0;
3134
  font-size:17px;
3135
  background:red;
3136
}
3137

            
3138
#delete-confirm input {
improve border color
Yuki Kimoto authored on 2016-09-14
3139
  border:1px solid #e6e9e6;
improve settings page design
Yuki Kimoto authored on 2016-01-18
3140
  border-radius: 3px;
3141
  padding:6px 5px;
3142
  margin:5px 0;
3143
  width:70%;
3144
}
improve collabaration design
Yuki Kimoto authored on 2016-01-19
3145

            
3146
.collaboration > div:first-child {
3147
  font-size:17px;
3148
  padding:5px;
improve border color
Yuki Kimoto authored on 2016-09-14
3149
  border-bottom:1px solid #e6e9e6;
improve collabaration design
Yuki Kimoto authored on 2016-01-19
3150
  font-weight:bold;
3151
  margin-bottom:10px;
3152
}
3153

            
3154
.collaboration input[type=text] {
improve border color
Yuki Kimoto authored on 2016-09-14
3155
  border:1px solid #e6e9e6;
improve collabaration design
Yuki Kimoto authored on 2016-01-19
3156
  border-radius: 3px;
3157
  padding:6px 5px;
3158
  margin:5px 0;
3159
  width:40%;
3160
}
3161

            
3162
.collaboration input[type=submit] {
3163
  padding:6px 5px;
3164
  margin:5px 0;
3165
  width:10%;
3166
}
improve settings design
Yuki Kimoto authored on 2016-01-19
3167

            
3168
.user-settings {
3169
  overflow:hidden;
3170
}
3171

            
3172
.user-settings .left {
3173
  float:left;
3174
  width:15%;
3175
  padding-right:10px;
3176
}
3177

            
3178
.user-settings .left li {
improve border color
Yuki Kimoto authored on 2016-09-14
3179
  border:1px solid #e6e9e6;
improve settings design
Yuki Kimoto authored on 2016-01-19
3180
  border-top:none;
3181
  padding:5px 10px;
3182
}
3183

            
3184
.user-settings .left li:first-child {
improve border color
Yuki Kimoto authored on 2016-09-14
3185
  border-top:1px solid #e6e9e6;
improve settings design
Yuki Kimoto authored on 2016-01-19
3186
}
3187

            
3188
.user-settings .left li.active a {
3189
  color:black;
3190
  font-weight:bold;
3191
  text-decoration:none;
3192
}
3193

            
3194
.user-settings .right {
3195
  float:left;
3196
  width:85%;
3197
}
3198

            
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
3199
.user-settings-container > div {
improve border color
Yuki Kimoto authored on 2016-09-14
3200
  border:1px solid #e6e9e6;
improve settings design
Yuki Kimoto authored on 2016-01-19
3201
  padding:10px 10px;
3202
  font-size:120%;
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
3203
  margin-bottom:20px;
improve settings design
Yuki Kimoto authored on 2016-01-19
3204
}
3205

            
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
3206
.user-settings-container > div:first-child {
improve settings design
Yuki Kimoto authored on 2016-01-19
3207
  border-bottom:none;
3208
  background: #eee;
3209
  border-radius:3px 3px 0 0;
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
3210
  font-size:14px;
improve settings design
Yuki Kimoto authored on 2016-01-19
3211
  font-weight:bold;
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
3212
  margin-bottom:0;
improve settings design
Yuki Kimoto authored on 2016-01-19
3213
}
3214

            
3215
.profile li {
3216
  padding:5px 5px;
3217
}
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
3218

            
3219
.ssh-keys form {
3220
  margin:5px 0;
3221
}
3222

            
3223
.ssh-key-add input[type=text] {
improve border color
Yuki Kimoto authored on 2016-09-14
3224
  border:1px solid #e6e9e6;
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
3225
  border-radius: 3px;
3226
  padding:6px 5px;
3227
  margin:5px 0;
3228
  width:60%;
3229
}
3230

            
3231
.ssh-key-add textarea {
improve border color
Yuki Kimoto authored on 2016-09-14
3232
  border:1px solid #e6e9e6;
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
3233
  border-radius: 3px;
3234
  padding:6px 5px;
3235
  margin:5px 0;
3236
  width:100%;
3237
  min-height:200px;
3238
}
improve search page design
Yuki Kimoto authored on 2016-01-23
3239

            
cleanup
Yuki Kimoto authored on 2016-01-27
3240
/* 番号つきページネーション */
3241
.pagination-num {
cleanup css
Yuki Kimoto authored on 2016-01-27
3242
  margin:20px 0
3243
}
cleanup
Yuki Kimoto authored on 2016-01-27
3244
.pagination-num ul {
cleanup css
Yuki Kimoto authored on 2016-01-27
3245
  display:inline-block;
3246
  margin-bottom:0;
3247
  margin-left:0;
3248
  border-radius:4px;
3249
  box-shadow:0 1px 2px rgba(0,0,0,0.05)
3250
}
3251
.pagination-num ul > li {
3252
  display:inline
3253
}
3254
.pagination-num ul > li > a,
3255
.pagination-num ul > li > span {
3256
  float:left;
3257
  padding:4px 12px;
3258
  line-height:20px;
3259
  text-decoration:none;
3260
  background-color:#fff;
3261
  border:1px solid #ddd;
3262
  border-left-width:0
3263
}
3264
.pagination-num ul > li > a:hover,
3265
.pagination-num ul > .active > a,
3266
.pagination-num ul > .active > span
3267
{
3268
  background-color:#f5f5f5;
3269
}
3270
.pagination-num ul > .active > a,
3271
.pagination-num ul > .active > span {
3272
  color:#999;
3273
  cursor:default;
3274
}
3275
.pagination-num ul > .disabled > span,
3276
.pagination-num ul > .disabled > a,
3277
.pagination-num ul > .disabled > a:hover,
3278
{
3279
  color:#999;
3280
  cursor:default;
3281
  background-color:transparent;
3282
}
3283
.pagination-num ul > li:first-child > a,
3284
.pagination-num ul > li:first-child > span
3285
{
3286
  border-left-width:1px;
3287
  border-bottom-left-radius:4px;
3288
  border-top-left-radius:4px;
3289
}
3290
.pagination-num ul > li:last-child > a,
3291
.pagination-num ul > li:last-child > span
3292
{
3293
  border-top-right-radius:4px;
3294
  border-bottom-right-radius:4px;
3295
}
improve branch design
Yuki Kimoto authored on 2016-01-27
3296

            
3297
/* Branches */
3298
.branches {
3299
  overflow:hidden;
3300
  margin-bottom:15px;
3301
}
3302
.branches > li {
improve border color
Yuki Kimoto authored on 2016-09-14
3303
  border:1px solid #e6e9e6;
improve branch design
Yuki Kimoto authored on 2016-01-27
3304
  border-top:none;
improve branches design
Yuki Kimoto authored on 2016-01-30
3305
  padding:8px 8px;
improve branch design
Yuki Kimoto authored on 2016-01-27
3306
}
3307
.branches > li:first-child {
improve border color
Yuki Kimoto authored on 2016-09-14
3308
  border-top:1px solid #e6e9e6;
improve branch design
Yuki Kimoto authored on 2016-01-27
3309
}
3310
.branches > li > ul {
3311
  overflow:hidden;
3312
}
3313
.branches > li > ul > li:first-child {
3314
  float:left;
3315
  width:50%;
3316
  overflow:hidden;
improve branches design
Yuki Kimoto authored on 2016-01-30
3317
  padding-top:4px;
improve branch design
Yuki Kimoto authored on 2016-01-27
3318
}
3319
.branches > li > ul > li.second-child{
3320
  float:left;
3321
  width:25%;
3322
}
3323
.branches > li > ul > li.last-child {
3324
  float:left;
3325
  width:25%;
3326
  text-align:right;
3327
}
3328

            
3329
.branches-name {
3330
  display:inline-block;
3331
}
3332
.branches-name a {
3333
  color: #4078c0;
3334
  border-radius:3px;
3335
  background:rgba(209,227,237,0.5);
3336
  padding:2px 6px;
3337
}
3338

            
3339
.branches-age {
3340
  display:inline-block;
improve branches design
Yuki Kimoto authored on 2016-01-30
3341
  color:#aaa;;
improve branch design
Yuki Kimoto authored on 2016-01-27
3342
}
3343

            
3344
.branches-author {
3345
  display:inline-block;
improve branches design
Yuki Kimoto authored on 2016-01-30
3346
  color:#767676;
improve branch design
Yuki Kimoto authored on 2016-01-27
3347
}
3348

            
improve branches design
Yuki Kimoto authored on 2016-01-30
3349
.branches-select {
3350
  overflow:hidden;
3351
  margin:20px 0;
3352
}
3353

            
3354
.branches-select li {
improve border color
Yuki Kimoto authored on 2016-09-14
3355
  border:1px solid #e6e9e6;
improve branches design
Yuki Kimoto authored on 2016-01-30
3356
  float:left;
3357
  border-left:none;
3358
}
3359

            
3360
.branches-select li:first-child {
improve border color
Yuki Kimoto authored on 2016-09-14
3361
  border-left:1px solid #e6e9e6;
improve branches design
Yuki Kimoto authored on 2016-01-30
3362
  border-radius:3px 0 0 3px;
3363
}
3364

            
3365
.branches-select li:last-child {
3366
  border-radius:0 3px 3px 0;
3367
}
3368

            
3369
.branches-select li a {
3370
  padding: 7px 14px;
3371
  font-weight: bold;
3372
  width:100%;
3373
  display:block;
3374
  color: #666;
3375
}
3376

            
3377
.branches-select li a:hover {
3378
  text-decoration:none;
3379
  background:#f5f5f5;
3380
}
3381

            
3382
.branches-select li.active a {
3383
  background-color: #4078c0;
3384
  color: #fff;
3385
}
3386
.branches-select li.active a {
3387
  background-color: #4078c0;
improve branches design
Yuki Kimoto authored on 2016-01-30
3388
}
3389

            
3390
.ahead-behind {
3391
  color:#767676;
3392
  font-size:12px;
3393
  border-collapse:collapse;
3394
}
3395

            
3396
.ahead-behind-behind-count {
3397
  text-align:right;
3398
  padding-right:3px;
3399
}
3400

            
3401
.ahead-behind-separate {
3402
  width:1px;
3403
  background:#c0c0c0;
3404
}
improve branch design
Yuki Kimoto authored on 2016-01-30
3405

            
3406
.branches-default {
3407
  font-size:12px;
3408
  text-align:center;
3409
  display:inline-block;
3410
  background-color: #767676;
3411
  color: #fff;
3412
  border-radius:3px;
3413
  padding:1px 3px;
imrpove branches page
Yuki Kimoto authored on 2016-01-30
3414
}
3415

            
3416
.branches .branches-overview-more {
3417
  text-align:center;
3418
  padding:0;
3419
}
3420
.branches-overview-more a {
3421
  width:100%;
3422
  display:block;
3423
  background: #f1f7fa;
3424
  padding:8px;
3425
}
3426

            
3427
.branches-overview-more a:hover {
improve tags page design
Yuki Kimoto authored on 2016-02-01
3428
  background:#e6e6fa;
imrpove branches page
Yuki Kimoto authored on 2016-01-30
3429
}
improve tags page design
Yuki Kimoto authored on 2016-02-01
3430

            
3431
.tags {
3432
  
3433
}
3434

            
3435
.tags > li {
improve border color
Yuki Kimoto authored on 2016-09-14
3436
  border-bottom:1px solid #e6e9e6;
improve tags page design
Yuki Kimoto authored on 2016-02-01
3437
  padding:10px 0;
3438
}
3439

            
3440
.tags > li:first-child {
improve border color
Yuki Kimoto authored on 2016-09-14
3441
  border-top:1px solid #e6e9e6;
improve tags page design
Yuki Kimoto authored on 2016-02-01
3442
}
3443

            
3444
.tags-item {
3445
  overflow:hidden;
3446
}
3447

            
3448
.tags-item > li:first-child {
3449
  display:block;
3450
  width:30%;
3451
  float:left;
3452
  color:#767676;
3453
}
3454

            
3455
.tags-item > li.last-child {
3456
  display:block;
3457
  width:70%;
3458
  float:left;
3459
}
3460

            
3461
.tags-name a {
3462
  color:#333;
3463
}
3464

            
3465
.tags-links {
3466
  padding-top:3px;
3467
}
3468

            
3469
.tags-links a {
3470
  color:#767676;
3471
  font-size:13px;
improve commits page design
Yuki Kimoto authored on 2016-02-01
3472
}
3473

            
3474
.commits-summary > :first-child {
3475
  overflow:hidden;
3476
  padding: 10px;
3477
  line-height: 20px;
improve fork button design
Yuki Kimoto authored on 2016-11-30
3478
  background-color: #f7fafc;
improve commit header
Yuki Kimoto authored on 2016-11-29
3479
  border: 1px solid #d0dbe2;
improve commits page design
Yuki Kimoto authored on 2016-02-01
3480
  border-radius: 3px;
3481
  border-bottom-right-radius: 0;
3482
  border-bottom-left-radius: 0;
3483
  margin-top:13px;
3484
}
3485

            
3486
.commits-summary > .last-child {
3487
  padding: 5px 10px;
3488
  background-color: #fff;
improve commit header
Yuki Kimoto authored on 2016-11-29
3489
  border: 1px solid #d0dbe2;
improve commits page design
Yuki Kimoto authored on 2016-02-01
3490
  border-top:none;
3491
  border-bottom-left-radius: 3px;
3492
  border-bottom-right-radius: 3px;
3493
}
3494

            
3495
.commits-summary-header {
3496
  overflow:hidden;
3497
}
3498
.commits-summary-header > :first-child {
3499
  float:left;
3500
  width:80%;
3501
}
3502
.commits-summary-header > .last-child {
3503
  float:right;
3504
  width:20%;
3505
  text-align:right;
3506
}
improve commit page design
Yuki Kimoto authored on 2016-02-02
3507
.commits-summary-body {
3508
  overflow:hidden;
3509
  padding:4px 0;
3510
}
3511
.commits-summary-body > :first-child {
3512
  width:40%;
3513
  float:left;
3514
}
3515
.commits-summary-body > .last-child {
3516
  width:60%;
3517
  float:left;
3518
  text-align:right;
3519
}
3520
.commits-summary-author {
3521
  font-weight:bold;
3522
}
3523
.commits-summary-parent {
3524
  display:inline-block;
3525
  color:#767676;
3526
  margin-right:10px;
3527
}
3528
.commits-summary-parent a {
3529
  color:#333333;
3530
  text-decoration:underline;
3531
}
3532
.commits-summary-commit-id {
3533
  display:inline-block;
3534
  color:#767676;
3535
}
3536
.commits-summary-commit-id > span {
3537
  color:#333333;
3538
}
improve commits page design
Yuki Kimoto authored on 2016-02-01
3539

            
improve commit page design
Yuki Kimoto authored on 2016-02-02
3540
.commit-changes {
3541
  margin:15px 0;
3542
}
improve commits page design
Yuki Kimoto authored on 2016-02-01
3543

            
improve commit page design
Yuki Kimoto authored on 2016-02-02
3544
.file-add {
3545
  color:#32CD32;
3546
  border:2px #32CD32 solid;
3547
  margin-left:3px;
3548
  font-weight:bold;
3549
  text-align:center;
3550
  font-size:13px;
3551
  padding:0;
3552
  line-height:100%;
3553
  padding:0 2px;
3554
}
3555

            
3556
.file-del {
3557
  color:red;
3558
  border:2px red solid;
3559
  margin-left:3px;
3560
  font-weight:bold;
3561
  text-align:center;
3562
  font-size:13px;
3563
  padding:0;
3564
  line-height:100%;
3565
  padding:0 2px;
3566
}
3567

            
3568
.file-modified {
3569
  color:#DAA520;
3570
  border:2px #DAA520 solid;
3571
  margin-left:3px;
3572
  font-weight:bold;
3573
  text-align:center;
3574
  font-size:13px;
3575
  padding:0;
3576
  line-height:100%;
3577
  padding:0 2px;
3578
}
3579

            
3580
.file-renamed {
3581
  color:#677a85;
3582
  border:2px #677a85 solid;
3583
  margin-left:3px;
3584
  font-weight:bold;
3585
  text-align:center;
3586
  font-size:13px;
3587
  padding:0;
3588
  line-height:100%;
3589
  padding:0 2px;
3590
}
improve commit page design
Yuki Kimoto authored on 2016-02-02
3591

            
improve commit page design
Yuki Kimoto authored on 2016-02-03
3592
.commit-diff {
3593
  margin-bottom:30px;
3594
}
improve commit page design
Yuki Kimoto authored on 2016-02-02
3595
.commit-diff > :first-child {
improve border color
Yuki Kimoto authored on 2016-09-14
3596
  border:1px solid #e6e9e6;
improve commit page design
Yuki Kimoto authored on 2016-02-02
3597
  border-radius:3px 3px 0 0;
3598
  padding:7px;
3599
  background-color: #f7f7f7;
3600
}
3601
.commit-diff-header {
3602
  overflow:hidden;
3603
}
3604
.commit-diff-header > :first-child {
3605
  float:left;
3606
  width:80%;
3607
  padding-top:6px;
3608
}
3609
.commit-diff-header > .last-child {
3610
  float:left;
3611
  width:20%;
3612
  text-align:right;
3613
}
improve commit page design
Yuki Kimoto authored on 2016-02-03
3614

            
3615
.commit-diff-body {
improve border color
Yuki Kimoto authored on 2016-09-14
3616
  border:1px solid #e6e9e6;
improve commit page design
Yuki Kimoto authored on 2016-02-03
3617
  border-top:none;
3618
  border-radius: 0 0 3px 3px;
3619
  margin-bottom:30px;
3620
}
3621
.commit-diff-body > table {
3622
  border-collapse:collapse;
3623
}
3624
.commit-diff-plain {
3625
  padding:10px;
3626
}
3627
.commit-diff-image {
3628
  background:#ddd;
3629
  text-align:center;
3630
  padding-top:40px;
3631
  padding-bottom:40px;
3632
}
improve compare page design
Yuki Kimoto authored on 2016-02-04
3633

            
3634
.compare-select {
3635
  padding:12px 10px;
3636
  margin-bottom:5px;
3637
  position:relative;
improve border color
Yuki Kimoto authored on 2016-09-14
3638
  border:1px solid #e6e9e6;
improve compare page design
Yuki Kimoto authored on 2016-02-04
3639
  border-radius: 3px;
3640
  background-color: #fafafa;
3641
}
3642

            
improve compare page popup
Yuki Kimoto authored on 2016-04-28
3643
.compare-select button span {
3644
  color:#767676;
3645
}
3646

            
improve compare page design
Yuki Kimoto authored on 2016-02-04
3647
.compare-header {
improve border color
Yuki Kimoto authored on 2016-09-14
3648
  border:1px solid #e6e9e6;
improve compare page design
Yuki Kimoto authored on 2016-02-04
3649
  overflow:hidden;
3650
  border-radius: 3px;
3651
  padding:10px;
3652
  margin-top:10px;
3653
}
3654

            
3655
.compare-header li {
3656
  width:25%;
3657
  float:left;
3658
  text-align:center;
3659
}
3660
.compare-header li span {
3661
  color: #767676;
3662
}
3663
.compare-commits-date-container {
3664
  border-left:#f3f3f3 2px solid;
3665
  margin:3px 6px;
3666
  padding:10px 0;
3667
}
3668

            
3669
.compare-commits-date-container li:first-child {
3670
}
3671

            
3672
.compare-commits-date-container li {
3673
  margin-left:20px;
3674
  overflow:hidden;
3675
}
3676

            
3677
.compare-commits-author {
3678
  width:30%;
3679
  float:left;
3680
  font-weight:bold;
3681
  font-size:90%;
3682
}
3683

            
3684
.compare-commits-commit-title {
3685
  width:50%;
3686
  float:left;
3687
}
3688

            
3689
.compare-commits-commit-id {
3690
  width:20%;
3691
  float:left;
3692
  text-align:right;
3693
}
3694
.compare-commits-commit-id a {
3695
  color:#767676;
improve network page design
Yuki Kimoto authored on 2016-02-06
3696
}
3697

            
3698
.network-mybranch {
3699
  background-color: #f5f5f5;
3700
  border: 1px solid #e3e3e3;
3701
  padding:10px 10px 14px 10px;
3702
  margin-bottom:20px;
3703
  border-radius:3px;
3704
}
3705
.network-mybranch-label {
3706
  border-radius: 3px;
3707
  display: inline-block;
3708
  padding: 2px 4px;
3709
  font-size: 11.844px;
3710
  font-weight: bold;
3711
  line-height: 14px;
3712
  color: #fff;
3713
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
3714
  white-space: nowrap;
3715
  vertical-align: baseline;
3716
  background-color: #3a87ad;
3717
  width:100px;
3718
  text-align:center;
3719
  margin-right:10px;
3720
}
3721

            
3722
.network-mybranch select, .network-member-branch select {
improve border color
Yuki Kimoto authored on 2016-09-14
3723
  border:1px solid #e6e9e6;
improve network page design
Yuki Kimoto authored on 2016-02-06
3724
  border-radius: 3px;
3725
  padding:6px 5px;
3726
  width:30%;
3727
}
3728

            
3729
.network-member-branch {
3730
  
3731
}
3732

            
3733
.network-member-branch li {
improve border color
Yuki Kimoto authored on 2016-09-14
3734
  border-bottom:1px solid #e6e9e6;
improve network page design
Yuki Kimoto authored on 2016-02-06
3735
  padding:10px 10px 14px 10px;
3736
  overflow:hidden;
3737
}
3738
.network-member-branch-label {
3739
  border-radius: 3px;
3740
  display: inline-block;
3741
  padding: 3px 4px;
3742
  font-size: 11.844px;
3743
  font-weight: bold;
3744
  line-height: 14px;
3745
  color: #fff;
3746
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
3747
  white-space: nowrap;
3748
  vertical-align: baseline;
3749
  background-color: #468847;
3750
  width:100px;
3751
  text-align:center;
3752
  margin-right:10px;
3753
}
3754
.network-member-branch li > :first-child {
3755
  float:left;
3756
  width:80%;
3757
}
3758
.network-member-branch li > .last-child {
3759
  float:left;
3760
  width:20%;
3761
  text-align:right;
3762
}
improve graph page design
Yuki Kimoto authored on 2016-02-06
3763
.graph-diff {
3764
  width:800px;
3765
  overflow:auto;
3766
  padding-left:10px;
3767
  padding-right:10px;
3768

            
3769
  background-color: #f5f5f5;
3770
  border: 1px solid #e3e3e3;
3771
  padding:10px 10px 14px 10px;
3772
  margin-bottom:20px;
3773
  border-radius:3px;
3774
}
3775
.graph-document pre {
3776
  background:#333333;
3777
  color:white;
3778
  padding:20px 20px 0px 20px;
3779
  border-radius:3px;
3780
  margin-bottom:15px;
3781
  margin-top:3px;
3782
}
improve import-branch page d...
Yuki Kimoto authored on 2016-02-08
3783

            
3784
.import-branch {
3785
  overflow:hidden;
3786
}
3787
.import-branch > .left {
3788
  float:left;
3789
  width:45%;
3790
}
3791
.import-branch > .center {
3792
  float:left;
3793
  width:10%;
3794
  text-align:center;
3795
  padding: 19px;
3796
  text-align:center;
3797
  font-size:26px;
3798
}
3799
.import-branch > .right {
3800
  float:left;
3801
  width:45%;
3802
}
3803
.import-branch select {
improve border color
Yuki Kimoto authored on 2016-09-14
3804
  border:1px solid #e6e9e6;
improve import-branch page d...
Yuki Kimoto authored on 2016-02-08
3805
  border-radius: 3px;
3806
  padding:6px 5px;
3807
  width:30%;
3808
}
3809
.import-branch-from, .import-branch-to {
improve border color
Yuki Kimoto authored on 2016-09-14
3810
  border:1px solid #e6e9e6;
improve import-branch page d...
Yuki Kimoto authored on 2016-02-08
3811
  border-radius:3px;
3812
  padding:25px 15px;
3813
}
3814
.import-branch-to > :first-child {
3815
  font-size:20px;
3816
  color:blue;
3817
  margin-bottom:10px;
3818
}
3819
.import-branch-from > :first-child {
3820
  font-size:20px;
3821
  color:green;
3822
  margin-bottom:10px;
3823
}
3824
.import-branch-button-panel {
3825
  margin-top:10px;
3826
}
3827
.import-branch-button-panel > div {
3828
  display:table-cell;
3829
  vertical-align:middle;
3830
  padding:0 3px;
3831
}
improve submodule design
Yuki Kimoto authored on 2016-02-08
3832

            
3833
.submodule {
3834
  
3835
}
3836
.submodule > :first-child {
improve border color
Yuki Kimoto authored on 2016-09-14
3837
  border:1px solid #e6e9e6;
improve submodule design
Yuki Kimoto authored on 2016-02-08
3838
  border-radius: 3px 3px 0 0;
3839
  padding:8px 5px;
3840
  border-bottom:none;
3841
  background-color: #f7f7f7;
3842
}
3843
.submodule > .last-child {
improve border color
Yuki Kimoto authored on 2016-09-14
3844
  border:1px solid #e6e9e6;
improve submodule design
Yuki Kimoto authored on 2016-02-08
3845
  border-top:none;
3846
  font-size:16px;
3847
  padding:15px;
3848
  margin-bottom:30px;
3849
  border-radius: 0 0 3px 3px;
3850
}
improve design
Yuki Kimoto authored on 2016-02-09
3851

            
3852
pre.command-line {
3853
  background:#333333;
3854
  color:white;
3855
  padding:15px 20px 15px 20px;
3856
  border-radius:3px;
3857
  margin-bottom:15px;
3858
  margin-top:3px;
3859
}
3860
.private {
3861
  background:white;
3862
  text-align:center;
3863
  font-size:20px;
improve border color
Yuki Kimoto authored on 2016-09-14
3864
  border:1px solid #e6e9e6;
improve design
Yuki Kimoto authored on 2016-02-09
3865
  border-radius: 3px;
3866
  padding:20px 0;
3867
  color:#767676
3868
}
3869

            
3870
.not-yet-created {
3871
  background:white;
3872
  margin-bottom:30px;
improve border color
Yuki Kimoto authored on 2016-09-14
3873
  border:1px solid #e6e9e6;
improve design
Yuki Kimoto authored on 2016-02-09
3874
  border-radius: 3px;
3875
  color:#767676;
3876
  padding:15px 10px;
3877
}