An error occurred while loading the file. Please try again.
-
fat authored14651035
/*!
* Bootstrap Docs (http://getbootstrap.com)
* Copyright 2011-2014 Twitter, Inc.
* Licensed under the Creative Commons Attribution 3.0 Unported License. For
* details, see http://creativecommons.org/licenses/by/3.0/.
*/
.hll {
background-color: #ffffcc;
}
.c {
color: #999;
}
.err {
color: #AA0000;
background-color: #ffaaaa;
}
.k {
color: #006699;
}
.o {
color: #555555;
}
.cm {
color: #999;
}
.cp {
color: #009999;
}
.c1 {
color: #999;
}
.cs {
color: #999;
}
.gd {
background-color: #FFCCCC;
border: 1px solid #cc0000;
}
.ge {
font-style: italic;
}
.gr {
color: #ff0000;
}
.gh {
color: #003300;
}
.gi {
background-color: #CCFFCC;
border: 1px solid #00cc00;
}
.go {
color: #aaaaaa;
}
.gp {
color: #000099;
}
.gu {
color: #003300;
}
.gt {
color: #99cc66;
}
.kc {
color: #006699;
}
.kd {
color: #006699;
}
.kn {
7172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
color: #006699;
}
.kp {
color: #006699;
}
.kr {
color: #006699;
}
.kt {
color: #007788;
}
.m {
color: #ff6600;
}
.s {
color: #d44950;
}
.na {
color: #4f9fcf;
}
.nb {
color: #336666;
}
.nc {
color: #00AA88;
}
.no {
color: #336600;
}
.nd {
color: #9999ff;
}
.ni {
color: #999999;
}
.ne {
color: #CC0000;
}
.nf {
color: #cc00ff;
}
.nl {
color: #9999ff;
}
.nn {
color: #00CCFF;
}
.nt {
color: #2f6f9f;
}
.nv {
color: #003333;
}
.ow {
color: #000000;
}
.w {
color: #bbbbbb;
}
.mf {
color: #ff6600;
}
.mh {
color: #ff6600;
}
.mi {
color: #ff6600;
}
.mo {
color: #ff6600;
141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
}
.sb {
color: #cc3300;
}
.sc {
color: #cc3300;
}
.sd {
color: #CC3300;
font-style: italic;
}
.s2 {
color: #cc3300;
}
.se {
color: #CC3300;
}
.sh {
color: #cc3300;
}
.si {
color: #aa0000;
}
.sx {
color: #cc3300;
}
.sr {
color: #33aaaa;
}
.s1 {
color: #cc3300;
}
.ss {
color: #ffcc33;
}
.bp {
color: #336666;
}
.vc {
color: #003333;
}
.vg {
color: #003333;
}
.vi {
color: #003333;
}
.il {
color: #ff6600;
}
.css .o,
.css .o + .nt,
.css .nt + .nt {
color: #999;
}
body {
position: relative;
}
.btn-outline {
color: #563d7c;
background-color: transparent;
border-color: #563d7c;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
color: #fff;
background-color: #563d7c;
border-color: #563d7c;
}
211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
.btn-outline-inverse {
color: #fff;
background-color: transparent;
border-color: #cdbfe3;
}
.btn-outline-inverse:hover,
.btn-outline-inverse:focus,
.btn-outline-inverse:active {
color: #563d7c;
text-shadow: none;
background-color: #fff;
border-color: #fff;
}
.bs-docs-booticon {
display: block;
width: 144px;
height: 144px;
font-size: 108px;
font-weight: 500;
line-height: 140px;
color: #fff;
text-align: center;
cursor: default;
background-color: #563d7c;
border-radius: 15%;
}
.bs-docs-booticon.inverse {
color: #563d7c;
background-color: #fff;
}
.bs-docs-booticon.outline {
background-color: transparent;
border: 1px solid #cdbfe3;
}
.bs-docs-nav {
margin-bottom: 0;
background-color: #563d7c;
border-bottom: 0;
}
.bs-home-nav .bs-nav-b {
display: none;
}
.bs-docs-nav .navbar-brand,
.bs-docs-nav .navbar-nav > li > a {
font-weight: 500;
color: #cdbfe3;
}
.bs-docs-nav .navbar-brand {
color: #fff;
}
.bs-docs-nav .navbar-nav > li > a:hover,
.bs-docs-nav .navbar-nav > .active > a,
.bs-docs-nav .navbar-nav > .active > a:hover {
color: #fff;
background-color: #563d7c;
}
.bs-docs-nav .navbar-toggle .icon-bar {
background-color: #fff;
}
.bs-docs-nav .navbar-header .navbar-toggle {
border-color: #322f38;
}
.bs-docs-nav .navbar-header .navbar-toggle:hover,
.bs-docs-nav .navbar-header .navbar-toggle:focus {
background-color: #29262f;
border-color: #29262f;
}
.bs-docs-footer {
margin-top: 100px;
color: #777;
281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350
text-align: center;
border-top: 1px solid #e5e5e5;
}
.bs-docs-footer-links {
padding-left: 0;
margin-top: 20px;
color: #999;
}
.bs-docs-footer-links li {
display: inline;
padding: 0 2px;
}
.bs-docs-footer-links li:first-child {
padding-left: 0;
}
@media (min-width: 768px) {
.bs-docs-footer p {
margin-bottom: 0;
}
.bs-docs .bs-docs-footer {
text-align: left;
}
}
.bs-docs-social {
margin-bottom: 20px;
text-align: center;
}
.bs-docs-social-buttons {
display: inline-block;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.bs-docs-social-buttons li {
display: inline-block;
padding: 5px 8px;
line-height: 1;
}
.bs-docs-social-buttons .twitter-follow-button {
width: 225px !important;
}
.bs-docs-social-buttons .twitter-share-button {
width: 98px !important;
}
.github-btn {
overflow: hidden;
border: 0;
}
@media (min-width: 768px) {
.bs-docs .bs-docs-social {
margin-left: -8px;
text-align: left;
}
}
.bs-docs-masthead {
position: relative;
padding: 30px 15px;
color: #cdbfe3;
text-align: center;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
background-color: #6f5499;
background-image: -webkit-linear-gradient(top, #563d7c 0%, #6f5499 100%);
background-image: -o-linear-gradient(top, #563d7c 0%, #6f5499 100%);
background-image: linear-gradient(to bottom, #563d7c 0%, #6f5499 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff563d7c', endColorstr='#ff6f5499', GradientType=0);
}
.bs-docs-masthead .bs-docs-booticon {
margin: 0 auto 30px;
}
351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420
.bs-docs-masthead h1 {
font-weight: 300;
line-height: 1;
color: #fff;
}
.bs-docs-masthead .lead {
margin: 0 auto 30px;
font-size: 20px;
color: #fff;
}
.bs-docs-masthead .version {
margin-top: -15px;
margin-bottom: 30px;
color: #9783b9;
}
.bs-docs-masthead .btn {
width: 100%;
padding: 15px 30px;
font-size: 20px;
}
@media (min-width: 480px) {
.bs-docs-masthead .btn {
width: auto;
}
}
@media (min-width: 768px) {
.bs-docs-masthead {
padding: 80px 0;
}
.bs-docs-masthead h1 {
font-size: 60px;
}
.bs-docs-masthead .lead {
font-size: 24px;
}
}
@media (min-width: 992px) {
.bs-docs-masthead .lead {
width: 80%;
font-size: 30px;
}
}
.bs-docs-header {
padding-top: 2rem;
padding-bottom: 2rem;
margin-bottom: 2rem;
font-size: 1.25rem;
background-color: #563d7c;
}
.bs-docs-header h1 {
margin-top: 0;
color: #fff;
}
.bs-docs-header p {
margin-bottom: 0;
font-weight: 300;
line-height: 1.4;
color: rgba(255, 255, 255, 0.65);
}
.bs-docs-header .container {
position: relative;
}
@media (min-width: 768px) {
.bs-docs-header {
font-size: 24px;
text-align: left;
}
.bs-docs-header h1 {
font-size: 60px;
line-height: 1;
421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490
}
}
@media (min-width: 992px) {
.bs-docs-header {
padding-top: 4rem;
padding-bottom: 4rem;
}
.bs-docs-header h1,
.bs-docs-header p {
margin-right: 380px;
}
}
.carbonad {
width: auto !important;
height: auto !important;
padding: 20px !important;
margin: 30px -30px -31px !important;
overflow: hidden;
/* clearfix */
font-size: 13px !important;
line-height: 16px !important;
color: #cdbfe3 !important;
text-align: left;
background: transparent !important;
border: solid #866ab3 !important;
border-width: 1px 0 !important;
}
.carbonad-img {
margin: 0 !important;
}
.carbonad-text,
.carbonad-tag {
display: block !important;
float: none !important;
width: auto !important;
height: auto !important;
margin-left: 145px !important;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.carbonad-text {
padding-top: 0 !important;
}
.carbonad-tag {
color: inherit !important;
text-align: left !important;
}
.carbonad-text a,
.carbonad-tag a {
color: #fff !important;
}
.carbonad #azcarbon > img {
display: none;
}
@media (min-width: 480px) {
.carbonad {
width: 330px !important;
margin: 20px auto !important;
border-width: 1px !important;
border-radius: 4px;
}
.bs-docs-masthead .carbonad {
margin: 50px auto 0 !important;
}
}
@media (min-width: 768px) {
.carbonad {
margin-right: 0 !important;
margin-left: 0 !important;
}
}
491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560
@media (min-width: 992px) {
.carbonad {
position: absolute;
top: 30px;
right: 60px;
width: 330px !important;
padding: 15px !important;
margin: 0 !important;
}
.bs-docs-masthead .carbonad {
position: static;
}
}
.bs-docs-featurette {
padding-top: 40px;
padding-bottom: 40px;
font-size: 16px;
line-height: 1.5;
color: #555;
text-align: center;
background-color: #fff;
border-bottom: 1px solid #e5e5e5;
}
.bs-docs-featurette + .bs-docs-footer {
margin-top: 0;
border-top: 0;
}
.bs-docs-featurette-title {
margin-bottom: 5px;
font-size: 30px;
font-weight: normal;
color: #333;
}
.half-rule {
width: 100px;
margin: 40px auto;
}
.bs-docs-featurette h3 {
margin-bottom: 5px;
font-weight: normal;
color: #333;
}
.bs-docs-featurette-img {
display: block;
margin-bottom: 20px;
color: #333;
}
.bs-docs-featurette-img:hover {
color: #428bca;
text-decoration: none;
}
.bs-docs-featurette-img img {
display: block;
margin-bottom: 15px;
}
@media (min-width: 480px) {
.bs-docs-featurette .img-responsive {
margin-top: 30px;
}
}
@media (min-width: 768px) {
.bs-docs-featurette {
padding-top: 100px;
padding-bottom: 100px;
}
.bs-docs-featurette-title {
font-size: 40px;
}
.bs-docs-featurette .lead {
max-width: 80%;