-
Notifications
You must be signed in to change notification settings - Fork 5
/
fiftyShadesOfPink.css
66 lines (59 loc) · 1.34 KB
/
fiftyShadesOfPink.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
body {
background-color: #303030;
}
.hyperlink {
color: #CA4BCB;
}
.customTitle {
font-family: "Times New Roman";
color: #d2b4b4;
}
.paragraph {
font-size: 14px;
line-height: 1.5;
letter-spacing: .25px;
margin-top: 44px;
margin-bottom: 18px;
font-family: "Times New Roman";
color: #b8bad6;
}
ni-cartesian-graph ni-grid-div,
ni-chart ni-grid-div,
ni-intensity-graph ni-grid-div {
border-style: none;
border-width: 0px 0px 0px 0px;
border-color: #d2b4b4;
background-color: inherit;
color: inherit;
}
ni-cartesian-graph,
ni-chart,
ni-intensity-graph {
border: 1px solid #575C60;
padding: 20px;
display: inline-block;
min-height: 20px;
fill: #d2b4b4;
background-image: url("./examples/peace.png");
background-repeat: no-repeat;
background-position: 100% 100%;
}
ni-cartesian-graph .flot-x-axis text,
ni-cartesian-graph .flot-y-axis text,
ni-chart .flot-x-axis text,
ni-chart .flot-y-axis text,
ni-intensity-graph .flot-x-axis text,
ni-intensity-graph .flot-y-axis text,
.snapshot .flot-x-axis text,
.snapshot .flot-y-axis text {
fill: #d2b4b4;
font-size: 12px;
font-family: sans-serif;
}
ni-cartesian-graph text.axisLabels,
ni-chart text.axisLabels,
ni-intensity-graph text.axisLabels {
font-size: 14px;
fill: #d2b4b4;
font-family: sans-serif;
}