jasonbrooks / centos / centos.org

Forked from centos/centos.org 4 years ago
Clone

Blame assets/stylesheet.css

545090
/* offset to take top navbar into account */
545090
#main { margin-top: 0px; }
545090
545090
/* wallpaper hack doesnt make sense in print */
545090
@media print {
545090
  .backstretch img {
545090
    display: none !important
545090
  }
545090
}
545090
545090
body {
545090
  color: #ccc;
545090
  background-color: #050517;
545090
  font-family: 'Source Sans Pro', sans-serif;
545090
  font-weight: 300;
545090
}
545090
545090
h1, h2, h3, h4, h5, h6  {
545090
  font-family: "Exo", sans-serif;
545090
  font-weight: 300;
545090
}
545090
545090
pre, code {
545090
  font-family: "Oxygen Mono", monospaced;
545090
  background: rgba(0,0,0,0.5);
545090
  color: white;
545090
  border: 1px solid rgba(0,0,0,0.8);
545090
}
545090
545090
.smallprint {
545090
  font-size: 0.8em;
545090
  color: #666666;
545090
}
545090
545090
.captioned-image {
545090
  margin: 20px;
545090
}
545090
545090
@media screen and (min-width: 992px) {
545090
  .captioned-image {
545090
    width: 50%;
545090
    float: right;
545090
  }
545090
}
545090
545090
@media screen and (max-width: 991px) {
545090
  .captioned-image {
545090
    width: 80%;
545090
    margin: 2  
545090
  }
545090
}
545090
545090
#wrap {
545090
  /* the background tint layer */
545090
  background-image: radial-gradient(ellipse at center top, rgba(32,74,135,0.8) 20%, rgba(0,0,0,0) 100%);
545090
  /* for older webkit */
545090
  background: -webkit-radial-gradient(center top, ellipse cover, rgba(32,74,135,0.8) 20%,rgba(0,0,0,0) 100%);
545090
}
545090
545090
#header img {
545090
  margin: 20px;
545090
}
545090
545090
.navbar {
545090
  font-size: 1.1em; 
545090
  margin: 0px;
545090
}
545090
545090
.navbar-inverse  {
545090
  background-color: rgba(0,0,0,0.4);
545090
  border: 0;
545090
}
545090
545090
.nav > li > a {
545090
  text-align: center;
545090
  padding-top: 16px;
545090
  padding-bottom: 16px;
545090
  margin-bottom: 0;
545090
  color: #777;
545090
  font-weight: 600;
545090
  font-size: 1.1em;
545090
  text-align: center;
545090
  text-transform: uppercase;
545090
  border-bottom-color: transparent;
545090
}
545090
545090
.nav > li > a:hover, .nav > li.open > a:hover {
545090
  color: white;
545090
  border-bottom: 4px solid orange;
545090
  padding-bottom: 12px;
545090
}
545090
545090
.nav ul.dropdown-menu {
545090
  background: rgba(0,0,0,0.8);
545090
}
545090
545090
.nav ul.dropdown-menu a {
545090
  color: white;
545090
}
545090
545090
.nav .dropdown-menu > li > a:hover {
545090
  background: orange;
545090
  color: white;
545090
}
545090
545090
.navbar-header  a.navbar-brand {
545090
  margin: 0;
545090
  padding: 0;
545090
  border: none;
545090
}
545090
545090
a.navbar-brand {
545090
  font-size: inherit;
545090
}
545090
545090
.jumbotron {
545090
  background: none;
545090
  padding-bottom: 12px;
545090
}
545090
545090
.jumbotron h1 {
545090
  font-weight: 200;
545090
  color: white;
545090
  text-shadow: 0px 0px 12px rgba(255,255,255,0.4);
545090
}
545090
.jumbotron p {
545090
  font-weight: 200;
545090
}
545090
545090
/* Set the fixed height of the footer here */
545090
#footer {
545090
  height: 60px;
545090
  background-color: rgba(0,0,0,0.2);
545090
}
545090
545090
.container h1.video {
545090
  text-align: center;
545090
  text-decoration: underline;
545090
  font-weight: bold;
545090
}
545090
545090
.container  h2.video {
545090
  text-align: center;
545090
}
545090
545090
.container h3.video {
545090
  margin-top: 40px;
545090
  text-align: center;
545090
}
545090
545090
.container iframe {
545090
  margin: 0 auto;
545090
  display: block;
545090
}
545090
545090
.container .credit {
545090
  margin: 20px 0;
545090
}
545090
545090
.downloadbutton a {
545090
  display: inline;
545090
  color: white;
545090
  font-size: 32px;
545090
  font-weight: 600;
545090
/*  text-transform: uppercase; */
545090
  text-shadow: 0 0.5px 2px rgba(0,0,0,0.3);
545090
  background: goldenrod;
545090
  background: linear-gradient(to bottom, rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%);
545090
  padding: 0 32px 0 32px;
545090
  border-radius: 60px;
545090
  text-align: center;
545090
  border: 2px solid #cc6611;
545090
}
545090
545090
.downloadbutton a:active {
545090
  background: linear-gradient(to bottom, rgba(255,175,75,1) 100%,rgba(255,146,10,1) 0%);
545090
}
545090
545090
div.thumbnail {
545090
  background: rgba(255,255,255,1);
545090
  border-radius: 7px;
545090
  border: none;
545090
  padding-top: 24px;
545090
}
545090
545090
ul#markdown-toc {
545090
  width: 30%;
545090
  float: right;
545090
  background: rgba(255,255,255,0.05);
545090
  border-radius: 7px;
545090
  margin: 12px;
545090
  padding-top: 12px;
545090
  padding-bottom: 18px;
545090
}
545090
545090
ul#markdown-toc > li {
545090
  margin-left: 6px;
545090
}
545090
545090
ul#markdown-toc:before {
545090
  content: "Table of Contents";
545090
  font-weight: 300;
545090
  font-size: 1.6em;
545090
  margin-left: -18px;
545090
  margin-bottom: 2px;
545090
  text-decoration: underline;
545090
}
545090
545090
/* rss feed jquery plugin */
545090
.feedEkList{
545090
//  width:450px; 
545090
  list-style:none outside none;
545090
}
545090
.itemTitle a{
545090
  font-weight:bold;
545090
}
545090
.itemDate{
545090
  font-size: 0.8em;
545090
  color:rgba(255,255,255,0.5);
545090
}
545090
#CSVTable a {
545090
  color: #ddd;
545090
}
545090
545090
ul.sessions a {
545090
  font-weight: 600;
545090
  color: #aaa;
545090
}