-
-
Save jingyuan/3906723 to your computer and use it in GitHub Desktop.
disqus css theme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#dsq-global-toolbar | |
.dsq-clearfix { | |
display: none; | |
} | |
#dsq-comments-title h3 { | |
} | |
#disqus_thread { | |
width: 730px !important; | |
padding:12px; | |
margin-bottom:-10px; | |
} | |
#disqus_thread h3 { | |
padding-bottom:.5em; | |
} | |
#dsq-content div.dsq-options { | |
background:none; | |
padding-bottom:0px; | |
} | |
#dsq-comments li.dsq-comment { | |
margin-top:12px | |
margin-bottom:6px; | |
margin-bottom:12px; | |
padding:12px; | |
-moz-box-shadow:0 0 8px #DDDDDD; | |
-webkit-box-shadow:0 0 8px #DDDDDD; | |
box-shadow:0 0 8px #DDDDDD; | |
text-shadow:0 1px 0 #eee; | |
border-bottom:2px solid #dfdfd9; | |
-moz-border-radius: 5px; | |
-webkit-border-radius: 5px; | |
} | |
#dsq-content div.dsq-post-area { | |
padding:12px; | |
-moz-box-shadow:0 0 8px #DDDDDD; | |
-webkit-box-shadow:0 0 8px #DDDDDD; | |
box-shadow:0 0 8px #DDDDDD; | |
text-shadow:0 1px 0 #eee; | |
border-bottom:2px solid #dfdfd9; | |
-moz-border-radius: 5px; | |
-webkit-border-radius: 5px; | |
} | |
#dsq-content .dsq-comment-header { | |
background-color: #eeeeee; | |
background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#eeeeee)); | |
background-image: -webkit-linear-gradient(top, #eeeeee, #eeeeee); | |
background-image: -moz-linear-gradient(top, #eeeeee, #eeeeee); | |
background-image: -ms-linear-gradient(top, #eeeeee, #eeeeee); | |
background-image: -o-linear-gradient(top, #eeeeee, #eeeeee); | |
background-image: linear-gradient(to bottom, #eeeeee, #eeeeee); | |
} | |
.dsq-brlink { | |
display:none; | |
} | |
#dsq-content .dsq-comment-message { | |
background:transparent; | |
padding:10px; | |
} | |
#dsq-content #dsq-authenticate .dsq-login-buttons { | |
background:none; | |
background-image:none; | |
margin-bottom:0; | |
} | |
#dsq-content #dsq-form-area .dsq-textarea .dsq-textarea-wrapper, | |
#dsq-content #dsq-form-area .dsq-post-fields .dsq-input-wrapper { | |
border: 1px solid #ccc; | |
} | |
#dsq-new-post div.dsq-request-user-info { | |
background:none; | |
padding-bottom:0px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment