forked from sciooga/v2ex-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathv2ex_tab.css
More file actions
46 lines (41 loc) · 733 Bytes
/
v2ex_tab.css
File metadata and controls
46 lines (41 loc) · 733 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
span.preview, span.pass
{
cursor: pointer;
}
span.preview:hover, span.pass:hover
{
border-bottom: 1px solid;
}
div.previewWindow
{
display: none;
border: 1px solid #e2e2e2;
border-radius: 3px;
margin: 10px 4px;
padding: 12px 5px 0px;
text-align: left;
}
div.previewWindow div.subtle
{
margin-top: 16px;
padding: 0px;
border-left: none;
border-bottom: none;
background: transparent;
}
p.previewWindowEnd
{
margin: 12px 0px 0px;
padding: 6px 0px 2px;
color: #778087;
text-align: right;
font-size: 14px;
line-height: 1.6;
border-top: 1px solid #e2e2e2;
}
p.previewWindowEnd span
{
margin-right: 6px;
margin-bottom: 0px;
cursor: pointer;
}