gitprep / public / css / common.css /
Newer Older
3872 lines | 63.055kb
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;
243
  padding:7px 12px;
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 fork button design
Yuki Kimoto authored on 2016-11-30
1955
.btn-fork {
1956
  font-size:13px;
1957
  padding:5px 20px;
1958
  height:28px;
1959
}
1960

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

            
1973
.btn-primary:hover,
1974
.btn-primary:focus,
1975
.btn-primary:active,
1976
.btn-primary.active,
1977
.btn-primary.disabled,
1978
.btn-primary[disabled] {
1979
  color: #ffffff;
1980
  background-color: #0044cc;
1981
}
1982

            
1983
.btn-primary:active,
1984
.btn-primary.active {
improve header design
Yuki Kimoto authored on 2016-11-21
1985
  background-color: #003399;
improve branch select design
Yuki Kimoto authored on 2016-01-06
1986
}
1987

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

            
2000
.btn-info:hover,
2001
.btn-info:focus,
2002
.btn-info:active,
2003
.btn-info.active,
2004
.btn-info.disabled,
2005
.btn-info[disabled] {
2006
  color: #ffffff;
2007
  background-color: #2f96b4;
2008
}
2009

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

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

            
rename btn-success to btn-gr...
Yuki Kimoto authored on 2016-11-30
2032
.btn-green:active,
2033
.btn-green.active {
improve header design
Yuki Kimoto authored on 2016-11-21
2034
  background-color: #408140;
improve login page design
Yuki Kimoto authored on 2016-01-16
2035
}
2036

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

            
2049
.btn-danger:hover,
2050
.btn-danger:focus,
2051
.btn-danger:active,
2052
.btn-danger.active,
2053
.btn-danger.disabled,
2054
.btn-danger[disabled] {
2055
  color: #ffffff;
2056
  background-color: #bd362f;
2057
}
2058

            
2059
.btn-danger:active,
2060
.btn-danger.active {
improve header design
Yuki Kimoto authored on 2016-11-21
2061
  background-color: #942a25;
improve settings page design
Yuki Kimoto authored on 2016-01-18
2062
}
2063

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

            
2074
.alert,
2075
.alert h4 {
2076
  color: #c09853;
2077
}
2078

            
2079
.alert h4 {
2080
  margin: 0;
2081
}
2082

            
2083
.alert .close {
2084
  position: relative;
2085
  top: -2px;
2086
  right: -21px;
2087
  line-height: 20px;
2088
}
2089

            
2090
.alert-success {
2091
  color: #468847;
2092
  background-color: #dff0d8;
2093
  border-color: #d6e9c6;
2094
}
2095

            
2096
.alert-success h4 {
2097
  color: #468847;
2098
}
2099

            
2100
.alert-danger,
2101
.alert-error {
2102
  color: #b94a48;
2103
  background-color: #f2dede;
2104
  border-color: #eed3d7;
2105
}
2106

            
2107
.alert-danger h4,
2108
.alert-error h4 {
2109
  color: #b94a48;
2110
}
2111

            
2112
.alert-info {
2113
  color: #3a87ad;
2114
  background-color: #d9edf7;
2115
  border-color: #bce8f1;
2116
}
2117

            
2118
.alert-info h4 {
2119
  color: #3a87ad;
2120
}
2121

            
2122
.alert-block {
2123
  padding-top: 14px;
2124
  padding-bottom: 14px;
2125
}
2126

            
2127
.alert-block > p,
2128
.alert-block > ul {
2129
  margin-bottom: 0;
2130
}
2131

            
2132
.alert-block p + p {
2133
  margin-top: 5px;
2134
}
2135

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2136
/* tab box */
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2137
.nav {
2138
  margin-bottom: 20px;
2139
  margin-left: 0;
2140
  list-style: none;
2141
}
2142

            
2143
.nav > li > a {
2144
  display: block;
2145
}
2146

            
2147
.nav > li > a:hover,
2148
.nav > li > a:focus {
2149
  text-decoration: none;
2150
  background-color: #eeeeee;
2151
}
2152

            
2153
.nav > li > a > img {
2154
  max-width: none;
2155
}
2156

            
2157
.nav > .pull-right {
2158
  float: right;
2159
}
2160

            
2161
.nav-tabs:before,
cleanup css
Yuki Kimoto authored on 2016-01-27
2162
.nav-tabs:after {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2163
  display: table;
2164
  line-height: 0;
2165
  content: "";
2166
}
2167

            
cleanup css
Yuki Kimoto authored on 2016-01-27
2168
.nav-tabs:after {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2169
  clear: both;
2170
}
2171

            
cleanup css
Yuki Kimoto authored on 2016-01-27
2172
.nav-tabs > li {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2173
  float: left;
2174
}
2175

            
cleanup css
Yuki Kimoto authored on 2016-01-27
2176
.nav-tabs > li > a {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2177
  padding-right: 12px;
2178
  padding-left: 12px;
2179
  margin-right: 2px;
2180
  line-height: 14px;
2181
}
2182

            
2183
.nav-tabs {
2184
  border-bottom: 1px solid #ddd;
2185
}
2186

            
2187
.nav-tabs > li {
2188
  margin-bottom: -1px;
2189
}
2190

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

            
2199
.nav-tabs > li > a:hover,
2200
.nav-tabs > li > a:focus {
2201
  border-color: #eeeeee #eeeeee #dddddd;
2202
}
2203

            
2204
.nav-tabs > .active > a,
2205
.nav-tabs > .active > a:hover,
2206
.nav-tabs > .active > a:focus {
2207
  color: #555555;
2208
  cursor: default;
2209
  background-color: #ffffff;
2210
  border: 1px solid #ddd;
2211
  border-bottom-color: transparent;
2212
}
2213

            
2214
.nav-stacked > li {
2215
  float: none;
2216
}
2217

            
2218
.nav-stacked > li > a {
2219
  margin-right: 0;
2220
}
2221

            
2222
.nav-tabs.nav-stacked {
2223
  border-bottom: 0;
2224
}
2225

            
2226
.nav-tabs.nav-stacked > li > a {
2227
  border: 1px solid #ddd;
improve branch select design
Yuki Kimoto authored on 2016-01-04
2228
  border-radius: 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2229
}
2230

            
2231
.nav-tabs.nav-stacked > li:first-child > a {
improve branch select design
Yuki Kimoto authored on 2016-01-04
2232
  border-top-right-radius: 4px;
2233
  border-top-left-radius: 4px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2234
}
2235

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

            
2241
.nav-tabs.nav-stacked > li > a:hover,
2242
.nav-tabs.nav-stacked > li > a:focus {
2243
  z-index: 2;
2244
  border-color: #ddd;
2245
}
2246

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

            
2251

            
2252

            
2253
.nav > .dropdown.active > a:hover,
2254
.nav > .dropdown.active > a:focus {
2255
  cursor: pointer;
2256
}
2257

            
2258
.nav > li.dropdown.open.active > a:hover,
2259
.nav > li.dropdown.open.active > a:focus {
2260
  color: #ffffff;
2261
  background-color: #999999;
2262
  border-color: #999999;
2263
}
2264

            
2265
.nav li.dropdown.open .caret,
2266
.nav li.dropdown.open.active .caret,
2267
.nav li.dropdown.open a:hover .caret,
2268
.nav li.dropdown.open a:focus .caret {
2269
  border-top-color: #ffffff;
2270
  border-bottom-color: #ffffff;
2271
  opacity: 1;
2272
  filter: alpha(opacity=100);
2273
}
2274

            
2275
.tab-content {
2276
  overflow: auto;
2277
}
2278

            
cleanup css
Yuki Kimoto authored on 2016-01-27
2279
.tab-content > .tab-pane {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2280
  display: none;
2281
}
2282

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

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

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2297
.breadcrumb > li {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2298
  display: inline-block;
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2299
  *display: inline;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2300
  text-shadow: 0 1px 0 #ffffff;
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2301
  *zoom: 1;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2302
}
2303

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2304
.breadcrumb > li > .divider {
2305
  padding: 0 5px;
2306
  color: #ccc;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2307
}
2308

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2309
.breadcrumb > .active {
2310
  color: #999999;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2311
}
2312

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

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2324
.modal-backdrop.fade {
2325
  opacity: 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2326
}
2327

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2328
.modal-backdrop,
2329
.modal-backdrop.fade.in {
2330
  opacity: 0.8;
2331
  filter: alpha(opacity=80);
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2332
}
2333

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

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2350
.modal.fade {
2351
  top: -25%;
improve branch select design
Yuki Kimoto authored on 2016-01-04
2352
  transition: opacity 0.3s linear, top 0.3s ease-out;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2353
}
2354

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2355
.modal.fade.in {
2356
  top: 10%;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2357
}
2358

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2359
.modal-header {
2360
  padding: 9px 15px;
2361
  border-bottom: 1px solid #eee;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2362
}
2363

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2364
.modal-header .close {
2365
  margin-top: 2px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2366
}
2367

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2368
.modal-header h3 {
2369
  margin: 0;
2370
  line-height: 30px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2371
}
2372

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2373
.modal-body {
2374
  position: relative;
2375
  max-height: 400px;
2376
  padding: 15px;
2377
  overflow-y: auto;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2378
}
2379

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2380
.modal-form {
2381
  margin-bottom: 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2382
}
2383

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

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2394
.modal-footer:before,
2395
.modal-footer:after {
2396
  display: table;
2397
  line-height: 0;
2398
  content: "";
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2399
}
2400

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2401
.modal-footer:after {
2402
  clear: both;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2403
}
2404

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2405
.modal-footer .btn + .btn {
2406
  margin-bottom: 0;
2407
  margin-left: 5px;
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-group .btn + .btn {
2411
  margin-left: -1px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2412
}
2413

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

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2418
.hide {
2419
  display: none;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2420
}
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2421
.show {
2422
  display: block;
2423
}
2424
.invisible {
2425
  visibility: hidden;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2426
}
2427

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

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

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

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

            
2460
.project-header-left {
2461
  float:left;
cleanup import_branch
Yuki Kimoto authored on 2016-04-16
2462
  width:80%;
improve project header desig...
Yuki Kimoto authored on 2015-12-26
2463
  overflow:hidden;
2464
}
2465

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

            
2472
.project-header-right-container {
2473
  float:right;
2474
  overflow:hidden;
2475
}
2476

            
2477
.project-header-btn-container {
2478
  float:left;
2479
  margin-right:4px;
fix header design
Yuki Kimoto authored on 2016-11-22
2480
  
improve project header desig...
Yuki Kimoto authored on 2015-12-26
2481
}
2482

            
fix header button size
Yuki Kimoto authored on 2016-11-22
2483
.header-btn-container .btn {
2484
  font-size:13px;
2485
  padding:3px 5px 3px 5px;
2486
  margin-top:1px;
2487
}
2488

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

            
2502
.repositories {
2503
  margin-bottom:30px;
2504
}
2505

            
2506
.repositories li {
improve index page design
Yuki Kimoto authored on 2016-10-13
2507
  border-bottom: 1px solid #e6e9e6;
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
2508
  overflow:hidden;
2509
  padding:10px 0;
2510
}
2511

            
improve index page design
Yuki Kimoto authored on 2016-10-13
2512
.repositories li:first-child {
2513
  border-top: 1px solid #e6e9e6;
2514
}
2515

            
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
2516
.repositories a:hover {
2517
  text-decoration:underline;
2518
}
2519

            
2520
.repositories-name {
2521
  float:left;
2522
  width:25%;
2523
}
2524

            
2525
.repositories-description {
2526
  float:left;
2527
  width:45%;
2528
  color:#333;
2529
  min-height:1px;
2530
}
2531

            
2532
.repositories-age {
2533
  float:left;
2534
  width:30%;
2535
  color: #767676;
2536
}
improve branch select design
Yuki Kimoto authored on 2016-01-04
2537

            
2538
.branch-select-container {
2539
  overflow:hidden;
2540
}
2541

            
2542
.branch-select-left-container {
2543
  float:left;
improve branch select design
Yuki Kimoto authored on 2016-01-06
2544
  width:20%;
improve branch select design
Yuki Kimoto authored on 2016-01-04
2545
}
2546

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

            
2552
.git-url-container {
2553
  float:right;
2554
  overflow:hidden;
2555
  display:inline-block;
2556
}
2557

            
2558
.git-url-container li {
2559
  float:left;
2560
}
2561

            
2562
.git-url-container .btn, .git-url-container .btn-small {
2563
  border-radius:0;
2564
}
2565

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

            
improve branch select design
Yuki Kimoto authored on 2016-01-04
2573
.page-path-container {
2574
  float:left;
2575
}
2576

            
2577
.donwload-zip {
2578
  margin-left:5px;
2579
  font-weight:bold;
2580
}
complete branch select desig...
Yuki Kimoto authored on 2016-01-06
2581

            
2582
.page-path {
2583
  display:inline-block;
2584
  margin-left:5px;
2585
}
2586

            
2587
.branch-select-left-container-page-path {
2588
  width:100%;
2589
}
complete readme design
Yuki Kimoto authored on 2016-01-06
2590

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

            
2602
.readme-frame {
improve border color
Yuki Kimoto authored on 2016-09-14
2603
  border: 1px solid #e6e9e6;
improve tree header design
Yuki Kimoto authored on 2016-01-06
2604
}
2605

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

            
2618
.commit-summary-left-container {
2619
  float:left;
2620
  width:70%;
2621
}
2622

            
2623
.commit-summary-right-container {
2624
  float:right;
2625
  width:30%;
2626
  text-align:right;
2627
  color: #68777d;
2628
}
2629

            
2630
.commit-summary-author {
2631
  font-weight:bold;
2632
}
2633

            
2634
.commit-summary-left-container a {
2635
  color: #68777d;
2636
}
2637

            
2638
.commit-summary-right-container a {
2639
  color:#445055;
2640
}
improve tree design
Yuki Kimoto authored on 2016-01-07
2641

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

            
improve tree design
Yuki Kimoto authored on 2016-01-07
2652
.file-list li {
improve commit header
Yuki Kimoto authored on 2016-11-29
2653
  border: 1px solid #d0dbe2;
improve tree design
Yuki Kimoto authored on 2016-01-07
2654
  border-top:none;
2655
  padding:7px;
2656
  overflow:hidden;
2657
}
2658

            
2659
.file-list li:last-child {
improve project page design
Yuki Kimoto authored on 2016-10-12
2660
  border-radius:0 0 3px 3px;
improve tree design
Yuki Kimoto authored on 2016-01-07
2661
}
2662

            
2663
.file-list-name {
2664
  width:25%;
2665
  float:left;
2666
}
2667

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

            
2673
.file-list-commit a {
2674
  color:#888;
2675
}
2676

            
2677
.file-list-age {
2678
  width:15%;
2679
  float:left;
2680
  text-align:right;
2681
  color:#888
2682
}
complete blob page design
Yuki Kimoto authored on 2016-01-09
2683

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

            
2695
.file-header-left {
2696
  float:left;
2697
  width:50%;
2698
  padding-top:4px;
2699
}
2700

            
2701
.file-header-right {
2702
  float:left;
2703
  width:50%;
2704
  overflow:hidden;
2705
}
2706

            
2707
.file-header-right ul {
2708
  float:right;
2709
  overflow:hidden;
2710
}
2711

            
2712
.file-header-right li {
2713
  float:left;
2714
  margin-left:1px;
2715
  font-weight:bold;
2716
}
2717

            
2718
.blob-image {
2719
  background:#ddd;
2720
  text-align:center;
2721
  padding-top:30px;
2722
  padding-bottom:30px;
2723
  margin-bottom:30px;
2724
  border-radius: 0 0 2px 2px;
2725
}
2726

            
2727
.blob-image img {
2728
  max-width: 600px;
2729
  border: 1px solid #fff;
2730
}
2731

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

            
2742
.commits {
2743
  margin-top:20px;
2744
}
2745

            
2746
.commits-date-container {
2747
  border-left:#f3f3f3 2px solid;
2748
  margin:3px 6px;
2749
  padding:10px 0;
2750
}
2751

            
2752
.commits-date-container li:first-child {
2753
  border-top: 1px solid #e5e5e5;
2754
}
2755

            
2756
.commits-date-container li {
2757
  margin-left:20px;
2758
  border: 1px solid #e5e5e5;
2759
  border-top:none;
2760
  padding:8px 20px 8px 15px;
2761
  overflow:hidden;
2762
}
2763

            
improve compare page design
Yuki Kimoto authored on 2016-02-04
2764
.commit-date {
2765
  color: #767676;
2766
}
2767

            
2768
.commit-date i {
2769
  margin-right:15px;
2770
}
2771

            
improve commits page design
Yuki Kimoto authored on 2016-01-11
2772
.commit-left {
2773
  float:left;
2774
  width:70%;
2775
}
2776

            
2777
.commit-left-title a {
2778
  color:#333;
2779
}
2780

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

            
2795
.commit-right-container {
2796
  float:right;
2797
}
2798

            
2799
.commit-right-commit-id {
2800
  float:left;
2801
  width:80px;
2802
}
2803

            
2804
.commit-right-commit-id a {
2805
  border: 1px solid #e5e5e5;
2806
  display:block;
2807
  width:100%;
2808
  padding:6px 10px;
2809
  text-align:center;
2810
  margin-top:3px;
2811
  border-radius:3px;
2812
}
2813

            
2814
.commit-right-commit-id a:hover {
2815
  text-decoration:none;
2816
  color:white;
2817
  background:#4169e1;
2818
}
2819

            
2820
.commit-right-browse-repository {
2821
  float:left;
2822
}
2823

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

            
2836
.commit-right-browse-repository a:hover {
2837
  text-decoration:none;
2838
  color:white;
2839
  background:#4169e1;
2840
}
improve pagenation design
Yuki Kimoto authored on 2016-01-11
2841

            
2842
.pagenation {
2843
  overflow:hidden;
2844
  width:140px;
2845
  margin: 0 auto;
2846
}
2847

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

            
2860
.pagenation li a {
2861
  padding: 7px 12px;
2862
  display:block;
2863
  width:100%;
2864
}
2865

            
2866
.pagenation li span {
2867
  padding: 7px 12px;
2868
  display:block;
2869
  width:100%;
2870
  color:#d3d3d3;;
2871
  background:#fafafa;
2872
}
2873

            
2874
.pagenation li a:hover {
2875
  text-decoration:none;
2876
  background:#e5e5e5;
2877
}
2878

            
2879
.pagenation li:first-child {
2880
  border-left: 1px solid #e5e5e5;
2881
  border-radius:3px 0 0 3px;
2882
}
2883

            
2884
.pagenation li:last-child {
2885
  border-radius:0 3px 3px 0;
2886
}
improve blame page design
Yuki Kimoto authored on 2016-01-13
2887

            
2888
.blame-page-path {
2889
  overflow:hidden;
2890
}
2891

            
2892
.blame-page-path .page-path {
2893
  float:left;
2894
  margin-left:0;
2895
}
2896

            
2897
.blame-gradation {
2898
  float:right;
2899
  text-align:right:
2900
}
2901

            
2902
.blame-body-container {
2903
  overflow-x:scroll;
improve border color
Yuki Kimoto authored on 2016-09-14
2904
  border:1px solid #e6e9e6;
improve blame page design
Yuki Kimoto authored on 2016-01-13
2905
  border-radius:0 0 3px 3px;
2906
}
2907

            
2908
.blame-body {
2909
  width:100%;
2910
  border-collapse: collapse;
2911
}
2912

            
2913
.blame-body-left {
2914
  padding:3px 7px;
2915
  vertical-align:middle;
2916
  border-left:none;
2917
  border-bottom:none;
2918
}
2919

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

            
2928
.blame-body-right {
2929
  padding:5px 10px;
2930
  vertical-align:middle;
2931
  white-space: nowrap;
2932
  border-right:none
2933
}
2934

            
2935
.blame-summary-container {
2936
  overflow:hidden;
2937
}
2938

            
2939
.blame-summary {
2940
  display:inline-block;
2941
  float:left;
2942
  font-weight:bold;
2943
}
2944

            
2945
.blame-commit-id {
2946
  display:inline-block;
2947
  float:right;
2948
  font-size:90%;
2949
}
2950

            
2951
.blame-author {
2952
  color:#767676;
2953
}
improve login page design
Yuki Kimoto authored on 2016-01-16
2954

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

            
improve admin page design
Yuki Kimoto authored on 2016-01-23
2964
.user-form-container {
improve login page design
Yuki Kimoto authored on 2016-01-16
2965
  width:70%;
2966
  margin:0 auto;
2967
}
2968

            
improve admin page design
Yuki Kimoto authored on 2016-01-23
2969
.user-form input[type=text], .user-form input[type=password] {
improve login page design
Yuki Kimoto authored on 2016-01-16
2970
  width:100%;
2971
  margin:5px 0;
2972
}
2973

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

            
improve admin page design
Yuki Kimoto authored on 2016-01-23
2978
.user-form button {
improve login page design
Yuki Kimoto authored on 2016-01-16
2979
  width:100%;
2980
}
2981

            
improve login page design
Yuki Kimoto authored on 2016-01-16
2982
.header-bottom {
2983
  margin-bottom:15px;
2984
  min-height:1px;
improve settings page design
Yuki Kimoto authored on 2016-01-18
2985
}
2986

            
improve search page design
Yuki Kimoto authored on 2016-01-23
2987
.search-top {
improve border color
Yuki Kimoto authored on 2016-09-14
2988
  border-bottom:1px solid #e6e9e6;
improve search page design
Yuki Kimoto authored on 2016-01-23
2989
  margin-bottom:20px;
2990
  padding-bottom:20px;
2991
}
2992

            
2993
.search-top input {
2994
  margin-left:5px;
2995
}
2996

            
2997
.search-top > div:first-child {
2998
  font-size:19px;
2999
  display:inline-block;
3000
}
3001

            
3002
.search-top form {
3003
  display:inline-block;
3004
}
3005

            
3006
.search-result {
3007
  overflow:hidden;
3008
}
3009

            
3010
.search-result .left {
3011
  float:left;
3012
  width:15%;
3013
  padding-right:10px;
3014
}
3015

            
3016
.search-result .left li {
improve border color
Yuki Kimoto authored on 2016-09-14
3017
  border:1px solid #e6e9e6;
improve search page design
Yuki Kimoto authored on 2016-01-23
3018
  border-top:none;
3019
  padding:7px 10px;
3020
}
3021

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

            
3026
.search-result .right {
3027
  float:left;
3028
  width:85%;
3029
  padding-left:15px;
3030
}
3031

            
3032
.search-result .right li {
improve border color
Yuki Kimoto authored on 2016-09-14
3033
  border-bottom: 1px solid #e6e9e6;
improve search page design
Yuki Kimoto authored on 2016-01-23
3034
  padding:5px 0px;
3035
  margin-bottom:10px;
3036
}
3037

            
3038
.search-result .right li > div {
3039
  padding-bottom:1px;
3040
}
3041

            
3042
.search-result .right > div:first-child {
3043
   font-size:18px;
3044
   padding-bottom:10px;
3045
   margin-bottom:10px;
3046
   border-bottom:1px solid #EEEEEE;
3047
   font-weight:bold;
3048
}
3049

            
3050
.search-result .left li.active a {
3051
  color:black;
3052
  font-weight:bold;
3053
  text-decoration:none;
3054
}
3055

            
3056

            
improve settings page design
Yuki Kimoto authored on 2016-01-18
3057
.project-settings {
3058
  overflow:hidden;
3059
}
3060

            
3061
.project-settings .left {
3062
  float:left;
3063
  width:15%;
3064
  padding-right:10px;
3065
}
3066

            
3067
.project-settings .left li {
improve border color
Yuki Kimoto authored on 2016-09-14
3068
  border:1px solid #e6e9e6;
improve settings page design
Yuki Kimoto authored on 2016-01-18
3069
  border-top:none;
3070
  padding:5px 10px;
3071
}
3072

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

            
3077
.project-settings .right {
3078
  float:left;
3079
  width:85%;
3080
}
3081

            
3082
.project-settings-main {
3083
  margin-bottom:20px;
3084
}
3085

            
3086
.project-settings-main li {
improve border color
Yuki Kimoto authored on 2016-09-14
3087
  border:1px solid #e6e9e6;
improve settings page design
Yuki Kimoto authored on 2016-01-18
3088
  border-top:none;
3089
  padding:10px 10px;
3090
}
3091

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

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

            
3107
.project-settings-main input[type=checkbox] {
3108
  margin:0 5px;
3109
}
3110

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

            
3119
.project-settings-danger li {
improve border color
Yuki Kimoto authored on 2016-09-14
3120
  border:1px solid #e6e9e6;
improve settings page design
Yuki Kimoto authored on 2016-01-18
3121
  border-top:none;
3122
  padding:10px 10px;
3123
}
3124

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

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

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

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

            
3157
.collaboration input[type=submit] {
3158
  padding:6px 5px;
3159
  margin:5px 0;
3160
  width:10%;
3161
}
improve settings design
Yuki Kimoto authored on 2016-01-19
3162

            
3163
.user-settings {
3164
  overflow:hidden;
3165
}
3166

            
3167
.user-settings .left {
3168
  float:left;
3169
  width:15%;
3170
  padding-right:10px;
3171
}
3172

            
3173
.user-settings .left li {
improve border color
Yuki Kimoto authored on 2016-09-14
3174
  border:1px solid #e6e9e6;
improve settings design
Yuki Kimoto authored on 2016-01-19
3175
  border-top:none;
3176
  padding:5px 10px;
3177
}
3178

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

            
3183
.user-settings .left li.active a {
3184
  color:black;
3185
  font-weight:bold;
3186
  text-decoration:none;
3187
}
3188

            
3189
.user-settings .right {
3190
  float:left;
3191
  width:85%;
3192
}
3193

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

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

            
3210
.profile li {
3211
  padding:5px 5px;
3212
}
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
3213

            
3214
.ssh-keys form {
3215
  margin:5px 0;
3216
}
3217

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

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

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

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

            
3324
.branches-name {
3325
  display:inline-block;
3326
}
3327
.branches-name a {
3328
  color: #4078c0;
3329
  border-radius:3px;
3330
  background:rgba(209,227,237,0.5);
3331
  padding:2px 6px;
3332
}
3333

            
3334
.branches-age {
3335
  display:inline-block;
improve branches design
Yuki Kimoto authored on 2016-01-30
3336
  color:#aaa;;
improve branch design
Yuki Kimoto authored on 2016-01-27
3337
}
3338

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

            
improve branches design
Yuki Kimoto authored on 2016-01-30
3344
.branches-select {
3345
  overflow:hidden;
3346
  margin:20px 0;
3347
}
3348

            
3349
.branches-select li {
improve border color
Yuki Kimoto authored on 2016-09-14
3350
  border:1px solid #e6e9e6;
improve branches design
Yuki Kimoto authored on 2016-01-30
3351
  float:left;
3352
  border-left:none;
3353
}
3354

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

            
3360
.branches-select li:last-child {
3361
  border-radius:0 3px 3px 0;
3362
}
3363

            
3364
.branches-select li a {
3365
  padding: 7px 14px;
3366
  font-weight: bold;
3367
  width:100%;
3368
  display:block;
3369
  color: #666;
3370
}
3371

            
3372
.branches-select li a:hover {
3373
  text-decoration:none;
3374
  background:#f5f5f5;
3375
}
3376

            
3377
.branches-select li.active a {
3378
  background-color: #4078c0;
3379
  color: #fff;
3380
}
3381
.branches-select li.active a {
3382
  background-color: #4078c0;
improve branches design
Yuki Kimoto authored on 2016-01-30
3383
}
3384

            
3385
.ahead-behind {
3386
  color:#767676;
3387
  font-size:12px;
3388
  border-collapse:collapse;
3389
}
3390

            
3391
.ahead-behind-behind-count {
3392
  text-align:right;
3393
  padding-right:3px;
3394
}
3395

            
3396
.ahead-behind-separate {
3397
  width:1px;
3398
  background:#c0c0c0;
3399
}
improve branch design
Yuki Kimoto authored on 2016-01-30
3400

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

            
3411
.branches .branches-overview-more {
3412
  text-align:center;
3413
  padding:0;
3414
}
3415
.branches-overview-more a {
3416
  width:100%;
3417
  display:block;
3418
  background: #f1f7fa;
3419
  padding:8px;
3420
}
3421

            
3422
.branches-overview-more a:hover {
improve tags page design
Yuki Kimoto authored on 2016-02-01
3423
  background:#e6e6fa;
imrpove branches page
Yuki Kimoto authored on 2016-01-30
3424
}
improve tags page design
Yuki Kimoto authored on 2016-02-01
3425

            
3426
.tags {
3427
  
3428
}
3429

            
3430
.tags > li {
improve border color
Yuki Kimoto authored on 2016-09-14
3431
  border-bottom:1px solid #e6e9e6;
improve tags page design
Yuki Kimoto authored on 2016-02-01
3432
  padding:10px 0;
3433
}
3434

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

            
3439
.tags-item {
3440
  overflow:hidden;
3441
}
3442

            
3443
.tags-item > li:first-child {
3444
  display:block;
3445
  width:30%;
3446
  float:left;
3447
  color:#767676;
3448
}
3449

            
3450
.tags-item > li.last-child {
3451
  display:block;
3452
  width:70%;
3453
  float:left;
3454
}
3455

            
3456
.tags-name a {
3457
  color:#333;
3458
}
3459

            
3460
.tags-links {
3461
  padding-top:3px;
3462
}
3463

            
3464
.tags-links a {
3465
  color:#767676;
3466
  font-size:13px;
improve commits page design
Yuki Kimoto authored on 2016-02-01
3467
}
3468

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

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

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

            
improve commit page design
Yuki Kimoto authored on 2016-02-02
3535
.commit-changes {
3536
  margin:15px 0;
3537
}
improve commits page design
Yuki Kimoto authored on 2016-02-01
3538

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

            
3551
.file-del {
3552
  color:red;
3553
  border:2px red solid;
3554
  margin-left:3px;
3555
  font-weight:bold;
3556
  text-align:center;
3557
  font-size:13px;
3558
  padding:0;
3559
  line-height:100%;
3560
  padding:0 2px;
3561
}
3562

            
3563
.file-modified {
3564
  color:#DAA520;
3565
  border:2px #DAA520 solid;
3566
  margin-left:3px;
3567
  font-weight:bold;
3568
  text-align:center;
3569
  font-size:13px;
3570
  padding:0;
3571
  line-height:100%;
3572
  padding:0 2px;
3573
}
3574

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

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

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

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

            
improve compare page popup
Yuki Kimoto authored on 2016-04-28
3638
.compare-select button span {
3639
  color:#767676;
3640
}
3641

            
improve compare page design
Yuki Kimoto authored on 2016-02-04
3642
.compare-header {
improve border color
Yuki Kimoto authored on 2016-09-14
3643
  border:1px solid #e6e9e6;
improve compare page design
Yuki Kimoto authored on 2016-02-04
3644
  overflow:hidden;
3645
  border-radius: 3px;
3646
  padding:10px;
3647
  margin-top:10px;
3648
}
3649

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

            
3664
.compare-commits-date-container li:first-child {
3665
}
3666

            
3667
.compare-commits-date-container li {
3668
  margin-left:20px;
3669
  overflow:hidden;
3670
}
3671

            
3672
.compare-commits-author {
3673
  width:30%;
3674
  float:left;
3675
  font-weight:bold;
3676
  font-size:90%;
3677
}
3678

            
3679
.compare-commits-commit-title {
3680
  width:50%;
3681
  float:left;
3682
}
3683

            
3684
.compare-commits-commit-id {
3685
  width:20%;
3686
  float:left;
3687
  text-align:right;
3688
}
3689
.compare-commits-commit-id a {
3690
  color:#767676;
improve network page design
Yuki Kimoto authored on 2016-02-06
3691
}
3692

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

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

            
3724
.network-member-branch {
3725
  
3726
}
3727

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

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

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

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

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

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