Advertisement
onediewreckshun

Askbox Background

Feb 19th, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. 1. paste this before </style> and remember to change the word IMAGEURL to whatever picture you want as your askbox background image! (and if you don’t want a picture and just want to change the color, erase the word IMAGEURL and change #000 to whatever color you want from colorpicker.com)
  2.  
  3. .askbox {
  4.  
  5. background-image: url('IMAGEURL')
  6.  
  7. background-color:#000;
  8.  
  9. margin-bottom: 0px;
  10.  
  11. padding: 8px;
  12.  
  13. text-align: justify;
  14.  
  15. border-radius: 5px;}
  16.  
  17. 2. i’m assuming you already have a faq page (http://kimsjongin.tumblr.com/post/37369550098) or a popup ask (http://kimsjongin.tumblr.com/post/39755081087) so paste this before <iframe in the askbox code:
  18.  
  19. <div class="asky">
  20.  
  21. and put </div> after </iframe>
  22.  
  23. That’s all :) Message me (http://kimsjongin.tumblr.com) if you have any problems!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement