-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles_github.css
133 lines (113 loc) · 2.4 KB
/
styles_github.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
/*
Error component
*/
.error {
margin: 0 20px;
}
/*
User component styles
*/
.github-card {
text-align: center;
border-radius: 5px;
background: #fff;
color: #555;
position: relative;
}
.github-card .header {
position: relative;
padding: 0;
margin: 0;
height: 148px;
border-radius: 4px 4px 0 0;
background-size: cover;
background-position: center;
background-color: #000;
}
.github-card .avatar {
display: inline-block;
overflow: hidden;
background: #fff;
border-radius: 100%;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
text-decoration: none;
-webkit-transition: -webkit-transform 0.2s ease-in-out;
-o-transition: -o-transform 0.2s ease-in-out;
transition: transform 0.2s ease-in-out;
}
.github-card h1 {
color: #111;
font-size: 24px;
font-weight: 500;
text-decoration: none;
-webkit-font-smoothing: antialiased;
}
.github-card ul {
text-transform: uppercase;
font-size: 12px;
color: #707070;
list-style-type: none;
margin: 0;
padding: 0;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
zoom: 1;
}
.github-card ul:after {
display: block;
content: '';
clear: both;
}
.github-card .status li {
float: left;
padding: 8px 0;
box-shadow: 1px 0 0 #eee;
}
.github-card .status li:last-of-type {
box-shadow: none;
}
.github-card .status strong {
display: block;
color: #292f33;
font-size: 16px;
line-height: 1.6;
}
.github-card .status a {
color: #707070;
text-decoration: none;
}
.github-card .status a:hover {
color: #4183c4;
}
/**
https://www.solofondos.com/wp-content/uploads/2015/11/21omxpw.jpg
http://www.brynacorcoran.com/wp-content/uploads/2016/09/Githubfeature.jpg
https://www.solofondos.com/wp-content/uploads/2015/11/Fondos-para-paginas-web-grandes.jpg
**/
.user-card .header {
background-image: url('https://www.solofondos.com/wp-content/uploads/2015/11/Fondos-para-paginas-web-grandes.jpg');
}
.user-card .user {
background-position: top left;
}
.user-card .organization {
background-position: top right;
}
.user-card .avatar {
margin-top: -40px;
border: 3px solid #fff;
position: relative;
}
.user-card img {
display: block;
width: 80px;
height: 80px;
}
.user-card h1 {
letter-spacing: -0.06em;
margin: 16px 0 20px;
line-height: 1;
}
.user-card .status li {
width: 25%;
}