app.css 1.27 KB
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
body { padding-top: 50px; }

.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }

#hero-bar {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  padding-right: 0;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.aspect-ratio {
  width: 100%;
  padding-bottom: 25%;
  position: relative;
}

.header {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  font-size: larger;
  z-index: 500;
}

.panel-heading {
  font-weight: bold;
}

.code .nav-tabs>li.active>a, .code .nav-tabs>li.active>a:hover, .code .nav-tabs>li.active>a:focus {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  border-bottom-color: transparent;
}

.code pre, .code code {
  background-color: #f8f8f8;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.settings > a, .settings {
  background-color: white ! important;
}

.nav-tabs > li > a {
  border-bottom: 1px solid #ccc;
  margin-right: 0;
}

.settings > a.active {
  border: 1px solid transparent;
}

div.settings {
  border: 1px solid #ccc;
  border-top: 0;
  padding: 9.5px;
  margin: 0 0 10px
}

div.settings > code {
  border-top: 1px solid #eaeaea;
}

.footer {
  text-align: center;
  padding: 30px 0;
  margin-top: 70px;
  border-top: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}