forked from heipei/github-commit-badge
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
101 lines (86 loc) · 1.57 KB
/
style.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
#gcb-container {
font-family: Verdana, arial, sans-serif;
font-size: 12.8px;
width: 580px;
}
#gcb-container .outline {
border: 1px solid #808080;
overflow: auto;
margin: 8px;
padding: 5px;
padding-top: 0;
background-color: #e5e5ff;
}
#gcb-container .username {
border: 0;
margin: 2px 0 0;
height: 16px;
padding-left: 18px;
color: black;
font-weight: bold;
background: url(img/public.png) no-repeat top left;
}
#gcb-container .diffline {
font-weight: bold;
}
#gcb-container .commitmessage {
font-style: italic;
padding-left: 90px;
margin-top: 5px;
margin-bottom: 5px;
min-height: 16px;
background: url(img/commit.png) no-repeat 70px top;
}
#gcb-container .diffstat {
font-weight: normal;
font-size: 0.9em;
}
#gcb-container .badge {
color: #3399ff;
text-decoration: none;
}
#gcb-container .username a {
color: #0080ff;
text-decoration: none;
font-size: 1.1em;
}
#gcb-container .text-date {
background-color: #fff6a9;
}
#gcb-container .followers {
color: gray;
margin-left: 5px;
}
#gcb-container .diffadded {
color: #008000;
}
#gcb-container .diffremoved {
color: #f00;
}
#gcb-container .diffchanged {
color: #800080;
}
#gcb-container .gravatar {
border: 1px solid #fff6a9;
float: left;
margin: 2px;
}
#gcb-container .filelist {
margin-top: 15px;
}
#gcb-container .filelist ul {
list-style: square inside;
margin: 0;
}
#gcb-container .showMoreLink {
color: #3399ff;
font-size: 1.1em;
}
#gcb-container a {
font-weight: bold;
}
#gcb-container .username a:hover,
#gcb-container .badge:hover,
#gcb-container .showMoreLink:hover {
text-decoration: none;
}