forked from audrasjb/embed-block-for-github
-
Notifications
You must be signed in to change notification settings - Fork 0
/
repository-block.css
executable file
·120 lines (101 loc) · 2.31 KB
/
repository-block.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
.ebg-br-wrapper .ebg-br-editmode {
display: none;
}
.ebg-br-wrapper {
position: relative;
display: flex;
margin: 1em 0 1.5em 0;
padding: 1em;
box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.75);
border-radius: .5em;
border: 1px solid #eee;
}
.ebg-br-wrapper > .ebg-br-background-image {
background-image: url('images/github.svg');
background-repeat: no-repeat;
background-position: calc(100% - 0.5em) 0.5em;
background-size: 20px 20px;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none; /* make hyperlinks clickable */
}
/* .ebg-br-wrapper .ebg-br-avatar {
display: inline-block;
margin: 0 1em 0 0;
min-width: 150px;
}
.ebg-br-wrapper .ebg-br-header-avatar {
max-width: 150px;
border-radius: 50%;
}
.ebg-br-wrapper .ebg-br-avatar .ebg-br-header-avatar {
} */
.ebg-br-wrapper .ebg-br-main {
display: inline-block;
margin: 0;
padding: 0;
}
.ebg-br-wrapper .ebg-br-title {
margin: 0;
padding: 0;
line-height: 1.2em;
}
.ebg-br-wrapper .ebg-br-title strong {
display: block;
font-size: 1.5em;
}
.ebg-br-wrapper .ebg-br-title em {
display: block;
font-size: .8em;
}
.ebg-br-wrapper .ebg-br-title a {
}
.ebg-br-wrapper .ebg-br-title a:hover, .ebg-br-title a:focus, ebg-br-title a:active {
}
.ebg-br-wrapper .ebg-br-description {
margin: .5em 0 0;
padding: 0;
font-size: 0.9em;
line-height: 1.2em;
}
.ebg-br-wrapper .ebg-br-footer {
margin: 1em 0 0;
padding: 0;
line-height: 1.2em;
}
.ebg-br-wrapper .ebg-br-footer .ebg-br-background-image {
background-repeat: no-repeat;
background-position: left center;
background-size: 18px 18px;
padding-left: 21px;
margin-right: 0.5em;
font-size: 0.9em;
}
.ebg-br-wrapper .ebg-br-footer .ebg-br-subscribers .ebg-br-background-image {
background-image: url('images/subscribe.svg');
}
.ebg-br-wrapper .ebg-br-footer .ebg-br-watchers .ebg-br-background-image {
background-image: url('images/watch.svg');
}
.ebg-br-wrapper .ebg-br-footer .ebg-br-forks .ebg-br-background-image {
background-image: url('images/fork.svg');
}
.ebg-br-wrapper .ebg-br-link {
display: block;
margin: .5em 0 0;
}
.ebg-br-wrapper .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important;
}