bootstrap.css 89.3 KB
Newer Older
5001
  position: absolute;
5002
  right: 15%;
5003
  bottom: 20px;
5004
5005
  left: 15%;
  z-index: 10;
5006
5007
5008
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
5009
  text-align: center;
5010
5011
5012
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

Mark Otto's avatar
Mark Otto committed
5013
5014
5015
5016
.carousel-caption .btn {
  text-shadow: none;
}

Mark Otto's avatar
Mark Otto committed
5017
@media screen and (min-width: 768px) {
5018
  .carousel-control .glyphicon {
Mark Otto's avatar
Mark Otto committed
5019
5020
5021
    width: 30px;
    height: 30px;
    margin-top: -15px;
5022
    margin-left: -15px;
Mark Otto's avatar
Mark Otto committed
5023
5024
    font-size: 30px;
  }
5025
  .carousel-caption {
5026
5027
    right: 20%;
    left: 20%;
5028
    padding-bottom: 30px;
Mark Otto's avatar
Mark Otto committed
5029
  }
Mark Otto's avatar
Mark Otto committed
5030
5031
5032
5033
5034
5035
5036
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
5037
  line-height: 2.1428571435;
Mark Otto's avatar
Mark Otto committed
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 50px 60px;
    border-radius: 6px;
  }
  .jumbotron h1 {
5057
    font-size: 63px;
Mark Otto's avatar
Mark Otto committed
5058
5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
  }
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

5107
5108
5109
5110
5111
5112
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}

Mark Otto's avatar
Mark Otto committed
5113
5114
5115
5116
5117
.hidden {
  display: none;
  visibility: hidden;
}

5118
.visible-sm {
5119
  display: inherit !important;
Mark Otto's avatar
Mark Otto committed
5120
5121
}

5122
.visible-md {
Mark Otto's avatar
Mark Otto committed
5123
5124
5125
  display: none !important;
}

5126
.visible-lg {
Mark Otto's avatar
Mark Otto committed
5127
5128
5129
  display: none !important;
}

5130
.hidden-sm {
5131
5132
5133
  display: none !important;
}

5134
.hidden-md {
5135
5136
5137
  display: inherit !important;
}

5138
.hidden-lg {
Mark Otto's avatar
Mark Otto committed
5139
5140
5141
  display: inherit !important;
}

5142
@media (min-width: 768px) and (max-width: 991px) {
5143
  .visible-sm {
5144
5145
    display: none !important;
  }
5146
  .visible-md {
Mark Otto's avatar
Mark Otto committed
5147
5148
    display: inherit !important;
  }
5149
  .visible-lg {
5150
    display: none !important;
Mark Otto's avatar
Mark Otto committed
5151
  }
5152
  .hidden-sm {
Mark Otto's avatar
Mark Otto committed
5153
5154
    display: inherit !important;
  }
5155
  .hidden-md {
Mark Otto's avatar
Mark Otto committed
5156
5157
    display: none !important;
  }
5158
  .hidden-lg {
Mark Otto's avatar
Mark Otto committed
5159
5160
    display: inherit !important;
  }
5161
5162
}

5163
@media (min-width: 992px) {
5164
  .visible-sm {
Mark Otto's avatar
Mark Otto committed
5165
5166
    display: none !important;
  }
5167
  .visible-md {
5168
5169
    display: none !important;
  }
5170
  .visible-lg {
Mark Otto's avatar
Mark Otto committed
5171
5172
    display: inherit !important;
  }
5173
  .hidden-sm {
5174
5175
    display: inherit !important;
  }
5176
  .hidden-md {
5177
5178
    display: inherit !important;
  }
5179
  .hidden-lg {
Mark Otto's avatar
Mark Otto committed
5180
5181
5182
5183
5184
5185
5186
5187
5188
5189
5190
5191
5192
5193
5194
5195
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
For faster browsing, not all history is shown. View entire blame