gitprep / public / css / common.css /
Newer Older
3899 lines | 63.462kb
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 {
fix header design
Yuki Kimoto authored on 2016-11-22
2479
  background:#f7f9f9;
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;
fix header design
Yuki Kimoto authored on 2016-11-22
2507
  
improve project header desig...
Yuki Kimoto authored on 2015-12-26
2508
}
2509

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            
3083

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            
3453
.tags {
3454
  
3455
}
3456

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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