You are here

bootstrap.css in Bootstrap Basic Image Gallery 8

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/docs/3.3/customize/?id=b0d4688f6e2aab1720ebddcc971322df)
 * Config saved to config.json and https://gist.github.com/b0d4688f6e2aab1720ebddcc971322df
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.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;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

File

bootstrap/css/bootstrap.css
View source
  1. /*!
  2. * Bootstrap v3.3.7 (http://getbootstrap.com)
  3. * Copyright 2011-2017 Twitter, Inc.
  4. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  5. */
  6. /*!
  7. * Generated using the Bootstrap Customizer (http://getbootstrap.com/docs/3.3/customize/?id=b0d4688f6e2aab1720ebddcc971322df)
  8. * Config saved to config.json and https://gist.github.com/b0d4688f6e2aab1720ebddcc971322df
  9. */
  10. /*!
  11. * Bootstrap v3.3.7 (http://getbootstrap.com)
  12. * Copyright 2011-2016 Twitter, Inc.
  13. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  14. */
  15. /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  16. .img-responsive,
  17. .carousel-inner > .item > img,
  18. .carousel-inner > .item > a > img {
  19. display: block;
  20. max-width: 100%;
  21. height: auto;
  22. }
  23. .img-rounded {
  24. border-radius: 6px;
  25. }
  26. .img-thumbnail {
  27. padding: 4px;
  28. line-height: 1.42857143;
  29. background-color: #ffffff;
  30. border: 1px solid #dddddd;
  31. border-radius: 4px;
  32. -webkit-transition: all 0.2s ease-in-out;
  33. -o-transition: all 0.2s ease-in-out;
  34. transition: all 0.2s ease-in-out;
  35. display: inline-block;
  36. max-width: 100%;
  37. height: auto;
  38. }
  39. .img-circle {
  40. border-radius: 50%;
  41. }
  42. hr {
  43. margin-top: 20px;
  44. margin-bottom: 20px;
  45. border: 0;
  46. border-top: 1px solid #eeeeee;
  47. }
  48. .sr-only {
  49. position: absolute;
  50. width: 1px;
  51. height: 1px;
  52. margin: -1px;
  53. padding: 0;
  54. overflow: hidden;
  55. clip: rect(0, 0, 0, 0);
  56. border: 0;
  57. }
  58. .sr-only-focusable:active,
  59. .sr-only-focusable:focus {
  60. position: static;
  61. width: auto;
  62. height: auto;
  63. margin: 0;
  64. overflow: visible;
  65. clip: auto;
  66. }
  67. [role="button"] {
  68. cursor: pointer;
  69. }
  70. .modal-open {
  71. overflow: hidden;
  72. }
  73. .modal {
  74. display: none;
  75. overflow: hidden;
  76. position: fixed;
  77. top: 0;
  78. right: 0;
  79. bottom: 0;
  80. left: 0;
  81. z-index: 1050;
  82. -webkit-overflow-scrolling: touch;
  83. outline: 0;
  84. }
  85. .modal.fade .modal-dialog {
  86. -webkit-transform: translate(0, -25%);
  87. -ms-transform: translate(0, -25%);
  88. -o-transform: translate(0, -25%);
  89. transform: translate(0, -25%);
  90. -webkit-transition: -webkit-transform 0.3s ease-out;
  91. -o-transition: -o-transform 0.3s ease-out;
  92. transition: transform 0.3s ease-out;
  93. }
  94. .modal.in .modal-dialog {
  95. -webkit-transform: translate(0, 0);
  96. -ms-transform: translate(0, 0);
  97. -o-transform: translate(0, 0);
  98. transform: translate(0, 0);
  99. }
  100. .modal-open .modal {
  101. overflow-x: hidden;
  102. overflow-y: auto;
  103. }
  104. .modal-dialog {
  105. position: relative;
  106. width: auto;
  107. margin: 10px;
  108. }
  109. .modal-content {
  110. position: relative;
  111. background-color: #ffffff;
  112. border: 1px solid #999999;
  113. border: 1px solid rgba(0, 0, 0, 0.2);
  114. border-radius: 6px;
  115. -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  116. box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  117. -webkit-background-clip: padding-box;
  118. background-clip: padding-box;
  119. outline: 0;
  120. }
  121. .modal-backdrop {
  122. position: fixed;
  123. top: 0;
  124. right: 0;
  125. bottom: 0;
  126. left: 0;
  127. z-index: 1040;
  128. background-color: #000000;
  129. }
  130. .modal-backdrop.fade {
  131. opacity: 0;
  132. filter: alpha(opacity=0);
  133. }
  134. .modal-backdrop.in {
  135. opacity: 0.5;
  136. filter: alpha(opacity=50);
  137. }
  138. .modal-header {
  139. padding: 15px;
  140. border-bottom: 1px solid #e5e5e5;
  141. }
  142. .modal-header .close {
  143. margin-top: -2px;
  144. }
  145. .modal-title {
  146. margin: 0;
  147. line-height: 1.42857143;
  148. }
  149. .modal-body {
  150. position: relative;
  151. padding: 15px;
  152. }
  153. .modal-footer {
  154. padding: 15px;
  155. text-align: right;
  156. border-top: 1px solid #e5e5e5;
  157. }
  158. .modal-footer .btn + .btn {
  159. margin-left: 5px;
  160. margin-bottom: 0;
  161. }
  162. .modal-footer .btn-group .btn + .btn {
  163. margin-left: -1px;
  164. }
  165. .modal-footer .btn-block + .btn-block {
  166. margin-left: 0;
  167. }
  168. .modal-scrollbar-measure {
  169. position: absolute;
  170. top: -9999px;
  171. width: 50px;
  172. height: 50px;
  173. overflow: scroll;
  174. }
  175. @media (min-width: 768px) {
  176. .modal-dialog {
  177. width: 600px;
  178. margin: 30px auto;
  179. }
  180. .modal-content {
  181. -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  182. box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  183. }
  184. .modal-sm {
  185. width: 300px;
  186. }
  187. }
  188. @media (min-width: 992px) {
  189. .modal-lg {
  190. width: 900px;
  191. }
  192. }
  193. .carousel {
  194. position: relative;
  195. }
  196. .carousel-inner {
  197. position: relative;
  198. overflow: hidden;
  199. width: 100%;
  200. }
  201. .carousel-inner > .item {
  202. display: none;
  203. position: relative;
  204. -webkit-transition: 0.6s ease-in-out left;
  205. -o-transition: 0.6s ease-in-out left;
  206. transition: 0.6s ease-in-out left;
  207. }
  208. .carousel-inner > .item > img,
  209. .carousel-inner > .item > a > img {
  210. line-height: 1;
  211. }
  212. @media all and (transform-3d), (-webkit-transform-3d) {
  213. .carousel-inner > .item {
  214. -webkit-transition: -webkit-transform 0.6s ease-in-out;
  215. -o-transition: -o-transform 0.6s ease-in-out;
  216. transition: transform 0.6s ease-in-out;
  217. -webkit-backface-visibility: hidden;
  218. backface-visibility: hidden;
  219. -webkit-perspective: 1000px;
  220. perspective: 1000px;
  221. }
  222. .carousel-inner > .item.next,
  223. .carousel-inner > .item.active.right {
  224. -webkit-transform: translate3d(100%, 0, 0);
  225. transform: translate3d(100%, 0, 0);
  226. left: 0;
  227. }
  228. .carousel-inner > .item.prev,
  229. .carousel-inner > .item.active.left {
  230. -webkit-transform: translate3d(-100%, 0, 0);
  231. transform: translate3d(-100%, 0, 0);
  232. left: 0;
  233. }
  234. .carousel-inner > .item.next.left,
  235. .carousel-inner > .item.prev.right,
  236. .carousel-inner > .item.active {
  237. -webkit-transform: translate3d(0, 0, 0);
  238. transform: translate3d(0, 0, 0);
  239. left: 0;
  240. }
  241. }
  242. .carousel-inner > .active,
  243. .carousel-inner > .next,
  244. .carousel-inner > .prev {
  245. display: block;
  246. }
  247. .carousel-inner > .active {
  248. left: 0;
  249. }
  250. .carousel-inner > .next,
  251. .carousel-inner > .prev {
  252. position: absolute;
  253. top: 0;
  254. width: 100%;
  255. }
  256. .carousel-inner > .next {
  257. left: 100%;
  258. }
  259. .carousel-inner > .prev {
  260. left: -100%;
  261. }
  262. .carousel-inner > .next.left,
  263. .carousel-inner > .prev.right {
  264. left: 0;
  265. }
  266. .carousel-inner > .active.left {
  267. left: -100%;
  268. }
  269. .carousel-inner > .active.right {
  270. left: 100%;
  271. }
  272. .carousel-control {
  273. position: absolute;
  274. top: 0;
  275. left: 0;
  276. bottom: 0;
  277. width: 15%;
  278. opacity: 0.5;
  279. filter: alpha(opacity=50);
  280. font-size: 20px;
  281. color: #ffffff;
  282. text-align: center;
  283. text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  284. background-color: rgba(0, 0, 0, 0);
  285. }
  286. .carousel-control.left {
  287. background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  288. background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  289. background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  290. background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  291. background-repeat: repeat-x;
  292. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  293. }
  294. .carousel-control.right {
  295. left: auto;
  296. right: 0;
  297. background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  298. background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  299. background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  300. background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  301. background-repeat: repeat-x;
  302. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  303. }
  304. .carousel-control:hover,
  305. .carousel-control:focus {
  306. outline: 0;
  307. color: #ffffff;
  308. text-decoration: none;
  309. opacity: 0.9;
  310. filter: alpha(opacity=90);
  311. }
  312. .carousel-control .icon-prev,
  313. .carousel-control .icon-next,
  314. .carousel-control .glyphicon-chevron-left,
  315. .carousel-control .glyphicon-chevron-right {
  316. position: absolute;
  317. top: 50%;
  318. margin-top: -10px;
  319. z-index: 5;
  320. display: inline-block;
  321. }
  322. .carousel-control .icon-prev,
  323. .carousel-control .glyphicon-chevron-left {
  324. left: 50%;
  325. margin-left: -10px;
  326. }
  327. .carousel-control .icon-next,
  328. .carousel-control .glyphicon-chevron-right {
  329. right: 50%;
  330. margin-right: -10px;
  331. }
  332. .carousel-control .icon-prev,
  333. .carousel-control .icon-next {
  334. width: 20px;
  335. height: 20px;
  336. line-height: 1;
  337. font-family: serif;
  338. }
  339. .carousel-control .icon-prev:before {
  340. content: '\2039';
  341. }
  342. .carousel-control .icon-next:before {
  343. content: '\203a';
  344. }
  345. .carousel-indicators {
  346. position: absolute;
  347. bottom: 10px;
  348. left: 50%;
  349. z-index: 15;
  350. width: 60%;
  351. margin-left: -30%;
  352. padding-left: 0;
  353. list-style: none;
  354. text-align: center;
  355. }
  356. .carousel-indicators li {
  357. display: inline-block;
  358. width: 10px;
  359. height: 10px;
  360. margin: 1px;
  361. text-indent: -999px;
  362. border: 1px solid #ffffff;
  363. border-radius: 10px;
  364. cursor: pointer;
  365. background-color: #000 \9;
  366. background-color: rgba(0, 0, 0, 0);
  367. }
  368. .carousel-indicators .active {
  369. margin: 0;
  370. width: 12px;
  371. height: 12px;
  372. background-color: #ffffff;
  373. }
  374. .carousel-caption {
  375. position: absolute;
  376. left: 15%;
  377. right: 15%;
  378. bottom: 20px;
  379. z-index: 10;
  380. padding-top: 20px;
  381. padding-bottom: 20px;
  382. color: #ffffff;
  383. text-align: center;
  384. text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  385. }
  386. .carousel-caption .btn {
  387. text-shadow: none;
  388. }
  389. @media screen and (min-width: 768px) {
  390. .carousel-control .glyphicon-chevron-left,
  391. .carousel-control .glyphicon-chevron-right,
  392. .carousel-control .icon-prev,
  393. .carousel-control .icon-next {
  394. width: 30px;
  395. height: 30px;
  396. margin-top: -10px;
  397. font-size: 30px;
  398. }
  399. .carousel-control .glyphicon-chevron-left,
  400. .carousel-control .icon-prev {
  401. margin-left: -10px;
  402. }
  403. .carousel-control .glyphicon-chevron-right,
  404. .carousel-control .icon-next {
  405. margin-right: -10px;
  406. }
  407. .carousel-caption {
  408. left: 20%;
  409. right: 20%;
  410. padding-bottom: 30px;
  411. }
  412. .carousel-indicators {
  413. bottom: 20px;
  414. }
  415. }
  416. .clearfix:before,
  417. .clearfix:after,
  418. .modal-header:before,
  419. .modal-header:after,
  420. .modal-footer:before,
  421. .modal-footer:after {
  422. content: " ";
  423. display: table;
  424. }
  425. .clearfix:after,
  426. .modal-header:after,
  427. .modal-footer:after {
  428. clear: both;
  429. }
  430. .center-block {
  431. display: block;
  432. margin-left: auto;
  433. margin-right: auto;
  434. }
  435. .pull-right {
  436. float: right !important;
  437. }
  438. .pull-left {
  439. float: left !important;
  440. }
  441. .hide {
  442. display: none !important;
  443. }
  444. .show {
  445. display: block !important;
  446. }
  447. .invisible {
  448. visibility: hidden;
  449. }
  450. .text-hide {
  451. font: 0/0 a;
  452. color: transparent;
  453. text-shadow: none;
  454. background-color: transparent;
  455. border: 0;
  456. }
  457. .hidden {
  458. display: none !important;
  459. }
  460. .affix {
  461. position: fixed;
  462. }