Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Link Flair code */
- .linkflairlabel {
- max-width: none;
- font-weight: bold;
- color: #FFF;
- text-shadow: #000 0 0 4px;
- border-radius: 3px;
- box-shadow: 0 0 3px black;
- }
- .linkflair-testing .linkflairlabel {
- background: #777;
- border: 1px ridge #ddd;
- }
- .linkflair-spoiler .linkflairlabel {
- background: #44d;
- border: 1px ridge #bbf;
- }
- .linkflair-spoiler .title .may-blank {
- color: #000;
- background: #000;
- }
- .linkflair-spoiler .title:hover .may-blank {
- color: #0000EE;
- background: none;
- }
- .linkflair-spoiler .title:visited {
- color: #551A8B;
- background: #fff;
- }
- .linkflair-spoiler .title:visited .title:hover {
- color: #551a8b;
- }
- .linkflair-spoiler .title:visited .title:active .title:hover {
- color: #551a8b;
- background: #eef;
- }
Advertisement
Add Comment
Please, Sign In to add comment