-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpushshift.css
More file actions
70 lines (56 loc) · 900 Bytes
/
pushshift.css
File metadata and controls
70 lines (56 loc) · 900 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
body {
font: normal x-small verdana,arial,helvetica,sans-serif;
background-color: #222222;
width: 100%;
font-size: 13px;
}
.content{
width: 100%;
}
.comment {
padding: 6px;
margin-left: 8px;
color: white;
}
.post, .post_thread {
padding: 8px;
width: 100%;
margin-bottom: 8px;
background-color: #333333;
color: #dfdfdf;
}
.post_thread{
display: flex;
}
.user {
padding: 2px;
margin-left: 4px;
}
.title {
padding: 2px;
font-size: 14px;
font-weight: bold;
}
.postbody {
padding: 4px;
margin-left: 6px;
font-style: italic;
}
.headerimg {
width: 100%;
height: 400px;
background-image: url("header.jpg");
}
.foot{
font-size: 12px;
color: hotpink;
}
a:link {
color: #ffffff;
}
a:visited {
color: #aaaaaa;
}
a:hover{
color: hotpink;
}