-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.css
More file actions
66 lines (55 loc) · 979 Bytes
/
theme.css
File metadata and controls
66 lines (55 loc) · 979 Bytes
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
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
#gitwidget {
font-family: 'Open Sans', sans-serif;
overflow-y: scroll;
overflow-x: hidden;
max-width: 350px;
max-height: 300px;
border: 1px solid #999999;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.gitrepo {
float: left;
width: 100%;
border-bottom: 1px solid #999999;
color: #000000;
padding: 10px;
}
.reponame {
width: 65%;
float: left;
padding-left: 5px;
}
.repolink {
font-weight: 500;
}
.repoinfo {
width: 30%;
float: right;
text-transform: uppercase;
font-size: 75%;
}
.stargazerstitle {
width: 50%;
float: left;
}
.forkstitle {
width: 50%;
float: left;
}
.createdby {
font-size: 75%;
}
.description {
font-size: 75%;
}
.repolink {
text-decoration: none;
color: #000000;
font-weight: bold;
}
.repolink:hover {
text-decoration: underline;
}