gitprep / public / css / common.css /
Newer Older
3892 lines | 63.364kb
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

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

            
2522
.repositories {
2523
  margin-bottom:30px;
2524
}
2525

            
2526
.repositories li {
improve index page design
Yuki Kimoto authored on 2016-10-13
2527
  border-bottom: 1px solid #e6e9e6;
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
2528
  overflow:hidden;
2529
  padding:10px 0;
2530
}
2531

            
improve index page design
Yuki Kimoto authored on 2016-10-13
2532
.repositories li:first-child {
2533
  border-top: 1px solid #e6e9e6;
2534
}
2535

            
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
2536
.repositories a:hover {
2537
  text-decoration:underline;
2538
}
2539

            
2540
.repositories-name {
2541
  float:left;
2542
  width:25%;
2543
}
2544

            
2545
.repositories-description {
2546
  float:left;
2547
  width:45%;
2548
  color:#333;
2549
  min-height:1px;
2550
}
2551

            
2552
.repositories-age {
2553
  float:left;
2554
  width:30%;
2555
  color: #767676;
2556
}
improve branch select design
Yuki Kimoto authored on 2016-01-04
2557

            
2558
.branch-select-container {
2559
  overflow:hidden;
2560
}
2561

            
2562
.branch-select-left-container {
2563
  float:left;
improve branch select design
Yuki Kimoto authored on 2016-01-06
2564
  width:20%;
improve branch select design
Yuki Kimoto authored on 2016-01-04
2565
}
2566

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

            
2572
.git-url-container {
2573
  float:right;
2574
  overflow:hidden;
2575
  display:inline-block;
2576
}
2577

            
2578
.git-url-container li {
2579
  float:left;
2580
}
2581

            
2582
.git-url-container .btn, .git-url-container .btn-small {
2583
  border-radius:0;
2584
}
2585

            
improve tab design
Yuki Kimoto authored on 2016-01-26
2586
.git-url-container input[type=text] {
improve branch select design
Yuki Kimoto authored on 2016-01-06
2587
  width:550px;
improve tree design
Yuki Kimoto authored on 2016-01-07
2588
  padding:5px 0 5px 5px;
improve border color
Yuki Kimoto authored on 2016-09-14
2589
  border:1px solid #e6e9e6;
improve tab design
Yuki Kimoto authored on 2016-01-26
2590
  border-radius:0 3px 3px 0;
improve branch select design
Yuki Kimoto authored on 2016-01-06
2591
}
2592

            
improve branch select design
Yuki Kimoto authored on 2016-01-04
2593
.page-path-container {
2594
  float:left;
2595
}
2596

            
2597
.donwload-zip {
2598
  margin-left:5px;
2599
  font-weight:bold;
2600
}
complete branch select desig...
Yuki Kimoto authored on 2016-01-06
2601

            
2602
.page-path {
2603
  display:inline-block;
2604
  margin-left:5px;
2605
}
2606

            
2607
.branch-select-left-container-page-path {
2608
  width:100%;
2609
}
complete readme design
Yuki Kimoto authored on 2016-01-06
2610

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

            
2622
.readme-frame {
improve border color
Yuki Kimoto authored on 2016-09-14
2623
  border: 1px solid #e6e9e6;
improve tree header design
Yuki Kimoto authored on 2016-01-06
2624
}
2625

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

            
2638
.commit-summary-left-container {
2639
  float:left;
2640
  width:70%;
2641
}
2642

            
2643
.commit-summary-right-container {
2644
  float:right;
2645
  width:30%;
2646
  text-align:right;
2647
  color: #68777d;
2648
}
2649

            
2650
.commit-summary-author {
2651
  font-weight:bold;
2652
}
2653

            
2654
.commit-summary-left-container a {
2655
  color: #68777d;
2656
}
2657

            
2658
.commit-summary-right-container a {
2659
  color:#445055;
2660
}
improve tree design
Yuki Kimoto authored on 2016-01-07
2661

            
complete blob page design
Yuki Kimoto authored on 2016-01-09
2662
.commit-contributor {
2663
  padding: 5px 10px;
2664
  background-color: #fff;
improve diff design
Yuki Kimoto authored on 2016-10-12
2665
  border: 1px solid #d0ddc7;
complete blob page design
Yuki Kimoto authored on 2016-01-09
2666
  border-top:none;
2667
  border-bottom-left-radius: 3px;
2668
  border-bottom-right-radius: 3px;
2669
  color:#68777d;
2670
}
2671

            
improve tree design
Yuki Kimoto authored on 2016-01-07
2672
.file-list li {
improve project page design
Yuki Kimoto authored on 2016-10-12
2673
  border: 1px solid #d0ddc7;
improve tree design
Yuki Kimoto authored on 2016-01-07
2674
  border-top:none;
2675
  padding:7px;
2676
  overflow:hidden;
2677
}
2678

            
2679
.file-list li:last-child {
improve project page design
Yuki Kimoto authored on 2016-10-12
2680
  border-radius:0 0 3px 3px;
improve tree design
Yuki Kimoto authored on 2016-01-07
2681
}
2682

            
2683
.file-list-name {
2684
  width:25%;
2685
  float:left;
2686
}
2687

            
2688
.file-list-commit {
2689
  width:60%;
2690
  float:left;
2691
}
2692

            
2693
.file-list-commit a {
2694
  color:#888;
2695
}
2696

            
2697
.file-list-age {
2698
  width:15%;
2699
  float:left;
2700
  text-align:right;
2701
  color:#888
2702
}
complete blob page design
Yuki Kimoto authored on 2016-01-09
2703

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

            
2715
.file-header-left {
2716
  float:left;
2717
  width:50%;
2718
  padding-top:4px;
2719
}
2720

            
2721
.file-header-right {
2722
  float:left;
2723
  width:50%;
2724
  overflow:hidden;
2725
}
2726

            
2727
.file-header-right ul {
2728
  float:right;
2729
  overflow:hidden;
2730
}
2731

            
2732
.file-header-right li {
2733
  float:left;
2734
  margin-left:1px;
2735
  font-weight:bold;
2736
}
2737

            
2738
.blob-image {
2739
  background:#ddd;
2740
  text-align:center;
2741
  padding-top:30px;
2742
  padding-bottom:30px;
2743
  margin-bottom:30px;
2744
  border-radius: 0 0 2px 2px;
2745
}
2746

            
2747
.blob-image img {
2748
  max-width: 600px;
2749
  border: 1px solid #fff;
2750
}
2751

            
2752
.blob-raw {
2753
  font-size:16px;
2754
  background:#ddd;
2755
  text-align:center;
2756
  padding-top:30px;
2757
  padding-bottom:30px;
2758
  margin-bottom:30px;
2759
  border-radius: 0 0 2px 2px;
2760
}
improve commits page design
Yuki Kimoto authored on 2016-01-11
2761

            
2762
.commits {
2763
  margin-top:20px;
2764
}
2765

            
2766
.commits-date-container {
2767
  border-left:#f3f3f3 2px solid;
2768
  margin:3px 6px;
2769
  padding:10px 0;
2770
}
2771

            
2772
.commits-date-container li:first-child {
2773
  border-top: 1px solid #e5e5e5;
2774
}
2775

            
2776
.commits-date-container li {
2777
  margin-left:20px;
2778
  border: 1px solid #e5e5e5;
2779
  border-top:none;
2780
  padding:8px 20px 8px 15px;
2781
  overflow:hidden;
2782
}
2783

            
improve compare page design
Yuki Kimoto authored on 2016-02-04
2784
.commit-date {
2785
  color: #767676;
2786
}
2787

            
2788
.commit-date i {
2789
  margin-right:15px;
2790
}
2791

            
improve commits page design
Yuki Kimoto authored on 2016-01-11
2792
.commit-left {
2793
  float:left;
2794
  width:70%;
2795
}
2796

            
2797
.commit-left-title a {
2798
  color:#333;
2799
}
2800

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

            
2815
.commit-right-container {
2816
  float:right;
2817
}
2818

            
2819
.commit-right-commit-id {
2820
  float:left;
2821
  width:80px;
2822
}
2823

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

            
2834
.commit-right-commit-id a:hover {
2835
  text-decoration:none;
2836
  color:white;
2837
  background:#4169e1;
2838
}
2839

            
2840
.commit-right-browse-repository {
2841
  float:left;
2842
}
2843

            
2844
.commit-right-browse-repository a {
2845
  border: 1px solid #e5e5e5;
2846
  display:block;
2847
  width:100%;
2848
  padding:6px 5px;
2849
  margin-left:10px;
2850
  text-align:center;
2851
  font-weight:bold;
2852
  margin-top:3px;
2853
  border-radius:3px;
2854
}
2855

            
2856
.commit-right-browse-repository a:hover {
2857
  text-decoration:none;
2858
  color:white;
2859
  background:#4169e1;
2860
}
improve pagenation design
Yuki Kimoto authored on 2016-01-11
2861

            
2862
.pagenation {
2863
  overflow:hidden;
2864
  width:140px;
2865
  margin: 0 auto;
2866
}
2867

            
2868
.pagenation li {
2869
  float: left;
2870
  font-size: 13px;
2871
  font-weight: bold;
2872
  color: #4078c0;
2873
  background: #fff;
2874
  border: 1px solid #e5e5e5;
2875
  border-left:none;
2876
  width:50%;
2877
  text-align:center;
2878
}
2879

            
2880
.pagenation li a {
2881
  padding: 7px 12px;
2882
  display:block;
2883
  width:100%;
2884
}
2885

            
2886
.pagenation li span {
2887
  padding: 7px 12px;
2888
  display:block;
2889
  width:100%;
2890
  color:#d3d3d3;;
2891
  background:#fafafa;
2892
}
2893

            
2894
.pagenation li a:hover {
2895
  text-decoration:none;
2896
  background:#e5e5e5;
2897
}
2898

            
2899
.pagenation li:first-child {
2900
  border-left: 1px solid #e5e5e5;
2901
  border-radius:3px 0 0 3px;
2902
}
2903

            
2904
.pagenation li:last-child {
2905
  border-radius:0 3px 3px 0;
2906
}
improve blame page design
Yuki Kimoto authored on 2016-01-13
2907

            
2908
.blame-page-path {
2909
  overflow:hidden;
2910
}
2911

            
2912
.blame-page-path .page-path {
2913
  float:left;
2914
  margin-left:0;
2915
}
2916

            
2917
.blame-gradation {
2918
  float:right;
2919
  text-align:right:
2920
}
2921

            
2922
.blame-body-container {
2923
  overflow-x:scroll;
improve border color
Yuki Kimoto authored on 2016-09-14
2924
  border:1px solid #e6e9e6;
improve blame page design
Yuki Kimoto authored on 2016-01-13
2925
  border-radius:0 0 3px 3px;
2926
}
2927

            
2928
.blame-body {
2929
  width:100%;
2930
  border-collapse: collapse;
2931
}
2932

            
2933
.blame-body-left {
2934
  padding:3px 7px;
2935
  vertical-align:middle;
2936
  border-left:none;
2937
  border-bottom:none;
2938
}
2939

            
2940
.blame-body-center {
2941
  padding:5px 10px;
2942
  color:gray;
2943
  font-size:12px;
2944
  vertical-align:middle;
improve border color
Yuki Kimoto authored on 2016-09-14
2945
  border-right:1px solid #e6e9e6;
improve blame page design
Yuki Kimoto authored on 2016-01-13
2946
}
2947

            
2948
.blame-body-right {
2949
  padding:5px 10px;
2950
  vertical-align:middle;
2951
  white-space: nowrap;
2952
  border-right:none
2953
}
2954

            
2955
.blame-summary-container {
2956
  overflow:hidden;
2957
}
2958

            
2959
.blame-summary {
2960
  display:inline-block;
2961
  float:left;
2962
  font-weight:bold;
2963
}
2964

            
2965
.blame-commit-id {
2966
  display:inline-block;
2967
  float:right;
2968
  font-size:90%;
2969
}
2970

            
2971
.blame-author {
2972
  color:#767676;
2973
}
improve login page design
Yuki Kimoto authored on 2016-01-16
2974

            
improve admin page design
Yuki Kimoto authored on 2016-01-23
2975
.user-form {
improve user form design
Yuki Kimoto authored on 2016-10-13
2976
  border:1px solid #D0DDC7;
improve login page design
Yuki Kimoto authored on 2016-01-16
2977
  border-radius: 3px;
improve login page design
Yuki Kimoto authored on 2016-01-16
2978
  padding:25px 0;
improve login page design
Yuki Kimoto authored on 2016-01-16
2979
  width:300px;
2980
  margin-left:auto;
2981
  margin-right:auto
2982
}
2983

            
improve admin page design
Yuki Kimoto authored on 2016-01-23
2984
.user-form-container {
improve login page design
Yuki Kimoto authored on 2016-01-16
2985
  width:70%;
2986
  margin:0 auto;
2987
}
2988

            
improve admin page design
Yuki Kimoto authored on 2016-01-23
2989
.user-form input[type=text], .user-form input[type=password] {
improve login page design
Yuki Kimoto authored on 2016-01-16
2990
  width:100%;
2991
  margin:5px 0;
2992
}
2993

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

            
improve admin page design
Yuki Kimoto authored on 2016-01-23
2998
.user-form button {
improve login page design
Yuki Kimoto authored on 2016-01-16
2999
  width:100%;
3000
}
3001

            
improve login page design
Yuki Kimoto authored on 2016-01-16
3002
.header-bottom {
3003
  margin-bottom:15px;
3004
  min-height:1px;
improve settings page design
Yuki Kimoto authored on 2016-01-18
3005
}
3006

            
improve search page design
Yuki Kimoto authored on 2016-01-23
3007
.search-top {
improve border color
Yuki Kimoto authored on 2016-09-14
3008
  border-bottom:1px solid #e6e9e6;
improve search page design
Yuki Kimoto authored on 2016-01-23
3009
  margin-bottom:20px;
3010
  padding-bottom:20px;
3011
}
3012

            
3013
.search-top input {
3014
  margin-left:5px;
3015
}
3016

            
3017
.search-top > div:first-child {
3018
  font-size:19px;
3019
  display:inline-block;
3020
}
3021

            
3022
.search-top form {
3023
  display:inline-block;
3024
}
3025

            
3026
.search-result {
3027
  overflow:hidden;
3028
}
3029

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

            
3036
.search-result .left li {
improve border color
Yuki Kimoto authored on 2016-09-14
3037
  border:1px solid #e6e9e6;
improve search page design
Yuki Kimoto authored on 2016-01-23
3038
  border-top:none;
3039
  padding:7px 10px;
3040
}
3041

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

            
3046
.search-result .right {
3047
  float:left;
3048
  width:85%;
3049
  padding-left:15px;
3050
}
3051

            
3052
.search-result .right li {
improve border color
Yuki Kimoto authored on 2016-09-14
3053
  border-bottom: 1px solid #e6e9e6;
improve search page design
Yuki Kimoto authored on 2016-01-23
3054
  padding:5px 0px;
3055
  margin-bottom:10px;
3056
}
3057

            
3058
.search-result .right li > div {
3059
  padding-bottom:1px;
3060
}
3061

            
3062
.search-result .right > div:first-child {
3063
   font-size:18px;
3064
   padding-bottom:10px;
3065
   margin-bottom:10px;
3066
   border-bottom:1px solid #EEEEEE;
3067
   font-weight:bold;
3068
}
3069

            
3070
.search-result .left li.active a {
3071
  color:black;
3072
  font-weight:bold;
3073
  text-decoration:none;
3074
}
3075

            
3076

            
improve settings page design
Yuki Kimoto authored on 2016-01-18
3077
.project-settings {
3078
  overflow:hidden;
3079
}
3080

            
3081
.project-settings .left {
3082
  float:left;
3083
  width:15%;
3084
  padding-right:10px;
3085
}
3086

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

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

            
3097
.project-settings .right {
3098
  float:left;
3099
  width:85%;
3100
}
3101

            
3102
.project-settings-main {
3103
  margin-bottom:20px;
3104
}
3105

            
3106
.project-settings-main li {
improve border color
Yuki Kimoto authored on 2016-09-14
3107
  border:1px solid #e6e9e6;
improve settings page design
Yuki Kimoto authored on 2016-01-18
3108
  border-top:none;
3109
  padding:10px 10px;
3110
}
3111

            
3112
.project-settings-main li:first-child {
improve border color
Yuki Kimoto authored on 2016-09-14
3113
  border-top:1px solid #e6e9e6;
improve settings page design
Yuki Kimoto authored on 2016-01-18
3114
  background: #eee;
3115
  border-radius:3px 3px 0 0;
3116
  font-size:17px;
3117
}
3118

            
3119
.project-settings-main input[type=text] {
improve border color
Yuki Kimoto authored on 2016-09-14
3120
    border:1px solid #e6e9e6;
improve settings page design
Yuki Kimoto authored on 2016-01-18
3121
    border-radius: 3px;
3122
    padding:6px 5px;
3123
    width:100%;
3124
    margin:5px 0;
3125
}
3126

            
3127
.project-settings-main input[type=checkbox] {
3128
  margin:0 5px;
3129
}
3130

            
3131
.project-settings-main select {
improve border color
Yuki Kimoto authored on 2016-09-14
3132
    border:1px solid #e6e9e6;
improve settings page design
Yuki Kimoto authored on 2016-01-18
3133
    border-radius: 3px;
3134
    padding:6px 5px;
3135
    width:30%;
3136
    margin:5px 0;
3137
}
3138

            
3139
.project-settings-danger li {
improve border color
Yuki Kimoto authored on 2016-09-14
3140
  border:1px solid #e6e9e6;
improve settings page design
Yuki Kimoto authored on 2016-01-18
3141
  border-top:none;
3142
  padding:10px 10px;
3143
}
3144

            
3145
.project-settings-danger li:first-child {
improve border color
Yuki Kimoto authored on 2016-09-14
3146
  border-top:1px solid #e6e9e6;
improve settings page design
Yuki Kimoto authored on 2016-01-18
3147
  background: #eee;
3148
  border-radius:3px 3px 0 0;
3149
  font-size:17px;
3150
  background:red;
3151
}
3152

            
3153
#delete-confirm input {
improve border color
Yuki Kimoto authored on 2016-09-14
3154
  border:1px solid #e6e9e6;
