-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaskscience.css
79 lines (79 loc) · 1.52 KB
/
askscience.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
.linkinfo{
width:300px;
height:122px;
padding:0;
background:#FFF;
border:1px solid #DDD;
border-radius:0
}
.linkinfo .date{
margin:0 5px;
padding:5px 0;
border-bottom:1px solid #ECECEC;
font-size:12px;
font-weight:bold;
text-align:center
}
.linkinfo .date span{
font-size:0;color:#FFF
}
.linkinfo .date span:after{
content:"This post was submitted on ";
display:inline;
font-size:12px;
font-weight:normal;
color:#111
}
.linkinfo .score{
width:95px;
margin:7px 0 0 7px;
padding:10px 0;
display:inline-block;
border:none;
font-size:11px;
text-align:center
}
.linkinfo .score .number{
display:block;
font-size:20px;
font-weight:normal
}
.linkinfo .score .word{
display:none
}
.linkinfo .upvotes,.linkinfo .downvotes{
width:95px;
padding:10px 0;
display:inline-block;
border-left:1px solid #ECECEC;
font-size:12px;
text-align:center
}
.linkinfo .upvotes .number,.linkinfo .downvotes .number{
display:block;
position:relative;
top:1px;
font-size:20px
}
.linkinfo .upvotes .word,.linkinfo .downvotes .word{
display:none
}
.linkinfo .upvotes:after{
content:"signal";font-size:11px
}
.linkinfo .downvotes:after{
content:"noise";font-size:11px
}
.linkinfo .shortlink{
margin-top:0;
font-size:0;
text-align:center;
visibility:hidden
}
.linkinfo .shortlink input{
margin:7px 0 2px 0;
border:1px solid #DDD;
font-size:11px;
text-align:center;
visibility:visible
}