bcotton / centos / centos.org

Forked from centos/centos.org 4 years ago
Clone

Blame static/assets/stylesheet.css

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