bootstrap.css 134 KB
Newer Older
6001
  margin-left: -30%;
6002
  text-align: center;
6003
  list-style: none;
Mark Otto's avatar
Mark Otto committed
6004
}
Mark Otto's avatar
Mark Otto committed
6005
.carousel-indicators li {
Mark Otto's avatar
Mark Otto committed
6006
  display: inline-block;
6007
6008
6009
  width: 10px;
  height: 10px;
  margin: 1px;
Mark Otto's avatar
Mark Otto committed
6010
  text-indent: -999px;
6011
  cursor: pointer;
6012
6013
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
6014
6015
  border: 1px solid #fff;
  border-radius: 10px;
Mark Otto's avatar
Mark Otto committed
6016
6017
}
.carousel-indicators .active {
6018
6019
  width: 12px;
  height: 12px;
6020
6021
  margin: 0;
  background-color: #fff;
Mark Otto's avatar
Mark Otto committed
6022
}
6023
6024
.carousel-caption {
  position: absolute;
6025
  right: 15%;
6026
  bottom: 20px;
6027
  left: 15%;
6028
  z-index: 10;
6029
6030
  padding-top: 20px;
  padding-bottom: 20px;
6031
  color: #fff;
6032
  text-align: center;
6033
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
Mark Otto's avatar
Mark Otto committed
6034
}
Mark Otto's avatar
Mark Otto committed
6035
6036
6037
.carousel-caption .btn {
  text-shadow: none;
}
Mark Otto's avatar
Mark Otto committed
6038
@media screen and (min-width: 768px) {
Mark Otto's avatar
grunt    
Mark Otto committed
6039
6040
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
Chris Rebert's avatar
Chris Rebert committed
6041
  .carousel-control .icon-prev,
6042
  .carousel-control .icon-next {
Mark Otto's avatar
Mark Otto committed
6043
6044
6045
    width: 30px;
    height: 30px;
    margin-top: -15px;
6046
    font-size: 30px;
6047
  }
Mark Otto's avatar
Mark Otto committed
6048
6049
6050
6051
6052
6053
6054
6055
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
6056
  .carousel-caption {
6057
    right: 20%;
6058
    left: 20%;
6059
    padding-bottom: 30px;
6060
6061
  }
  .carousel-indicators {
6062
    bottom: 20px;
6063
  }
Mark Otto's avatar
Mark Otto committed
6064
6065
}
.clearfix:before,
6066
.clearfix:after,
6067
6068
.dl-horizontal dd:before,
.dl-horizontal dd:after,
6069
6070
6071
6072
6073
6074
6075
6076
6077
6078
6079
6080
6081
6082
6083
6084
6085
6086
6087
6088
6089
6090
6091
6092
6093
6094
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
6095
  display: table;
6096
  content: " ";
