gitprep / public / css / common.css /
Newer Older
3898 lines | 63.459kb
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 diff design
Yuki Kimoto authored on 2016-10-12
541
  background:#f4fcef;
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;
1928
  padding: 4px 12px;
improve header design
Yuki Kimoto authored on 2016-11-21
1929
  font-size: 15px;
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));
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1937
}
improve header design
Yuki Kimoto authored on 2016-11-21
1938

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

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

            
improve header design
Yuki Kimoto authored on 2016-11-21
1954

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1955
.btn-large {
1956
  padding: 11px 19px;
1957
  font-size: 17.5px;
improve branch select design
Yuki Kimoto authored on 2016-01-04
1958
  border-radius: 6px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1959
}
1960

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1961
.btn-large [class^="icon-"],
1962
.btn-large [class*=" icon-"] {
1963
  margin-top: 4px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1964
}
1965

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1966
.btn-small {
1967
  padding: 2px 10px;
1968
  font-size: 11.9px;
improve branch select design
Yuki Kimoto authored on 2016-01-04
1969
  border-radius: 3px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1970
}
1971

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1972
.btn-small [class^="icon-"],
1973
.btn-small [class*=" icon-"] {
1974
  margin-top: 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1975
}
1976

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1977
.btn-mini [class^="icon-"],
1978
.btn-mini [class*=" icon-"] {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1979
  margin-top: -1px;
1980
}
1981

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1982
.btn-mini {
1983
  padding: 0 6px;
1984
  font-size: 10.5px;
improve branch select design
Yuki Kimoto authored on 2016-01-04
1985
  border-radius: 3px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1986
}
1987

            
improve branch select design
Yuki Kimoto authored on 2016-01-06
1988
.btn-primary {
1989
  color: #ffffff;
1990
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
1991
  background-color: #006dcc;
1992
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
1993
  background-repeat: repeat-x;
1994
  border-color: #0044cc #0044cc #002a80;
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='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
1997
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
1998
}
1999

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

            
2010
.btn-primary:active,
2011
.btn-primary.active {
improve header design
Yuki Kimoto authored on 2016-11-21
2012
  background-color: #003399;
improve branch select design
Yuki Kimoto authored on 2016-01-06
2013
}
2014

            
2015
.btn-info {
2016
  color: #ffffff;
2017
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
2018
  background-color: #49afcd;
2019
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
2020
  background-repeat: repeat-x;
2021
  border-color: #2f96b4 #2f96b4 #1f6377;
2022
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2023
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
2024
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
2025
}
2026

            
2027
.btn-info:hover,
2028
.btn-info:focus,
2029
.btn-info:active,
2030
.btn-info.active,
2031
.btn-info.disabled,
2032
.btn-info[disabled] {
2033
  color: #ffffff;
2034
  background-color: #2f96b4;
2035
}
2036

            
improve login page design
Yuki Kimoto authored on 2016-01-16
2037
.btn-success {
2038
  color: #ffffff;
2039
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
2040
  background-color: #5bb75b;
2041
  background-image: linear-gradient(to bottom, #62c462, #51a351);
2042
  background-repeat: repeat-x;
2043
  border-color: #51a351 #51a351 #387038;
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='#ff62c462', endColorstr='#ff51a351', GradientType=0);
2046
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
2047
}
2048

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

            
2059
.btn-success:active,
2060
.btn-success.active {
improve header design
Yuki Kimoto authored on 2016-11-21
2061
  background-color: #408140;
improve login page design
Yuki Kimoto authored on 2016-01-16
2062
}
2063

            
improve settings page design
Yuki Kimoto authored on 2016-01-18
2064
.btn-danger {
2065
  color: #ffffff;
2066
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
2067
  background-color: #da4f49;
2068
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
2069
  background-repeat: repeat-x;
2070
  border-color: #bd362f #bd362f #802420;
2071
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2072
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
2073
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
2074
}
2075

            
2076
.btn-danger:hover,
2077
.btn-danger:focus,
2078
.btn-danger:active,
2079
.btn-danger.active,
2080
.btn-danger.disabled,
2081
.btn-danger[disabled] {
2082
  color: #ffffff;
2083
  background-color: #bd362f;
2084
}
2085

            
2086
.btn-danger:active,
2087
.btn-danger.active {
improve header design
Yuki Kimoto authored on 2016-11-21
2088
  background-color: #942a25;
improve settings page design
Yuki Kimoto authored on 2016-01-18
2089
}
2090

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2091
/* alert */
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2092
.alert {
2093
  padding: 8px 35px 8px 14px;
2094
  margin-bottom: 20px;
2095
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
2096
  background-color: #fcf8e3;
2097
  border: 1px solid #fbeed5;
improve branch select design
Yuki Kimoto authored on 2016-01-04
2098
  border-radius: 4px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2099
}
2100

            
2101
.alert,
2102
.alert h4 {
2103
  color: #c09853;
2104
}
2105

            
2106
.alert h4 {
2107
  margin: 0;
2108
}
2109

            
2110
.alert .close {
2111
  position: relative;
2112
  top: -2px;
2113
  right: -21px;
2114
  line-height: 20px;
2115
}
2116

            
2117
.alert-success {
2118
  color: #468847;
2119
  background-color: #dff0d8;
2120
  border-color: #d6e9c6;
2121
}
2122

            
2123
.alert-success h4 {
2124
  color: #468847;
2125
}
2126

            
2127
.alert-danger,
2128
.alert-error {
2129
  color: #b94a48;
2130
  background-color: #f2dede;
2131
  border-color: #eed3d7;
2132
}
2133

            
2134
.alert-danger h4,
2135
.alert-error h4 {
2136
  color: #b94a48;
2137
}
2138

            
2139
.alert-info {
2140
  color: #3a87ad;
2141
  background-color: #d9edf7;
2142
  border-color: #bce8f1;
2143
}
2144

            
2145
.alert-info h4 {
2146
  color: #3a87ad;
2147
}
2148

            
2149
.alert-block {
2150
  padding-top: 14px;
2151
  padding-bottom: 14px;
2152
}
2153

            
2154
.alert-block > p,
2155
.alert-block > ul {
2156
  margin-bottom: 0;
2157
}
2158

            
2159
.alert-block p + p {
2160
  margin-top: 5px;
2161
}
2162

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2163
/* tab box */
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2164
.nav {
2165
  margin-bottom: 20px;
2166
  margin-left: 0;
2167
  list-style: none;
2168
}
2169

            
2170
.nav > li > a {
2171
  display: block;
2172
}
2173

            
2174
.nav > li > a:hover,
2175
.nav > li > a:focus {
2176
  text-decoration: none;
2177
  background-color: #eeeeee;
2178
}
2179

            
2180
.nav > li > a > img {
2181
  max-width: none;
2182
}
2183

            
2184
.nav > .pull-right {
2185
  float: right;
2186
}
2187

            
2188
.nav-tabs:before,
cleanup css
Yuki Kimoto authored on 2016-01-27
2189
.nav-tabs:after {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2190
  display: table;
2191
  line-height: 0;
2192
  content: "";
2193
}
2194

            
cleanup css
Yuki Kimoto authored on 2016-01-27
2195
.nav-tabs:after {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2196
  clear: both;
2197
}
2198

            
cleanup css
Yuki Kimoto authored on 2016-01-27
2199
.nav-tabs > li {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2200
  float: left;
2201
}
2202

            
cleanup css
Yuki Kimoto authored on 2016-01-27
2203
.nav-tabs > li > a {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2204
  padding-right: 12px;
2205
  padding-left: 12px;
2206
  margin-right: 2px;
2207
  line-height: 14px;
2208
}
2209

            
2210
.nav-tabs {
2211
  border-bottom: 1px solid #ddd;
2212
}
2213

            
2214
.nav-tabs > li {
2215
  margin-bottom: -1px;
2216
}
2217

            
2218
.nav-tabs > li > a {
2219
  padding-top: 8px;
2220
  padding-bottom: 8px;
2221
  line-height: 20px;
2222
  border: 1px solid transparent;
improve branch select design
Yuki Kimoto authored on 2016-01-04
2223
  border-radius: 4px 4px 0 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2224
}
2225

            
2226
.nav-tabs > li > a:hover,
2227
.nav-tabs > li > a:focus {
2228
  border-color: #eeeeee #eeeeee #dddddd;
2229
}
2230

            
2231
.nav-tabs > .active > a,
2232
.nav-tabs > .active > a:hover,
2233
.nav-tabs > .active > a:focus {
2234
  color: #555555;
2235
  cursor: default;
2236
  background-color: #ffffff;
2237
  border: 1px solid #ddd;
2238
  border-bottom-color: transparent;
2239
}
2240

            
2241
.nav-stacked > li {
2242
  float: none;
2243
}
2244

            
2245
.nav-stacked > li > a {
2246
  margin-right: 0;
2247
}
2248

            
2249
.nav-tabs.nav-stacked {
2250
  border-bottom: 0;
2251
}
2252

            
2253
.nav-tabs.nav-stacked > li > a {
2254
  border: 1px solid #ddd;
improve branch select design
Yuki Kimoto authored on 2016-01-04
2255
  border-radius: 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2256
}
2257

            
2258
.nav-tabs.nav-stacked > li:first-child > a {
improve branch select design
Yuki Kimoto authored on 2016-01-04
2259
  border-top-right-radius: 4px;
2260
  border-top-left-radius: 4px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2261
}
2262

            
2263
.nav-tabs.nav-stacked > li:last-child > a {
improve branch select design
Yuki Kimoto authored on 2016-01-04
2264
  border-bottom-right-radius: 4px;
2265
  border-bottom-left-radius: 4px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2266
}
2267

            
2268
.nav-tabs.nav-stacked > li > a:hover,
2269
.nav-tabs.nav-stacked > li > a:focus {
2270
  z-index: 2;
2271
  border-color: #ddd;
2272
}
2273

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

            
2278

            
2279

            
2280
.nav > .dropdown.active > a:hover,
2281
.nav > .dropdown.active > a:focus {
2282
  cursor: pointer;
2283
}
2284

            
2285
.nav > li.dropdown.open.active > a:hover,
2286
.nav > li.dropdown.open.active > a:focus {
2287
  color: #ffffff;
2288
  background-color: #999999;
2289
  border-color: #999999;
2290
}
2291

            
2292
.nav li.dropdown.open .caret,
2293
.nav li.dropdown.open.active .caret,
2294
.nav li.dropdown.open a:hover .caret,
2295
.nav li.dropdown.open a:focus .caret {
2296
  border-top-color: #ffffff;
2297
  border-bottom-color: #ffffff;
2298
  opacity: 1;
2299
  filter: alpha(opacity=100);
2300
}
2301

            
2302
.tab-content {
2303
  overflow: auto;
2304
}
2305

            
cleanup css
Yuki Kimoto authored on 2016-01-27
2306
.tab-content > .tab-pane {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2307
  display: none;
2308
}
2309

            
cleanup css
Yuki Kimoto authored on 2016-01-27
2310
.tab-content > .active {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2311
  display: block;
2312
}
2313

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2314
/* bread */
2315
.breadcrumb {
improve tab design
Yuki Kimoto authored on 2016-01-26
2316
  margin-bottom:10px;
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2317
  list-style: none;
2318
  background-color: #f5f5f5;
improve branch select design
Yuki Kimoto authored on 2016-01-04
2319
  border-radius: 4px;
improve tab design
Yuki Kimoto authored on 2016-01-26
2320
  font-size:18px;
improve tab design
Yuki Kimoto authored on 2016-01-26
2321
  background:none;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2322
}
2323

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2324
.breadcrumb > li {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2325
  display: inline-block;
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2326
  *display: inline;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2327
  text-shadow: 0 1px 0 #ffffff;
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2328
  *zoom: 1;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2329
}
2330

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2331
.breadcrumb > li > .divider {
2332
  padding: 0 5px;
2333
  color: #ccc;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2334
}
2335

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2336
.breadcrumb > .active {
2337
  color: #999999;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2338
}
2339

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2340
/* mordal dialog box */
2341
.modal-backdrop {
2342
  position: fixed;
2343
  top: 0;
2344
  right: 0;
2345
  bottom: 0;
2346
  left: 0;
2347
  z-index: 1040;
2348
  background-color: #000000;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2349
}
2350

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2351
.modal-backdrop.fade {
2352
  opacity: 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2353
}
2354

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2355
.modal-backdrop,
2356
.modal-backdrop.fade.in {
2357
  opacity: 0.8;
2358
  filter: alpha(opacity=80);
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2359
}
2360

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2361
.modal {
2362
  position: fixed;
2363
  top: 10%;
2364
  left: 50%;
2365
  z-index: 1050;
2366
  width: 560px;
2367
  margin-left: -280px;
2368
  background-color: #ffffff;
2369
  border: 1px solid #999;
2370
  border: 1px solid rgba(0, 0, 0, 0.3);
improve branch select design
Yuki Kimoto authored on 2016-01-04
2371
  border-radius: 6px;
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2372
  outline: none;
improve branch select design
Yuki Kimoto authored on 2016-01-04
2373
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
2374
  background-clip: padding-box;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2375
}
2376

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2377
.modal.fade {
2378
  top: -25%;
improve branch select design
Yuki Kimoto authored on 2016-01-04
2379
  transition: opacity 0.3s linear, top 0.3s ease-out;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2380
}
2381

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2382
.modal.fade.in {
2383
  top: 10%;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2384
}
2385

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2386
.modal-header {
2387
  padding: 9px 15px;
2388
  border-bottom: 1px solid #eee;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2389
}
2390

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2391
.modal-header .close {
2392
  margin-top: 2px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2393
}
2394

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2395
.modal-header h3 {
2396
  margin: 0;
2397
  line-height: 30px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2398
}
2399

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2400
.modal-body {
2401
  position: relative;
2402
  max-height: 400px;
2403
  padding: 15px;
2404
  overflow-y: auto;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2405
}
2406

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2407
.modal-form {
2408
  margin-bottom: 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2409
}
2410

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2411
.modal-footer {
2412
  padding: 14px 15px 15px;
2413
  margin-bottom: 0;
2414
  text-align: right;
2415
  background-color: #f5f5f5;
2416
  border-top: 1px solid #ddd;
improve branch select design
Yuki Kimoto authored on 2016-01-04
2417
  border-radius: 0 0 6px 6px;
2418
  box-shadow: inset 0 1px 0 #ffffff;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2419
}
2420

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2421
.modal-footer:before,
2422
.modal-footer:after {
2423
  display: table;
2424
  line-height: 0;
2425
  content: "";
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2426
}
2427

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2428
.modal-footer:after {
2429
  clear: both;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2430
}
2431

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2432
.modal-footer .btn + .btn {
2433
  margin-bottom: 0;
2434
  margin-left: 5px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2435
}
2436

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2437
.modal-footer .btn-group .btn + .btn {
2438
  margin-left: -1px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2439
}
2440

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2441
.modal-footer .btn-block + .btn-block {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2442
  margin-left: 0;
2443
}
2444

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2445
.hide {
2446
  display: none;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2447
}
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2448
.show {
2449
  display: block;
2450
}
2451
.invisible {
2452
  visibility: hidden;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2453
}
2454

            
cleanup css
Yuki Kimoto authored on 2015-12-26
2455
/* Plain text */
2456
.plain-text {
2457
  background             : white;
2458
  border-radius          : 1px;
2459
  border-top             : none;
2460
  border-top-left-radius : 0;
2461
  font-size              : 16px;
2462
  line-height            : 1.5em;
2463
  padding                : 27px;
2464
}
2465

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

            
2467
.topic1 {
improve topic design
Yuki Kimoto authored on 2016-10-12
2468
  font-size:18px;
improve top page design
Yuki Kimoto authored on 2015-12-26
2469
  font-weight:bold;
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
2470
  margin:20px 0 15px 0;
improve topic design
Yuki Kimoto authored on 2016-11-21
2471
  color:#395582;
improve h1 color
Yuki Kimoto authored on 2016-09-13
2472
  padding:4px 6px;
improve topic design
Yuki Kimoto authored on 2016-11-21
2473
  background:#f7f7f7;
improve header design
Yuki Kimoto authored on 2016-10-12
2474
  padding:10px 12px;
improve topic design
Yuki Kimoto authored on 2016-11-21
2475
  border: 1px solid #eaecef;
improve top page design
Yuki Kimoto authored on 2015-12-26
2476
}
improve markdown design
Yuki Kimoto authored on 2015-12-26
2477

            
improve project header desig...
Yuki Kimoto authored on 2015-12-26
2478
.project-header {
improve project header color
Yuki Kimoto authored on 2016-09-14
2479
  background:#fafcfa;
add code tab
Yuki Kimoto authored on 2016-01-25
2480
  border-bottom: none;
improve tab design
Yuki Kimoto authored on 2016-01-26
2481
  margin-bottom:12px;
improve project header desig...
Yuki Kimoto authored on 2015-12-26
2482
  overflow:hidden;
add code tab
Yuki Kimoto authored on 2016-01-25
2483
  padding:14px 0 0 0;
improve header and footer de...
Yuki Kimoto authored on 2016-10-12
2484
  border-top:#CCCCCC 1px solid;
improve project header desig...
Yuki Kimoto authored on 2015-12-26
2485
}
2486

            
2487
.project-header-left {
2488
  float:left;
cleanup import_branch
Yuki Kimoto authored on 2016-04-16
2489
  width:80%;
improve project header desig...
Yuki Kimoto authored on 2015-12-26
2490
  overflow:hidden;
2491
}
2492

            
2493
.project-header-right {
2494
  float:left;
cleanup import_branch
Yuki Kimoto authored on 2016-04-16
2495
  width:20%;
improve project header desig...
Yuki Kimoto authored on 2015-12-26
2496
  overflow:hidden;
2497
}
2498

            
2499
.project-header-right-container {
2500
  float:right;
2501
  overflow:hidden;
2502
}
2503

            
2504
.project-header-btn-container {
2505
  float:left;
2506
  margin-right:4px;
2507
}
2508

            
fix header button size
Yuki Kimoto authored on 2016-11-22
2509
.header-btn-container .btn {
2510
  font-size:13px;
2511
  padding:3px 5px 3px 5px;
2512
  margin-top:1px;
2513
}
2514

            
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
2515
.footer {
2516
  text-align:center;
improve commits count design
Yuki Kimoto authored on 2016-11-15
2517
  border-top:1px solid #d7dee8;
improve header and footer de...
Yuki Kimoto authored on 2016-10-12
2518
  padding:8px 0 10px 0;
complete readme design
Yuki Kimoto authored on 2016-01-06
2519
  margin-top:30px;
improve commits count design
Yuki Kimoto authored on 2016-11-15
2520
  background:#f7f8f9;
improve footer background
Yuki Kimoto authored on 2016-11-15
2521
  font-size:14px;
improve footer design
Yuki Kimoto authored on 2016-09-14
2522
}
2523
.footer a {
2524
}
2525
.footer a:hover {
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
2526
}
2527

            
2528
.repositories {
2529
  margin-bottom:30px;
2530
}
2531

            
2532
.repositories li {
improve index page design
Yuki Kimoto authored on 2016-10-13
2533
  border-bottom: 1px solid #e6e9e6;
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
2534
  overflow:hidden;
2535
  padding:10px 0;
2536
}
2537

            
improve index page design
Yuki Kimoto authored on 2016-10-13
2538
.repositories li:first-child {
2539
  border-top: 1px solid #e6e9e6;
2540
}
2541

            
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
2542
.repositories a:hover {
2543
  text-decoration:underline;
2544
}
2545

            
2546
.repositories-name {
2547
  float:left;
2548
  width:25%;
2549
}
2550

            
2551
.repositories-description {
2552
  float:left;
2553
  width:45%;
2554
  color:#333;
2555
  min-height:1px;
2556
}
2557

            
2558
.repositories-age {
2559
  float:left;
2560
  width:30%;
2561
  color: #767676;
2562
}
improve branch select design
Yuki Kimoto authored on 2016-01-04
2563

            
2564
.branch-select-container {
2565
  overflow:hidden;
2566
}
2567

            
2568
.branch-select-left-container {
2569
  float:left;
improve branch select design
Yuki Kimoto authored on 2016-01-06
2570
  width:20%;
improve branch select design
Yuki Kimoto authored on 2016-01-04
2571
}
2572

            
2573
.branch-select-right-container {
2574
  float:left;
improve branch select design
Yuki Kimoto authored on 2016-01-06
2575
  width:80%;
improve branch select design
Yuki Kimoto authored on 2016-01-04
2576
}
2577

            
2578
.git-url-container {
2579
  float:right;
2580
  overflow:hidden;
2581
  display:inline-block;
2582
}
2583

            
2584
.git-url-container li {
2585
  float:left;
2586
}
2587

            
2588
.git-url-container .btn, .git-url-container .btn-small {
2589
  border-radius:0;
2590
}
2591

            
improve tab design
Yuki Kimoto authored on 2016-01-26
2592
.git-url-container input[type=text] {
improve branch select design
Yuki Kimoto authored on 2016-01-06
2593
  width:550px;
improve tree design
Yuki Kimoto authored on 2016-01-07
2594
  padding:5px 0 5px 5px;
improve border color
Yuki Kimoto authored on 2016-09-14
2595
  border:1px solid #e6e9e6;
improve tab design
Yuki Kimoto authored on 2016-01-26
2596
  border-radius:0 3px 3px 0;
improve branch select design
Yuki Kimoto authored on 2016-01-06
2597
}
2598

            
improve branch select design
Yuki Kimoto authored on 2016-01-04
2599
.page-path-container {
2600
  float:left;
2601
}
2602

            
2603
.donwload-zip {
2604
  margin-left:5px;
2605
  font-weight:bold;
2606
}
complete branch select desig...
Yuki Kimoto authored on 2016-01-06
2607

            
2608
.page-path {
2609
  display:inline-block;
2610
  margin-left:5px;
2611
}
2612

            
2613
.branch-select-left-container-page-path {
2614
  width:100%;
2615
}
complete readme design
Yuki Kimoto authored on 2016-01-06
2616

            
2617
.readme-header {
2618
  background-color: #f5f5f5;
2619
  border-radius: 3px 3px 0 0;
improve border color
Yuki Kimoto authored on 2016-09-14
2620
  border: 1px solid #e6e9e6;
complete readme design
Yuki Kimoto authored on 2016-01-06
2621
  border-bottom: 0;
2622
  padding: 9px 10px 10px;
2623
  font-size: 14px;
2624
  line-height: 17px;
2625
  font-weight:bold;
2626
}
2627

            
2628
.readme-frame {
improve border color
Yuki Kimoto authored on 2016-09-14
2629
  border: 1px solid #e6e9e6;
improve tree header design
Yuki Kimoto authored on 2016-01-06
2630
}
2631

            
2632
.commit-summary {
2633
  overflow:hidden;
2634
  padding: 10px;
2635
  line-height: 20px;
improve project page design
Yuki Kimoto authored on 2016-10-12
2636
  background: #f4fcef;
2637
  border: 1px solid #d0ddc7;
improve tree header design
Yuki Kimoto authored on 2016-01-06
2638
  border-radius: 3px;
2639
  border-bottom-right-radius: 0;
2640
  border-bottom-left-radius: 0;
2641
  margin-top:13px;
2642
}
2643

            
2644
.commit-summary-left-container {
2645
  float:left;
2646
  width:70%;
2647
}
2648

            
2649
.commit-summary-right-container {
2650
  float:right;
2651
  width:30%;
2652
  text-align:right;
2653
  color: #68777d;
2654
}
2655

            
2656
.commit-summary-author {
2657
  font-weight:bold;
2658
}
2659

            
2660
.commit-summary-left-container a {
2661
  color: #68777d;
2662
}
2663

            
2664
.commit-summary-right-container a {
2665
  color:#445055;
2666
}
improve tree design
Yuki Kimoto authored on 2016-01-07
2667

            
complete blob page design
Yuki Kimoto authored on 2016-01-09
2668
.commit-contributor {
2669
  padding: 5px 10px;
2670
  background-color: #fff;
improve diff design
Yuki Kimoto authored on 2016-10-12
2671
  border: 1px solid #d0ddc7;
complete blob page design
Yuki Kimoto authored on 2016-01-09
2672
  border-top:none;
2673
  border-bottom-left-radius: 3px;
2674
  border-bottom-right-radius: 3px;
2675
  color:#68777d;
2676
}
2677

            
improve tree design
Yuki Kimoto authored on 2016-01-07
2678
.file-list li {
improve project page design
Yuki Kimoto authored on 2016-10-12
2679
  border: 1px solid #d0ddc7;
improve tree design
Yuki Kimoto authored on 2016-01-07
2680
  border-top:none;
2681
  padding:7px;
2682
  overflow:hidden;
2683
}
2684

            
2685
.file-list li:last-child {
improve project page design
Yuki Kimoto authored on 2016-10-12
2686
  border-radius:0 0 3px 3px;
improve tree design
Yuki Kimoto authored on 2016-01-07
2687
}
2688

            
2689
.file-list-name {
2690
  width:25%;
2691
  float:left;
2692
}
2693

            
2694
.file-list-commit {
2695
  width:60%;
2696
  float:left;
2697
}
2698

            
2699
.file-list-commit a {
2700
  color:#888;
2701
}
2702

            
2703
.file-list-age {
2704
  width:15%;
2705
  float:left;
2706
  text-align:right;
2707
  color:#888
2708
}
complete blob page design
Yuki Kimoto authored on 2016-01-09
2709

            
2710
.file-header {
2711
  padding: 5px 10px;
2712
  background-color: #f7f7f7;
improve border color
Yuki Kimoto authored on 2016-09-14
2713
  border: 1px solid #e6e9e6;
complete blob page design
Yuki Kimoto authored on 2016-01-09
2714
  border-bottom:none;
2715
  border-top-left-radius: 2px;
2716
  border-top-right-radius: 2px;
2717
  margin-top:20px;
2718
  overflow:hidden;
2719
}
2720

            
2721
.file-header-left {
2722
  float:left;
2723
  width:50%;
2724
  padding-top:4px;
2725
}
2726

            
2727
.file-header-right {
2728
  float:left;
2729
  width:50%;
2730
  overflow:hidden;
2731
}
2732

            
2733
.file-header-right ul {
2734
  float:right;
2735
  overflow:hidden;
2736
}
2737

            
2738
.file-header-right li {
2739
  float:left;
2740
  margin-left:1px;
2741
  font-weight:bold;
2742
}
2743

            
2744
.blob-image {
2745
  background:#ddd;
2746
  text-align:center;
2747
  padding-top:30px;
2748
  padding-bottom:30px;
2749
  margin-bottom:30px;
2750
  border-radius: 0 0 2px 2px;
2751
}
2752

            
2753
.blob-image img {
2754
  max-width: 600px;
2755
  border: 1px solid #fff;
2756
}
2757

            
2758
.blob-raw {
2759
  font-size:16px;
2760
  background:#ddd;
2761
  text-align:center;
2762
  padding-top:30px;
2763
  padding-bottom:30px;
2764
  margin-bottom:30px;
2765
  border-radius: 0 0 2px 2px;
2766
}
improve commits page design
Yuki Kimoto authored on 2016-01-11
2767

            
2768
.commits {
2769
  margin-top:20px;
2770
}
2771

            
2772
.commits-date-container {
2773
  border-left:#f3f3f3 2px solid;
2774
  margin:3px 6px;
2775
  padding:10px 0;
2776
}
2777

            
2778
.commits-date-container li:first-child {
2779
  border-top: 1px solid #e5e5e5;
2780
}
2781

            
2782
.commits-date-container li {
2783
  margin-left:20px;
2784
  border: 1px solid #e5e5e5;
2785
  border-top:none;
2786
  padding:8px 20px 8px 15px;
2787
  overflow:hidden;
2788
}
2789

            
improve compare page design
Yuki Kimoto authored on 2016-02-04
2790
.commit-date {
2791
  color: #767676;
2792
}
2793

            
2794
.commit-date i {
2795
  margin-right:15px;
2796
}
2797

            
improve commits page design
Yuki Kimoto authored on 2016-01-11
2798
.commit-left {
2799
  float:left;
2800
  width:70%;
2801
}
2802

            
2803
.commit-left-title a {
2804
  color:#333;
2805
}
2806

            
2807
.commit-left-author {
2808
  color: #767676;
2809
  margin-top:1px;
2810
}
add user page link from user...
Yuki Kimoto authored on 2016-04-11
2811
.commit-left-author a {
2812
  color:#767676;
2813
  font-weight:bold;
2814
  font-size:98%;
2815
}
improve commits page design
Yuki Kimoto authored on 2016-01-11
2816
.commit-right {
2817
  float:left;
2818
  width:30%;
2819
}
2820

            
2821
.commit-right-container {
2822
  float:right;
2823
}
2824

            
2825
.commit-right-commit-id {
2826
  float:left;
2827
  width:80px;
2828
}
2829

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

            
2840
.commit-right-commit-id a:hover {
2841
  text-decoration:none;
2842
  color:white;
2843
  background:#4169e1;
2844
}
2845

            
2846
.commit-right-browse-repository {
2847
  float:left;
2848
}
2849

            
2850
.commit-right-browse-repository a {
2851
  border: 1px solid #e5e5e5;
2852
  display:block;
2853
  width:100%;
2854
  padding:6px 5px;
2855
  margin-left:10px;
2856
  text-align:center;
2857
  font-weight:bold;
2858
  margin-top:3px;
2859
  border-radius:3px;
2860
}
2861

            
2862
.commit-right-browse-repository a:hover {
2863
  text-decoration:none;
2864
  color:white;
2865
  background:#4169e1;
2866
}
improve pagenation design
Yuki Kimoto authored on 2016-01-11
2867

            
2868
.pagenation {
2869
  overflow:hidden;
2870
  width:140px;
2871
  margin: 0 auto;
2872
}
2873

            
2874
.pagenation li {
2875
  float: left;
2876
  font-size: 13px;
2877
  font-weight: bold;
2878
  color: #4078c0;
2879
  background: #fff;
2880
  border: 1px solid #e5e5e5;
2881
  border-left:none;
2882
  width:50%;
2883
  text-align:center;
2884
}
2885

            
2886
.pagenation li a {
2887
  padding: 7px 12px;
2888
  display:block;
2889
  width:100%;
2890
}
2891

            
2892
.pagenation li span {
2893
  padding: 7px 12px;
2894
  display:block;
2895
  width:100%;
2896
  color:#d3d3d3;;
2897
  background:#fafafa;
2898
}
2899

            
2900
.pagenation li a:hover {
2901
  text-decoration:none;
2902
  background:#e5e5e5;
2903
}
2904

            
2905
.pagenation li:first-child {
2906
  border-left: 1px solid #e5e5e5;
2907
  border-radius:3px 0 0 3px;
2908
}
2909

            
2910
.pagenation li:last-child {
2911
  border-radius:0 3px 3px 0;
2912
}
improve blame page design
Yuki Kimoto authored on 2016-01-13
2913

            
2914
.blame-page-path {
2915
  overflow:hidden;
2916
}
2917

            
2918
.blame-page-path .page-path {
2919
  float:left;
2920
  margin-left:0;
2921
}
2922

            
2923
.blame-gradation {
2924
  float:right;
2925
  text-align:right:
2926
}
2927

            
2928
.blame-body-container {
2929
  overflow-x:scroll;
improve border color
Yuki Kimoto authored on 2016-09-14
2930
  border:1px solid #e6e9e6;
improve blame page design
Yuki Kimoto authored on 2016-01-13
2931
  border-radius:0 0 3px 3px;
2932
}
2933

            
2934
.blame-body {
2935
  width:100%;
2936
  border-collapse: collapse;
2937
}
2938

            
2939
.blame-body-left {
2940
  padding:3px 7px;
2941
  vertical-align:middle;
2942
  border-left:none;
2943
  border-bottom:none;
2944
}
2945

            
2946
.blame-body-center {
2947
  padding:5px 10px;
2948
  color:gray;
2949
  font-size:12px;
2950
  vertical-align:middle;
improve border color
Yuki Kimoto authored on 2016-09-14
2951
  border-right:1px solid #e6e9e6;
improve blame page design
Yuki Kimoto authored on 2016-01-13
2952
}
2953

            
2954
.blame-body-right {
2955
  padding:5px 10px;
2956
  vertical-align:middle;
2957
  white-space: nowrap;
2958
  border-right:none
2959
}
2960

            
2961
.blame-summary-container {
2962
  overflow:hidden;
2963
}
2964

            
2965
.blame-summary {
2966
  display:inline-block;
2967
  float:left;
2968
  font-weight:bold;
2969
}
2970

            
2971
.blame-commit-id {
2972
  display:inline-block;
2973
  float:right;
2974
  font-size:90%;
2975
}
2976

            
2977
.blame-author {
2978
  color:#767676;
2979
}
improve login page design
Yuki Kimoto authored on 2016-01-16
2980

            
improve admin page design
Yuki Kimoto authored on 2016-01-23
2981
.user-form {
improve user form design
Yuki Kimoto authored on 2016-10-13
2982
  border:1px solid #D0DDC7;
improve login page design
Yuki Kimoto authored on 2016-01-16
2983
  border-radius: 3px;
improve login page design
Yuki Kimoto authored on 2016-01-16
2984
  padding:25px 0;
improve login page design
Yuki Kimoto authored on 2016-01-16
2985
  width:300px;
2986
  margin-left:auto;
2987
  margin-right:auto
2988
}
2989

            
improve admin page design
Yuki Kimoto authored on 2016-01-23
2990
.user-form-container {
improve login page design
Yuki Kimoto authored on 2016-01-16
2991
  width:70%;
2992
  margin:0 auto;
2993
}
2994

            
improve admin page design
Yuki Kimoto authored on 2016-01-23
2995
.user-form input[type=text], .user-form input[type=password] {
improve login page design
Yuki Kimoto authored on 2016-01-16
2996
  width:100%;
2997
  margin:5px 0;
2998
}
2999

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

            
improve admin page design
Yuki Kimoto authored on 2016-01-23
3004
.user-form button {
improve login page design
Yuki Kimoto authored on 2016-01-16
3005
  width:100%;
3006
}
3007

            
improve login page design
Yuki Kimoto authored on 2016-01-16
3008
.header-bottom {
3009
  margin-bottom:15px;
3010
  min-height:1px;
improve settings page design
Yuki Kimoto authored on 2016-01-18
3011
}
3012

            
improve search page design
Yuki Kimoto authored on 2016-01-23
3013
.search-top {
improve border color
Yuki Kimoto authored on 2016-09-14
3014
  border-bottom:1px solid #e6e9e6;
improve search page design
Yuki Kimoto authored on 2016-01-23
3015
  margin-bottom:20px;
3016
  padding-bottom:20px;
3017
}
3018

            
3019
.search-top input {
3020
  margin-left:5px;
3021
}
3022

            
3023
.search-top > div:first-child {
3024
  font-size:19px;
3025
  display:inline-block;
3026
}
3027

            
3028
.search-top form {
3029
  display:inline-block;
3030
}
3031

            
3032
.search-result {
3033
  overflow:hidden;
3034
}
3035

            
3036
.search-result .left {
3037
  float:left;
3038
  width:15%;
3039
  padding-right:10px;
3040
}
3041

            
3042
.search-result .left li {
improve border color
Yuki Kimoto authored on 2016-09-14
3043
  border:1px solid #e6e9e6;
improve search page design
Yuki Kimoto authored on 2016-01-23
3044
  border-top:none;
3045
  padding:7px 10px;
3046
}
3047

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

            
3052
.search-result .right {
3053
  float:left;
3054
  width:85%;
3055
  padding-left:15px;
3056
}
3057

            
3058
.search-result .right li {
improve border color
Yuki Kimoto authored on 2016-09-14
3059
  border-bottom: 1px solid #e6e9e6;
improve search page design
Yuki Kimoto authored on 2016-01-23
3060
  padding:5px 0px;
3061
  margin-bottom:10px;
3062
}
3063

            
3064
.search-result .right li > div {
3065
  padding-bottom:1px;
3066
}
3067

            
3068
.search-result .right > div:first-child {
3069
   font-size:18px;
3070
   padding-bottom:10px;
3071
   margin-bottom:10px;
3072
   border-bottom:1px solid #EEEEEE;
3073
   font-weight:bold;
3074
}
3075

            
3076
.search-result .left li.active a {
3077
  color:black;
3078
  font-weight:bold;
3079
  text-decoration:none;
3080
}
3081

            
3082

            
improve settings page design
Yuki Kimoto authored on 2016-01-18
3083
.project-settings {
3084
  overflow:hidden;
3085
}
3086

            
3087
.project-settings .left {
3088
  float:left;
3089
  width:15%;
3090
  padding-right:10px;
3091
}
3092

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

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

            
3103
.project-settings .right {
3104
  float:left;
3105
  width:85%;
3106
}
3107

            
3108
.project-settings-main {
3109
  margin-bottom:20px;
3110
}
3111

            
3112
.project-settings-main li {
improve border color
Yuki Kimoto authored on 2016-09-14
3113
  border:1px solid #e6e9e6;
improve settings page design
Yuki Kimoto authored on 2016-01-18
3114
  border-top:none;
3115
  padding:10px 10px;
3116
}
3117

            
3118
.project-settings-main li:first-child {
improve border color
Yuki Kimoto authored on 2016-09-14
3119
  border-top:1px solid #e6e9e6;
improve settings page design
Yuki Kimoto authored on 2016-01-18
3120
  background: #eee;
3121
  border-radius:3px 3px 0 0;
3122
  font-size:17px;
3123
}
3124

            
3125
.project-settings-main input[type=text] {
improve border color
Yuki Kimoto authored on 2016-09-14
3126
    border:1px solid #e6e9e6;
improve settings page design
Yuki Kimoto authored on 2016-01-18
3127
    border-radius: 3px;
3128
    padding:6px 5px;
3129
    width:100%;
3130
    margin:5px 0;
3131
}
3132

            
3133
.project-settings-main input[type=checkbox] {
3134
  margin:0 5px;
3135
}
3136

            
3137
.project-settings-main select {
improve border color
Yuki Kimoto authored on 2016-09-14
3138
    border:1px solid #e6e9e6;
improve settings page design
Yuki Kimoto authored on 2016-01-18
3139
    border-radius: 3px;
3140
    padding:6px 5px;
3141
    width:30%;
3142
    margin:5px 0;
3143
}
3144

            
3145
.project-settings-danger li {
improve border color
Yuki Kimoto authored on 2016-09-14
3146
  border:1px solid #e6e9e6;
improve settings page design
Yuki Kimoto authored on 2016-01-18
3147
  border-top:none;
3148
  padding:10px 10px;
3149
}
3150

            
3151
.project-settings-danger li:first-child {
improve border color
Yuki Kimoto authored on 2016-09-14
3152
  border-top:1px solid #e6e9e6;
improve settings page design
Yuki Kimoto authored on 2016-01-18
3153
  background: #eee;
3154
  border-radius:3px 3px 0 0;
3155
  font-size:17px;
3156
  background:red;
3157
}
3158

            
3159
#delete-confirm input {
improve border color
Yuki Kimoto authored on 2016-09-14
3160
  border:1px solid #e6e9e6;
