gitprep / public / css / bootstrap.css /
Newer Older
1780 lines | 35.499kb
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
13
    border-color: #d8d8d8;
14
    border-radius: 3px;
15
    
16
    Text Gray
17
    #767676
improve footer design
Yuki Kimoto authored on 2015-12-25
18
*/
19

            
improve header title design
Yuki Kimoto authored on 2015-12-26
20
* {
21
  margin:0;
22
  padding:0;
23

            
24
  -webkit-box-sizing: border-box;
25
  -moz-box-sizing: border-box;
26
  -o-box-sizing: border-box;
27
  -ms-box-sizing: border-box;
28
  box-sizing: border-box;
29
}
30

            
improve footer design
Yuki Kimoto authored on 2015-12-25
31
body {
32
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
33
  font-size: 14px;
34
  line-height: 130%;
35
  color: #333333;
36
}
37

            
improve footer design
Yuki Kimoto authored on 2016-01-04
38
.header {
39
  background:#f5f5f5;
40
  border-bottom:1px solid #e5e5e5;
41
  overflow:hidden;
42
}
43

            
44
.header-left {
45
  float:left;
46
  width:50%;
47
  overflow:hidden;
48
}
49

            
50
.header-right {
51
  width:50%;
52
  overflow:hidden;
53
}
54

            
55
.title {
56
  float:left;
57
  font-size:19px;
58
  padding:14px 0 12px 0;
59
}
60

            
61
.header-search {
62
  float:left;
63
  margin-left:10px;
64
  padding:11px 0 8px 0;
65
}
66

            
67
.header-search input {
68
  padding:4px 5px;
69
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
70
  border: 1px solid #ccc;
71
  border-radius: 3px;
72
}
73

            
74
.header-rigth-container {
75
  float:right;
76
  overflow:hidden;
77
}
78

            
79
.header-btn-container {
80
  float:left;
81
  margin-right:4px;
82
  padding-top:9px;
83
}
84

            
85
.header-login-container {
86
  float:left;
87
  padding-top:13px;
88
}
89

            
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
90
/* Markdown */
91
.markdown-body{padding:40px 40px;font-family:"Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";font-size:16px;line-height:1.6;word-wrap:break-word}.markdown-body:before{display:table;content:""}.markdown-body:after{display:table;clear:both;content:""}.markdown-body>*:first-child{margin-top:0 !important}.markdown-body>*:last-child{margin-bottom:0 !important}.markdown-body a:not([href]){color:inherit;text-decoration:none}.markdown-body .absent{color:#c00}.markdown-body .anchor{display:inline-block;padding-right:2px;margin-left:-18px}.markdown-body .anchor:focus{outline:none}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{margin-top:1em;margin-bottom:16px;font-weight:bold;line-height:1.4}.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{color:#000;vertical-align:middle;visibility:hidden}.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{text-decoration:none}.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{visibility:visible}.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{font-size:inherit}.markdown-body h1{padding-bottom:0.3em;font-size:2.25em;line-height:1.2;border-bottom:1px solid #eee}.markdown-body h1 .anchor{line-height:1}.markdown-body h2{padding-bottom:0.3em;font-size:1.75em;line-height:1.225;border-bottom:1px solid #eee}.markdown-body h2 .anchor{line-height:1}.markdown-body h3{font-size:1.5em;line-height:1.43}.markdown-body h3 .anchor{line-height:1.2}.markdown-body h4{font-size:1.25em}.markdown-body h4 .anchor{line-height:1.2}.markdown-body h5{font-size:1em}.markdown-body h5 .anchor{line-height:1.1}.markdown-body h6{font-size:1em;color:#777}.markdown-body h6 .anchor{line-height:1.1}.markdown-body p,.markdown-body blockquote,.markdown-body ul,.markdown-body ol,.markdown-body dl,.markdown-body table,.markdown-body pre{margin-top:0;margin-bottom:16px}.markdown-body hr{height:4px;padding:0;margin:16px 0;background-color:#e7e7e7;border:0 none}.markdown-body ul,.markdown-body ol{padding-left:2em}.markdown-body ul.no-list,.markdown-body ol.no-list{padding:0;list-style-type:none}.markdown-body ul ul,.markdown-body ul ol,.markdown-body ol ol,.markdown-body ol ul{margin-top:0;margin-bottom:0}.markdown-body li>p{margin-top:16px}.markdown-body dl{padding:0}.markdown-body dl dt{padding:0;margin-top:16px;font-size:1em;font-style:italic;font-weight:bold}.markdown-body dl dd{padding:0 16px;margin-bottom:16px}.markdown-body blockquote{padding:0 15px;color:#777;border-left:4px solid #ddd}.markdown-body blockquote>:first-child{margin-top:0}.markdown-body blockquote>:last-child{margin-bottom:0}.markdown-body table{display:block;width:100%;overflow:auto;word-break:normal;word-break:keep-all}.markdown-body table th{font-weight:bold}.markdown-body table th,.markdown-body table td{padding:6px 13px;border:1px solid #ddd}.markdown-body table tr{background-color:#fff;border-top:1px solid #ccc}.markdown-body table tr:nth-child(2n){background-color:#f8f8f8}.markdown-body img{max-width:100%;box-sizing:content-box;background-color:#fff}.markdown-body img[align=right]{padding-left:20px}.markdown-body img[align=left]{padding-right:20px}.markdown-body .emoji{max-width:none}.markdown-body span.frame{display:block;overflow:hidden}.markdown-body span.frame>span{display:block;float:left;width:auto;padding:7px;margin:13px 0 0;overflow:hidden;border:1px solid #ddd}.markdown-body span.frame span img{display:block;float:left}.markdown-body span.frame span span{display:block;padding:5px 0 0;clear:both;color:#333}.markdown-body span.align-center{display:block;overflow:hidden;clear:both}.markdown-body span.align-center>span{display:block;margin:13px auto 0;overflow:hidden;text-align:center}.markdown-body span.align-center span img{margin:0 auto;text-align:center}.markdown-body span.align-right{display:block;overflow:hidden;clear:both}.markdown-body span.align-right>span{display:block;margin:13px 0 0;overflow:hidden;text-align:right}.markdown-body span.align-right span img{margin:0;text-align:right}.markdown-body span.float-left{display:block;float:left;margin-right:13px;overflow:hidden}.markdown-body span.float-left span{margin:13px 0 0}.markdown-body span.float-right{display:block;float:right;margin-left:13px;overflow:hidden}.markdown-body span.float-right>span{display:block;margin:13px auto 0;overflow:hidden;text-align:right}.markdown-body code,.markdown-body tt{padding:0;padding-top:0.2em;padding-bottom:0.2em;margin:0;font-size:85%;background-color:rgba(0,0,0,0.04);border-radius:3px}.markdown-body code:before,.markdown-body code:after,.markdown-body tt:before,.markdown-body tt:after{letter-spacing:-0.2em;content:"\00a0"}.markdown-body code br,.markdown-body tt br{display:none}.markdown-body del code{text-decoration:inherit}.markdown-body pre>code{padding:0;margin:0;font-size:100%;word-break:normal;white-space:pre;background:transparent;border:0}.markdown-body .highlight{margin-bottom:16px}.markdown-body .highlight pre,.markdown-body pre{padding:16px;overflow:auto;font-size:85%;line-height:1.45;background-color:#f7f7f7;border-radius:3px}.markdown-body .highlight pre{margin-bottom:0;word-break:normal}.markdown-body pre{word-wrap:normal}.markdown-body pre code,.markdown-body pre tt{display:inline;max-width:initial;padding:0;margin:0;overflow:initial;line-height:inherit;word-wrap:normal;background-color:transparent;border:0}.markdown-body pre code:before,.markdown-body pre code:after,.markdown-body pre tt:before,.markdown-body pre tt:after{content:normal}.markdown-body kbd{display:inline-block;padding:3px 5px;font-size:11px;line-height:10px;color:#555;vertical-align:middle;background-color:#fcfcfc;border:solid 1px #ccc;border-bottom-color:#bbb;border-radius:3px;box-shadow:inset 0 -1px 0 #bbb}.markdown-body blockquote{padding:0 0 0 40px;border:0 none}
92

            
improve footer design
Yuki Kimoto authored on 2015-12-25
93
.container {
94
  width: 980px;
95
  margin:0 auto;
96
}
97

            
98
ul {
99
  padding: 0;
100
  margin: 0;;
101
}
102

            
complete blob page design
Yuki Kimoto authored on 2016-01-09
103
ul li {
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
104
  list-style:none;
105
}
106

            
improve footer design
Yuki Kimoto authored on 2015-12-25
107
a {
108
  color: #0088cc;
109
  text-decoration: none;
110
}
111

            
112
a:hover {
113
  color: #005580;
114
  text-decoration: underline;
115
}
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
116

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
117
/* icon */
118
[class^="icon-"],
119
[class*=" icon-"] {
cleanup bootstrap
Yuki Kimoto authored on 2015-12-24
120
  display: inline-block;
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
121
  width: 14px;
122
  height: 14px;
123
  margin-top: 1px;
124
  *margin-right: .3em;
125
  line-height: 14px;
126
  vertical-align: text-top;
cleanup icon
Yuki Kimoto authored on 2016-01-06
127
  background-image: url("../image/glyphicons-halflings.png");
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
128
  background-position: 14px 14px;
129
  background-repeat: no-repeat;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
130
}
131

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
132
.icon-glass {
133
  background-position: 0      0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
134
}
135

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
136
.icon-music {
137
  background-position: -24px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
138
}
139

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
140
.icon-search {
141
  background-position: -48px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
142
}
143

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
144
.icon-envelope {
145
  background-position: -72px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
146
}
147

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
148
.icon-heart {
149
  background-position: -96px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
150
}
151

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
152
.icon-star {
153
  background-position: -120px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
154
}
155

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
156
.icon-star-empty {
157
  background-position: -144px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
158
}
159

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
160
.icon-user {
161
  background-position: -168px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
162
}
163

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
164
.icon-film {
165
  background-position: -192px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
166
}
167

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
168
.icon-th-large {
169
  background-position: -216px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
170
}
171

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
172
.icon-th {
173
  background-position: -240px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
174
}
175

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
176
.icon-th-list {
177
  background-position: -264px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
178
}
179

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
180
.icon-ok {
181
  background-position: -288px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
182
}
183

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
184
.icon-remove {
185
  background-position: -312px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
186
}
187

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
188
.icon-zoom-in {
189
  background-position: -336px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
190
}
191

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
192
.icon-zoom-out {
193
  background-position: -360px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
194
}
195

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
196
.icon-off {
197
  background-position: -384px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
198
}
199

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
200
.icon-signal {
201
  background-position: -408px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
202
}
203

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
204
.icon-cog {
205
  background-position: -432px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
206
}
207

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
208
.icon-trash {
209
  background-position: -456px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
210
}
211

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
212
.icon-home {
213
  background-position: 0 -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
214
}
215

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
216
.icon-file {
217
  background-position: -24px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
218
}
219

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
220
.icon-time {
221
  background-position: -48px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
222
}
223

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
224
.icon-road {
225
  background-position: -72px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
226
}
227

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
228
.icon-download-alt {
229
  background-position: -96px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
230
}
231

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
232
.icon-download {
233
  background-position: -120px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
234
}
235

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
236
.icon-upload {
237
  background-position: -144px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
238
}
239

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
240
.icon-inbox {
241
  background-position: -168px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
242
}
243

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
244
.icon-play-circle {
245
  background-position: -192px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
246
}
247

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
248
.icon-repeat {
249
  background-position: -216px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
250
}
251

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
252
.icon-refresh {
253
  background-position: -240px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
254
}
255

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
256
.icon-list-alt {
257
  background-position: -264px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
258
}
259

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
260
.icon-lock {
261
  background-position: -287px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
262
}
263

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
264
.icon-flag {
265
  background-position: -312px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
266
}
267

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
268
.icon-headphones {
269
  background-position: -336px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
270
}
271

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
272
.icon-volume-off {
273
  background-position: -360px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
274
}
275

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
276
.icon-volume-down {
277
  background-position: -384px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
278
}
279

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
280
.icon-volume-up {
281
  background-position: -408px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
282
}
283

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
284
.icon-qrcode {
285
  background-position: -432px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
286
}
287

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
288
.icon-barcode {
289
  background-position: -456px -24px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
290
}
291

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
292
.icon-tag {
293
  background-position: 0 -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
294
}
295

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
296
.icon-tags {
297
  background-position: -25px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
298
}
299

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
300
.icon-book {
301
  background-position: -48px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
302
}
303

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
304
.icon-bookmark {
305
  background-position: -72px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
306
}
307

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
308
.icon-print {
309
  background-position: -96px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
310
}
311

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
312
.icon-camera {
313
  background-position: -120px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
314
}
315

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
316
.icon-font {
317
  background-position: -144px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
318
}
319

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
320
.icon-bold {
321
  background-position: -167px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
322
}
323

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
324
.icon-italic {
325
  background-position: -192px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
326
}
327

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
328
.icon-text-height {
329
  background-position: -216px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
330
}
331

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
332
.icon-text-width {
333
  background-position: -240px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
334
}
335

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
336
.icon-align-left {
337
  background-position: -264px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
338
}
339

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
340
.icon-align-center {
341
  background-position: -288px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
342
}
343

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
344
.icon-align-right {
345
  background-position: -312px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
346
}
347

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
348
.icon-align-justify {
349
  background-position: -336px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
350
}
351

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
352
.icon-list {
353
  background-position: -360px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
354
}
355

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
356
.icon-indent-left {
357
  background-position: -384px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
358
}
359

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
360
.icon-indent-right {
361
  background-position: -408px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
362
}
363

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
364
.icon-facetime-video {
365
  background-position: -432px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
366
}
367

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
368
.icon-picture {
369
  background-position: -456px -48px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
370
}
371

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
372
.icon-pencil {
373
  background-position: 0 -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
374
}
375

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
376
.icon-map-marker {
377
  background-position: -24px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
378
}
379

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
380
.icon-adjust {
381
  background-position: -48px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
382
}
383

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
384
.icon-tint {
385
  background-position: -72px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
386
}
387

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
388
.icon-edit {
389
  background-position: -96px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
390
}
391

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
392
.icon-share {
393
  background-position: -120px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
394
}
395

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
396
.icon-check {
397
  background-position: -144px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
398
}
399

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
400
.icon-move {
401
  background-position: -168px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
402
}
403

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
404
.icon-step-backward {
405
  background-position: -192px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
406
}
407

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
408
.icon-fast-backward {
409
  background-position: -216px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
410
}
411

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
412
.icon-backward {
413
  background-position: -240px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
414
}
415

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
416
.icon-play {
417
  background-position: -264px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
418
}
419

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
420
.icon-pause {
421
  background-position: -288px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
422
}
423

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
424
.icon-stop {
425
  background-position: -312px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
426
}
427

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
428
.icon-forward {
429
  background-position: -336px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
430
}
431

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
432
.icon-fast-forward {
433
  background-position: -360px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
434
}
435

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
436
.icon-step-forward {
437
  background-position: -384px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
438
}
439

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
440
.icon-eject {
441
  background-position: -408px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
442
}
443

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
444
.icon-chevron-left {
445
  background-position: -432px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
446
}
447

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
448
.icon-chevron-right {
449
  background-position: -456px -72px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
450
}
451

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
452
.icon-plus-sign {
453
  background-position: 0 -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
454
}
455

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
456
.icon-minus-sign {
457
  background-position: -24px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
458
}
459

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
460
.icon-remove-sign {
461
  background-position: -48px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
462
}
463

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
464
.icon-ok-sign {
465
  background-position: -72px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
466
}
467

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
468
.icon-question-sign {
469
  background-position: -96px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
470
}
471

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
472
.icon-info-sign {
473
  background-position: -120px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
474
}
475

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
476
.icon-screenshot {
477
  background-position: -144px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
478
}
479

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
480
.icon-remove-circle {
481
  background-position: -168px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
482
}
483

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
484
.icon-ok-circle {
485
  background-position: -192px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
486
}
487

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
488
.icon-ban-circle {
489
  background-position: -216px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
490
}
491

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
492
.icon-arrow-left {
493
  background-position: -240px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
494
}
495

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
496
.icon-arrow-right {
497
  background-position: -264px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
498
}
499

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
500
.icon-arrow-up {
501
  background-position: -289px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
502
}
503

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
504
.icon-arrow-down {
505
  background-position: -312px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
506
}
507

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
508
.icon-share-alt {
509
  background-position: -336px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
510
}
511

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
512
.icon-resize-full {
513
  background-position: -360px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
514
}
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
515

            
516
.icon-resize-small {
517
  background-position: -384px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
518
}
519

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
520
.icon-plus {
521
  background-position: -408px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
522
}
523

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
524
.icon-minus {
525
  background-position: -433px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
526
}
527

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
528
.icon-asterisk {
529
  background-position: -456px -96px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
530
}
531

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
532
.icon-exclamation-sign {
533
  background-position: 0 -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
534
}
535

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
536
.icon-gift {
537
  background-position: -24px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
538
}
539

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
540
.icon-leaf {
541
  background-position: -48px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
542
}
543

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
544
.icon-fire {
545
  background-position: -72px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
546
}
547

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
548
.icon-eye-open {
549
  background-position: -96px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
550
}
551

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
552
.icon-eye-close {
553
  background-position: -120px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
554
}
555

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
556
.icon-warning-sign {
557
  background-position: -144px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
558
}
559

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
560
.icon-plane {
561
  background-position: -168px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
562
}
563

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
564
.icon-calendar {
565
  background-position: -192px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
566
}
567

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
568
.icon-random {
569
  width: 16px;
570
  background-position: -216px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
571
}
572

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
573
.icon-comment {
574
  background-position: -240px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
575
}
576

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
577
.icon-magnet {
578
  background-position: -264px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
579
}
580

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
581
.icon-chevron-up {
582
  background-position: -288px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
583
}
584

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
585
.icon-chevron-down {
586
  background-position: -313px -119px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
587
}
588

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
589
.icon-retweet {
590
  background-position: -336px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
591
}
592

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
593
.icon-shopping-cart {
594
  background-position: -360px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
595
}
596

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
597
.icon-folder-close {
598
  width: 16px;
599
  background-position: -384px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
600
}
601

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
602
.icon-folder-open {
603
  width: 16px;
604
  background-position: -408px -120px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
605
}
606

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
607
.icon-resize-vertical {
608
  background-position: -432px -119px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
609
}
610

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
611
.icon-resize-horizontal {
612
  background-position: -456px -118px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
613
}
614

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
615
.icon-hdd {
616
  background-position: 0 -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
617
}
618

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
619
.icon-bullhorn {
620
  background-position: -24px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
621
}
622

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
623
.icon-bell {
624
  background-position: -48px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
625
}
626

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
627
.icon-certificate {
628
  background-position: -72px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
629
}
630

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
631
.icon-thumbs-up {
632
  background-position: -96px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
633
}
634

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
635
.icon-thumbs-down {
636
  background-position: -120px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
637
}
638

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
639
.icon-hand-right {
640
  background-position: -144px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
641
}
642

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
643
.icon-hand-left {
644
  background-position: -168px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
645
}
646

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
647
.icon-hand-up {
648
  background-position: -192px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
649
}
650

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
651
.icon-hand-down {
652
  background-position: -216px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
653
}
654

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
655
.icon-circle-arrow-right {
656
  background-position: -240px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
657
}
658

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
659
.icon-circle-arrow-left {
660
  background-position: -264px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
661
}
662

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
663
.icon-circle-arrow-up {
664
  background-position: -288px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
665
}
666

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
667
.icon-circle-arrow-down {
668
  background-position: -312px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
669
}
670

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
671
.icon-globe {
672
  background-position: -336px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
673
}
674

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
675
.icon-wrench {
676
  background-position: -360px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
677
}
678

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
679
.icon-tasks {
680
  background-position: -384px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
681
}
682

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
683
.icon-filter {
684
  background-position: -408px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
685
}
686

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
687
.icon-briefcase {
688
  background-position: -432px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
689
}
690

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
691
.icon-fullscreen {
692
  background-position: -456px -144px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
693
}
694

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
695
/* button */
696
.close {
697
  float: right;
698
  font-size: 20px;
699
  font-weight: bold;
700
  line-height: 20px;
701
  color: #000000;
702
  text-shadow: 0 1px 0 #ffffff;
703
  opacity: 0.2;
704
  filter: alpha(opacity=20);
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
705
}
706

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
707
.close:hover,
708
.close:focus {
709
  color: #000000;
710
  text-decoration: none;
711
  cursor: pointer;
712
  opacity: 0.4;
713
  filter: alpha(opacity=40);
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
714
}
715

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
716
button.close {
717
  padding: 0;
718
  cursor: pointer;
719
  background: transparent;
720
  border: 0;
721
  -webkit-appearance: none;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
722
}
723

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
724
.btn {
725
  display: inline-block;
726
  *display: inline;
727
  padding: 4px 12px;
728
  margin-bottom: 0;
729
  *margin-left: .3em;
730
  font-size: 14px;
731
  line-height: 20px;
732
  color: #333333;
733
  text-align: center;
734
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
735
  vertical-align: middle;
736
  cursor: pointer;
737
  background-color: #f5f5f5;
738
  *background-color: #e6e6e6;
739
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
740
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
741
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
742
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
743
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
744
  background-repeat: repeat-x;
745
  border: 1px solid #cccccc;
746
  *border: 0;
747
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
748
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
749
  border-bottom-color: #b3b3b3;
improve branch select design
Yuki Kimoto authored on 2016-01-04
750
  border-radius: 4px;
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
751
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
752
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
753
  *zoom: 1;
754
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
755
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
756
          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
757
}
758

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
759
.btn:hover,
760
.btn:focus,
761
.btn:active,
762
.btn.active,
763
.btn.disabled,
764
.btn[disabled] {
765
  color: #333333;
766
  background-color: #e6e6e6;
767
  *background-color: #d9d9d9;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
768
}
769

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
770
.btn:active,
771
.btn.active {
772
  background-color: #cccccc \9;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
773
}
774

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
775
.btn:first-child {
776
  *margin-left: 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
777
}
778

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
779
.btn:hover,
780
.btn:focus {
781
  color: #333333;
782
  text-decoration: none;
783
  background-position: 0 -15px;
784
  -webkit-transition: background-position 0.1s linear;
785
     -moz-transition: background-position 0.1s linear;
786
       -o-transition: background-position 0.1s linear;
787
          transition: background-position 0.1s linear;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
788
}
789

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
790
.btn:focus {
791
  outline: thin dotted #333;
792
  outline: 5px auto -webkit-focus-ring-color;
793
  outline-offset: -2px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
794
}
795

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
796
.btn.active,
797
.btn:active {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
798
  background-image: none;
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
799
  outline: 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
800
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
801
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
802
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
803
}
804

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
805
.btn.disabled,
806
.btn[disabled] {
807
  cursor: default;
808
  background-image: none;
809
  opacity: 0.65;
810
  filter: alpha(opacity=65);
811
  -webkit-box-shadow: none;
812
     -moz-box-shadow: none;
813
          box-shadow: none;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
814
}
815

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
816
.btn-large {
817
  padding: 11px 19px;
818
  font-size: 17.5px;
improve branch select design
Yuki Kimoto authored on 2016-01-04
819
  border-radius: 6px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
820
}
821

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

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
827
.btn-small {
828
  padding: 2px 10px;
829
  font-size: 11.9px;
improve branch select design
Yuki Kimoto authored on 2016-01-04
830
  border-radius: 3px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
831
}
832

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
833
.btn-small [class^="icon-"],
834
.btn-small [class*=" icon-"] {
835
  margin-top: 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
836
}
837

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
838
.btn-mini [class^="icon-"],
839
.btn-mini [class*=" icon-"] {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
840
  margin-top: -1px;
841
}
842

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
843
.btn-mini {
844
  padding: 0 6px;
845
  font-size: 10.5px;
improve branch select design
Yuki Kimoto authored on 2016-01-04
846
  border-radius: 3px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
847
}
848

            
improve branch select design
Yuki Kimoto authored on 2016-01-06
849
.btn-primary {
850
  color: #ffffff;
851
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
852
  background-color: #006dcc;
853
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
854
  background-repeat: repeat-x;
855
  border-color: #0044cc #0044cc #002a80;
856
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
857
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
858
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
859
}
860

            
861
.btn-primary:hover,
862
.btn-primary:focus,
863
.btn-primary:active,
864
.btn-primary.active,
865
.btn-primary.disabled,
866
.btn-primary[disabled] {
867
  color: #ffffff;
868
  background-color: #0044cc;
869
}
870

            
871
.btn-primary:active,
872
.btn-primary.active {
873
  background-color: #003399 \9;
874
}
875

            
876
.btn-info {
877
  color: #ffffff;
878
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
879
  background-color: #49afcd;
880
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
881
  background-repeat: repeat-x;
882
  border-color: #2f96b4 #2f96b4 #1f6377;
883
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
884
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
885
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
886
}
887

            
888
.btn-info:hover,
889
.btn-info:focus,
890
.btn-info:active,
891
.btn-info.active,
892
.btn-info.disabled,
893
.btn-info[disabled] {
894
  color: #ffffff;
895
  background-color: #2f96b4;
896
}
897

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
898
/* alert */
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
899
.alert {
900
  padding: 8px 35px 8px 14px;
901
  margin-bottom: 20px;
902
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
903
  background-color: #fcf8e3;
904
  border: 1px solid #fbeed5;
improve branch select design
Yuki Kimoto authored on 2016-01-04
905
  border-radius: 4px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
906
}
907

            
908
.alert,
909
.alert h4 {
910
  color: #c09853;
911
}
912

            
913
.alert h4 {
914
  margin: 0;
915
}
916

            
917
.alert .close {
918
  position: relative;
919
  top: -2px;
920
  right: -21px;
921
  line-height: 20px;
922
}
923

            
924
.alert-success {
925
  color: #468847;
926
  background-color: #dff0d8;
927
  border-color: #d6e9c6;
928
}
929

            
930
.alert-success h4 {
931
  color: #468847;
932
}
933

            
934
.alert-danger,
935
.alert-error {
936
  color: #b94a48;
937
  background-color: #f2dede;
938
  border-color: #eed3d7;
939
}
940

            
941
.alert-danger h4,
942
.alert-error h4 {
943
  color: #b94a48;
944
}
945

            
946
.alert-info {
947
  color: #3a87ad;
948
  background-color: #d9edf7;
949
  border-color: #bce8f1;
950
}
951

            
952
.alert-info h4 {
953
  color: #3a87ad;
954
}
955

            
956
.alert-block {
957
  padding-top: 14px;
958
  padding-bottom: 14px;
959
}
960

            
961
.alert-block > p,
962
.alert-block > ul {
963
  margin-bottom: 0;
964
}
965

            
966
.alert-block p + p {
967
  margin-top: 5px;
968
}
969

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
970
/* tab box */
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
971
.nav {
972
  margin-bottom: 20px;
973
  margin-left: 0;
974
  list-style: none;
975
}
976

            
977
.nav > li > a {
978
  display: block;
979
}
980

            
981
.nav > li > a:hover,
982
.nav > li > a:focus {
983
  text-decoration: none;
984
  background-color: #eeeeee;
985
}
986

            
987
.nav > li > a > img {
988
  max-width: none;
989
}
990

            
991
.nav > .pull-right {
992
  float: right;
993
}
994

            
995
.nav-header {
996
  display: block;
997
  padding: 3px 15px;
998
  font-size: 11px;
999
  font-weight: bold;
1000
  line-height: 20px;
1001
  color: #999999;
1002
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
1003
  text-transform: uppercase;
1004
}
1005

            
1006
.nav li + .nav-header {
1007
  margin-top: 9px;
1008
}
1009

            
1010
.nav-list {
1011
  padding-right: 15px;
1012
  padding-left: 15px;
1013
  margin-bottom: 0;
1014
}
1015

            
1016
.nav-list > li > a,
1017
.nav-list .nav-header {
1018
  margin-right: -15px;
1019
  margin-left: -15px;
1020
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
1021
}
1022

            
1023
.nav-list > li > a {
1024
  padding: 3px 15px;
1025
}
1026

            
1027
.nav-list > .active > a,
1028
.nav-list > .active > a:hover,
1029
.nav-list > .active > a:focus {
1030
  color: #ffffff;
1031
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
1032
  background-color: #0088cc;
1033
}
1034

            
1035
.nav-list [class^="icon-"],
1036
.nav-list [class*=" icon-"] {
1037
  margin-right: 2px;
1038
}
1039

            
1040
.nav-list .divider {
1041
  *width: 100%;
1042
  height: 1px;
1043
  margin: 9px 1px;
1044
  *margin: -5px 0 5px;
1045
  overflow: hidden;
1046
  background-color: #e5e5e5;
1047
  border-bottom: 1px solid #ffffff;
1048
}
1049

            
1050
.nav-tabs,
1051
.nav-pills {
1052
  *zoom: 1;
1053
}
1054

            
1055
.nav-tabs:before,
1056
.nav-pills:before,
1057
.nav-tabs:after,
1058
.nav-pills:after {
1059
  display: table;
1060
  line-height: 0;
1061
  content: "";
1062
}
1063

            
1064
.nav-tabs:after,
1065
.nav-pills:after {
1066
  clear: both;
1067
}
1068

            
1069
.nav-tabs > li,
1070
.nav-pills > li {
1071
  float: left;
1072
}
1073

            
1074
.nav-tabs > li > a,
1075
.nav-pills > li > a {
1076
  padding-right: 12px;
1077
  padding-left: 12px;
1078
  margin-right: 2px;
1079
  line-height: 14px;
1080
}
1081

            
1082
.nav-tabs {
1083
  border-bottom: 1px solid #ddd;
1084
}
1085

            
1086
.nav-tabs > li {
1087
  margin-bottom: -1px;
1088
}
1089

            
1090
.nav-tabs > li > a {
1091
  padding-top: 8px;
1092
  padding-bottom: 8px;
1093
  line-height: 20px;
1094
  border: 1px solid transparent;
improve branch select design
Yuki Kimoto authored on 2016-01-04
1095
  border-radius: 4px 4px 0 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1096
}
1097

            
1098
.nav-tabs > li > a:hover,
1099
.nav-tabs > li > a:focus {
1100
  border-color: #eeeeee #eeeeee #dddddd;
1101
}
1102

            
1103
.nav-tabs > .active > a,
1104
.nav-tabs > .active > a:hover,
1105
.nav-tabs > .active > a:focus {
1106
  color: #555555;
1107
  cursor: default;
1108
  background-color: #ffffff;
1109
  border: 1px solid #ddd;
1110
  border-bottom-color: transparent;
1111
}
1112

            
1113
.nav-pills > li > a {
1114
  padding-top: 8px;
1115
  padding-bottom: 8px;
1116
  margin-top: 2px;
1117
  margin-bottom: 2px;
improve branch select design
Yuki Kimoto authored on 2016-01-04
1118
  border-radius: 5px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1119
}
1120

            
1121
.nav-pills > .active > a,
1122
.nav-pills > .active > a:hover,
1123
.nav-pills > .active > a:focus {
1124
  color: #ffffff;
1125
  background-color: #0088cc;
1126
}
1127

            
1128
.nav-stacked > li {
1129
  float: none;
1130
}
1131

            
1132
.nav-stacked > li > a {
1133
  margin-right: 0;
1134
}
1135

            
1136
.nav-tabs.nav-stacked {
1137
  border-bottom: 0;
1138
}
1139

            
1140
.nav-tabs.nav-stacked > li > a {
1141
  border: 1px solid #ddd;
improve branch select design
Yuki Kimoto authored on 2016-01-04
1142
  border-radius: 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1143
}
1144

            
1145
.nav-tabs.nav-stacked > li:first-child > a {
improve branch select design
Yuki Kimoto authored on 2016-01-04
1146
  border-top-right-radius: 4px;
1147
  border-top-left-radius: 4px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1148
}
1149

            
1150
.nav-tabs.nav-stacked > li:last-child > a {
improve branch select design
Yuki Kimoto authored on 2016-01-04
1151
  border-bottom-right-radius: 4px;
1152
  border-bottom-left-radius: 4px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1153
}
1154

            
1155
.nav-tabs.nav-stacked > li > a:hover,
1156
.nav-tabs.nav-stacked > li > a:focus {
1157
  z-index: 2;
1158
  border-color: #ddd;
1159
}
1160

            
1161
.nav-pills.nav-stacked > li > a {
1162
  margin-bottom: 3px;
1163
}
1164

            
1165
.nav-pills.nav-stacked > li:last-child > a {
1166
  margin-bottom: 1px;
1167
}
1168

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

            
1173
.nav-pills .dropdown-menu {
improve branch select design
Yuki Kimoto authored on 2016-01-04
1174
  border-radius: 6px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1175
}
1176

            
1177
.nav .dropdown-toggle .caret {
1178
  margin-top: 6px;
1179
  border-top-color: #0088cc;
1180
  border-bottom-color: #0088cc;
1181
}
1182

            
1183
.nav .dropdown-toggle:hover .caret,
1184
.nav .dropdown-toggle:focus .caret {
1185
  border-top-color: #005580;
1186
  border-bottom-color: #005580;
1187
}
1188

            
1189
/* move down carets for tabs */
1190

            
1191
.nav-tabs .dropdown-toggle .caret {
1192
  margin-top: 8px;
1193
}
1194

            
1195
.nav .active .dropdown-toggle .caret {
1196
  border-top-color: #fff;
1197
  border-bottom-color: #fff;
1198
}
1199

            
1200
.nav-tabs .active .dropdown-toggle .caret {
1201
  border-top-color: #555555;
1202
  border-bottom-color: #555555;
1203
}
1204

            
1205
.nav > .dropdown.active > a:hover,
1206
.nav > .dropdown.active > a:focus {
1207
  cursor: pointer;
1208
}
1209

            
1210
.nav-tabs .open .dropdown-toggle,
1211
.nav-pills .open .dropdown-toggle,
1212
.nav > li.dropdown.open.active > a:hover,
1213
.nav > li.dropdown.open.active > a:focus {
1214
  color: #ffffff;
1215
  background-color: #999999;
1216
  border-color: #999999;
1217
}
1218

            
1219
.nav li.dropdown.open .caret,
1220
.nav li.dropdown.open.active .caret,
1221
.nav li.dropdown.open a:hover .caret,
1222
.nav li.dropdown.open a:focus .caret {
1223
  border-top-color: #ffffff;
1224
  border-bottom-color: #ffffff;
1225
  opacity: 1;
1226
  filter: alpha(opacity=100);
1227
}
1228

            
1229
.tabs-stacked .open > a:hover,
1230
.tabs-stacked .open > a:focus {
1231
  border-color: #999999;
1232
}
1233

            
1234
.tabbable {
1235
  *zoom: 1;
1236
}
1237

            
1238
.tabbable:before,
1239
.tabbable:after {
1240
  display: table;
1241
  line-height: 0;
1242
  content: "";
1243
}
1244

            
1245
.tabbable:after {
1246
  clear: both;
1247
}
1248

            
1249
.tab-content {
1250
  overflow: auto;
1251
}
1252

            
1253
.tabs-below > .nav-tabs,
1254
.tabs-right > .nav-tabs,
1255
.tabs-left > .nav-tabs {
1256
  border-bottom: 0;
1257
}
1258

            
1259
.tab-content > .tab-pane,
1260
.pill-content > .pill-pane {
1261
  display: none;
1262
}
1263

            
1264
.tab-content > .active,
1265
.pill-content > .active {
1266
  display: block;
1267
}
1268

            
1269
.tabs-below > .nav-tabs {
1270
  border-top: 1px solid #ddd;
1271
}
1272

            
1273
.tabs-below > .nav-tabs > li {
1274
  margin-top: -1px;
1275
  margin-bottom: 0;
1276
}
1277

            
1278
.tabs-below > .nav-tabs > li > a {
improve branch select design
Yuki Kimoto authored on 2016-01-04
1279
  border-radius: 0 0 4px 4px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1280
}
1281

            
1282
.tabs-below > .nav-tabs > li > a:hover,
1283
.tabs-below > .nav-tabs > li > a:focus {
1284
  border-top-color: #ddd;
1285
  border-bottom-color: transparent;
1286
}
1287

            
1288
.tabs-below > .nav-tabs > .active > a,
1289
.tabs-below > .nav-tabs > .active > a:hover,
1290
.tabs-below > .nav-tabs > .active > a:focus {
1291
  border-color: transparent #ddd #ddd #ddd;
1292
}
1293

            
1294
.tabs-left > .nav-tabs > li,
1295
.tabs-right > .nav-tabs > li {
1296
  float: none;
1297
}
1298

            
1299
.tabs-left > .nav-tabs > li > a,
1300
.tabs-right > .nav-tabs > li > a {
1301
  min-width: 74px;
1302
  margin-right: 0;
1303
  margin-bottom: 3px;
1304
}
1305

            
1306
.tabs-left > .nav-tabs {
1307
  float: left;
1308
  margin-right: 19px;
1309
  border-right: 1px solid #ddd;
1310
}
1311

            
1312
.tabs-left > .nav-tabs > li > a {
1313
  margin-right: -1px;
improve branch select design
Yuki Kimoto authored on 2016-01-04
1314
  border-radius: 4px 0 0 4px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1315
}
1316

            
1317
.tabs-left > .nav-tabs > li > a:hover,
1318
.tabs-left > .nav-tabs > li > a:focus {
1319
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
1320
}
1321

            
1322
.tabs-left > .nav-tabs .active > a,
1323
.tabs-left > .nav-tabs .active > a:hover,
1324
.tabs-left > .nav-tabs .active > a:focus {
1325
  border-color: #ddd transparent #ddd #ddd;
1326
}
1327

            
1328
.tabs-right > .nav-tabs {
1329
  float: right;
1330
  margin-left: 19px;
1331
  border-left: 1px solid #ddd;
1332
}
1333

            
1334
.tabs-right > .nav-tabs > li > a {
1335
  margin-left: -1px;
improve branch select design
Yuki Kimoto authored on 2016-01-04
1336
  border-radius: 0 4px 4px 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1337
}
1338

            
1339
.tabs-right > .nav-tabs > li > a:hover,
1340
.tabs-right > .nav-tabs > li > a:focus {
1341
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
1342
}
1343

            
1344
.tabs-right > .nav-tabs .active > a,
1345
.tabs-right > .nav-tabs .active > a:hover,
1346
.tabs-right > .nav-tabs .active > a:focus {
1347
  border-color: #ddd #ddd #ddd transparent;
1348
  *border-left-color: #ffffff;
1349
}
1350

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1351
/* bread */
1352
.breadcrumb {
1353
  padding: 8px 15px;
1354
  margin: 0 0 20px;
1355
  list-style: none;
1356
  background-color: #f5f5f5;
improve branch select design
Yuki Kimoto authored on 2016-01-04
1357
  border-radius: 4px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1358
}
1359

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1360
.breadcrumb > li {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1361
  display: inline-block;
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1362
  *display: inline;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1363
  text-shadow: 0 1px 0 #ffffff;
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1364
  *zoom: 1;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1365
}
1366

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1367
.breadcrumb > li > .divider {
1368
  padding: 0 5px;
1369
  color: #ccc;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1370
}
1371

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1372
.breadcrumb > .active {
1373
  color: #999999;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1374
}
1375

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1376
/* mordal dialog box */
1377
.modal-backdrop {
1378
  position: fixed;
1379
  top: 0;
1380
  right: 0;
1381
  bottom: 0;
1382
  left: 0;
1383
  z-index: 1040;
1384
  background-color: #000000;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1385
}
1386

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1387
.modal-backdrop.fade {
1388
  opacity: 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1389
}
1390

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1391
.modal-backdrop,
1392
.modal-backdrop.fade.in {
1393
  opacity: 0.8;
1394
  filter: alpha(opacity=80);
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1395
}
1396

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1397
.modal {
1398
  position: fixed;
1399
  top: 10%;
1400
  left: 50%;
1401
  z-index: 1050;
1402
  width: 560px;
1403
  margin-left: -280px;
1404
  background-color: #ffffff;
1405
  border: 1px solid #999;
1406
  border: 1px solid rgba(0, 0, 0, 0.3);
improve branch select design
Yuki Kimoto authored on 2016-01-04
1407
  border-radius: 6px;
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1408
  outline: none;
improve branch select design
Yuki Kimoto authored on 2016-01-04
1409
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
1410
  background-clip: padding-box;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1411
}
1412

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1413
.modal.fade {
1414
  top: -25%;
improve branch select design
Yuki Kimoto authored on 2016-01-04
1415
  transition: opacity 0.3s linear, top 0.3s ease-out;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1416
}
1417

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1418
.modal.fade.in {
1419
  top: 10%;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1420
}
1421

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1422
.modal-header {
1423
  padding: 9px 15px;
1424
  border-bottom: 1px solid #eee;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1425
}
1426

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1427
.modal-header .close {
1428
  margin-top: 2px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1429
}
1430

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1431
.modal-header h3 {
1432
  margin: 0;
1433
  line-height: 30px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1434
}
1435

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1436
.modal-body {
1437
  position: relative;
1438
  max-height: 400px;
1439
  padding: 15px;
1440
  overflow-y: auto;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1441
}
1442

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1443
.modal-form {
1444
  margin-bottom: 0;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1445
}
1446

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1447
.modal-footer {
1448
  padding: 14px 15px 15px;
1449
  margin-bottom: 0;
1450
  text-align: right;
1451
  background-color: #f5f5f5;
1452
  border-top: 1px solid #ddd;
improve branch select design
Yuki Kimoto authored on 2016-01-04
1453
  border-radius: 0 0 6px 6px;
1454
  box-shadow: inset 0 1px 0 #ffffff;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1455
}
1456

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1457
.modal-footer:before,
1458
.modal-footer:after {
1459
  display: table;
1460
  line-height: 0;
1461
  content: "";
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1462
}
1463

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1464
.modal-footer:after {
1465
  clear: both;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1466
}
1467

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1468
.modal-footer .btn + .btn {
1469
  margin-bottom: 0;
1470
  margin-left: 5px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1471
}
1472

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1473
.modal-footer .btn-group .btn + .btn {
1474
  margin-left: -1px;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1475
}
1476

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1477
.modal-footer .btn-block + .btn-block {
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1478
  margin-left: 0;
1479
}
1480

            
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1481
.hide {
1482
  display: none;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1483
}
cleanup bootstrap
Yuki Kimoto authored on 2015-12-25
1484
.show {
1485
  display: block;
1486
}
1487
.invisible {
1488
  visibility: hidden;
added bootstrap framework
Yuki Kimoto authored on 2013-03-11
1489
}
1490

            
cleanup css
Yuki Kimoto authored on 2015-12-26
1491
/* Plain text */
1492
.plain-text {
1493
  background             : white;
1494
  border-radius          : 1px;
1495
  border-top             : none;
1496
  border-top-left-radius : 0;
1497
  font-size              : 16px;
1498
  line-height            : 1.5em;
1499
  padding                : 27px;
1500
}
1501

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

            
1503
.topic1 {
1504
  font-size:19px;
1505
  font-weight:bold;
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
1506
  margin:20px 0 15px 0;
improve top page design
Yuki Kimoto authored on 2015-12-26
1507
  padding-left:8px;
1508
}
improve markdown design
Yuki Kimoto authored on 2015-12-26
1509

            
improve project header desig...
Yuki Kimoto authored on 2015-12-26
1510
.project-header {
1511
  background:#fafafa;
1512
  border-bottom: 1px solid #eee;
1513
  margin-bottom:10px;
1514
  overflow:hidden;
1515
  padding:14px 0 10px 0;
1516
}
1517

            
1518
.project-header-left {
1519
  float:left;
1520
  width:50%;
1521
  overflow:hidden;
1522
}
1523

            
1524
.project-header-right {
1525
  float:left;
1526
  width:50%;
1527
  overflow:hidden;
1528
}
1529

            
1530
.project-header-right-container {
1531
  float:right;
1532
  overflow:hidden;
1533
}
1534

            
1535
.project-header-btn-container {
1536
  float:left;
1537
  margin-right:4px;
1538
}
1539

            
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
1540
.footer {
1541
  text-align:center;
improve footer design
Yuki Kimoto authored on 2016-01-04
1542
  border-top:1px solid #e5e5e5;
improve footer design
Yuki Kimoto authored on 2016-01-04
1543
  padding:15px 0;
complete readme design
Yuki Kimoto authored on 2016-01-06
1544
  margin-top:30px;
improve repositories page de...
Yuki Kimoto authored on 2015-12-29
1545
}
1546

            
1547
.repositories {
1548
  margin-bottom:30px;
1549
}
1550

            
1551
.repositories li {
1552
  border-top: 1px solid #d8d8d8;
1553
  overflow:hidden;
1554
  padding:10px 0;
1555
}
1556

            
1557
.repositories a:hover {
1558
  text-decoration:underline;
1559
}
1560

            
1561
.repositories-name {
1562
  float:left;
1563
  width:25%;
1564
}
1565

            
1566
.repositories-description {
1567
  float:left;
1568
  width:45%;
1569
  color:#333;
1570
  min-height:1px;
1571
}
1572

            
1573
.repositories-age {
1574
  float:left;
1575
  width:30%;
1576
  color: #767676;
1577
}
improve branch select design
Yuki Kimoto authored on 2016-01-04
1578

            
1579
.branch-select-container {
1580
  overflow:hidden;
1581
}
1582

            
1583
.branch-select-left-container {
1584
  float:left;
improve branch select design
Yuki Kimoto authored on 2016-01-06
1585
  width:20%;
improve branch select design
Yuki Kimoto authored on 2016-01-04
1586
}
1587

            
1588
.branch-select-right-container {
1589
  float:left;
improve branch select design
Yuki Kimoto authored on 2016-01-06
1590
  width:80%;
improve branch select design
Yuki Kimoto authored on 2016-01-04
1591
}
1592

            
1593
.git-url-container {
1594
  float:right;
1595
  overflow:hidden;
1596
  display:inline-block;
1597
}
1598

            
1599
.git-url-container li {
1600
  float:left;
1601
}
1602

            
1603
.git-url-container .btn, .git-url-container .btn-small {
1604
  border-radius:0;
1605
}
1606

            
improve branch select design
Yuki Kimoto authored on 2016-01-06
1607
.git-url-container input {
1608
  width:550px;
improve tree design
Yuki Kimoto authored on 2016-01-07
1609
  padding:5px 0 5px 5px;
improve branch select design
Yuki Kimoto authored on 2016-01-06
1610
  border:1px solid #d8d8d8;
1611
}
1612

            
improve branch select design
Yuki Kimoto authored on 2016-01-04
1613
.page-path-container {
1614
  float:left;
1615
}
1616

            
1617
.donwload-zip {
1618
  margin-left:5px;
1619
  font-weight:bold;
1620
}
complete branch select desig...
Yuki Kimoto authored on 2016-01-06
1621

            
1622
.page-path {
1623
  display:inline-block;
1624
  margin-left:5px;
1625
}
1626

            
1627
.branch-select-left-container-page-path {
1628
  width:100%;
1629
}
complete readme design
Yuki Kimoto authored on 2016-01-06
1630

            
1631
.readme-header {
1632
  background-color: #f5f5f5;
1633
  border-radius: 3px 3px 0 0;
1634
  border: 1px solid #d8d8d8;
1635
  border-bottom: 0;
1636
  padding: 9px 10px 10px;
1637
  font-size: 14px;
1638
  line-height: 17px;
1639
  font-weight:bold;
1640
}
1641

            
1642
.readme-frame {
1643
  border: 1px solid #d8d8d8;
improve tree header design
Yuki Kimoto authored on 2016-01-06
1644
}
1645

            
1646
.commit-summary {
1647
  overflow:hidden;
1648
  padding: 10px;
1649
  line-height: 20px;
1650
  background-color: #e6f1f6;
1651
  border: 1px solid #c1dce9;
1652
  border-radius: 3px;
1653
  border-bottom-right-radius: 0;
1654
  border-bottom-left-radius: 0;
1655
  margin-top:13px;
1656
}
1657

            
1658
.commit-summary-left-container {
1659
  float:left;
1660
  width:70%;
1661
}
1662

            
1663
.commit-summary-right-container {
1664
  float:right;
1665
  width:30%;
1666
  text-align:right;
1667
  color: #68777d;
1668
}
1669

            
1670
.commit-summary-author {
1671
  font-weight:bold;
1672
}
1673

            
1674
.commit-summary-left-container a {
1675
  color: #68777d;
1676
}
1677

            
1678
.commit-summary-right-container a {
1679
  color:#445055;
1680
}
improve tree design
Yuki Kimoto authored on 2016-01-07
1681

            
complete blob page design
Yuki Kimoto authored on 2016-01-09
1682
.commit-contributor {
1683
  padding: 5px 10px;
1684
  background-color: #fff;
1685
  border: 1px solid #c1dce9;
1686
  border-top:none;
1687
  border-bottom-left-radius: 3px;
1688
  border-bottom-right-radius: 3px;
1689
  color:#68777d;
1690
}
1691

            
improve tree design
Yuki Kimoto authored on 2016-01-07
1692
.file-list li {
1693
  border: 1px solid #c1dce9;
1694
  border-top:none;
1695
  padding:7px;
1696
  overflow:hidden;
1697
}
1698

            
1699
.file-list li:last-child {
1700
  border-radius: 3px;
1701
}
1702

            
1703
.file-list-name {
1704
  width:25%;
1705
  float:left;
1706
}
1707

            
1708
.file-list-commit {
1709
  width:60%;
1710
  float:left;
1711
}
1712

            
1713
.file-list-commit a {
1714
  color:#888;
1715
}
1716

            
1717
.file-list-age {
1718
  width:15%;
1719
  float:left;
1720
  text-align:right;
1721
  color:#888
1722
}
complete blob page design
Yuki Kimoto authored on 2016-01-09
1723

            
1724
.file-header {
1725
  padding: 5px 10px;
1726
  background-color: #f7f7f7;
1727
  border: 1px solid #d8d8d8;
1728
  border-bottom:none;
1729
  border-top-left-radius: 2px;
1730
  border-top-right-radius: 2px;
1731
  margin-top:20px;
1732
  overflow:hidden;
1733
}
1734

            
1735
.file-header-left {
1736
  float:left;
1737
  width:50%;
1738
  padding-top:4px;
1739
}
1740

            
1741
.file-header-right {
1742
  float:left;
1743
  width:50%;
1744
  overflow:hidden;
1745
}
1746

            
1747
.file-header-right ul {
1748
  float:right;
1749
  overflow:hidden;
1750
}
1751

            
1752
.file-header-right li {
1753
  float:left;
1754
  margin-left:1px;
1755
  font-weight:bold;
1756
}
1757

            
1758
.blob-image {
1759
  background:#ddd;
1760
  text-align:center;
1761
  padding-top:30px;
1762
  padding-bottom:30px;
1763
  margin-bottom:30px;
1764
  border-radius: 0 0 2px 2px;
1765
}
1766

            
1767
.blob-image img {
1768
  max-width: 600px;
1769
  border: 1px solid #fff;
1770
}
1771

            
1772
.blob-raw {
1773
  font-size:16px;
1774
  background:#ddd;
1775
  text-align:center;
1776
  padding-top:30px;
1777
  padding-bottom:30px;
1778
  margin-bottom:30px;
1779
  border-radius: 0 0 2px 2px;
1780
}