File tree Expand file tree Collapse file tree 4 files changed +38
-40
lines changed Expand file tree Collapse file tree 4 files changed +38
-40
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6
6
7
7
< script type ="text/javascript " src ="../jquery.GitHubBadge.min.js "> </ script >
8
8
9
- < link rel ="Stylesheet " type ="text/css " href ="sample.css " />
10
-
11
9
< script type ="text/javascript ">
12
10
$ ( document ) . ready ( function ( ) {
13
11
$ ( "#GetGithHubBadge" ) . click ( function ( ) {
18
16
} ) ;
19
17
} ) ;
20
18
</ script >
19
+ < style type ="text/css ">
20
+ .GithubBadge
21
+ {
22
+ border-left : 1px solid # DFDFDF ;
23
+ border-top : 1px solid # DFDFDF ;
24
+ border-right : 1px solid # AFAFAF ;
25
+ border-bottom : 1px solid # AFAFAF ;
26
+ -webkit-border-radius : 3px ;
27
+ -moz-border-radius : 3px ;
28
+ border-radius : 3px ;
29
+ background-color : # F6F6F6 ;
30
+ padding : 5px ;
31
+ }
32
+
33
+ .GithubBadgeTitle
34
+ {
35
+ font-weight : bold;
36
+ }
37
+
38
+ .GithubBadgeRepo
39
+ {
40
+ background : url ('http://github.com/images/icons/public.png' ) no-repeat left center;
41
+ padding-left : 22px ;
42
+ }
43
+
44
+ .GithubBadgeFork
45
+ {
46
+ font-style : italic;
47
+ }
21
48
49
+ .GithubBadgeError
50
+ {
51
+ color : red;
52
+ }
53
+ </ style >
22
54
</ head >
23
55
< body >
24
56
< h2 >
Original file line number Diff line number Diff line change 6
6
* Inspired by http://drnicjavascript.rubyforge.org/github_badge and
7
7
* http://mattn.github.com/jquery-github-badge/
8
8
*
9
- * Home Page : http://erikzaadi.github.com/jQueryPlugins/jQueryGitHubBadge
9
+ * Home Page : http://erikzaadi.github.com/jQueryPlugins/jQuery.GitHubBadge
10
10
* jQuery Plugin home page : http://plugins.jquery.com/project/GitHubBadge
11
- * Wiki : http://wiki.github.com/erikzaadi/jQueryPlugins/jQueryGitHubBadge
11
+ * Wiki : http://wiki.github.com/erikzaadi/jQueryPlugins/jQuery.GitHubBadge
12
12
*
13
13
* Dual licensed under the MIT and GPL licenses:
14
14
* http://www.opensource.org/licenses/mit-license.php
Original file line number Diff line number Diff line change 6
6
* Inspired by http://drnicjavascript.rubyforge.org/github_badge and
7
7
* http://mattn.github.com/jquery-github-badge/
8
8
*
9
- * Home Page : http://erikzaadi.github.com/jQueryPlugins/jQueryGitHubBadge
9
+ * Home Page : http://erikzaadi.github.com/jQueryPlugins/jQuery.GitHubBadge
10
10
* jQuery Plugin home page : http://plugins.jquery.com/project/GitHubBadge
11
- * Wiki : http://wiki.github.com/erikzaadi/jQueryPlugins/jQueryGitHubBadge
11
+ * Wiki : http://wiki.github.com/erikzaadi/jQueryPlugins/jQuery.GitHubBadge
12
12
*
13
13
* Dual licensed under the MIT and GPL licenses:
14
14
* http://www.opensource.org/licenses/mit-license.php
You can’t perform that action at this time.
0 commit comments