-
Notifications
You must be signed in to change notification settings - Fork 4
/
styles.css
82 lines (67 loc) · 1.51 KB
/
styles.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
.path-local-dev .devscloud {
background-color: white;
margin-top: 3em;
text-align: justify;
line-height: 25px;
}
.path-local-dev .devscloud > span {
vertical-align: middle;
}
.path-local-dev .box.versionselector label {
margin-left: 1ex;
margin-right: 1ex;
}
.path-local-dev .paging {
margin: 1em auto;
}
.path-local-dev .initialbar a,
.path-local-dev .initialbar strong {
margin-left: 0.3em;
}
.path-local-dev table.flexible {
margin-left: auto;
margin-right: auto;
}
.path-local-dev table.flexible td {
text-align: center;
}
.path-local-dev table.flexible td.c1,
.path-local-dev table.flexible td.c2,
.path-local-dev table.flexible td.c3,
.path-local-dev table.flexible td.c4 {
text-align: left;
}
.path-local-dev table.flexible td.c0 {
padding: 3px;
}
.path-local-dev table.flexible tr:hover td {
background-color: #efefef;
}
.path-local-dev pre.gitcommit {
margin: 0.2em auto;
background-color: white;
border: 1px solid #efefef;
padding: 0.5em;
white-space: pre-wrap;
}
.path-local-dev .generalbox {
margin-left: auto;
margin-right: auto;
background-color: white;
}
#page-dev-contributions .versionselector {
margin: 2em 0 1em;
}
#page-dev-contributions .versionselector label {
display: inline-block;
margin-left: 0;
}
#page-dev-contributions .stats > div {
display: inline-block;
margin-right: 1em;
}
#page-dev-contributions .stats > div span {
color: #f98012;
font-weight: 300;
font-size: 20px;
}