Sha256: 9c17f4950bee051a1e0ad49a5c88d9e1f8243cdd12d47a984fa4bcd03a1229e0

Contents?: true

Size: 1.27 KB

Versions: 4

Compression:

Stored size: 1.27 KB

Contents

/* Team Members */
.team {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #555;
}

h1 {
    text-align: center;
    color: #555 !important;
    padding-bottom: 10px;
}

h1::after {
    content: '';
    background: #007bff;
    display: block;
    height: 3px;
    width: 170px;
    margin: 20px auto 5px;
}

.profile-pic {
    margin-top: 25px
}

.profile-pic .img-box {
    opacity: 1;
    display: block;
    position: relative;
}

.profile-pic .img-box img {
    filter: grayscale(1);
    height: auto;
    width: 210px;
}

.profile-pic .img-box img:hover {
    filter: grayscale(0);
    cursor: pointer;

}

.profile-pic h2 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
    color: #007bff !important;
}

.profile-pic h3 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
}

#team .fa {
    height: 25px;
    widows: 25px;
    color: #007bff !important;
    background: #fff;
    padding: 4px;
    border-radius: 50%;
}

.img-box ul {
    padding: 15px 0;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    /*opacity: 0;*/
}

.img-box ul li {
    padding: 5px;
    display: inline-block;
}

.img-box:hover ul {
    /*opacity: 1;*/

}

.img-box ul,
.img-box ul li {
    transition: 0.5s;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-theme-dscliu-0.2.3 _sass/team.scss
jekyll-theme-dscliu-0.2.2 _sass/team.scss
jekyll-theme-dscliu-0.2.1 _sass/team.scss
jekyll-theme-dscliu-0.2.0 _sass/team.scss