-
Notifications
You must be signed in to change notification settings - Fork 2
/
style.css
90 lines (70 loc) · 891 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
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
.navbar {
background: white;
}
body {
background: rgb(134,167, 190);
}
.form-inline > button {
margin: auto 1vh;
}
.footer {
font-size: 80%;
height: 5vh;
}
main {
margin-bottom: 10vh;
}
.form-group {
margin: 1vh;
}
.card {
width: 80%;
margin: auto;
margin-top: 3vh;
}
.num-of-comments {
margin: auto 10vh;
}
.see-thread {
position: absolute;
bottom: 1vh;
right: 10vh;
}
.rating {
border: 1px solid rgba(0,0,0,.1);
padding: 1vh;
margin: 1vh;
}
.rating > button {
margin: 1vh;
}
.hide {
display: none;
}
.user-card {
width: 100%;
}
.posts {
margin: auto;
}
.posts > button {
width: 40vw;
}
.user-info {
border: 1px solid rgba(0,0,0,.1);
}
.user-output {
margin: 2vh;
}
.user-icon {
position: absolute;
top: 2vh;
right: 2vw;
}
.my-posts, .all-posts{
width: 40vw;
margin-bottom: 0;
}
.card-center {
border: none;
}