Created
March 18, 2017 15:29
-
-
Save zYeoman/d28c427519600b66b05724dcf72d7aee to your computer and use it in GitHub Desktop.
多说评论css
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
#ds-reset a.ds-user-name[data-user-id='id']:after { | |
content: "魔法笔记的记录者"; | |
margin-left: 6px; | |
font-size: 12px; | |
color: #13BF20; | |
background: rgba(255, 255, 255, .35); | |
border-radius: 4px; | |
padding: 0 3px; | |
} | |
#ds-thread #ds-reset li.ds-post-placeholder { | |
text-align: center; | |
color: #999; | |
padding: 4em 0; | |
} | |
#ds-smilies-tooltip ul.ds-smilies-tabs { | |
width: 119px; | |
position: absolute; | |
top: 0; | |
left: 0; | |
height: 140px; | |
overflow-y: auto; | |
background: #f8f8f8; | |
border-right: 1px solid #ccc; | |
border-top-left-radius: 3px; | |
border-bottom-left-radius: 3px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment