This repository has been archived on 2019-04-23. You can view files and clone it, but cannot push or open issues or pull requests.
GitHub-Widget/src/widget.css

110 lines
1.6 KiB
CSS

*:focus {
outline: none;
}
.gh-widget-link, .gh-widget-link:hover {
text-decoration: none;
}
.gh-widget-container {
display: flex;
flex-direction: row;
flex-wrap: no-wrap;
align-items: center;
justify-content: center;
color: #333;
font-family: 'Noto Sans';
}
.gh-widget-personal-details .bio, .gh-widget-stats .count {
color: #4078C0;
}
.github-widget {
border: 1px solid #DDD;
max-width: 375px;
}
.gh-widget-item {
flex: 1;
text-align: center;
padding: 10px;
}
.gh-widget-repositories .language {
text-align: left;
}
.gh-widget-repositories .language div, .gh-widget-repositories .stars div {
padding: 5px 0;
}
.gh-widget-photo {
flex: 2;
}
.gh-widget-photo img {
border-radius: 100%;
max-width: 90px;
}
.gh-widget-personal-details {
flex: 6;
}
.gh-widget-personal-details .full-name {
font-size: 1.5em;
line-height: 1.5em;
}
.gh-widget-personal-details .location, .company {
font-size: .8em;
}
.gh-widget-stats .count {
font-size: 1.2em;
font-weight: 700;
}
.gh-widget-repositories .names {
flex: 2;
text-align: left;
}
.gh-widget-repositories .names div {
padding: 5px 0;
text-overflow: ellipsis;
}
.gh-widget-follow {
flex: 2;
}
.gh-div-follow a {
color: white;
}
.gh-widget-active-time {
flex: 4;
font-size: .8em;
}
.gh-widget-heading {
font-weight: 400;
color: #666;
}
.gh-widget-hr {
border: 1px solid #DDD;
}
.gh-widget-link {
color: #4078C0;
}
.gh-widget-follow div {
width: 100%;
background: #4078C0;
border-radius: 5px;
}