PluginProbe
Github Embed / 1.3
Github Embed v1.3
trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.0.1 2.0.2 2.1.0 2.2.0 2.2.1
github-embed / css / github-embed.css

github-embed.css in Github Embed 1.3, at css/github-embed.css

24 lines 548 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .github-embed {
2 padding: 0.5em 2em 0.5em 4em;
3 background-color: #fdfdfd;
4 width: 80%;
5 margin: auto;
6 margin-bottom: 1em;
7 background-image: url('https://github.com/github/media/raw/master/octocats/blacktocat-32.png');
8 background-repeat: no-repeat;
9 background-position: 1em 1em;
10 -webkit-box-shadow: 2px 2px 2px #ddd;
11 -moz-box-shadow: 2px 2px 2px #ddd;
12 box-shadow: 2px 2px 2px #ddd;
13 }
14
15 li.github-repo-contributor {
16 clear: both;
17 display: block;
18 }
19
20 .github-repo-contributor-avatar {
21 float: left;
22 margin-right: 1em;
23 margin-bottom: 0.5em;
24 }