-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
48 lines (42 loc) · 863 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
46
47
48
.pic {
margin-top: 15px;
border-left: 20px;
border-right: 50px;
border-radius:2px;
//border: solid gray 1px;
box-shadow: 2px 2px 5px grey;
}
.no-height {
height: 0px;
}
.hoverable:hover {
background:rgba(0,0,0,0.2) !important;
}
.hoverable {
//background-color: black !important;
text-color: #0000ff;
text-decoration: underline;
}
.wordCloud {
border: solid black 1px;
border-radius: 5px;
width: 320px;
height: 270px;
overflow: auto;
}
.cloud {
width: 500px;
height: 500px;
}
.stat {
margin-top:30px;
background: solid gray 1px;
}
.profCard {
box-shadow: 0px 0px 0px 0px #000, 2px 1px 5px grey;
margin-top:-4px;
margin-left: 11px;
background: white;
background:rgb(233,234,237) !important;
margin-bottom: -4px;
}