85 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			85 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);
 | 
						|
.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',sans-serif; }
 | 
						|
 | 
						|
.gh-widget-personal-details .bio, .gh-widget-stats .count {
 | 
						|
  color: #4078C0; }
 | 
						|
 | 
						|
.github-widget {
 | 
						|
  border: 1px solid #DDD;
 | 
						|
  max-width: 350px; }
 | 
						|
 | 
						|
.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 {
 | 
						|
  font-size: 0.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-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 button {
 | 
						|
  width: 100%;
 | 
						|
  height: 2em;
 | 
						|
  border: none;
 | 
						|
  background: #ddd; }
 | 
						|
 | 
						|
/*# sourceMappingURL=widget.css.map */
 |