-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
57 lines (48 loc) · 1.24 KB
/
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
49
50
51
52
53
54
55
56
57
::placeholder{
text-align: center;
font-size: 14px;
color: gray;
background-position: 40%;
background-size: 6%;
background-image: url(img/search-solid.svg);
background-repeat: no-repeat;
}
input.empty {
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
background-color: #FAFAFA;
}
.postuserfont {
font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 15px;
color: black;
}
.storyphoto {
width: 50px;
height: 60px;
border-radius: 50%;
border: 2px solid rgb(238, 39, 82);
margin-right: 7px;
}
.storytext {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 12px;
color: black;
}
.rightpanellinks {
text-decoration: none;
color: lightgrey;
}
.rightpanellinks:hover {
text-decoration: none;
color: lightgrey;
}
nav{
height: 54px;
background-color: white;
}
.logo{
margin-left: 192px;
}