-
Notifications
You must be signed in to change notification settings - Fork 0
/
dataVisualization.css
75 lines (58 loc) · 1.26 KB
/
dataVisualization.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
/* Styling heading one */
h1 {
color: rgb(55, 25, 65);
font-size: 28px;
position: relative;
font-weight:bold;
font-family: 'Times New Roman', Times, serif;
text-align: center;
}
/* Styling h1 */
h2 {
color: rgb(55, 25, 65);
font-size: 20px;
position: relative;
font-weight:bold;
font-family: 'Times New Roman', Times, serif;
text-align: center;
}
/* Styling h1 */
h3 {
color: rgb(55, 25, 65);
font-size: 16px;
position: relative;
font-weight:bold;
font-family: 'Times New Roman', Times, serif;
text-align: center;
}
/* styling paragraphs */
p {
font-size: 15px;
font-family:'Times New Roman', Times, serif;
font-weight: normal;
}
/* Adding background image*/
body {
background-image:"white_carbon_@2X.png";
background-color: #d7e9e7;
box-shadow: navy;
}
/* styling R Junk */
.r{
color:white;
background-color: black;
}
/*styling links */
.tocify {
color:rgb(34, 78, 161);
background-color: #000000;
}
.list-group-item:active
.list-group-item:active, .list-group-item.active,
.list-group-item:active:hover,
.list-group-item:active:focus {
color: #ffffff;
background-color: #14c0df;
border-color: rgb(155, 202, 155);
z-index: 3;
}