view css/style.css @ 75:940badbd06d4

Update style.css for new jpeg background image
author Jie Kang <jkang@redhat.com>
date Tue, 07 Feb 2017 11:45:25 -0500
parents 4980b1410c79
children
line wrap: on
line source

/* colours */
/* sizes */
/* content-divs */
#content-header {
  background-color: #27426e;
}
#content-body {
  background-color: #ffffff;
}
#content-footer {
  background-color: #ffffff;
}
.space10 {
  margin-top: 10px;
}
.space40 {
  margin-top: 40px;
}
html {
  height: 100%;
}
/* front page jumbotron */
#front-page-jumbotron {
  background-image: url(../img/flexibility_curved_building_istock-transparent.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-bottom: 0px;
}
/* front page get-started section */
#front-page-get-started {
  background-color: #27426e;
}
#front-page-images {
  background-color: #ffffff;
}
/* front page video */
#front-page-video {
  margin: 25px;
}
/* front page image */
.rel-box {
  position: relative;
}
.graph-img {
  max-width: 100%;
}
.graph-under {
  position: absolute;
  top: 35%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.logo-img {
  margin-top: 100px;
  max-width: 20%;
}
@media (min-width: 768px) {
  .logo-img {
    max-width: 15%;
  }
}
@media (min-width: 992px) {
  .logo-img {
    max-width: 10%;
  }
}
/* background box */
.bg-colour {
  background-color: #27426e;
}
.bg-img {
  background: url(../img/tms-graph.png);
  background-size: cover;
  background-repeat: no-repeat;
}
/* navbar */
/**/
.navbar-default {
  background: #27426e;
  font-size: 1.2em;
  border: none;
  margin-bottom: 0px;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  background-color: #27426e;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #dcdcdc;
  background-color: #27426e;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  font-size: 1.1em;
  background-color: #27426e;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #27426e;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #27426e;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  background-color: #27426e;
  color: #ffffff;
}
.navbar-nav > li > .dropdown-menu {
  background-color: #27426e;
}
.navbar-c1 {
  margin-right: 0.1em;
}
.navbar-title {
  font-size: 1.3em;
  color: #ffffff !important;
}
/* bs-docs-sidebar */
/**/
body {
  height: 100%;
  position: relative;
}
.fixed {
  position: fixed;
}
/* sidebar */
.bs-docs-sidebar {
  padding-left: 5px;
  padding-right: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* all links */
.bs-docs-sidebar .nav > li > a {
  color: #4c4c4c;
  border-left: 2px solid transparent;
  padding: 4px 10px;
  font-size: 1.1em;
  font-weight: 400;
}
/* nested links */
.bs-docs-sidebar .nav .nav > li > a {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 30px;
  font-size: 12px;
}
/* active & hover links */
.bs-docs-sidebar .nav > .active > a,
.bs-docs-sidebar .nav > li > a:hover,
.bs-docs-sidebar .nav > li > a:focus {
  color: #27426e;
  text-decoration: none;
  background-color: transparent;
  border-left-color: #27426e;
}
/* all active links */
.bs-docs-sidebar .nav > .active > a,
.bs-docs-sidebar .nav > .active:hover > a,
.bs-docs-sidebar .nav > .active:focus > a {
  font-weight: 700;
}
/* nested active links */
.bs-docs-sidebar .nav .nav > .active > a,
.bs-docs-sidebar .nav .nav > .active:hover > a,
.bs-docs-sidebar .nav .nav > .active:focus > a {
  font-weight: 500;
}
/* hide inactive nested list */
.bs-docs-sidebar .nav ul.nav {
  display: none;
}
/* show active nested list */
.bs-docs-sidebar .nav > .active > ul.nav {
  display: block;
}
.back-to-top {
  color: #4c4c4c;
  border-left: 2px solid transparent;
  margin-top: 10px;
  padding: 4px 10px;
  font-size: 1em;
  font-weight: 400;
  display: block;
}
/* button */
/**/
.btn-c1 {
  color: #27426e;
}
.btn-c1:hover,
.btn-c1:focus,
.btn-c1:active,
.btn-c1.active,
.open > .dropdown-toggle.btn-c1 {
  background: rgba(255, 255, 255, 0.75);
  color: #27426e;
}
.btn-large {
  padding: 0.3em 1em;
  font-size: 1.3em;
}
.btn-xlarge {
  padding: 0.5em 3em;
  font-size: 1.4em;
}
.btn-transparent {
  background: rgba(255, 255, 255, 0.5);
  color: #27426e;
  border-color: #000000;
}
/* panel */
/**/
.panel-default {
  border-color: #ffffff;
}
.panel-default .panel-heading {
  background: #ffffff;
  border-color: #ffffff;
}
h1.panel-title {
  color: #27426e;
  font-size: 2.2em;
}
h2.panel-title {
  color: #27426e;
  font-size: 2em;
}
.h3-steps {
  margin-top: 1.5em;
}
/* text */
.wordwrap {
  word-wrap: break-word;
}
/**/
h1 {
  color: #27426e;
}
h2 {
  color: #27426e;
}
h3 {
  color: #27426e;
}
.black {
  color: #000000;
}
.white {
  color: #ffffff;
}
.h3c {
  color: #ffffff;
}
.h4c {
  margin-top: 2em;
  font-size: 1.5em;
  color: #27426e;
}
.terminology-link {
  color: #4c4c4c;
}