Mark Otto's avatar
Mark Otto committed
6097
}
6098
.clearfix:after,
6099
.dl-horizontal dd:after,
6100
6101
6102
6103
6104
6105
6106
6107
6108
6109
6110
6111
6112
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
Mark Otto's avatar
Mark Otto committed
6113
6114
  clear: both;
}
6115
6116
.center-block {
  display: block;
6117
  margin-right: auto;
6118
  margin-left: auto;
6119
}
Mark Otto's avatar
Mark Otto committed
6120
.pull-right {
liuyl's avatar
liuyl committed
6121
  float: right !important;
Mark Otto's avatar
Mark Otto committed
6122
6123
}
.pull-left {
liuyl's avatar
liuyl committed
6124
  float: left !important;
Mark Otto's avatar
Mark Otto committed
6125
6126
6127
6128
6129
6130
6131
6132
6133
6134
6135
6136
6137
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
Mark Otto's avatar
Mark Otto committed
6138
  text-shadow: none;
6139
6140
  background-color: transparent;
  border: 0;
Mark Otto's avatar
Mark Otto committed
6141
6142
}
.hidden {
6143
6144
  display: none !important;
  visibility: hidden !important;
Mark Otto's avatar
Mark Otto committed
6145
6146
6147
6148
6149
6150
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
6151
}
Mark Otto's avatar
Mark Otto committed
6152
.visible-xs,
6153
6154
6155
.visible-sm,
.visible-md,
.visible-lg {
6156
  display: none !important;
6157
}
6158
6159
6160
6161
6162
6163
6164
6165
6166
6167
6168
6169
6170
6171
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
6172
@media (max-width: 767px) {
6173
  .visible-xs {
6174
    display: block !important;
6175
6176
  }
  table.visible-xs {
6177
    display: table;
6178
6179
  }
  tr.visible-xs {
6180
    display: table-row !important;
6181
6182
  }
  th.visible-xs,
6183
  td.visible-xs {
6184
    display: table-cell !important;
6185
  }
6186
}
6187
6188
6189
6190
6191
6192
6193
6194
6195
6196
6197
6198
6199
6200
6201
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
fat's avatar
fat committed
6202
@media (min-width: 768px) and (max-width: 991px) {
6203
  .visible-sm {
6204
    display: block !important;
6205
6206
  }
  table.visible-sm {
6207
    display: table;
6208
6209
  }
  tr.visible-sm {
6210
    display: table-row !important;
6211
6212
  }
  th.visible-sm,
6213
6214
  td.visible-sm {
    display: table-cell !important;
6215
  }
6216
}
6217
6218
6219
6220
6221
6222
6223
6224
6225
6226
6227
6228
6229
6230
6231
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
6232
@media (min-width: 992px) and (max-width: 1199px) {
6233
  .visible-md {
fat's avatar
fat committed
6234
    display: block !important;
6235
6236
  }
  table.visible-md {
6237
    display: table;
6238
6239
  }
  tr.visible-md {
fat's avatar
fat committed
6240
    display: table-row !important;
6241
6242
  }
  th.visible-md,
fat's avatar
fat committed
6243
6244
  td.visible-md {
    display: table-cell !important;
6245
  }
fat's avatar
fat committed
6246
}
6247
6248
6249
6250
6251
6252
6253
6254
6255
6256
6257
6258
6259
6260
6261
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
6262
@media (min-width: 1200px) {
6263
  .visible-lg {
fat's avatar
fat committed
6264
    display: block !important;
6265
6266
  }
  table.visible-lg {
6267
    display: table;
6268
6269
  }
  tr.visible-lg {
fat's avatar
fat committed
6270
    display: table-row !important;
6271
6272
  }
  th.visible-lg,
fat's avatar
fat committed
6273
6274
  td.visible-lg {
    display: table-cell !important;
6275
  }
fat's avatar
fat committed
6276
}
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
6290
6291
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
6292
@media (max-width: 767px) {
6293
  .hidden-xs {
6294
    display: none !important;
6295
  }
6296
}
6297
@media (min-width: 768px) and (max-width: 991px) {
6298
  .hidden-sm {
6299
    display: none !important;
6300
  }
6301
6302
}
@media (min-width: 992px) and (max-width: 1199px) {
6303
  .hidden-md {
6304
    display: none !important;
6305
  }
6306
}
6307
@media (min-width: 1200px) {
6308
  .hidden-lg {
6309
    display: none !important;
6310
  }
Mark Otto's avatar
Mark Otto committed
6311
}
6312
.visible-print {
6313
6314
  display: none !important;
}
Mark Otto's avatar
Mark Otto committed
6315
@media print {
6316
  .visible-print {
6317
    display: block !important;
6318
6319
  }
  table.visible-print {
6320
    display: table;
6321
6322
  }
  tr.visible-print {
6323
    display: table-row !important;
6324
6325
  }
  th.visible-print,
6326
6327
  td.visible-print {
    display: table-cell !important;
6328
  }
6329
}
6330
6331
6332
6333
6334
6335
6336
6337
6338
6339
6340
6341
6342
6343
6344
6345
6346
6347
6348
6349
6350
6351
6352
6353
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
6354
@media print {
6355
  .hidden-print {
6356
    display: none !important;
6357
  }
Mark Otto's avatar
Mark Otto committed
6358
}
6359
/*# sourceMappingURL=bootstrap.css.map */
For faster browsing, not all history is shown. View entire blame