improve settings page design
Yuki Kimoto authored on 2016-01-18
3155
  border-radius: 3px;
3156
  padding:6px 5px;
3157
  margin:5px 0;
3158
  width:70%;
3159
}
improve collabaration design
Yuki Kimoto authored on 2016-01-19
3160

            
3161
.collaboration > div:first-child {
3162
  font-size:17px;
3163
  padding:5px;
improve border color
Yuki Kimoto authored on 2016-09-14
3164
  border-bottom:1px solid #e6e9e6;
improve collabaration design
Yuki Kimoto authored on 2016-01-19
3165
  font-weight:bold;
3166
  margin-bottom:10px;
3167
}
3168

            
3169
.collaboration input[type=text] {
improve border color
Yuki Kimoto authored on 2016-09-14
3170
  border:1px solid #e6e9e6;
improve collabaration design
Yuki Kimoto authored on 2016-01-19
3171
  border-radius: 3px;
3172
  padding:6px 5px;
3173
  margin:5px 0;
3174
  width:40%;
3175
}
3176

            
3177
.collaboration input[type=submit] {
3178
  padding:6px 5px;
3179
  margin:5px 0;
3180
  width:10%;
3181
}
improve settings design
Yuki Kimoto authored on 2016-01-19
3182

            
3183
.user-settings {
3184
  overflow:hidden;
3185
}
3186

            
3187
.user-settings .left {
3188
  float:left;
3189
  width:15%;
3190
  padding-right:10px;
3191
}
3192

            
3193
.user-settings .left li {
improve border color
Yuki Kimoto authored on 2016-09-14
3194
  border:1px solid #e6e9e6;
improve settings design
Yuki Kimoto authored on 2016-01-19
3195
  border-top:none;
3196
  padding:5px 10px;
3197
}
3198

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

            
3203
.user-settings .left li.active a {
3204
  color:black;
3205
  font-weight:bold;
3206
  text-decoration:none;
3207
}
3208

            
3209
.user-settings .right {
3210
  float:left;
3211
  width:85%;
3212
}
3213

            
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
3214
.user-settings-container > div {
improve border color
Yuki Kimoto authored on 2016-09-14
3215
  border:1px solid #e6e9e6;
improve settings design
Yuki Kimoto authored on 2016-01-19
3216
  padding:10px 10px;
3217
  font-size:120%;
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
3218
  margin-bottom:20px;
improve settings design
Yuki Kimoto authored on 2016-01-19
3219
}
3220

            
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
3221
.user-settings-container > div:first-child {
improve settings design
Yuki Kimoto authored on 2016-01-19
3222
  border-bottom:none;
3223
  background: #eee;
3224
  border-radius:3px 3px 0 0;
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
3225
  font-size:14px;
improve settings design
Yuki Kimoto authored on 2016-01-19
3226
  font-weight:bold;
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
3227
  margin-bottom:0;
improve settings design
Yuki Kimoto authored on 2016-01-19
3228
}
3229

            
3230
.profile li {
3231
  padding:5px 5px;
3232
}
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
3233

            
3234
.ssh-keys form {
3235
  margin:5px 0;
3236
}
3237

            
3238
.ssh-key-add input[type=text] {
improve border color
Yuki Kimoto authored on 2016-09-14
3239
  border:1px solid #e6e9e6;
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
3240
  border-radius: 3px;
3241
  padding:6px 5px;
3242
  margin:5px 0;
3243
  width:60%;
3244
}
3245

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

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

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

            
3344
.branches-name {
3345
  display:inline-block;
3346
}
3347
.branches-name a {
3348
  color: #4078c0;
3349
  border-radius:3px;
3350
  background:rgba(209,227,237,0.5);
3351
  padding:2px 6px;
3352
}
3353

            
3354
.branches-age {
3355
  display:inline-block;
improve branches design
Yuki Kimoto authored on 2016-01-30
3356
  color:#aaa;;
improve branch design
Yuki Kimoto authored on 2016-01-27
3357
}
3358

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

            
improve branches design
Yuki Kimoto authored on 2016-01-30
3364
.branches-select {
3365
  overflow:hidden;
3366
  margin:20px 0;
3367
}
3368

            
3369
.branches-select li {
improve border color
Yuki Kimoto authored on 2016-09-14
3370
  border:1px solid #e6e9e6;
improve branches design
Yuki Kimoto authored on 2016-01-30
3371
  float:left;
3372
  border-left:none;
3373
}
3374

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

            
3380
.branches-select li:last-child {
3381
  border-radius:0 3px 3px 0;
3382
}
3383

            
3384
.branches-select li a {
3385
  padding: 7px 14px;
3386
  font-weight: bold;
3387
  width:100%;
3388
  display:block;
3389
  color: #666;
3390
}
3391

            
3392
.branches-select li a:hover {
3393
  text-decoration:none;
3394
  background:#f5f5f5;
3395
}
3396

            
3397
.branches-select li.active a {
3398
  background-color: #4078c0;
3399
  color: #fff;
3400
}
3401
.branches-select li.active a {
3402
  background-color: #4078c0;
improve branches design
Yuki Kimoto authored on 2016-01-30
3403
}
3404

            
3405
.ahead-behind {
3406
  color:#767676;
3407
  font-size:12px;
3408
  border-collapse:collapse;
3409
}
3410

            
3411
.ahead-behind-behind-count {
3412
  text-align:right;
3413
  padding-right:3px;
3414
}
3415

            
3416
.ahead-behind-separate {
3417
  width:1px;
3418
  background:#c0c0c0;
3419
}
improve branch design
Yuki Kimoto authored on 2016-01-30
3420

            
3421
.branches-default {
3422
  font-size:12px;
3423
  text-align:center;
3424
  display:inline-block;
3425
  background-color: #767676;
3426
  color: #fff;
3427
  border-radius:3px;
3428
  padding:1px 3px;
imrpove branches page
Yuki Kimoto authored on 2016-01-30
3429
}
3430

            
3431
.branches .branches-overview-more {
3432
  text-align:center;
3433
  padding:0;
3434
}
3435
.branches-overview-more a {
3436
  width:100%;
3437
  display:block;
3438
  background: #f1f7fa;
3439
  padding:8px;
3440
}
3441

            
3442
.branches-overview-more a:hover {
improve tags page design
Yuki Kimoto authored on 2016-02-01
3443
  background:#e6e6fa;
imrpove branches page
Yuki Kimoto authored on 2016-01-30
3444
}
improve tags page design
Yuki Kimoto authored on 2016-02-01
3445

            
3446
.tags {
3447
  
3448
}
3449

            
3450
.tags > li {
improve border color
Yuki Kimoto authored on 2016-09-14
3451
  border-bottom:1px solid #e6e9e6;
improve tags page design
Yuki Kimoto authored on 2016-02-01
3452
  padding:10px 0;
3453
}
3454

            
3455
.tags > li:first-child {
improve border color
Yuki Kimoto authored on 2016-09-14
3456
  border-top:1px solid #e6e9e6;
improve tags page design
Yuki Kimoto authored on 2016-02-01
3457
}
3458

            
3459
.tags-item {
3460
  overflow:hidden;
3461
}
3462

            
3463
.tags-item > li:first-child {
3464
  display:block;
3465
  width:30%;
3466
  float:left;
3467
  color:#767676;
3468
}
3469

            
3470
.tags-item > li.last-child {
3471
  display:block;
3472
  width:70%;
3473
  float:left;
3474
}
3475

            
3476
.tags-name a {
3477
  color:#333;
3478
}
3479

            
3480
.tags-links {
3481
  padding-top:3px;
3482
}
3483

            
3484
.tags-links a {
3485
  color:#767676;
3486
  font-size:13px;
improve commits page design
Yuki Kimoto authored on 2016-02-01
3487
}
3488

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

            
3501
.commits-summary > .last-child {
3502
  padding: 5px 10px;
3503
  background-color: #fff;
improve diff design
Yuki Kimoto authored on 2016-10-12
3504
  border: 1px solid #d0ddc7;
improve commits page design
Yuki Kimoto authored on 2016-02-01
3505
  border-top:none;
3506
  border-bottom-left-radius: 3px;
3507
  border-bottom-right-radius: 3px;
3508
}
3509

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

            
improve commit page design
Yuki Kimoto authored on 2016-02-02
3555
.commit-changes {
3556
  margin:15px 0;
3557
}
improve commits page design
Yuki Kimoto authored on 2016-02-01
3558

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

            
3571
.file-del {
3572
  color:red;
3573
  border:2px red solid;
3574
  margin-left:3px;
3575
  font-weight:bold;
3576
  text-align:center;
3577
  font-size:13px;
3578
  padding:0;
3579
  line-height:100%;
3580
  padding:0 2px;
3581
}
3582

            
3583
.file-modified {
3584
  color:#DAA520;
3585
  border:2px #DAA520 solid;
3586
  margin-left:3px;
3587
  font-weight:bold;
3588
  text-align:center;
3589
  font-size:13px;
3590
  padding:0;
3591
  line-height:100%;
3592
  padding:0 2px;
3593
}
3594

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

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

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

            
3649
.compare-select {
3650
  padding:12px 10px;
3651
  margin-bottom:5px;
3652
  position:relative;
improve border color
Yuki Kimoto authored on 2016-09-14
3653
  border:1px solid #e6e9e6;
improve compare page design
Yuki Kimoto authored on 2016-02-04
3654
  border-radius: 3px;
3655
  background-color: #fafafa;
3656
}
3657

            
improve compare page popup
Yuki Kimoto authored on 2016-04-28
3658
.compare-select button span {
3659
  color:#767676;
3660
}
3661

            
improve compare page design
Yuki Kimoto authored on 2016-02-04
3662
.compare-header {
improve border color
Yuki Kimoto authored on 2016-09-14
3663
  border:1px solid #e6e9e6;
improve compare page design
Yuki Kimoto authored on 2016-02-04
3664
  overflow:hidden;
3665
  border-radius: 3px;
3666
  padding:10px;
3667
  margin-top:10px;
3668
}
3669

            
3670
.compare-header li {
3671
  width:25%;
3672
  float:left;
3673
  text-align:center;
3674
}
3675
.compare-header li span {
3676
  color: #767676;
3677
}
3678
.compare-commits-date-container {
3679
  border-left:#f3f3f3 2px solid;
3680
  margin:3px 6px;
3681
  padding:10px 0;
3682
}
3683

            
3684
.compare-commits-date-container li:first-child {
3685
}
3686

            
3687
.compare-commits-date-container li {
3688
  margin-left:20px;
3689
  overflow:hidden;
3690
}
3691

            
3692
.compare-commits-author {
3693
  width:30%;
3694
  float:left;
3695
  font-weight:bold;
3696
  font-size:90%;
3697
}
3698

            
3699
.compare-commits-commit-title {
3700
  width:50%;
3701
  float:left;
3702
}
3703

            
3704
.compare-commits-commit-id {
3705
  width:20%;
3706
  float:left;
3707
  text-align:right;
3708
}
3709
.compare-commits-commit-id a {
3710
  color:#767676;
improve network page design
Yuki Kimoto authored on 2016-02-06
3711
}
3712

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

            
3737
.network-mybranch select, .network-member-branch select {
improve border color
Yuki Kimoto authored on 2016-09-14
3738
  border:1px solid #e6e9e6;
improve network page design
Yuki Kimoto authored on 2016-02-06
3739
  border-radius: 3px;
3740
  padding:6px 5px;
3741
  width:30%;
3742
}
3743

            
3744
.network-member-branch {
3745
  
3746
}
3747

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

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

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

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

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

            
3885
.not-yet-created {
3886
  background:white;
3887
  margin-bottom:30px;
improve border color
Yuki Kimoto authored on 2016-09-14
3888
  border:1px solid #e6e9e6;
improve design
Yuki Kimoto authored on 2016-02-09
3889
  border-radius: 3px;
3890
  color:#767676;
3891
  padding:15px 10px;
3892
}