-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.css
45 lines (39 loc) · 823 Bytes
/
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
span.jenkins {
background-color: #4a90e2;
color: white;
padding: 0.4em;
vertical-align: middle;
}
span.jenkinsfailed {
background-color: #ff9191;
color: white;
padding: 0.4em;
vertical-align: middle;
}
img.jenkinslogo {
height: 2em;
width: 2em;
}
img.jenkins {
height: 1.5em;
width: 1.5em;
margin-bottom: 0.3em;
}
a.jenkins, a.jenkins:link, a.jenkins:visited {
color: white;
text-decoration: none;
font-size: 18px;
font-family: "LatoLatinWeb", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.tooltiptext {
visibility: hidden;
width: 120px;
background-color: black;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;
/* Position the tooltip */
position: absolute;
z-index: 1;
}