Advertisement
Hisabeel

Place custom backgrounds on posts

Oct 3rd, 2017
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.85 KB | None | 0 0
  1. Você apenas tem de procurar o seguinte código:
  2.     #entry{
  3.     margin:7px;
  4.     float:left;
  5.     font-size:10px;
  6.     line-height:13px;
  7.     text-transform:normal;
  8.     width:246px;
  9.     padding:14px;
  10.     background:{'URL DA IMAGEM'};
  11.     border:1px solid #eee;
  12.     }
  13.  
  14. Depois, você apaga {} e coloca a url da imagem entre as ''.
  15. E está feito! ;)
  16.  
  17.  
  18. x ----------------------------------------------------------------------------------------------------------------------------------- x
  19.  
  20.  
  21. You just have to search for the following code:
  22.     #entry{
  23.     margin:7px;
  24.     float:left;
  25.     font-size:10px;
  26.     line-height:13px;
  27.     text-transform:normal;
  28.     width:246px;
  29.     padding:14px;
  30.     background:{'URL OF THE IMAGE'};
  31.     border:1px solid #eee;
  32.     }
  33.  
  34. Then you delete {} and put the url of the image between the ''.
  35. And it's done! ;)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement