-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
56 lines (46 loc) · 772 Bytes
/
styles.css
File metadata and controls
56 lines (46 loc) · 772 Bytes
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
.spaced-out {
margin: 10px;
}
.spaced-out-nametag {
margin-top: 5px;
margin-right: 5px;
}
.spaced-out-signup {
margin:right: 10px;
}
.spaced-out-top {
margin-top: 20px;
}
.circle-image {
border-radius: 50%;
border: 1px solid black;
}
.nav {
position: fixed !important;
top: 0px;
left: 0;
right: 0;
z-index: 10;
background-color: hsl(171, 100%, 41%) !important;
box-shadow: 1px 1px 10px #555555 !important;
}
.hero-body {
margin-top: 50px;
}
.image.is-64x64 {
height: 120px;
width: 120px;
}
span.tag a {
color: white;
}
.media {
overflow: scroll;
}
.media {
-ms-overflow-style: none; /* IE 10+ */
overflow: -moz-scrollbars-none; /* Firefox */
}
.media::-webkit-scrollbar {
display: none; /* Safari and Chrome */
}