Guest User

Untitled

a guest
Oct 19th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.64 KB | None | 0 0
  1. body ul#sharebar {
  2.     background: #333;
  3.     border: 1px solid silver;
  4.     background-image: url("/wp-content/themes/twentyeleven/images/low_contrast_linen/low_contrast_linen.png");
  5.     background-repeat: repeat repeat;
  6.     box-shadow: inset 0 0 50px black;
  7.     -webkit-border-radius: 4px;
  8.     border-radius: 4px;
  9.     -moz-background-clip: padding;
  10.     -webkit-background-clip: padding-box;
  11.     background-clip: padding-box;
  12.     padding-left:5px;
  13.     padding-right:5px;
  14.     margin-left:10px;
  15.     margin-top: 5px;
  16. }
  17.  
  18. body ul#sharebar li:first-child {
  19.     margin-top: 10px;  
  20. }
  21.  
  22. body ul#sharebar li:last-child {
  23.     margin-top: 10px;  
  24. }
Add Comment
Please, Sign In to add comment