-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathdisqus.css
64 lines (56 loc) · 1.36 KB
/
disqus.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
#disqus_thread {
font-family: Candara, Verdana, Tahoma, sans-serif;
margin: 40px 0 10px;
padding: 10px 0;
border-top: solid 1px #246;
}
#disqus_thread a {
color: #b74;
}
#disqus_thread a:hover {
text-decoration: underline;
}
#disqus_thread h3 {
color: #C8C9AC;
}
#disqus_thread button.dsq-button, #disqus_thread button.dsq-button-small {
border: solid 1px #346;
color: #dee;
}
.dsq-brlink {
position: absolute;
right: 30px;
bottom: 36px;
font-family: Candara, Verdana, Tahoma, sans-serif;
color: #dff;
opacity: 0.25;
}
#dsq-toolbar-dropdown-wrap {
z-index: 10;
}
#dsq-toolbar-dropdown-wrap ul li h4 {
font-size: 12px;
margin: 0;
}
#dsq-content-stub { /* loading */
color: #38a;
}
#disqus_thread #dsq-content .dsq-textarea .dsq-textarea-wrapper, #disqus_thread #dsq-content .dsq-input-wrapper {
border: 1px solid #134;
color: #eff;
background: #133144;
background: rgba(40,180,220,0.1);
}
#dsq-content input.dsq-trackback-url {
width: 25em;
background: #A0A7AD;
background: rgba(255,255,255,0.6);
}
#dsq-content .dsq-pagination img, #dsq-content #dsq-comments > img {
display: inline-block;
background: #fff;
border-radius: 3px;
-moz-border-radius: 3px;
padding: 5px;
border: 1px solid #ddd;
}