-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylez.css
128 lines (95 loc) · 2.04 KB
/
stylez.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
122
123
124
125
126
127
128
html {
height: 100%;
width: 100%;
}
body {
height: 600px;
width: 1200px;
background: -webkit-radial-gradient( 200% 000%, white, blue, black);
background-size: 2000 2000;
}
.container {
height: 100%;
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-around;
border: solid 2px black;
}
.wrapper {
background-color: rgba(220, 160, 00, .8);
padding: 0px;
border: solid 5px black;
display: flex;
flex-direction: row;
justify-content: space-around;
}
.texticles{
font-size: 50px;
background-color: red;
}
.heading {
/*max-height: 5%;*/
background: -webkit-radial-gradient( 100% 000%, black, blue);
/*padding: 0px;*/
font-size: 1.5em;
/*font-weight: 1000;*/
/*width: 100%;*/
text-align: center;
color: white;
font: sans-serif;
}
.nav {
display: flex;
justify-content: space-around;
flex-direction: row;
list-style: none;
}
.nav li {
background-color: white;
padding: 20px;
margin: 10px;
border-radius: 40%;
}
svg {
/*background: -webkit-radial-gradient( 10% 000%, black, white);*/
/*background-repeat: no-repeat;*/
/*width: 3000px;*/
/*margin: 0 auto;*/
}
.node {
cursor: pointer;
/*stroke: #3182bd;*/
stroke-width: 1.5px;
text-align: center;
}
}
.node:hover {
color: rgba(200, 50, 200, 1.0 );
}
.canvas {
border: solid 2px black;
height: 600px;
width: 700px;
}
.link {
fill: none;
stroke: black;
stroke-width: 1.5px;
}
#treeBackground {
background-image: url('http://clippingfile.com/wp-content/uploads/2010/10/CF-background-31.jpg');
}
#packingBackground {
background-image: url("http://www.dailydesktop.eu/data/media/18/Nanotubes.jpg ");
/*background-image: url('http://clippingfile.com/wp-content/uploads/2010/10/CF-background-31.jpg');*/
}
#forceBackground {
background-image: url('http://www.vrijwilligerswerk-buitenland-wegwijzer.nl/wp-content/uploads/2013/12/simple-blue-opera-background-light-49001.jpg');
}
.sideBar {
background-color: black;
border: solid 2px white;
color: white;
width: 20%;
}