Alien-XGBoost

 view release on metacpan or  search on metacpan

xgboost/doc/_static/xgboost.css  view on Meta::CPAN

/* header section */
.splash{
    padding:5em 0 1em 0;
    background-color:#0079b2;
    /* background-image:url(../img/bg.jpg); */
    background-size:cover;
    background-attachment:fixed;
    color:#fff;
    text-align:center
}

.splash h1{
    font-size: 40px;
    margin-bottom: 20px;
}
.splash .social{
    margin:2em 0
}

.splash .get_start {
    margin:2em 0
}

.splash .get_start_btn {
  border: 2px solid #FFFFFF;
  border-radius: 5px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 26px;
  padding: 9px 20px;
}

.section-tout{
    padding:3em 0 3em;
    border-bottom:1px solid rgba(0,0,0,.05);
    background-color:#eaf1f1
}
.section-tout .fa{
    margin-right:.5em
}

.section-tout h3{
    font-size:20px;
}

.section-tout p {
    margin-bottom:2em
}

.section-inst{
    padding:3em 0 3em;
    border-bottom:1px solid rgba(0,0,0,.05);

    text-align:center
}

.section-inst p {
    margin-bottom:2em
}
.section-inst img {
    -webkit-filter: grayscale(90%); /* Chrome, Safari, Opera */
    filter: grayscale(90%);
    margin-bottom:2em
}
.section-inst img:hover {
    -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);



( run in 0.878 second using v1.01-cache-2.11-cpan-e1769b4cff6 )