Dreamwidth - Return of Shifty

Reverts the shifty-eyed subject line emote to its original form.

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
  1. /* ==UserStyle==
  2. @name Dreamwidth - Return of Shifty
  3. @description Reverts the shifty-eyed subject line emote to its original form.
  4. @version 1.0
  5. @namespace https://greasyfork.org/users/3759
  6. ==/UserStyle== */
  7.  
  8. @-moz-document domain("dreamwidth.org") {
  9.  
  10. img[src*="https://www.dreamwidth.org/img/talk/sm10_eyes.gif"] {
  11. width: 0 !important;
  12. height: 0 !important;
  13. background: none !important;
  14. background-repeat: no-repeat !important;
  15. padding: 12px 24px 0px 0px !important;
  16. vertical-align: text-bottom !important;
  17. background-image: url(http://i.imgur.com/1MDfxq6.gif) !important;
  18. }
  19. }