main.css 3.72 KB
Newer Older
Qiang Xue committed
1
body {
2
    padding-top: 70px;
Qiang Xue committed
3 4 5
}

.footer {
6 7 8
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding: 15px 0 30px;
Qiang Xue committed
9 10 11
}

.jumbotron {
12 13
    text-align: center;
    background-color: transparent;
Qiang Xue committed
14 15 16
}

.jumbotron .btn {
17 18
    font-size: 21px;
    padding: 14px 24px;
Qiang Xue committed
19 20 21
}

.navbar-brand {
22 23
    padding: 0;
    margin: 0;
Qiang Xue committed
24 25 26
}

.default-index .generator {
27 28
    min-height: 200px;
    margin-bottom: 20px;
Qiang Xue committed
29 30 31
}

.list-group .glyphicon {
32
    float: right;
Qiang Xue committed
33 34 35
}

.popover {
36 37
    max-width: 400px;
    width: 400px;
Qiang Xue committed
38 39 40
}

.hint-block {
41
    display: none;
Qiang Xue committed
42
}
Qiang Xue committed
43

44
.error-summary {
45 46 47 48 49
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
50 51
}

Qiang Xue committed
52
.default-view .sticky-value {
53 54 55 56
    padding: 6px 12px;
    background: lightyellow;
    white-space: pre;
    word-wrap: break-word;
Qiang Xue committed
57 58
}

Qiang Xue committed
59
.default-view .form-group label.help {
60 61
    border-bottom: 1px dashed #888;
    cursor: help;
Qiang Xue committed
62 63
}

Qiang Xue committed
64
.default-view .modal-dialog {
65
    width: 800px;
Qiang Xue committed
66 67 68
}

.default-view .modal-dialog .error {
69
    color: #d9534f;
Qiang Xue committed
70 71
}

Qiang Xue committed
72
.default-view .modal-dialog .content {
73 74 75 76
    background: #fafafa;
    border-left: #eee 5px solid;
    padding: 5px 10px;
    overflow: auto;
Qiang Xue committed
77 78 79
}

.default-view .modal-dialog code {
80
    background: transparent;
Qiang Xue committed
81 82 83
}

.default-view-files table .action {
84
    width: 100px;
Qiang Xue committed
85 86
}

Qiang Xue committed
87
.default-view-files table .check {
88 89
    width: 25px;
    text-align: center;
Qiang Xue committed
90
}
Qiang Xue committed
91 92

.default-view-results pre {
93 94 95 96 97 98 99
    overflow: auto;
    background-color: #333;
    max-height: 300px;
    color: white;
    padding: 10px;
    border-radius: 0;
    white-space: nowrap;
Qiang Xue committed
100 101
}

Qiang Xue committed
102
.default-view-results pre .error {
103 104 105
    background: #FFE0E1;
    color: black;
    padding: 1px;
Qiang Xue committed
106 107
}

108
.default-view-results .alert pre {
109
    background: white;
110 111
}

Qiang Xue committed
112
.default-diff pre {
113 114 115 116
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
Qiang Xue committed
117 118 119
}

.default-diff pre del {
120
    background: pink;
Qiang Xue committed
121 122 123
}

.default-diff pre ins {
124 125
    background: lightgreen;
    text-decoration: none;
Qiang Xue committed
126
}
Qiang Xue committed
127 128 129


.Differences {
130 131 132 133
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
Qiang Xue committed
134 135 136
}

.Differences thead {
137
    display: none;
Qiang Xue committed
138 139 140
}

.Differences tbody th {
141 142 143 144 145 146 147 148 149 150
    text-align: right;
    background: #FAFAFA;
    padding: 1px 2px;
    border-right: 1px solid #eee;
    vertical-align: top;
    font-size: 13px;
    font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
    font-weight: normal;
    color: #999;
    width: 5px;
Qiang Xue committed
151 152 153
}

.Differences td {
154 155 156
    padding: 1px 2px;
    font-size: 13px;
    font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
Qiang Xue committed
157 158 159
}

.DifferencesSideBySide .ChangeInsert td.Left {
160
    background: #dfd;
Qiang Xue committed
161 162 163
}

.DifferencesSideBySide .ChangeInsert td.Right {
164
    background: #cfc;
Qiang Xue committed
165 166 167
}

.DifferencesSideBySide .ChangeDelete td.Left {
168
    background: #f88;
Qiang Xue committed
169 170 171
}

.DifferencesSideBySide .ChangeDelete td.Right {
172
    background: #faa;
Qiang Xue committed
173 174 175
}

.DifferencesSideBySide .ChangeReplace .Left {
176
    background: #fe9;
Qiang Xue committed
177 178 179
}

.DifferencesSideBySide .ChangeReplace .Right {
180
    background: #fd8;
Qiang Xue committed
181 182 183
}

.Differences ins, .Differences del {
184
    text-decoration: none;
Qiang Xue committed
185 186 187
}

.DifferencesSideBySide .ChangeReplace ins, .DifferencesSideBySide .ChangeReplace del {
188
    background: #fc0;
Qiang Xue committed
189 190 191
}

.Differences .Skipped {
192
    background: #f7f7f7;
Qiang Xue committed
193 194 195 196
}

.DifferencesInline .ChangeReplace .Left,
.DifferencesInline .ChangeDelete .Left {
197
    background: #fdd;
Qiang Xue committed
198 199 200 201
}

.DifferencesInline .ChangeReplace .Right,
.DifferencesInline .ChangeInsert .Right {
202
    background: #dfd;
Qiang Xue committed
203 204 205
}

.DifferencesInline .ChangeReplace ins {
206
    background: #9e9;
Qiang Xue committed
207 208 209
}

.DifferencesInline .ChangeReplace del {
210
    background: #e99;
Qiang Xue committed
211
}
212

Alexander Makarov committed
213
.DifferencesInline th[data-line-number]:before {
214
    content: attr(data-line-number);
Alexander Makarov committed
215 216
}

217 218 219 220 221 222 223
/* additional styles for typeahead.js-bootstrap.css */
.twitter-typeahead {
    display: block !important;
}
.twitter-typeahead .tt-hint {
    padding: 6px 12px !important;
}