improve settings page design
Yuki Kimoto authored on 2016-01-18
3161
  border-radius: 3px;
3162
  padding:6px 5px;
3163
  margin:5px 0;
3164
  width:70%;
3165
}
improve collabaration design
Yuki Kimoto authored on 2016-01-19
3166

            
3167
.collaboration > div:first-child {
3168
  font-size:17px;
3169
  padding:5px;
improve border color
Yuki Kimoto authored on 2016-09-14
3170
  border-bottom:1px solid #e6e9e6;
improve collabaration design
Yuki Kimoto authored on 2016-01-19
3171
  font-weight:bold;
3172
  margin-bottom:10px;
3173
}
3174

            
3175
.collaboration input[type=text] {
improve border color
Yuki Kimoto authored on 2016-09-14
3176
  border:1px solid #e6e9e6;
improve collabaration design
Yuki Kimoto authored on 2016-01-19
3177
  border-radius: 3px;
3178
  padding:6px 5px;
3179
  margin:5px 0;
3180
  width:40%;
3181
}
3182

            
3183
.collaboration input[type=submit] {
3184
  padding:6px 5px;
3185
  margin:5px 0;
3186
  width:10%;
3187
}
improve settings design
Yuki Kimoto authored on 2016-01-19
3188

            
3189
.user-settings {
3190
  overflow:hidden;
3191
}
3192

            
3193
.user-settings .left {
3194
  float:left;
3195
  width:15%;
3196
  padding-right:10px;
3197
}
3198

            
3199
.user-settings .left li {
improve border color
Yuki Kimoto authored on 2016-09-14
3200
  border:1px solid #e6e9e6;
improve settings design
Yuki Kimoto authored on 2016-01-19
3201
  border-top:none;
3202
  padding:5px 10px;
3203
}
3204

            
3205
.user-settings .left li:first-child {
improve border color
Yuki Kimoto authored on 2016-09-14
3206
  border-top:1px solid #e6e9e6;
improve settings design
Yuki Kimoto authored on 2016-01-19
3207
}
3208

            
3209
.user-settings .left li.active a {
3210
  color:black;
3211
  font-weight:bold;
3212
  text-decoration:none;
3213
}
3214

            
3215
.user-settings .right {
3216
  float:left;
3217
  width:85%;
3218
}
3219

            
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
3220
.user-settings-container > div {
improve border color
Yuki Kimoto authored on 2016-09-14
3221
  border:1px solid #e6e9e6;
improve settings design
Yuki Kimoto authored on 2016-01-19
3222
  padding:10px 10px;
3223
  font-size:120%;
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
3224
  margin-bottom:20px;
improve settings design
Yuki Kimoto authored on 2016-01-19
3225
}
3226

            
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
3227
.user-settings-container > div:first-child {
improve settings design
Yuki Kimoto authored on 2016-01-19
3228
  border-bottom:none;
3229
  background: #eee;
3230
  border-radius:3px 3px 0 0;
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
3231
  font-size:14px;
improve settings design
Yuki Kimoto authored on 2016-01-19
3232
  font-weight:bold;
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
3233
  margin-bottom:0;
improve settings design
Yuki Kimoto authored on 2016-01-19
3234
}
3235

            
3236
.profile li {
3237
  padding:5px 5px;
3238
}
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
3239

            
3240
.ssh-keys form {
3241
  margin:5px 0;
3242
}
3243

            
3244
.ssh-key-add input[type=text] {
improve border color
Yuki Kimoto authored on 2016-09-14
3245
  border:1px solid #e6e9e6;
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
3246
  border-radius: 3px;
3247
  padding:6px 5px;
3248
  margin:5px 0;
3249
  width:60%;
3250
}
3251

            
3252
.ssh-key-add textarea {
improve border color
Yuki Kimoto authored on 2016-09-14
3253
  border:1px solid #e6e9e6;
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
3254
  border-radius: 3px;
3255
  padding:6px 5px;
3256
  margin:5px 0;
3257
  width:100%;
3258
  min-height:200px;
3259
}
improve search page design
Yuki Kimoto authored on 2016-01-23
3260

            
cleanup
Yuki Kimoto authored on 2016-01-27
3261
/* 番号つきページネーション */
3262
.pagination-num {
cleanup css
Yuki Kimoto authored on 2016-01-27
3263
  margin:20px 0
3264
}
cleanup
Yuki Kimoto authored on 2016-01-27
3265
.pagination-num ul {
cleanup css
Yuki Kimoto authored on 2016-01-27
3266
  display:inline-block;
3267
  margin-bottom:0;
3268
  margin-left:0;
3269
  border-radius:4px;
3270
  box-shadow:0 1px 2px rgba(0,0,0,0.05)
3271
}
3272
.pagination-num ul > li {
3273
  display:inline
3274
}
3275
.pagination-num ul > li > a,
3276
.pagination-num ul > li > span {
3277
  float:left;
3278
  padding:4px 12px;
3279
  line-height:20px;
3280
  text-decoration:none;
3281
  background-color:#fff;
3282
  border:1px solid #ddd;
3283
  border-left-width:0
3284
}
3285
.pagination-num ul > li > a:hover,
3286
.pagination-num ul > .active > a,
3287
.pagination-num ul > .active > span
3288
{
3289
  background-color:#f5f5f5;
3290
}
3291
.pagination-num ul > .active > a,
3292
.pagination-num ul > .active > span {
3293
  color:#999;
3294
  cursor:default;
3295
}
3296
.pagination-num ul > .disabled > span,
3297
.pagination-num ul > .disabled > a,
3298
.pagination-num ul > .disabled > a:hover,
3299
{
3300
  color:#999;
3301
  cursor:default;
3302
  background-color:transparent;
3303
}
3304
.pagination-num ul > li:first-child > a,
3305
.pagination-num ul > li:first-child > span
3306
{
3307
  border-left-width:1px;
3308
  border-bottom-left-radius:4px;
3309
  border-top-left-radius:4px;
3310
}
3311
.pagination-num ul > li:last-child > a,
3312
.pagination-num ul > li:last-child > span
3313
{
3314
  border-top-right-radius:4px;
3315
  border-bottom-right-radius:4px;
3316
}
improve branch design
Yuki Kimoto authored on 2016-01-27
3317

            
3318
/* Branches */
3319
.branches {
3320
  overflow:hidden;
3321
  margin-bottom:15px;
3322
}
3323
.branches > li {
improve border color
Yuki Kimoto authored on 2016-09-14
3324
  border:1px solid #e6e9e6;
improve branch design
Yuki Kimoto authored on 2016-01-27
3325
  border-top:none;
improve branches design
Yuki Kimoto authored on 2016-01-30
3326
  padding:8px 8px;
improve branch design
Yuki Kimoto authored on 2016-01-27
3327
}
3328
.branches > li:first-child {
improve border color
Yuki Kimoto authored on 2016-09-14
3329
  border-top:1px solid #e6e9e6;
improve branch design
Yuki Kimoto authored on 2016-01-27
3330
}
3331
.branches > li > ul {
3332
  overflow:hidden;
3333
}
3334
.branches > li > ul > li:first-child {
3335
  float:left;
3336
  width:50%;
3337
  overflow:hidden;
improve branches design
Yuki Kimoto authored on 2016-01-30
3338
  padding-top:4px;
improve branch design
Yuki Kimoto authored on 2016-01-27
3339
}
3340
.branches > li > ul > li.second-child{
3341
  float:left;
3342
  width:25%;
3343
}
3344
.branches > li > ul > li.last-child {
3345
  float:left;
3346
  width:25%;
3347
  text-align:right;
3348
}
3349

            
3350
.branches-name {
3351
  display:inline-block;
3352
}
3353
.branches-name a {
3354
  color: #4078c0;
3355
  border-radius:3px;
3356
  background:rgba(209,227,237,0.5);
3357
  padding:2px 6px;
3358
}
3359

            
3360
.branches-age {
3361
  display:inline-block;
improve branches design
Yuki Kimoto authored on 2016-01-30
3362
  color:#aaa;;
improve branch design
Yuki Kimoto authored on 2016-01-27
3363
}
3364

            
3365
.branches-author {
3366
  display:inline-block;
improve branches design
Yuki Kimoto authored on 2016-01-30
3367
  color:#767676;
improve branch design
Yuki Kimoto authored on 2016-01-27
3368
}
3369

            
improve branches design
Yuki Kimoto authored on 2016-01-30
3370
.branches-select {
3371
  overflow:hidden;
3372
  margin:20px 0;
3373
}
3374

            
3375
.branches-select li {
improve border color
Yuki Kimoto authored on 2016-09-14
3376
  border:1px solid #e6e9e6;
improve branches design
Yuki Kimoto authored on 2016-01-30
3377
  float:left;
3378
  border-left:none;
3379
}
3380

            
3381
.branches-select li:first-child {
improve border color
Yuki Kimoto authored on 2016-09-14
3382
  border-left:1px solid #e6e9e6;
improve branches design
Yuki Kimoto authored on 2016-01-30
3383
  border-radius:3px 0 0 3px;
3384
}
3385

            
3386
.branches-select li:last-child {
3387
  border-radius:0 3px 3px 0;
3388
}
3389

            
3390
.branches-select li a {
3391
  padding: 7px 14px;
3392
  font-weight: bold;
3393
  width:100%;
3394
  display:block;
3395
  color: #666;
3396
}
3397

            
3398
.branches-select li a:hover {
3399
  text-decoration:none;
3400
  background:#f5f5f5;
3401
}
3402

            
3403
.branches-select li.active a {
3404
  background-color: #4078c0;
3405
  color: #fff;
3406
}
3407
.branches-select li.active a {
3408
  background-color: #4078c0;
improve branches design
Yuki Kimoto authored on 2016-01-30
3409
}
3410

            
3411
.ahead-behind {
3412
  color:#767676;
3413
  font-size:12px;
3414
  border-collapse:collapse;
3415
}
3416

            
3417
.ahead-behind-behind-count {
3418
  text-align:right;
3419
  padding-right:3px;
3420
}
3421

            
3422
.ahead-behind-separate {
3423
  width:1px;
3424
  background:#c0c0c0;
3425
}
improve branch design
Yuki Kimoto authored on 2016-01-30
3426

            
3427
.branches-default {
3428
  font-size:12px;
3429
  text-align:center;
3430
  display:inline-block;
3431
  background-color: #767676;
3432
  color: #fff;
3433
  border-radius:3px;
3434
  padding:1px 3px;
imrpove branches page
Yuki Kimoto authored on 2016-01-30
3435
}
3436

            
3437
.branches .branches-overview-more {
3438
  text-align:center;
3439
  padding:0;
3440
}
3441
.branches-overview-more a {
3442
  width:100%;
3443
  display:block;
3444
  background: #f1f7fa;
3445
  padding:8px;
3446
}
3447

            
3448
.branches-overview-more a:hover {
improve tags page design
Yuki Kimoto authored on 2016-02-01
3449
  background:#e6e6fa;
imrpove branches page
Yuki Kimoto authored on 2016-01-30
3450
}
improve tags page design
Yuki Kimoto authored on 2016-02-01
3451

            
3452
.tags {
3453
  
3454
}
3455

            
3456
.tags > li {
improve border color
Yuki Kimoto authored on 2016-09-14
3457
  border-bottom:1px solid #e6e9e6;
improve tags page design
Yuki Kimoto authored on 2016-02-01
3458
  padding:10px 0;
3459
}
3460

            
3461
.tags > li:first-child {
improve border color
Yuki Kimoto authored on 2016-09-14
3462
  border-top:1px solid #e6e9e6;
improve tags page design
Yuki Kimoto authored on 2016-02-01
3463
}
3464

            
3465
.tags-item {
3466
  overflow:hidden;
3467
}
3468

            
3469
.tags-item > li:first-child {
3470
  display:block;
3471
  width:30%;
3472
  float:left;
3473
  color:#767676;
3474
}
3475

            
3476
.tags-item > li.last-child {
3477
  display:block;
3478
  width:70%;
3479
  float:left;
3480
}
3481

            
3482
.tags-name a {
3483
  color:#333;
3484
}
3485

            
3486
.tags-links {
3487
  padding-top:3px;
3488
}
3489

            
3490
.tags-links a {
3491
  color:#767676;
3492
  font-size:13px;
improve commits page design
Yuki Kimoto authored on 2016-02-01
3493
}
3494

            
3495
.commits-summary > :first-child {
3496
  overflow:hidden;
3497
  padding: 10px;
3498
  line-height: 20px;
improve diff design
Yuki Kimoto authored on 2016-10-12
3499
  background-color: #f4fcef;
3500
  border: 1px solid #d0ddc7;
improve commits page design
Yuki Kimoto authored on 2016-02-01
3501
  border-radius: 3px;
3502
  border-bottom-right-radius: 0;
3503
  border-bottom-left-radius: 0;
3504
  margin-top:13px;
3505
}
3506

            
3507
.commits-summary > .last-child {
3508
  padding: 5px 10px;
3509
  background-color: #fff;
improve diff design
Yuki Kimoto authored on 2016-10-12
3510
  border: 1px solid #d0ddc7;
improve commits page design
Yuki Kimoto authored on 2016-02-01
3511
  border-top:none;
3512
  border-bottom-left-radius: 3px;
3513
  border-bottom-right-radius: 3px;
3514
}
3515

            
3516
.commits-summary-header {
3517
  overflow:hidden;
3518
}
3519
.commits-summary-header > :first-child {
3520
  float:left;
3521
  width:80%;
3522
}
3523
.commits-summary-header > .last-child {
3524
  float:right;
3525
  width:20%;
3526
  text-align:right;
3527
}
improve commit page design
Yuki Kimoto authored on 2016-02-02
3528
.commits-summary-body {
3529
  overflow:hidden;
3530
  padding:4px 0;
3531
}
3532
.commits-summary-body > :first-child {
3533
  width:40%;
3534
  float:left;
3535
}
3536
.commits-summary-body > .last-child {
3537
  width:60%;
3538
  float:left;
3539
  text-align:right;
3540
}
3541
.commits-summary-author {
3542
  font-weight:bold;
3543
}
3544
.commits-summary-parent {
3545
  display:inline-block;
3546
  color:#767676;
3547
  margin-right:10px;
3548
}
3549
.commits-summary-parent a {
3550
  color:#333333;
3551
  text-decoration:underline;
3552
}
3553
.commits-summary-commit-id {
3554
  display:inline-block;
3555
  color:#767676;
3556
}
3557
.commits-summary-commit-id > span {
3558
  color:#333333;
3559
}
improve commits page design
Yuki Kimoto authored on 2016-02-01
3560

            
improve commit page design
Yuki Kimoto authored on 2016-02-02
3561
.commit-changes {
3562
  margin:15px 0;
3563
}
improve commits page design
Yuki Kimoto authored on 2016-02-01
3564

            
improve commit page design
Yuki Kimoto authored on 2016-02-02
3565
.file-add {
3566
  color:#32CD32;
3567
  border:2px #32CD32 solid;
3568
  margin-left:3px;
3569
  font-weight:bold;
3570
  text-align:center;
3571
  font-size:13px;
3572
  padding:0;
3573
  line-height:100%;
3574
  padding:0 2px;
3575
}
3576

            
3577
.file-del {
3578
  color:red;
3579
  border:2px red solid;
3580
  margin-left:3px;
3581
  font-weight:bold;
3582
  text-align:center;
3583
  font-size:13px;
3584
  padding:0;
3585
  line-height:100%;
3586
  padding:0 2px;
3587
}
3588

            
3589
.file-modified {
3590
  color:#DAA520;
3591
  border:2px #DAA520 solid;
3592
  margin-left:3px;
3593
  font-weight:bold;
3594
  text-align:center;
3595
  font-size:13px;
3596
  padding:0;
3597
  line-height:100%;
3598
  padding:0 2px;
3599
}
3600

            
3601
.file-renamed {
3602
  color:#677a85;
3603
  border:2px #677a85 solid;
3604
  margin-left:3px;
3605
  font-weight:bold;
3606
  text-align:center;
3607
  font-size:13px;
3608
  padding:0;
3609
  line-height:100%;
3610
  padding:0 2px;
3611
}
improve commit page design
Yuki Kimoto authored on 2016-02-02
3612

            
improve commit page design
Yuki Kimoto authored on 2016-02-03
3613
.commit-diff {
3614
  margin-bottom:30px;
3615
}
improve commit page design
Yuki Kimoto authored on 2016-02-02
3616
.commit-diff > :first-child {
improve border color
Yuki Kimoto authored on 2016-09-14
3617
  border:1px solid #e6e9e6;
improve commit page design
Yuki Kimoto authored on 2016-02-02
3618
  border-radius:3px 3px 0 0;
3619
  padding:7px;
3620
  background-color: #f7f7f7;
3621
}
3622
.commit-diff-header {
3623
  overflow:hidden;
3624
}
3625
.commit-diff-header > :first-child {
3626
  float:left;
3627
  width:80%;
3628
  padding-top:6px;
3629
}
3630
.commit-diff-header > .last-child {
3631
  float:left;
3632
  width:20%;
3633
  text-align:right;
3634
}
improve commit page design
Yuki Kimoto authored on 2016-02-03
3635

            
3636
.commit-diff-body {
improve border color
Yuki Kimoto authored on 2016-09-14
3637
  border:1px solid #e6e9e6;
improve commit page design
Yuki Kimoto authored on 2016-02-03
3638
  border-top:none;
3639
  border-radius: 0 0 3px 3px;
3640
  margin-bottom:30px;
3641
}
3642
.commit-diff-body > table {
3643
  border-collapse:collapse;
3644
}
3645
.commit-diff-plain {
3646
  padding:10px;
3647
}
3648
.commit-diff-image {
3649
  background:#ddd;
3650
  text-align:center;
3651
  padding-top:40px;
3652
  padding-bottom:40px;
3653
}
improve compare page design
Yuki Kimoto authored on 2016-02-04
3654

            
3655
.compare-select {
3656
  padding:12px 10px;
3657
  margin-bottom:5px;
3658
  position:relative;
improve border color
Yuki Kimoto authored on 2016-09-14
3659
  border:1px solid #e6e9e6;
improve compare page design
Yuki Kimoto authored on 2016-02-04
3660
  border-radius: 3px;
3661
  background-color: #fafafa;
3662
}
3663

            
improve compare page popup
Yuki Kimoto authored on 2016-04-28
3664
.compare-select button span {
3665
  color:#767676;
3666
}
3667

            
improve compare page design
Yuki Kimoto authored on 2016-02-04
3668
.compare-header {
improve border color
Yuki Kimoto authored on 2016-09-14
3669
  border:1px solid #e6e9e6;
improve compare page design
Yuki Kimoto authored on 2016-02-04
3670
  overflow:hidden;
3671
  border-radius: 3px;
3672
  padding:10px;
3673
  margin-top:10px;
3674
}
3675

            
3676
.compare-header li {
3677
  width:25%;
3678
  float:left;
3679
  text-align:center;
3680
}
3681
.compare-header li span {
3682
  color: #767676;
3683
}
3684
.compare-commits-date-container {
3685
  border-left:#f3f3f3 2px solid;
3686
  margin:3px 6px;
3687
  padding:10px 0;
3688
}
3689

            
3690
.compare-commits-date-container li:first-child {
3691
}
3692

            
3693
.compare-commits-date-container li {
3694
  margin-left:20px;
3695
  overflow:hidden;
3696
}
3697

            
3698
.compare-commits-author {
3699
  width:30%;
3700
  float:left;
3701
  font-weight:bold;
3702
  font-size:90%;
3703
}
3704

            
3705
.compare-commits-commit-title {
3706
  width:50%;
3707
  float:left;
3708
}
3709

            
3710
.compare-commits-commit-id {
3711
  width:20%;
3712
  float:left;
3713
  text-align:right;
3714
}
3715
.compare-commits-commit-id a {
3716
  color:#767676;
improve network page design
Yuki Kimoto authored on 2016-02-06
3717
}
3718

            
3719
.network-mybranch {
3720
  background-color: #f5f5f5;
3721
  border: 1px solid #e3e3e3;
3722
  padding:10px 10px 14px 10px;
3723
  margin-bottom:20px;
3724
  border-radius:3px;
3725
}
3726
.network-mybranch-label {
3727
  border-radius: 3px;
3728
  display: inline-block;
3729
  padding: 2px 4px;
3730
  font-size: 11.844px;
3731
  font-weight: bold;
3732
  line-height: 14px;
3733
  color: #fff;
3734
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
3735
  white-space: nowrap;
3736
  vertical-align: baseline;
3737
  background-color: #3a87ad;
3738
  width:100px;
3739
  text-align:center;
3740
  margin-right:10px;
3741
}
3742

            
3743
.network-mybranch select, .network-member-branch select {
improve border color
Yuki Kimoto authored on 2016-09-14
3744
  border:1px solid #e6e9e6;
improve network page design
Yuki Kimoto authored on 2016-02-06
3745
  border-radius: 3px;
3746
  padding:6px 5px;
3747
  width:30%;
3748
}
3749

            
3750
.network-member-branch {
3751
  
3752
}
3753

            
3754
.network-member-branch li {
improve border color
Yuki Kimoto authored on 2016-09-14
3755
  border-bottom:1px solid #e6e9e6;
improve network page design
Yuki Kimoto authored on 2016-02-06
3756
  padding:10px 10px 14px 10px;
3757
  overflow:hidden;
3758
}
3759
.network-member-branch-label {
3760
  border-radius: 3px;
3761
  display: inline-block;
3762
  padding: 3px 4px;
3763
  font-size: 11.844px;
3764
  font-weight: bold;
3765
  line-height: 14px;
3766
  color: #fff;
3767
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
3768
  white-space: nowrap;
3769
  vertical-align: baseline;
3770
  background-color: #468847;
3771
  width:100px;
3772
  text-align:center;
3773
  margin-right:10px;
3774
}
3775
.network-member-branch li > :first-child {
3776
  float:left;
3777
  width:80%;
3778
}
3779
.network-member-branch li > .last-child {
3780
  float:left;
3781
  width:20%;
3782
  text-align:right;
3783
}
improve graph page design
Yuki Kimoto authored on 2016-02-06
3784
.graph-diff {
3785
  width:800px;
3786
  overflow:auto;
3787
  padding-left:10px;
3788
  padding-right:10px;
3789

            
3790
  background-color: #f5f5f5;
3791
  border: 1px solid #e3e3e3;
3792
  padding:10px 10px 14px 10px;
3793
  margin-bottom:20px;
3794
  border-radius:3px;
3795
}
3796
.graph-document pre {
3797
  background:#333333;
3798
  color:white;
3799
  padding:20px 20px 0px 20px;
3800
  border-radius:3px;
3801
  margin-bottom:15px;
3802
  margin-top:3px;
3803
}
improve import-branch page d...
Yuki Kimoto authored on 2016-02-08
3804

            
3805
.import-branch {
3806
  overflow:hidden;
3807
}
3808
.import-branch > .left {
3809
  float:left;
3810
  width:45%;
3811
}
3812
.import-branch > .center {
3813
  float:left;
3814
  width:10%;
3815
  text-align:center;
3816
  padding: 19px;
3817
  text-align:center;
3818
  font-size:26px;
3819
}
3820
.import-branch > .right {
3821
  float:left;
3822
  width:45%;
3823
}
3824
.import-branch select {
improve border color
Yuki Kimoto authored on 2016-09-14
3825
  border:1px solid #e6e9e6;
improve import-branch page d...
Yuki Kimoto authored on 2016-02-08
3826
  border-radius: 3px;
3827
  padding:6px 5px;
3828
  width:30%;
3829
}
3830
.import-branch-from, .import-branch-to {
improve border color
Yuki Kimoto authored on 2016-09-14
3831
  border:1px solid #e6e9e6;
improve import-branch page d...
Yuki Kimoto authored on 2016-02-08
3832
  border-radius:3px;
3833
  padding:25px 15px;
3834
}
3835
.import-branch-to > :first-child {
3836
  font-size:20px;
3837
  color:blue;
3838
  margin-bottom:10px;
3839
}
3840
.import-branch-from > :first-child {
3841
  font-size:20px;
3842
  color:green;
3843
  margin-bottom:10px;
3844
}
3845
.import-branch-button-panel {
3846
  margin-top:10px;
3847
}
3848
.import-branch-button-panel > div {
3849
  display:table-cell;
3850
  vertical-align:middle;
3851
  padding:0 3px;
3852
}
improve submodule design
Yuki Kimoto authored on 2016-02-08
3853

            
3854
.submodule {
3855
  
3856
}
3857
.submodule > :first-child {
improve border color
Yuki Kimoto authored on 2016-09-14
3858
  border:1px solid #e6e9e6;
improve submodule design
Yuki Kimoto authored on 2016-02-08
3859
  border-radius: 3px 3px 0 0;
3860
  padding:8px 5px;
3861
  border-bottom:none;
3862
  background-color: #f7f7f7;
3863
}
3864
.submodule > .last-child {
improve border color
Yuki Kimoto authored on 2016-09-14
3865
  border:1px solid #e6e9e6;
improve submodule design
Yuki Kimoto authored on 2016-02-08
3866
  border-top:none;
3867
  font-size:16px;
3868
  padding:15px;
3869
  margin-bottom:30px;
3870
  border-radius: 0 0 3px 3px;
3871
}
improve design
Yuki Kimoto authored on 2016-02-09
3872

            
3873
pre.command-line {
3874
  background:#333333;
3875
  color:white;
3876
  padding:15px 20px 15px 20px;
3877
  border-radius:3px;
3878
  margin-bottom:15px;
3879
  margin-top:3px;
3880
}
3881
.private {
3882
  background:white;
3883
  text-align:center;
3884
  font-size:20px;
improve border color
Yuki Kimoto authored on 2016-09-14
3885
  border:1px solid #e6e9e6;
improve design
Yuki Kimoto authored on 2016-02-09
3886
  border-radius: 3px;
3887
  padding:20px 0;
3888
  color:#767676
3889
}
3890

            
3891
.not-yet-created {
3892
  background:white;
3893
  margin-bottom:30px;
improve border color
Yuki Kimoto authored on 2016-09-14
3894
  border:1px solid #e6e9e6;
improve design
Yuki Kimoto authored on 2016-02-09
3895
  border-radius: 3px;
3896
  color:#767676;
3897
  padding:15px 10px;
3898
}