Zemedelphos

.linkflair-spoiler

Oct 30th, 2015
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.56 KB | None | 0 0
  1. /* Link Flair code */
  2. .linkflairlabel {
  3.     max-width: none;
  4.     font-weight: bold;
  5.     color: #FFF;
  6.     text-shadow: #000 0 0 4px;
  7.     border-radius: 3px;
  8.     box-shadow: 0 0 3px black;
  9. }
  10.  
  11. .linkflair-testing .linkflairlabel {
  12.     background: #777;
  13.     border: 1px ridge #ddd;
  14. }
  15.  
  16. .linkflair-spoiler .linkflairlabel {
  17.     background: #44d;
  18.     border: 1px ridge #bbf;
  19. }
  20.  
  21. .linkflair-spoiler .title {
  22.     color: #000;
  23.     background: #000;
  24. }
  25.  
  26. .linkflair-spoiler .title:hover {
  27.     color: #000;
  28.     background: none;
  29. }
  30.  
  31. .linkflair-spoiler .title:visited {
  32.     background: none;
  33. }
Advertisement
Add Comment
Please, Sign In to add comment