-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.css
121 lines (97 loc) · 1.4 KB
/
custom.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
body, h1, h2, h3, h4, h5, h6 {
font-family: 'Ubuntu', 'Helvetica', 'Arial', sans-serif !important;
}
#headshot1 {
max-width: 40%;
}
#header, #headerBG {
background: url('eschbg.png');
background-attachment: fixed;
}
#header h1 {
font-size: 4em;
}
.section {
padding-top: 4em;
padding-bottom: 4em;
border-bottom: 1px solid #aaa;
}
.row {
padding-top: 1.5em;
padding-bottom: 1.5em;
}
.headerpic {
margin-right: 1em;
margin-bottom: 1em;
}
img.thumbnail {
border: 4px solid #fff;
box-shadow: 0 0 5px #aaa;
}
img.rounded {
border-radius: 50px;
}
p.ingress {
font-size: 1.2em;
}
#svg-nav {
position: fixed;
bottom: 0;
left: 0;
font-size: 30px;
}
#path1 {
fill: #3182bd;
}
#path2 {
fill: #CCCCFF;
}
#path3 {
fill: #CCE5FF;
}
path.link {
fill: none;
stroke: #666;
stroke-width: 1.5px;
}
marker#licensing {
fill: #3182bd;
}
path.link.licensing {
stroke: #CCCCFF;
}
path.link.resolved {
stroke-dasharray: 0, 2 1;
}
circle {
fill: #CCE5FF;
stroke: #333;
stroke-width: 1.5px;
cursor: pointer;
}
text.shadow {
stroke: #fff;
stroke-width: 3px;
stroke-opacity: .8;
}
.arrow {
fill: #CCE5FF;
stroke: #333;
stroke-width: 5;
}
#arrow-cont {
cursor: pointer;
}
.axis path,
.axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
.x.axis path {
display: none;
}
.tooltip {
fill: blue;
stroke: green;
}