Advertisement
biomagnet

Plurk Hover Text

May 12th, 2016
562
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. a[href='/PLURKNAME']:hover:after{
  2. background: #333;
  3. background-color: #fff;
  4. border-color: #ddd;
  5. border: 1px solid #ddd;
  6. border-radius: 5px;
  7. bottom: 102%;
  8. color: #000000;
  9. left: 0%;
  10. padding: 5px 15px;
  11. position: absolute;
  12. z-index: 98;
  13. width: auto;
  14. content : 'NAME (character @ GAME)';
  15. }
  16.  
  17.  
  18.  
  19. NOTE: requires the forwardslash / to remain before the plurk name. Plurk names are case sensitive to the URLs of the users. Content must retain quotation marks " around the text you would like to use.
  20. To make a Stylish script (to work on all areas of plurk, including other timelines), use the following before continuing to add sections as normal:
  21.  
  22. @namespace url(http://www.w3.org/1999/xhtml);
  23. @-moz-document domain("plurk.com") {
  24.  
  25. a[href='/PLURKNAME']:hover:after{
  26. background: #333;
  27. background-color: #fff;
  28. border-color: #ddd;
  29. border: 1px solid #ddd;
  30. border-radius: 5px;
  31. bottom: 102%;
  32. color: #000000;
  33. left: 0%;
  34. padding: 5px 15px;
  35. position: absolute;
  36. z-index: 98;
  37. width: auto;
  38. content : 'NAME (character @ GAME)';
  39. }
  40.  
  41. /*New sections for extra users go ^^ ABOVE ^^ this line. This } bracket vv BELOW vv ends the Stylish code.*/
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement