gitprep / public / css / common.css /
Newer Older
3943 lines | 65.342kb
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-10-12
932
  padding:10px 0 6px 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 {
964
  float:left;
965
}
966

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1925
.btn {
1926
  display: inline-block;
1927
  padding: 4px 12px;
1928
  margin-bottom: 0;
1929
  font-size: 14px;
1930
  line-height: 20px;
1931
  color: #333333;
1932
  text-align: center;
1933
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
1934
  vertical-align: middle;
1935
  cursor: pointer;
1936
  background-color: #f5f5f5;
1937
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
1938
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
1939
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
1940
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
1941
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
1942
  background-repeat: repeat-x;
1943
  border: 1px solid #cccccc;
1944
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
1945
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1946
  border-bottom-color: #b3b3b3;
improve branch select design
Yuki Kimoto authored on 2016-01-04
1947
  border-radius: 4px;
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1948
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
1949
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
1950
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1951
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1952
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1953
}
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1954
.btn:hover,
1955
.btn:focus,
1956
.btn:active,
1957
.btn.active,
1958
.btn.disabled,
1959
.btn[disabled] {
1960
  color: #333333;
1961
  background-color: #e6e6e6;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1962
}
1963

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1964
.btn:active,
1965
.btn.active {
1966
  background-color: #cccccc \9;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1967
}
1968

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1969
.btn:hover,
1970
.btn:focus {
1971
  color: #333333;
1972
  text-decoration: none;
1973
  background-position: 0 -15px;
1974
  -webkit-transition: background-position 0.1s linear;
1975
     -moz-transition: background-position 0.1s linear;
1976
       -o-transition: background-position 0.1s linear;
1977
          transition: background-position 0.1s linear;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1978
}
1979

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1980
.btn:focus {
1981
  outline: thin dotted #333;
1982
  outline: 5px auto -webkit-focus-ring-color;
1983
  outline-offset: -2px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1984
}
1985

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1986
.btn.active,
1987
.btn:active {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1988
  background-image: none;
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1989
  outline: 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1990
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
1991
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
1992
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
1993
}
1994

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1995
.btn.disabled,
1996
.btn[disabled] {
1997
  cursor: default;
1998
  background-image: none;
1999
  opacity: 0.65;
2000
  filter: alpha(opacity=65);
2001
  -webkit-box-shadow: none;
2002
     -moz-box-shadow: none;
2003
          box-shadow: none;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2004
}
2005

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2006
.btn-large {
2007
  padding: 11px 19px;
2008
  font-size: 17.5px;
improve branch select design
Yuki Kimoto authored on 2016-01-04
2009
  border-radius: 6px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2010
}
2011

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

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2017
.btn-small {
2018
  padding: 2px 10px;
2019
  font-size: 11.9px;
improve branch select design
Yuki Kimoto authored on 2016-01-04
2020
  border-radius: 3px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2021
}
2022

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2023
.btn-small [class^="icon-"],
2024
.btn-small [class*=" icon-"] {
2025
  margin-top: 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2026
}
2027

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2028
.btn-mini [class^="icon-"],
2029
.btn-mini [class*=" icon-"] {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2030
  margin-top: -1px;
2031
}
2032

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2033
.btn-mini {
2034
  padding: 0 6px;
2035
  font-size: 10.5px;
improve branch select design
Yuki Kimoto authored on 2016-01-04
2036
  border-radius: 3px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2037
}
2038

            
improve branch select design
Yuki Kimoto authored on 2016-01-06
2039
.btn-primary {
2040
  color: #ffffff;
2041
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
2042
  background-color: #006dcc;
2043
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
2044
  background-repeat: repeat-x;
2045
  border-color: #0044cc #0044cc #002a80;
2046
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2047
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
2048
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
2049
}
2050

            
2051
.btn-primary:hover,
2052
.btn-primary:focus,
2053
.btn-primary:active,
2054
.btn-primary.active,
2055
.btn-primary.disabled,
2056
.btn-primary[disabled] {
2057
  color: #ffffff;
2058
  background-color: #0044cc;
2059
}
2060

            
2061
.btn-primary:active,
2062
.btn-primary.active {
2063
  background-color: #003399 \9;
2064
}
2065

            
2066
.btn-info {
2067
  color: #ffffff;
2068
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
2069
  background-color: #49afcd;
2070
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
2071
  background-repeat: repeat-x;
2072
  border-color: #2f96b4 #2f96b4 #1f6377;
2073
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2074
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
2075
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
2076
}
2077

            
2078
.btn-info:hover,
2079
.btn-info:focus,
2080
.btn-info:active,
2081
.btn-info.active,
2082
.btn-info.disabled,
2083
.btn-info[disabled] {
2084
  color: #ffffff;
2085
  background-color: #2f96b4;
2086
}
2087

            
improve login page design
Yuki Kimoto authored on 2016-01-16
2088
.btn-success {
2089
  color: #ffffff;
2090
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
2091
  background-color: #5bb75b;
2092
  background-image: linear-gradient(to bottom, #62c462, #51a351);
2093
  background-repeat: repeat-x;
2094
  border-color: #51a351 #51a351 #387038;
2095
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2096
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
2097
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
2098
}
2099

            
2100
.btn-success:hover,
2101
.btn-success:focus,
2102
.btn-success:active,
2103
.btn-success.active,
2104
.btn-success.disabled,
2105
.btn-success[disabled] {
2106
  color: #ffffff;
2107
  background-color: #51a351;
2108
}
2109

            
2110
.btn-success:active,
2111
.btn-success.active {
2112
  background-color: #408140 \9;
2113
}
2114

            
improve settings page design
Yuki Kimoto authored on 2016-01-18
2115
.btn-danger {
2116
  color: #ffffff;
2117
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
2118
  background-color: #da4f49;
2119
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
2120
  background-repeat: repeat-x;
2121
  border-color: #bd362f #bd362f #802420;
2122
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2123
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
2124
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
2125
}
2126

            
2127
.btn-danger:hover,
2128
.btn-danger:focus,
2129
.btn-danger:active,
2130
.btn-danger.active,
2131
.btn-danger.disabled,
2132
.btn-danger[disabled] {
2133
  color: #ffffff;
2134
  background-color: #bd362f;
2135
}
2136

            
2137
.btn-danger:active,
2138
.btn-danger.active {
2139
  background-color: #942a25 \9;
2140
}
2141

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2142
/* alert */
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2143
.alert {
2144
  padding: 8px 35px 8px 14px;
2145
  margin-bottom: 20px;
2146
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
2147
  background-color: #fcf8e3;
2148
  border: 1px solid #fbeed5;
improve branch select design
Yuki Kimoto authored on 2016-01-04
2149
  border-radius: 4px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2150
}
2151

            
2152
.alert,
2153
.alert h4 {
2154
  color: #c09853;
2155
}
2156

            
2157
.alert h4 {
2158
  margin: 0;
2159
}
2160

            
2161
.alert .close {
2162
  position: relative;
2163
  top: -2px;
2164
  right: -21px;
2165
  line-height: 20px;
2166
}
2167

            
2168
.alert-success {
2169
  color: #468847;
2170
  background-color: #dff0d8;
2171
  border-color: #d6e9c6;
2172
}
2173

            
2174
.alert-success h4 {
2175
  color: #468847;
2176
}
2177

            
2178
.alert-danger,
2179
.alert-error {
2180
  color: #b94a48;
2181
  background-color: #f2dede;
2182
  border-color: #eed3d7;
2183
}
2184

            
2185
.alert-danger h4,
2186
.alert-error h4 {
2187
  color: #b94a48;
2188
}
2189

            
2190
.alert-info {
2191
  color: #3a87ad;
2192
  background-color: #d9edf7;
2193
  border-color: #bce8f1;
2194
}
2195

            
2196
.alert-info h4 {
2197
  color: #3a87ad;
2198
}
2199

            
2200
.alert-block {
2201
  padding-top: 14px;
2202
  padding-bottom: 14px;
2203
}
2204

            
2205
.alert-block > p,
2206
.alert-block > ul {
2207
  margin-bottom: 0;
2208
}
2209

            
2210
.alert-block p + p {
2211
  margin-top: 5px;
2212
}
2213

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2214
/* tab box */
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2215
.nav {
2216
  margin-bottom: 20px;
2217
  margin-left: 0;
2218
  list-style: none;
2219
}
2220

            
2221
.nav > li > a {
2222
  display: block;
2223
}
2224

            
2225
.nav > li > a:hover,
2226
.nav > li > a:focus {
2227
  text-decoration: none;
2228
  background-color: #eeeeee;
2229
}
2230

            
2231
.nav > li > a > img {
2232
  max-width: none;
2233
}
2234

            
2235
.nav > .pull-right {
2236
  float: right;
2237
}
2238

            
2239
.nav-tabs:before,
cleanup css
Yuki Kimoto authored on 2016-01-27
2240
.nav-tabs:after {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2241
  display: table;
2242
  line-height: 0;
2243
  content: "";
2244
}
2245

            
cleanup css
Yuki Kimoto authored on 2016-01-27
2246
.nav-tabs:after {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2247
  clear: both;
2248
}
2249

            
cleanup css
Yuki Kimoto authored on 2016-01-27
2250
.nav-tabs > li {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2251
  float: left;
2252
}
2253

            
cleanup css
Yuki Kimoto authored on 2016-01-27
2254
.nav-tabs > li > a {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2255
  padding-right: 12px;
2256
  padding-left: 12px;
2257
  margin-right: 2px;
2258
  line-height: 14px;
2259
}
2260

            
2261
.nav-tabs {
2262
  border-bottom: 1px solid #ddd;
2263
}
2264

            
2265
.nav-tabs > li {
2266
  margin-bottom: -1px;
2267
}
2268

            
2269
.nav-tabs > li > a {
2270
  padding-top: 8px;
2271
  padding-bottom: 8px;
2272
  line-height: 20px;
2273
  border: 1px solid transparent;
improve branch select design
Yuki Kimoto authored on 2016-01-04
2274
  border-radius: 4px 4px 0 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2275
}
2276

            
2277
.nav-tabs > li > a:hover,
2278
.nav-tabs > li > a:focus {
2279
  border-color: #eeeeee #eeeeee #dddddd;
2280
}
2281

            
2282
.nav-tabs > .active > a,
2283
.nav-tabs > .active > a:hover,
2284
.nav-tabs > .active > a:focus {
2285
  color: #555555;
2286
  cursor: default;
2287
  background-color: #ffffff;
2288
  border: 1px solid #ddd;
2289
  border-bottom-color: transparent;
2290
}
2291

            
2292
.nav-stacked > li {
2293
  float: none;
2294
}
2295

            
2296
.nav-stacked > li > a {
2297
  margin-right: 0;
2298
}
2299

            
2300
.nav-tabs.nav-stacked {
2301
  border-bottom: 0;
2302
}
2303

            
2304
.nav-tabs.nav-stacked > li > a {
2305
  border: 1px solid #ddd;
improve branch select design
Yuki Kimoto authored on 2016-01-04
2306
  border-radius: 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2307
}
2308

            
2309
.nav-tabs.nav-stacked > li:first-child > a {
improve branch select design
Yuki Kimoto authored on 2016-01-04
2310
  border-top-right-radius: 4px;
2311
  border-top-left-radius: 4px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2312
}
2313

            
2314
.nav-tabs.nav-stacked > li:last-child > a {
improve branch select design
Yuki Kimoto authored on 2016-01-04
2315
  border-bottom-right-radius: 4px;
2316
  border-bottom-left-radius: 4px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2317
}
2318

            
2319
.nav-tabs.nav-stacked > li > a:hover,
2320
.nav-tabs.nav-stacked > li > a:focus {
2321
  z-index: 2;
2322
  border-color: #ddd;
2323
}
2324

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

            
2329

            
2330

            
2331
.nav > .dropdown.active > a:hover,
2332
.nav > .dropdown.active > a:focus {
2333
  cursor: pointer;
2334
}
2335

            
2336
.nav > li.dropdown.open.active > a:hover,
2337
.nav > li.dropdown.open.active > a:focus {
2338
  color: #ffffff;
2339
  background-color: #999999;
2340
  border-color: #999999;
2341
}
2342

            
2343
.nav li.dropdown.open .caret,
2344
.nav li.dropdown.open.active .caret,
2345
.nav li.dropdown.open a:hover .caret,
2346
.nav li.dropdown.open a:focus .caret {
2347
  border-top-color: #ffffff;
2348
  border-bottom-color: #ffffff;
2349
  opacity: 1;
2350
  filter: alpha(opacity=100);
2351
}
2352

            
2353
.tab-content {
2354
  overflow: auto;
2355
}
2356

            
cleanup css
Yuki Kimoto authored on 2016-01-27
2357
.tab-content > .tab-pane {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2358
  display: none;
2359
}
2360

            
cleanup css
Yuki Kimoto authored on 2016-01-27
2361
.tab-content > .active {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2362
  display: block;
2363
}
2364

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2365
/* bread */
2366
.breadcrumb {
improve tab design
Yuki Kimoto authored on 2016-01-26
2367
  margin-bottom:10px;
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2368
  list-style: none;
2369
  background-color: #f5f5f5;
improve branch select design
Yuki Kimoto authored on 2016-01-04
2370
  border-radius: 4px;
improve tab design
Yuki Kimoto authored on 2016-01-26
2371
  font-size:18px;
improve tab design
Yuki Kimoto authored on 2016-01-26
2372
  background:none;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2373
}
2374

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2375
.breadcrumb > li {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2376
  display: inline-block;
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2377
  *display: inline;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2378
  text-shadow: 0 1px 0 #ffffff;
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2379
  *zoom: 1;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2380
}
2381

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2382
.breadcrumb > li > .divider {
2383
  padding: 0 5px;
2384
  color: #ccc;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2385
}
2386

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2387
.breadcrumb > .active {
2388
  color: #999999;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2389
}
2390

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2391
/* mordal dialog box */
2392
.modal-backdrop {
2393
  position: fixed;
2394
  top: 0;
2395
  right: 0;
2396
  bottom: 0;
2397
  left: 0;
2398
  z-index: 1040;
2399
  background-color: #000000;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2400
}
2401

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2402
.modal-backdrop.fade {
2403
  opacity: 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2404
}
2405

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2406
.modal-backdrop,
2407
.modal-backdrop.fade.in {
2408
  opacity: 0.8;
2409
  filter: alpha(opacity=80);
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2410
}
2411

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2412
.modal {
2413
  position: fixed;
2414
  top: 10%;
2415
  left: 50%;
2416
  z-index: 1050;
2417
  width: 560px;
2418
  margin-left: -280px;
2419
  background-color: #ffffff;
2420
  border: 1px solid #999;
2421
  border: 1px solid rgba(0, 0, 0, 0.3);
improve branch select design
Yuki Kimoto authored on 2016-01-04
2422
  border-radius: 6px;
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2423
  outline: none;
improve branch select design
Yuki Kimoto authored on 2016-01-04
2424
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
2425
  background-clip: padding-box;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2426
}
2427

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2428
.modal.fade {
2429
  top: -25%;
improve branch select design
Yuki Kimoto authored on 2016-01-04
2430
  transition: opacity 0.3s linear, top 0.3s ease-out;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2431
}
2432

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2433
.modal.fade.in {
2434
  top: 10%;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2435
}
2436

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2437
.modal-header {
2438
  padding: 9px 15px;
2439
  border-bottom: 1px solid #eee;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2440
}
2441

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2442
.modal-header .close {
2443
  margin-top: 2px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2444
}
2445

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2446
.modal-header h3 {
2447
  margin: 0;
2448
  line-height: 30px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2449
}
2450

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2451
.modal-body {
2452
  position: relative;
2453
  max-height: 400px;
2454
  padding: 15px;
2455
  overflow-y: auto;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2456
}
2457

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2458
.modal-form {
2459
  margin-bottom: 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2460
}
2461

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2462
.modal-footer {
2463
  padding: 14px 15px 15px;
2464
  margin-bottom: 0;
2465
  text-align: right;
2466
  background-color: #f5f5f5;
2467
  border-top: 1px solid #ddd;
improve branch select design
Yuki Kimoto authored on 2016-01-04
2468
  border-radius: 0 0 6px 6px;
2469
  box-shadow: inset 0 1px 0 #ffffff;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2470
}
2471

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2472
.modal-footer:before,
2473
.modal-footer:after {
2474
  display: table;
2475
  line-height: 0;
2476
  content: "";
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2477
}
2478

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2479
.modal-footer:after {
2480
  clear: both;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2481
}
2482

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2483
.modal-footer .btn + .btn {
2484
  margin-bottom: 0;
2485
  margin-left: 5px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2486
}
2487

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2488
.modal-footer .btn-group .btn + .btn {
2489
  margin-left: -1px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2490
}
2491

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2492
.modal-footer .btn-block + .btn-block {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2493
  margin-left: 0;
2494
}
2495

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2496
.hide {
2497
  display: none;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2498
}
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
2499
.show {
2500
  display: block;
2501
}
2502
.invisible {
2503
  visibility: hidden;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
2504
}
2505

            
cleanup css
Yuki Kimoto authored on 2015-12-26
2506
/* Plain text */
2507
.plain-text {
2508
  background             : white;
2509
  border-radius          : 1px;
2510
  border-top             : none;
2511
  border-top-left-radius : 0;
2512
  font-size              : 16px;
2513
  line-height            : 1.5em;
2514
  padding                : 27px;
2515
}
2516

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

            
2518
.topic1 {
improve topic design
Yuki Kimoto authored on 2016-10-12
2519
  font-size:18px;
improve top page design
Yuki Kimoto authored on 2015-12-26
2520
  font-weight:bold;
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
2521
  margin:20px 0 15px 0;
improve topic design
Yuki Kimoto authored on 2016-11-21
2522
  color:#395582;
improve h1 color
Yuki Kimoto authored on 2016-09-13
2523
  padding:4px 6px;
improve topic design
Yuki Kimoto authored on 2016-11-21
2524
  background:#f7f7f7;
improve header design
Yuki Kimoto authored on 2016-10-12
2525
  padding:10px 12px;
improve topic design
Yuki Kimoto authored on 2016-11-21
2526
  border: 1px solid #eaecef;
improve top page design
Yuki Kimoto authored on 2015-12-26
2527
}
improve markdown design
Yuki Kimoto authored on 2015-12-26
2528

            
improve project header desig...
Yuki Kimoto authored on 2015-12-26
2529
.project-header {
improve project header color
Yuki Kimoto authored on 2016-09-14
2530
  background:#fafcfa;
add code tab
Yuki Kimoto authored on 2016-01-25
2531
  border-bottom: none;
improve tab design
Yuki Kimoto authored on 2016-01-26
2532
  margin-bottom:12px;
improve project header desig...
Yuki Kimoto authored on 2015-12-26
2533
  overflow:hidden;
add code tab
Yuki Kimoto authored on 2016-01-25
2534
  padding:14px 0 0 0;
improve header and footer de...
Yuki Kimoto authored on 2016-10-12
2535
  border-top:#CCCCCC 1px solid;
improve project header desig...
Yuki Kimoto authored on 2015-12-26
2536
}
2537

            
2538
.project-header-left {
2539
  float:left;
cleanup import_branch
Yuki Kimoto authored on 2016-04-16
2540
  width:80%;
improve project header desig...
Yuki Kimoto authored on 2015-12-26
2541
  overflow:hidden;
2542
}
2543

            
2544
.project-header-right {
2545
  float:left;
cleanup import_branch
Yuki Kimoto authored on 2016-04-16
2546
  width:20%;
improve project header desig...
Yuki Kimoto authored on 2015-12-26
2547
  overflow:hidden;
2548
}
2549

            
2550
.project-header-right-container {
2551
  float:right;
2552
  overflow:hidden;
2553
}
2554

            
2555
.project-header-btn-container {
2556
  float:left;
2557
  margin-right:4px;
2558
}
2559

            
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
2560
.footer {
2561
  text-align:center;
improve commits count design
Yuki Kimoto authored on 2016-11-15
2562
  border-top:1px solid #d7dee8;
improve header and footer de...
Yuki Kimoto authored on 2016-10-12
2563
  padding:8px 0 10px 0;
complete readme design
Yuki Kimoto authored on 2016-01-06
2564
  margin-top:30px;
improve commits count design
Yuki Kimoto authored on 2016-11-15
2565
  background:#f7f8f9;
improve footer background
Yuki Kimoto authored on 2016-11-15
2566
  font-size:14px;
improve footer design
Yuki Kimoto authored on 2016-09-14
2567
}
2568
.footer a {
2569
}
2570
.footer a:hover {
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
2571
}
2572

            
2573
.repositories {
2574
  margin-bottom:30px;
2575
}
2576

            
2577
.repositories li {
improve index page design
Yuki Kimoto authored on 2016-10-13
2578
  border-bottom: 1px solid #e6e9e6;
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
2579
  overflow:hidden;
2580
  padding:10px 0;
2581
}
2582

            
improve index page design
Yuki Kimoto authored on 2016-10-13
2583
.repositories li:first-child {
2584
  border-top: 1px solid #e6e9e6;
2585
}
2586

            
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
2587
.repositories a:hover {
2588
  text-decoration:underline;
2589
}
2590

            
2591
.repositories-name {
2592
  float:left;
2593
  width:25%;
2594
}
2595

            
2596
.repositories-description {
2597
  float:left;
2598
  width:45%;
2599
  color:#333;
2600
  min-height:1px;
2601
}
2602

            
2603
.repositories-age {
2604
  float:left;
2605
  width:30%;
2606
  color: #767676;
2607
}
improve branch select design
Yuki Kimoto authored on 2016-01-04
2608

            
2609
.branch-select-container {
2610
  overflow:hidden;
2611
}
2612

            
2613
.branch-select-left-container {
2614
  float:left;
improve branch select design
Yuki Kimoto authored on 2016-01-06
2615
  width:20%;
improve branch select design
Yuki Kimoto authored on 2016-01-04
2616
}
2617

            
2618
.branch-select-right-container {
2619
  float:left;
improve branch select design
Yuki Kimoto authored on 2016-01-06
2620
  width:80%;
improve branch select design
Yuki Kimoto authored on 2016-01-04
2621
}
2622

            
2623
.git-url-container {
2624
  float:right;
2625
  overflow:hidden;
2626
  display:inline-block;
2627
}
2628

            
2629
.git-url-container li {
2630
  float:left;
2631
}
2632

            
2633
.git-url-container .btn, .git-url-container .btn-small {
2634
  border-radius:0;
2635
}
2636

            
improve tab design
Yuki Kimoto authored on 2016-01-26
2637
.git-url-container input[type=text] {
improve branch select design
Yuki Kimoto authored on 2016-01-06
2638
  width:550px;
improve tree design
Yuki Kimoto authored on 2016-01-07
2639
  padding:5px 0 5px 5px;
improve border color
Yuki Kimoto authored on 2016-09-14
2640
  border:1px solid #e6e9e6;
improve tab design
Yuki Kimoto authored on 2016-01-26
2641
  border-radius:0 3px 3px 0;
improve branch select design
Yuki Kimoto authored on 2016-01-06
2642
}
2643

            
improve branch select design
Yuki Kimoto authored on 2016-01-04
2644
.page-path-container {
2645
  float:left;
2646
}
2647

            
2648
.donwload-zip {
2649
  margin-left:5px;
2650
  font-weight:bold;
2651
}
complete branch select desig...
Yuki Kimoto authored on 2016-01-06
2652

            
2653
.page-path {
2654
  display:inline-block;
2655
  margin-left:5px;
2656
}
2657

            
2658
.branch-select-left-container-page-path {
2659
  width:100%;
2660
}
complete readme design
Yuki Kimoto authored on 2016-01-06
2661

            
2662
.readme-header {
2663
  background-color: #f5f5f5;
2664
  border-radius: 3px 3px 0 0;
improve border color
Yuki Kimoto authored on 2016-09-14
2665
  border: 1px solid #e6e9e6;
complete readme design
Yuki Kimoto authored on 2016-01-06
2666
  border-bottom: 0;
2667
  padding: 9px 10px 10px;
2668
  font-size: 14px;
2669
  line-height: 17px;
2670
  font-weight:bold;
2671
}
2672

            
2673
.readme-frame {
improve border color
Yuki Kimoto authored on 2016-09-14
2674
  border: 1px solid #e6e9e6;
improve tree header design
Yuki Kimoto authored on 2016-01-06
2675
}
2676

            
2677
.commit-summary {
2678
  overflow:hidden;
2679
  padding: 10px;
2680
  line-height: 20px;
improve project page design
Yuki Kimoto authored on 2016-10-12
2681
  background: #f4fcef;
2682
  border: 1px solid #d0ddc7;
improve tree header design
Yuki Kimoto authored on 2016-01-06
2683
  border-radius: 3px;
2684
  border-bottom-right-radius: 0;
2685
  border-bottom-left-radius: 0;
2686
  margin-top:13px;
2687
}
2688

            
2689
.commit-summary-left-container {
2690
  float:left;
2691
  width:70%;
2692
}
2693

            
2694
.commit-summary-right-container {
2695
  float:right;
2696
  width:30%;
2697
  text-align:right;
2698
  color: #68777d;
2699
}
2700

            
2701
.commit-summary-author {
2702
  font-weight:bold;
2703
}
2704

            
2705
.commit-summary-left-container a {
2706
  color: #68777d;
2707
}
2708

            
2709
.commit-summary-right-container a {
2710
  color:#445055;
2711
}
improve tree design
Yuki Kimoto authored on 2016-01-07
2712

            
complete blob page design
Yuki Kimoto authored on 2016-01-09
2713
.commit-contributor {
2714
  padding: 5px 10px;
2715
  background-color: #fff;
improve diff design
Yuki Kimoto authored on 2016-10-12
2716
  border: 1px solid #d0ddc7;
complete blob page design
Yuki Kimoto authored on 2016-01-09
2717
  border-top:none;
2718
  border-bottom-left-radius: 3px;
2719
  border-bottom-right-radius: 3px;
2720
  color:#68777d;
2721
}
2722

            
improve tree design
Yuki Kimoto authored on 2016-01-07
2723
.file-list li {
improve project page design
Yuki Kimoto authored on 2016-10-12
2724
  border: 1px solid #d0ddc7;
improve tree design
Yuki Kimoto authored on 2016-01-07
2725
  border-top:none;
2726
  padding:7px;
2727
  overflow:hidden;
2728
}
2729

            
2730
.file-list li:last-child {
improve project page design
Yuki Kimoto authored on 2016-10-12
2731
  border-radius:0 0 3px 3px;
improve tree design
Yuki Kimoto authored on 2016-01-07
2732
}
2733

            
2734
.file-list-name {
2735
  width:25%;
2736
  float:left;
2737
}
2738

            
2739
.file-list-commit {
2740
  width:60%;
2741
  float:left;
2742
}
2743

            
2744
.file-list-commit a {
2745
  color:#888;
2746
}
2747

            
2748
.file-list-age {
2749
  width:15%;
2750
  float:left;
2751
  text-align:right;
2752
  color:#888
2753
}
complete blob page design
Yuki Kimoto authored on 2016-01-09
2754

            
2755
.file-header {
2756
  padding: 5px 10px;
2757
  background-color: #f7f7f7;
improve border color
Yuki Kimoto authored on 2016-09-14
2758
  border: 1px solid #e6e9e6;
complete blob page design
Yuki Kimoto authored on 2016-01-09
2759
  border-bottom:none;
2760
  border-top-left-radius: 2px;
2761
  border-top-right-radius: 2px;
2762
  margin-top:20px;
2763
  overflow:hidden;
2764
}
2765

            
2766
.file-header-left {
2767
  float:left;
2768
  width:50%;
2769
  padding-top:4px;
2770
}
2771

            
2772
.file-header-right {
2773
  float:left;
2774
  width:50%;
2775
  overflow:hidden;
2776
}
2777

            
2778
.file-header-right ul {
2779
  float:right;
2780
  overflow:hidden;
2781
}
2782

            
2783
.file-header-right li {
2784
  float:left;
2785
  margin-left:1px;
2786
  font-weight:bold;
2787
}
2788

            
2789
.blob-image {
2790
  background:#ddd;
2791
  text-align:center;
2792
  padding-top:30px;
2793
  padding-bottom:30px;
2794
  margin-bottom:30px;
2795
  border-radius: 0 0 2px 2px;
2796
}
2797

            
2798
.blob-image img {
2799
  max-width: 600px;
2800
  border: 1px solid #fff;
2801
}
2802

            
2803
.blob-raw {
2804
  font-size:16px;
2805
  background:#ddd;
2806
  text-align:center;
2807
  padding-top:30px;
2808
  padding-bottom:30px;
2809
  margin-bottom:30px;
2810
  border-radius: 0 0 2px 2px;
2811
}
improve commits page design
Yuki Kimoto authored on 2016-01-11
2812

            
2813
.commits {
2814
  margin-top:20px;
2815
}
2816

            
2817
.commits-date-container {
2818
  border-left:#f3f3f3 2px solid;
2819
  margin:3px 6px;
2820
  padding:10px 0;
2821
}
2822

            
2823
.commits-date-container li:first-child {
2824
  border-top: 1px solid #e5e5e5;
2825
}
2826

            
2827
.commits-date-container li {
2828
  margin-left:20px;
2829
  border: 1px solid #e5e5e5;
2830
  border-top:none;
2831
  padding:8px 20px 8px 15px;
2832
  overflow:hidden;
2833
}
2834

            
improve compare page design
Yuki Kimoto authored on 2016-02-04
2835
.commit-date {
2836
  color: #767676;
2837
}
2838

            
2839
.commit-date i {
2840
  margin-right:15px;
2841
}
2842

            
improve commits page design
Yuki Kimoto authored on 2016-01-11
2843
.commit-left {
2844
  float:left;
2845
  width:70%;
2846
}
2847

            
2848
.commit-left-title a {
2849
  color:#333;
2850
}
2851

            
2852
.commit-left-author {
2853
  color: #767676;
2854
  margin-top:1px;
2855
}
add user page link from user...
Yuki Kimoto authored on 2016-04-11
2856
.commit-left-author a {
2857
  color:#767676;
2858
  font-weight:bold;
2859
  font-size:98%;
2860
}
improve commits page design
Yuki Kimoto authored on 2016-01-11
2861
.commit-right {
2862
  float:left;
2863
  width:30%;
2864
}
2865

            
2866
.commit-right-container {
2867
  float:right;
2868
}
2869

            
2870
.commit-right-commit-id {
2871
  float:left;
2872
  width:80px;
2873
}
2874

            
2875
.commit-right-commit-id a {
2876
  border: 1px solid #e5e5e5;
2877
  display:block;
2878
  width:100%;
2879
  padding:6px 10px;
2880
  text-align:center;
2881
  margin-top:3px;
2882
  border-radius:3px;
2883
}
2884

            
2885
.commit-right-commit-id a:hover {
2886
  text-decoration:none;
2887
  color:white;
2888
  background:#4169e1;
2889
}
2890

            
2891
.commit-right-browse-repository {
2892
  float:left;
2893
}
2894

            
2895
.commit-right-browse-repository a {
2896
  border: 1px solid #e5e5e5;
2897
  display:block;
2898
  width:100%;
2899
  padding:6px 5px;
2900
  margin-left:10px;
2901
  text-align:center;
2902
  font-weight:bold;
2903
  margin-top:3px;
2904
  border-radius:3px;
2905
}
2906

            
2907
.commit-right-browse-repository a:hover {
2908
  text-decoration:none;
2909
  color:white;
2910
  background:#4169e1;
2911
}
improve pagenation design
Yuki Kimoto authored on 2016-01-11
2912

            
2913
.pagenation {
2914
  overflow:hidden;
2915
  width:140px;
2916
  margin: 0 auto;
2917
}
2918

            
2919
.pagenation li {
2920
  float: left;
2921
  font-size: 13px;
2922
  font-weight: bold;
2923
  color: #4078c0;
2924
  background: #fff;
2925
  border: 1px solid #e5e5e5;
2926
  border-left:none;
2927
  width:50%;
2928
  text-align:center;
2929
}
2930

            
2931
.pagenation li a {
2932
  padding: 7px 12px;
2933
  display:block;
2934
  width:100%;
2935
}
2936

            
2937
.pagenation li span {
2938
  padding: 7px 12px;
2939
  display:block;
2940
  width:100%;
2941
  color:#d3d3d3;;
2942
  background:#fafafa;
2943
}
2944

            
2945
.pagenation li a:hover {
2946
  text-decoration:none;
2947
  background:#e5e5e5;
2948
}
2949

            
2950
.pagenation li:first-child {
2951
  border-left: 1px solid #e5e5e5;
2952
  border-radius:3px 0 0 3px;
2953
}
2954

            
2955
.pagenation li:last-child {
2956
  border-radius:0 3px 3px 0;
2957
}
improve blame page design
Yuki Kimoto authored on 2016-01-13
2958

            
2959
.blame-page-path {
2960
  overflow:hidden;
2961
}
2962

            
2963
.blame-page-path .page-path {
2964
  float:left;
2965
  margin-left:0;
2966
}
2967

            
2968
.blame-gradation {
2969
  float:right;
2970
  text-align:right:
2971
}
2972

            
2973
.blame-body-container {
2974
  overflow-x:scroll;
improve border color
Yuki Kimoto authored on 2016-09-14
2975
  border:1px solid #e6e9e6;
improve blame page design
Yuki Kimoto authored on 2016-01-13
2976
  border-radius:0 0 3px 3px;
2977
}
2978

            
2979
.blame-body {
2980
  width:100%;
2981
  border-collapse: collapse;
2982
}
2983

            
2984
.blame-body-left {
2985
  padding:3px 7px;
2986
  vertical-align:middle;
2987
  border-left:none;
2988
  border-bottom:none;
2989
}
2990

            
2991
.blame-body-center {
2992
  padding:5px 10px;
2993
  color:gray;
2994
  font-size:12px;
2995
  vertical-align:middle;
improve border color
Yuki Kimoto authored on 2016-09-14
2996
  border-right:1px solid #e6e9e6;
improve blame page design
Yuki Kimoto authored on 2016-01-13
2997
}
2998

            
2999
.blame-body-right {
3000
  padding:5px 10px;
3001
  vertical-align:middle;
3002
  white-space: nowrap;
3003
  border-right:none
3004
}
3005

            
3006
.blame-summary-container {
3007
  overflow:hidden;
3008
}
3009

            
3010
.blame-summary {
3011
  display:inline-block;
3012
  float:left;
3013
  font-weight:bold;
3014
}
3015

            
3016
.blame-commit-id {
3017
  display:inline-block;
3018
  float:right;
3019
  font-size:90%;
3020
}
3021

            
3022
.blame-author {
3023
  color:#767676;
3024
}
improve login page design
Yuki Kimoto authored on 2016-01-16
3025

            
improve admin page design
Yuki Kimoto authored on 2016-01-23
3026
.user-form {
improve user form design
Yuki Kimoto authored on 2016-10-13
3027
  border:1px solid #D0DDC7;
improve login page design
Yuki Kimoto authored on 2016-01-16
3028
  border-radius: 3px;
improve login page design
Yuki Kimoto authored on 2016-01-16
3029
  padding:25px 0;
improve login page design
Yuki Kimoto authored on 2016-01-16
3030
  width:300px;
3031
  margin-left:auto;
3032
  margin-right:auto
3033
}
3034

            
improve admin page design
Yuki Kimoto authored on 2016-01-23
3035
.user-form-container {
improve login page design
Yuki Kimoto authored on 2016-01-16
3036
  width:70%;
3037
  margin:0 auto;
3038
}
3039

            
improve admin page design
Yuki Kimoto authored on 2016-01-23
3040
.user-form input[type=text], .user-form input[type=password] {
improve login page design
Yuki Kimoto authored on 2016-01-16
3041
  width:100%;
3042
  margin:5px 0;
3043
}
3044

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

            
improve admin page design
Yuki Kimoto authored on 2016-01-23
3049
.user-form button {
improve login page design
Yuki Kimoto authored on 2016-01-16
3050
  width:100%;
3051
}
3052

            
improve login page design
Yuki Kimoto authored on 2016-01-16
3053
.header-bottom {
3054
  margin-bottom:15px;
3055
  min-height:1px;
improve settings page design
Yuki Kimoto authored on 2016-01-18
3056
}
3057

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

            
3064
.search-top input {
3065
  margin-left:5px;
3066
}
3067

            
3068
.search-top > div:first-child {
3069
  font-size:19px;
3070
  display:inline-block;
3071
}
3072

            
3073
.search-top form {
3074
  display:inline-block;
3075
}
3076

            
3077
.search-result {
3078
  overflow:hidden;
3079
}
3080

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

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

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

            
3097
.search-result .right {
3098
  float:left;
3099
  width:85%;
3100
  padding-left:15px;
3101
}
3102

            
3103
.search-result .right li {
improve border color
Yuki Kimoto authored on 2016-09-14
3104
  border-bottom: 1px solid #e6e9e6;
improve search page design
Yuki Kimoto authored on 2016-01-23
3105
  padding:5px 0px;
3106
  margin-bottom:10px;
3107
}
3108

            
3109
.search-result .right li > div {
3110
  padding-bottom:1px;
3111
}
3112

            
3113
.search-result .right > div:first-child {
3114
   font-size:18px;
3115
   padding-bottom:10px;
3116
   margin-bottom:10px;
3117
   border-bottom:1px solid #EEEEEE;
3118
   font-weight:bold;
3119
}
3120

            
3121
.search-result .left li.active a {
3122
  color:black;
3123
  font-weight:bold;
3124
  text-decoration:none;
3125
}
3126

            
3127

            
improve settings page design
Yuki Kimoto authored on 2016-01-18
3128
.project-settings {
3129
  overflow:hidden;
3130
}
3131

            
3132
.project-settings .left {
3133
  float:left;
3134
  width:15%;
3135
  padding-right:10px;
3136
}
3137

            
3138
.project-settings .left li {
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-top:none;
3141
  padding:5px 10px;
3142
}
3143

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

            
3148
.project-settings .right {
3149
  float:left;
3150
  width:85%;
3151
}
3152

            
3153
.project-settings-main {
3154
  margin-bottom:20px;
3155
}
3156

            
3157
.project-settings-main li {
improve border color
Yuki Kimoto authored on 2016-09-14
3158
  border:1px solid #e6e9e6;
improve settings page design
Yuki Kimoto authored on 2016-01-18
3159
  border-top:none;
3160
  padding:10px 10px;
3161
}
3162

            
3163
.project-settings-main li:first-child {
improve border color
Yuki Kimoto authored on 2016-09-14
3164
  border-top:1px solid #e6e9e6;
improve settings page design
Yuki Kimoto authored on 2016-01-18
3165
  background: #eee;
3166
  border-radius:3px 3px 0 0;
3167
  font-size:17px;
3168
}
3169

            
3170
.project-settings-main input[type=text] {
improve border color
Yuki Kimoto authored on 2016-09-14
3171
    border:1px solid #e6e9e6;
improve settings page design
Yuki Kimoto authored on 2016-01-18
3172
    border-radius: 3px;
3173
    padding:6px 5px;
3174
    width:100%;
3175
    margin:5px 0;
3176
}
3177

            
3178
.project-settings-main input[type=checkbox] {
3179
  margin:0 5px;
3180
}
3181

            
3182
.project-settings-main select {
improve border color
Yuki Kimoto authored on 2016-09-14
3183
    border:1px solid #e6e9e6;
improve settings page design
Yuki Kimoto authored on 2016-01-18
3184
    border-radius: 3px;
3185
    padding:6px 5px;
3186
    width:30%;
3187
    margin:5px 0;
3188
}
3189

            
3190
.project-settings-danger li {
improve border color
Yuki Kimoto authored on 2016-09-14
3191
  border:1px solid #e6e9e6;
improve settings page design
Yuki Kimoto authored on 2016-01-18
3192
  border-top:none;
3193
  padding:10px 10px;
3194
}
3195

            
3196
.project-settings-danger li:first-child {
improve border color
Yuki Kimoto authored on 2016-09-14
3197
  border-top:1px solid #e6e9e6;
improve settings page design
Yuki Kimoto authored on 2016-01-18
3198
  background: #eee;
3199
  border-radius:3px 3px 0 0;
3200
  font-size:17px;
3201
  background:red;
3202
}
3203

            
3204
#delete-confirm input {
improve border color
Yuki Kimoto authored on 2016-09-14
3205
  border:1px solid #e6e9e6;
improve settings page design
Yuki Kimoto authored on 2016-01-18
3206
  border-radius: 3px;
3207
  padding:6px 5px;
3208
  margin:5px 0;
3209
  width:70%;
3210
}
improve collabaration design
Yuki Kimoto authored on 2016-01-19
3211

            
3212
.collaboration > div:first-child {
3213
  font-size:17px;
3214
  padding:5px;
improve border color
Yuki Kimoto authored on 2016-09-14
3215
  border-bottom:1px solid #e6e9e6;
improve collabaration design
Yuki Kimoto authored on 2016-01-19
3216
  font-weight:bold;
3217
  margin-bottom:10px;
3218
}
3219

            
3220
.collaboration input[type=text] {
improve border color
Yuki Kimoto authored on 2016-09-14
3221
  border:1px solid #e6e9e6;
improve collabaration design
Yuki Kimoto authored on 2016-01-19
3222
  border-radius: 3px;
3223
  padding:6px 5px;
3224
  margin:5px 0;
3225
  width:40%;
3226
}
3227

            
3228
.collaboration input[type=submit] {
3229
  padding:6px 5px;
3230
  margin:5px 0;
3231
  width:10%;
3232
}
improve settings design
Yuki Kimoto authored on 2016-01-19
3233

            
3234
.user-settings {
3235
  overflow:hidden;
3236
}
3237

            
3238
.user-settings .left {
3239
  float:left;
3240
  width:15%;
3241
  padding-right:10px;
3242
}
3243

            
3244
.user-settings .left li {
improve border color
Yuki Kimoto authored on 2016-09-14
3245
  border:1px solid #e6e9e6;
improve settings design
Yuki Kimoto authored on 2016-01-19
3246
  border-top:none;
3247
  padding:5px 10px;
3248
}
3249

            
3250
.user-settings .left li:first-child {
improve border color
Yuki Kimoto authored on 2016-09-14
3251
  border-top:1px solid #e6e9e6;
improve settings design
Yuki Kimoto authored on 2016-01-19
3252
}
3253

            
3254
.user-settings .left li.active a {
3255
  color:black;
3256
  font-weight:bold;
3257
  text-decoration:none;
3258
}
3259

            
3260
.user-settings .right {
3261
  float:left;
3262
  width:85%;
3263
}
3264

            
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
3265
.user-settings-container > div {
improve border color
Yuki Kimoto authored on 2016-09-14
3266
  border:1px solid #e6e9e6;
improve settings design
Yuki Kimoto authored on 2016-01-19
3267
  padding:10px 10px;
3268
  font-size:120%;
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
3269
  margin-bottom:20px;
improve settings design
Yuki Kimoto authored on 2016-01-19
3270
}
3271

            
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
3272
.user-settings-container > div:first-child {
improve settings design
Yuki Kimoto authored on 2016-01-19
3273
  border-bottom:none;
3274
  background: #eee;
3275
  border-radius:3px 3px 0 0;
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
3276
  font-size:14px;
improve settings design
Yuki Kimoto authored on 2016-01-19
3277
  font-weight:bold;
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
3278
  margin-bottom:0;
improve settings design
Yuki Kimoto authored on 2016-01-19
3279
}
3280

            
3281
.profile li {
3282
  padding:5px 5px;
3283
}
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
3284

            
3285
.ssh-keys form {
3286
  margin:5px 0;
3287
}
3288

            
3289
.ssh-key-add input[type=text] {
improve border color
Yuki Kimoto authored on 2016-09-14
3290
  border:1px solid #e6e9e6;
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
3291
  border-radius: 3px;
3292
  padding:6px 5px;
3293
  margin:5px 0;
3294
  width:60%;
3295
}
3296

            
3297
.ssh-key-add textarea {
improve border color
Yuki Kimoto authored on 2016-09-14
3298
  border:1px solid #e6e9e6;
improve settings ssh design
Yuki Kimoto authored on 2016-01-20
3299
  border-radius: 3px;
3300
  padding:6px 5px;
3301
  margin:5px 0;
3302
  width:100%;
3303
  min-height:200px;
3304
}
improve search page design
Yuki Kimoto authored on 2016-01-23
3305

            
cleanup
Yuki Kimoto authored on 2016-01-27
3306
/* 番号つきページネーション */
3307
.pagination-num {
cleanup css
Yuki Kimoto authored on 2016-01-27
3308
  margin:20px 0
3309
}
cleanup
Yuki Kimoto authored on 2016-01-27
3310
.pagination-num ul {
cleanup css
Yuki Kimoto authored on 2016-01-27
3311
  display:inline-block;
3312
  margin-bottom:0;
3313
  margin-left:0;
3314
  border-radius:4px;
3315
  box-shadow:0 1px 2px rgba(0,0,0,0.05)
3316
}
3317
.pagination-num ul > li {
3318
  display:inline
3319
}
3320
.pagination-num ul > li > a,
3321
.pagination-num ul > li > span {
3322
  float:left;
3323
  padding:4px 12px;
3324
  line-height:20px;
3325
  text-decoration:none;
3326
  background-color:#fff;
3327
  border:1px solid #ddd;
3328
  border-left-width:0
3329
}
3330
.pagination-num ul > li > a:hover,
3331
.pagination-num ul > .active > a,
3332
.pagination-num ul > .active > span
3333
{
3334
  background-color:#f5f5f5;
3335
}
3336
.pagination-num ul > .active > a,
3337
.pagination-num ul > .active > span {
3338
  color:#999;
3339
  cursor:default;
3340
}
3341
.pagination-num ul > .disabled > span,
3342
.pagination-num ul > .disabled > a,
3343
.pagination-num ul > .disabled > a:hover,
3344
{
3345
  color:#999;
3346
  cursor:default;
3347
  background-color:transparent;
3348
}
3349
.pagination-num ul > li:first-child > a,
3350
.pagination-num ul > li:first-child > span
3351
{
3352
  border-left-width:1px;
3353
  border-bottom-left-radius:4px;
3354
  border-top-left-radius:4px;
3355
}
3356
.pagination-num ul > li:last-child > a,
3357
.pagination-num ul > li:last-child > span
3358
{
3359
  border-top-right-radius:4px;
3360
  border-bottom-right-radius:4px;
3361
}
improve branch design
Yuki Kimoto authored on 2016-01-27
3362

            
3363
/* Branches */
3364
.branches {
3365
  overflow:hidden;
3366
  margin-bottom:15px;
3367
}
3368
.branches > li {
improve border color
Yuki Kimoto authored on 2016-09-14
3369
  border:1px solid #e6e9e6;
improve branch design
Yuki Kimoto authored on 2016-01-27
3370
  border-top:none;
improve branches design
Yuki Kimoto authored on 2016-01-30
3371
  padding:8px 8px;
improve branch design
Yuki Kimoto authored on 2016-01-27
3372
}
3373
.branches > li:first-child {
improve border color
Yuki Kimoto authored on 2016-09-14
3374
  border-top:1px solid #e6e9e6;
improve branch design
Yuki Kimoto authored on 2016-01-27
3375
}
3376
.branches > li > ul {
3377
  overflow:hidden;
3378
}
3379
.branches > li > ul > li:first-child {
3380
  float:left;
3381
  width:50%;
3382
  overflow:hidden;
improve branches design
Yuki Kimoto authored on 2016-01-30
3383
  padding-top:4px;
improve branch design
Yuki Kimoto authored on 2016-01-27
3384
}
3385
.branches > li > ul > li.second-child{
3386
  float:left;
3387
  width:25%;
3388
}
3389
.branches > li > ul > li.last-child {
3390
  float:left;
3391
  width:25%;
3392
  text-align:right;
3393
}
3394

            
3395
.branches-name {
3396
  display:inline-block;
3397
}
3398
.branches-name a {
3399
  color: #4078c0;
3400
  border-radius:3px;
3401
  background:rgba(209,227,237,0.5);
3402
  padding:2px 6px;
3403
}
3404

            
3405
.branches-age {
3406
  display:inline-block;
improve branches design
Yuki Kimoto authored on 2016-01-30
3407
  color:#aaa;;
improve branch design
Yuki Kimoto authored on 2016-01-27
3408
}
3409

            
3410
.branches-author {
3411
  display:inline-block;
improve branches design
Yuki Kimoto authored on 2016-01-30
3412
  color:#767676;
improve branch design
Yuki Kimoto authored on 2016-01-27
3413
}
3414

            
improve branches design
Yuki Kimoto authored on 2016-01-30
3415
.branches-select {
3416
  overflow:hidden;
3417
  margin:20px 0;
3418
}
3419

            
3420
.branches-select li {
improve border color
Yuki Kimoto authored on 2016-09-14
3421
  border:1px solid #e6e9e6;
improve branches design
Yuki Kimoto authored on 2016-01-30
3422
  float:left;
3423
  border-left:none;
3424
}
3425

            
3426
.branches-select li:first-child {
improve border color
Yuki Kimoto authored on 2016-09-14
3427
  border-left:1px solid #e6e9e6;
improve branches design
Yuki Kimoto authored on 2016-01-30
3428
  border-radius:3px 0 0 3px;
3429
}
3430

            
3431
.branches-select li:last-child {
3432
  border-radius:0 3px 3px 0;
3433
}
3434

            
3435
.branches-select li a {
3436
  padding: 7px 14px;
3437
  font-weight: bold;
3438
  width:100%;
3439
  display:block;
3440
  color: #666;
3441
}
3442

            
3443
.branches-select li a:hover {
3444
  text-decoration:none;
3445
  background:#f5f5f5;
3446
}
3447

            
3448
.branches-select li.active a {
3449
  background-color: #4078c0;
3450
  color: #fff;
3451
}
3452
.branches-select li.active a {
3453
  background-color: #4078c0;
improve branches design
Yuki Kimoto authored on 2016-01-30
3454
}
3455

            
3456
.ahead-behind {
3457
  color:#767676;
3458
  font-size:12px;
3459
  border-collapse:collapse;
3460
}
3461

            
3462
.ahead-behind-behind-count {
3463
  text-align:right;
3464
  padding-right:3px;
3465
}
3466

            
3467
.ahead-behind-separate {
3468
  width:1px;
3469
  background:#c0c0c0;
3470
}
improve branch design
Yuki Kimoto authored on 2016-01-30
3471

            
3472
.branches-default {
3473
  font-size:12px;
3474
  text-align:center;
3475
  display:inline-block;
3476
  background-color: #767676;
3477
  color: #fff;
3478
  border-radius:3px;
3479
  padding:1px 3px;
imrpove branches page
Yuki Kimoto authored on 2016-01-30
3480
}
3481

            
3482
.branches .branches-overview-more {
3483
  text-align:center;
3484
  padding:0;
3485
}
3486
.branches-overview-more a {
3487
  width:100%;
3488
  display:block;
3489
  background: #f1f7fa;
3490
  padding:8px;
3491
}
3492

            
3493
.branches-overview-more a:hover {
improve tags page design
Yuki Kimoto authored on 2016-02-01
3494
  background:#e6e6fa;
imrpove branches page
Yuki Kimoto authored on 2016-01-30
3495
}
improve tags page design
Yuki Kimoto authored on 2016-02-01
3496

            
3497
.tags {
3498
  
3499
}
3500

            
3501
.tags > li {
improve border color
Yuki Kimoto authored on 2016-09-14
3502
  border-bottom:1px solid #e6e9e6;
improve tags page design
Yuki Kimoto authored on 2016-02-01
3503
  padding:10px 0;
3504
}
3505

            
3506
.tags > li:first-child {
improve border color
Yuki Kimoto authored on 2016-09-14
3507
  border-top:1px solid #e6e9e6;
improve tags page design
Yuki Kimoto authored on 2016-02-01
3508
}
3509

            
3510
.tags-item {
3511
  overflow:hidden;
3512
}
3513

            
3514
.tags-item > li:first-child {
3515
  display:block;
3516
  width:30%;
3517
  float:left;
3518
  color:#767676;
3519
}
3520

            
3521
.tags-item > li.last-child {
3522
  display:block;
3523
  width:70%;
3524
  float:left;
3525
}
3526

            
3527
.tags-name a {
3528
  color:#333;
3529
}
3530

            
3531
.tags-links {
3532
  padding-top:3px;
3533
}
3534

            
3535
.tags-links a {
3536
  color:#767676;
3537
  font-size:13px;
improve commits page design
Yuki Kimoto authored on 2016-02-01
3538
}
3539

            
3540
.commits-summary > :first-child {
3541
  overflow:hidden;
3542
  padding: 10px;
3543
  line-height: 20px;
improve diff design
Yuki Kimoto authored on 2016-10-12
3544
  background-color: #f4fcef;
3545
  border: 1px solid #d0ddc7;
improve commits page design
Yuki Kimoto authored on 2016-02-01
3546
  border-radius: 3px;
3547
  border-bottom-right-radius: 0;
3548
  border-bottom-left-radius: 0;
3549
  margin-top:13px;
3550
}
3551

            
3552
.commits-summary > .last-child {
3553
  padding: 5px 10px;
3554
  background-color: #fff;
improve diff design
Yuki Kimoto authored on 2016-10-12
3555
  border: 1px solid #d0ddc7;
improve commits page design
Yuki Kimoto authored on 2016-02-01
3556
  border-top:none;
3557
  border-bottom-left-radius: 3px;
3558
  border-bottom-right-radius: 3px;
3559
}
3560

            
3561
.commits-summary-header {
3562
  overflow:hidden;
3563
}
3564
.commits-summary-header > :first-child {
3565
  float:left;
3566
  width:80%;
3567
}
3568
.commits-summary-header > .last-child {
3569
  float:right;
3570
  width:20%;
3571
  text-align:right;
3572
}
improve commit page design
Yuki Kimoto authored on 2016-02-02
3573
.commits-summary-body {
3574
  overflow:hidden;
3575
  padding:4px 0;
3576
}
3577
.commits-summary-body > :first-child {
3578
  width:40%;
3579
  float:left;
3580
}
3581
.commits-summary-body > .last-child {
3582
  width:60%;
3583
  float:left;
3584
  text-align:right;
3585
}
3586
.commits-summary-author {
3587
  font-weight:bold;
3588
}
3589
.commits-summary-parent {
3590
  display:inline-block;
3591
  color:#767676;
3592
  margin-right:10px;
3593
}
3594
.commits-summary-parent a {
3595
  color:#333333;
3596
  text-decoration:underline;
3597
}
3598
.commits-summary-commit-id {
3599
  display:inline-block;
3600
  color:#767676;
3601
}
3602
.commits-summary-commit-id > span {
3603
  color:#333333;
3604
}
improve commits page design
Yuki Kimoto authored on 2016-02-01
3605

            
improve commit page design
Yuki Kimoto authored on 2016-02-02
3606
.commit-changes {
3607
  margin:15px 0;
3608
}
improve commits page design
Yuki Kimoto authored on 2016-02-01
3609

            
improve commit page design
Yuki Kimoto authored on 2016-02-02
3610
.file-add {
3611
  color:#32CD32;
3612
  border:2px #32CD32 solid;
3613
  margin-left:3px;
3614
  font-weight:bold;
3615
  text-align:center;
3616
  font-size:13px;
3617
  padding:0;
3618
  line-height:100%;
3619
  padding:0 2px;
3620
}
3621

            
3622
.file-del {
3623
  color:red;
3624
  border:2px red solid;
3625
  margin-left:3px;
3626
  font-weight:bold;
3627
  text-align:center;
3628
  font-size:13px;
3629
  padding:0;
3630
  line-height:100%;
3631
  padding:0 2px;
3632
}
3633

            
3634
.file-modified {
3635
  color:#DAA520;
3636
  border:2px #DAA520 solid;
3637
  margin-left:3px;
3638
  font-weight:bold;
3639
  text-align:center;
3640
  font-size:13px;
3641
  padding:0;
3642
  line-height:100%;
3643
  padding:0 2px;
3644
}
3645

            
3646
.file-renamed {
3647
  color:#677a85;
3648
  border:2px #677a85 solid;
3649
  margin-left:3px;
3650
  font-weight:bold;
3651
  text-align:center;
3652
  font-size:13px;
3653
  padding:0;
3654
  line-height:100%;
3655
  padding:0 2px;
3656
}
improve commit page design
Yuki Kimoto authored on 2016-02-02
3657

            
improve commit page design
Yuki Kimoto authored on 2016-02-03
3658
.commit-diff {
3659
  margin-bottom:30px;
3660
}
improve commit page design
Yuki Kimoto authored on 2016-02-02
3661
.commit-diff > :first-child {
improve border color
Yuki Kimoto authored on 2016-09-14
3662
  border:1px solid #e6e9e6;
improve commit page design
Yuki Kimoto authored on 2016-02-02
3663
  border-radius:3px 3px 0 0;
3664
  padding:7px;
3665
  background-color: #f7f7f7;
3666
}
3667
.commit-diff-header {
3668
  overflow:hidden;
3669
}
3670
.commit-diff-header > :first-child {
3671
  float:left;
3672
  width:80%;
3673
  padding-top:6px;
3674
}
3675
.commit-diff-header > .last-child {
3676
  float:left;
3677
  width:20%;
3678
  text-align:right;
3679
}
improve commit page design
Yuki Kimoto authored on 2016-02-03
3680

            
3681
.commit-diff-body {
improve border color
Yuki Kimoto authored on 2016-09-14
3682
  border:1px solid #e6e9e6;
improve commit page design
Yuki Kimoto authored on 2016-02-03
3683
  border-top:none;
3684
  border-radius: 0 0 3px 3px;
3685
  margin-bottom:30px;
3686
}
3687
.commit-diff-body > table {
3688
  border-collapse:collapse;
3689
}
3690
.commit-diff-plain {
3691
  padding:10px;
3692
}
3693
.commit-diff-image {
3694
  background:#ddd;
3695
  text-align:center;
3696
  padding-top:40px;
3697
  padding-bottom:40px;
3698
}
improve compare page design
Yuki Kimoto authored on 2016-02-04
3699

            
3700
.compare-select {
3701
  padding:12px 10px;
3702
  margin-bottom:5px;
3703
  position:relative;
improve border color
Yuki Kimoto authored on 2016-09-14
3704
  border:1px solid #e6e9e6;
improve compare page design
Yuki Kimoto authored on 2016-02-04
3705
  border-radius: 3px;
3706
  background-color: #fafafa;
3707
}
3708

            
improve compare page popup
Yuki Kimoto authored on 2016-04-28
3709
.compare-select button span {
3710
  color:#767676;
3711
}
3712

            
improve compare page design
Yuki Kimoto authored on 2016-02-04
3713
.compare-header {
improve border color
Yuki Kimoto authored on 2016-09-14
3714
  border:1px solid #e6e9e6;
improve compare page design
Yuki Kimoto authored on 2016-02-04
3715
  overflow:hidden;
3716
  border-radius: 3px;
3717
  padding:10px;
3718
  margin-top:10px;
3719
}
3720

            
3721
.compare-header li {
3722
  width:25%;
3723
  float:left;
3724
  text-align:center;
3725
}
3726
.compare-header li span {
3727
  color: #767676;
3728
}
3729
.compare-commits-date-container {
3730
  border-left:#f3f3f3 2px solid;
3731
  margin:3px 6px;
3732
  padding:10px 0;
3733
}
3734

            
3735
.compare-commits-date-container li:first-child {
3736
}
3737

            
3738
.compare-commits-date-container li {
3739
  margin-left:20px;
3740
  overflow:hidden;
3741
}
3742

            
3743
.compare-commits-author {
3744
  width:30%;
3745
  float:left;
3746
  font-weight:bold;
3747
  font-size:90%;
3748
}
3749

            
3750
.compare-commits-commit-title {
3751
  width:50%;
3752
  float:left;
3753
}
3754

            
3755
.compare-commits-commit-id {
3756
  width:20%;
3757
  float:left;
3758
  text-align:right;
3759
}
3760
.compare-commits-commit-id a {
3761
  color:#767676;
improve network page design
Yuki Kimoto authored on 2016-02-06
3762
}
3763

            
3764
.network-mybranch {
3765
  background-color: #f5f5f5;
3766
  border: 1px solid #e3e3e3;
3767
  padding:10px 10px 14px 10px;
3768
  margin-bottom:20px;
3769
  border-radius:3px;
3770
}
3771
.network-mybranch-label {
3772
  border-radius: 3px;
3773
  display: inline-block;
3774
  padding: 2px 4px;
3775
  font-size: 11.844px;
3776
  font-weight: bold;
3777
  line-height: 14px;
3778
  color: #fff;
3779
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
3780
  white-space: nowrap;
3781
  vertical-align: baseline;
3782
  background-color: #3a87ad;
3783
  width:100px;
3784
  text-align:center;
3785
  margin-right:10px;
3786
}
3787

            
3788
.network-mybranch select, .network-member-branch select {
improve border color
Yuki Kimoto authored on 2016-09-14
3789
  border:1px solid #e6e9e6;
improve network page design
Yuki Kimoto authored on 2016-02-06
3790
  border-radius: 3px;
3791
  padding:6px 5px;
3792
  width:30%;
3793
}
3794

            
3795
.network-member-branch {
3796
  
3797
}
3798

            
3799
.network-member-branch li {
improve border color
Yuki Kimoto authored on 2016-09-14
3800
  border-bottom:1px solid #e6e9e6;
improve network page design
Yuki Kimoto authored on 2016-02-06
3801
  padding:10px 10px 14px 10px;
3802
  overflow:hidden;
3803
}
3804
.network-member-branch-label {
3805
  border-radius: 3px;
3806
  display: inline-block;
3807
  padding: 3px 4px;
3808
  font-size: 11.844px;
3809
  font-weight: bold;
3810
  line-height: 14px;
3811
  color: #fff;
3812
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
3813
  white-space: nowrap;
3814
  vertical-align: baseline;
3815
  background-color: #468847;
3816
  width:100px;
3817
  text-align:center;
3818
  margin-right:10px;
3819
}
3820
.network-member-branch li > :first-child {
3821
  float:left;
3822
  width:80%;
3823
}
3824
.network-member-branch li > .last-child {
3825
  float:left;
3826
  width:20%;
3827
  text-align:right;
3828
}
improve graph page design
Yuki Kimoto authored on 2016-02-06
3829
.graph-diff {
3830
  width:800px;
3831
  overflow:auto;
3832
  padding-left:10px;
3833
  padding-right:10px;
3834

            
3835
  background-color: #f5f5f5;
3836
  border: 1px solid #e3e3e3;
3837
  padding:10px 10px 14px 10px;
3838
  margin-bottom:20px;
3839
  border-radius:3px;
3840
}
3841
.graph-document pre {
3842
  background:#333333;
3843
  color:white;
3844
  padding:20px 20px 0px 20px;
3845
  border-radius:3px;
3846
  margin-bottom:15px;
3847
  margin-top:3px;
3848
}
improve import-branch page d...
Yuki Kimoto authored on 2016-02-08
3849

            
3850
.import-branch {
3851
  overflow:hidden;
3852
}
3853
.import-branch > .left {
3854
  float:left;
3855
  width:45%;
3856
}
3857
.import-branch > .center {
3858
  float:left;
3859
  width:10%;
3860
  text-align:center;
3861
  padding: 19px;
3862
  text-align:center;
3863
  font-size:26px;
3864
}
3865
.import-branch > .right {
3866
  float:left;
3867
  width:45%;
3868
}
3869
.import-branch select {
improve border color
Yuki Kimoto authored on 2016-09-14
3870
  border:1px solid #e6e9e6;
improve import-branch page d...
Yuki Kimoto authored on 2016-02-08
3871
  border-radius: 3px;
3872
  padding:6px 5px;
3873
  width:30%;
3874
}
3875
.import-branch-from, .import-branch-to {
improve border color
Yuki Kimoto authored on 2016-09-14
3876
  border:1px solid #e6e9e6;
improve import-branch page d...
Yuki Kimoto authored on 2016-02-08
3877
  border-radius:3px;
3878
  padding:25px 15px;
3879
}
3880
.import-branch-to > :first-child {
3881
  font-size:20px;
3882
  color:blue;
3883
  margin-bottom:10px;
3884
}
3885
.import-branch-from > :first-child {
3886
  font-size:20px;
3887
  color:green;
3888
  margin-bottom:10px;
3889
}
3890
.import-branch-button-panel {
3891
  margin-top:10px;
3892
}
3893
.import-branch-button-panel > div {
3894
  display:table-cell;
3895
  vertical-align:middle;
3896
  padding:0 3px;
3897
}
improve submodule design
Yuki Kimoto authored on 2016-02-08
3898

            
3899
.submodule {
3900
  
3901
}
3902
.submodule > :first-child {
improve border color
Yuki Kimoto authored on 2016-09-14
3903
  border:1px solid #e6e9e6;
improve submodule design
Yuki Kimoto authored on 2016-02-08
3904
  border-radius: 3px 3px 0 0;
3905
  padding:8px 5px;
3906
  border-bottom:none;
3907
  background-color: #f7f7f7;
3908
}
3909
.submodule > .last-child {
improve border color
Yuki Kimoto authored on 2016-09-14
3910
  border:1px solid #e6e9e6;
improve submodule design
Yuki Kimoto authored on 2016-02-08
3911
  border-top:none;
3912
  font-size:16px;
3913
  padding:15px;
3914
  margin-bottom:30px;
3915
  border-radius: 0 0 3px 3px;
3916
}
improve design
Yuki Kimoto authored on 2016-02-09
3917

            
3918
pre.command-line {
3919
  background:#333333;
3920
  color:white;
3921
  padding:15px 20px 15px 20px;
3922
  border-radius:3px;
3923
  margin-bottom:15px;
3924
  margin-top:3px;
3925
}
3926
.private {
3927
  background:white;
3928
  text-align:center;
3929
  font-size:20px;
improve border color
Yuki Kimoto authored on 2016-09-14
3930
  border:1px solid #e6e9e6;
improve design
Yuki Kimoto authored on 2016-02-09
3931
  border-radius: 3px;
3932
  padding:20px 0;
3933
  color:#767676
3934
}
3935

            
3936
.not-yet-created {
3937
  background:white;
3938
  margin-bottom:30px;
improve border color
Yuki Kimoto authored on 2016-09-14
3939
  border:1px solid #e6e9e6;
improve design
Yuki Kimoto authored on 2016-02-09
3940
  border-radius: 3px;
3941
  color:#767676;
3942
  padding:15px 10px;
3943
}