Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*SOCIAL BOX BY PAINTHEMES*/
- /*style of your box*/
- #social{
- z-index:999999;
- position:fixed;
- top:40px;
- right:10px;
- width:auto;
- max-width:200px;
- padding:10px;
- height:auto;
- text-align:right;
- }
- /*style of the title*/
- .tt{
- color:{color:accent}; /*color of your title text*/
- padding-right:5px;
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:12px;
- border-right:1px solid {color:aacent};
- }
- /*style of your bolded text*/
- b1{
- font-style:italic;
- font-weight:bold;
- }
- /*delete if you don't want your links with underline*/
- #social a{border-bottom:1px solid {color:accent};}
- #social a:hover{border-bottom:1px solid {color:text};}
- /*delete if you don't want your links with underline*/
- /*SOCIAL BOX BY PAINTHEMES*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement