-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
51 lines (50 loc) · 757 Bytes
/
Copy pathmain.css
File metadata and controls
51 lines (50 loc) · 757 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
.posts-wrapper {
width: 50%;
margin: 20px auto;
border: 1px solid;
}
.post {
width: 90%;
margin: 20px auto;
padding: 10px 5px 0px 5px;
border: 1px solid;
}
.post-info {
margin: 10px auto 0px;
padding: 5px;
}
.fa {
font-size: 1.2em;
}
.fa-thumbs-down, .fa-thumbs-o-down {
transform:rotateY(180deg);
}
.logged_in_user {
padding: 10px 30px 0px;
}
i {
color: blue;
}
.button {
background-color: #84B59F;
border: none;
color:#ffffff;
padding: 7px 65px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 13px;
cursor: pointer;
}
.button:hover {background-color: #4C6656}
.right{
float:right;
margin-bottom: 3%;
}
.left{
float:left;
}
.content{
text-align: center;
color: #707070;
}