You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

187 lines
2.5 KiB

4 years ago
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
/*
* Project-specific overrides
*/
body {
background: #fff;
}
.btn {
margin: 10px 3px;
}
.page-header {
border: none;
}
.subhead h1,
.page-header h1 {
text-align: center;
display: inline-block;
}
.subhead iframe,,
.page-header iframe {
margin-left: -15px;
}
.subhead iframe:first-of-type,
.page-header iframe:first-of-type {
margin-left: 30px;
}
.subhead {
text-align: center;
}
.subhead ~ .subhead {
margin: 0;
}
/*
* Bootstrap Overrides
*/
.navbar {
padding-left: 0;
padding-right: 0;
}
/* Masthead */
.subhead {
color: #666;
background-color: #f5f5f5;
box-shadow: inset 0 -2px 6px 0 rgba(0,0,0,.15);
}
.subhead h1 {
font-size: 30px;
font-weight: 300;
text-align: center;
text-transform: none;
}
/* Subtitle next to navbar-brand */
.navbar .brand-subtitle {
color: #999;
font-weight: 300;
font-size: 18px;
padding: 29px 0 0 0;
}
/*
* github.com style (c) Vasily Polovnyov <vast@whiteants.net>
*/
pre code {
display: block; padding: 0.5em;
color: #333;
background: #f8f8ff
}
pre .comment,
pre .template_comment,
pre .diff .header,
pre .javadoc {
color: #998;
font-style: italic
}
pre .keyword,
pre .css .rule .keyword,
pre .winutils,
pre .javascript .title,
pre .nginx .title,
pre .subst,
pre .request,
pre .status {
color: #333;
font-weight: bold
}
pre .number,
pre .hexcolor,
pre .ruby .constant {
color: #099;
}
pre .string,
pre .tag .value,
pre .phpdoc,
pre .tex .formula {
color: #d14
}
pre .title,
pre .id,
pre .coffeescript .params,
pre .scss .preprocessor {
color: #900;
font-weight: bold
}
pre .javascript .title,
pre .lisp .title,
pre .clojure .title,
pre .subst {
font-weight: normal
}
pre .class .title,
pre .haskell .type,
pre .vhdl .literal,
pre .tex .command {
color: #458;
font-weight: bold
}
pre .tag,
pre .tag .title,
pre .rules .property,
pre .django .tag .keyword {
color: #000080;
font-weight: normal
}
pre .attribute,
pre .variable,
pre .lisp .body {
color: #008080
}
pre .regexp {
color: #009926
}
pre .class {
color: #458;
font-weight: bold
}
pre .symbol,
pre .ruby .symbol .string,
pre .lisp .keyword,
pre .tex .special,
pre .prompt {
color: #990073
}
pre .built_in,
pre .lisp .title,
pre .clojure .built_in {
color: #0086b3
}
pre .preprocessor,
pre .pi,
pre .doctype,
pre .shebang,
pre .cdata {
color: #999;
font-weight: bold
}
pre .deletion {
background: #fdd
}
pre .addition {
background: #dfd
}
pre .diff .change {
background: #0086b3
}
pre .chunk {
color: #aaa
}