jsonresume-theme-elegant
Version:
Elegant theme for jsonresume
121 lines (101 loc) • 3.14 kB
text/less
.profile-card-wrapper {
@media (max-width: @screen-desktop) {
position: relative;
}
.profile-card {
padding: 10px;
}
}
.profile-pic {
padding: 20px 0;
@media (max-width: @screen-desktop) {
padding: 10px 0;
}
}
.profile-pic img {
width: 100px;
height: 100px;
}
.name {
@media (max-width: @screen-desktop) {
margin-top: 10px;
}
}
.contact-details {
@media (max-width: @screen-tablet) {
text-align: center;
}
.detail {
display: table;
padding: 10px 0;
.icon {
padding: 0 10px;
color: @icon-color;
@media (max-width: @screen-desktop) {
padding: 0 5px 0 0;
}
}
.info {
font-size: 0.8em;
}
.icon, .info {
display: table-cell;
vertical-align: middle;
}
@media (max-width: @screen-tablet) {
.make-xs-column(12);
}
@media (max-width: @screen-desktop) {
.make-sm-column(3);
padding: 10px;
.icon, .info {
display: inline-block;
}
}
}
}
.social-links {
line-height: 2.5;
}
.social-link {
margin-left: 5px;
min-width: 35px;
display: inline-block;
&:first-child {
margin-left: 0;
}
&:hover {
text-decoration: none;
}
}
.link-github { .make-social-link(@github-color); }
.link-twitter { .make-social-link(@twitter-color); }
.link-blog { .make-social-link(@rss-feed-color); }
.link-linkedin { .make-social-link(@linkedin-color); }
.link-skype { .make-social-link(@skype-color); }
.link-instagram { .make-social-link(@instagram-color); }
.link-stackoverflow { .make-social-link(@stackoverflow-color); }
.link-stackexchange { .make-social-link(@stackexchange-color); }
.link-lastfm { .make-social-link(@lastfm-color); }
.link-soundcloud { .make-social-link(@soundcloud-color); }
.link-googleplus { .make-social-link(@googleplus-color); }
.link-youtube { .make-social-link(@youtube-color); }
.link-pinterest { .make-social-link(@pinterest-color); }
.link-gratipay { .make-social-link(@gratipay-color); }
.link-vimeo { .make-social-link(@vimeo-color); }
.link-behance { .make-social-link(@behance-color); }
.link-codepen { .make-social-link(@codepen-color); }
.link-foursquare { .make-social-link(@foursquare-color); }
.link-reddit { .make-social-link(@reddit-color); }
.link-spotify { .make-social-link(@spotify-color); }
.link-tumblr { .make-social-link(@tumblr-color); }
.link-dribbble { .make-social-link(@dribbble-color); }
.link-facebook { .make-social-link(@facebook-color); }
.link-angellist { .make-social-link(@angellist-color); }
.link-bitbucket { .make-social-link(@bitbucket-color); }
.link-hackernews { .make-social-link(@hackernews-color); }
.link-exercism { .make-social-link(@exercism-color); }
.link-blogger { .make-social-link(@blogger-color); }
.link-medium { .make-social-link(@medium-color); }
.link-flickr { .make-social-link(@flickr-color); }
.link-telegram { .make-social-link(@telegram-color); }