Advertisement
planthed

Popup about No. 1 Step 1

Apr 17th, 2016
1,482
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. /*LAYOUT BY PAINTHEMES.TUMBLR.COM*/
  2.  
  3. #face img{
  4. width:120px; /*if you want to increase the width of your image, you need to change the margin left of #about as well*/
  5. height:auto;
  6. position:absolute;
  7. opacity:1;
  8. }
  9.  
  10. #about{
  11. margin-left:135px; /*change if you want to increase the width of the image*/
  12. padding:15px;
  13. line-height:16px;
  14. border-left:1px solid #ddd; /*change the border of the about*/
  15. width:330px;
  16. font-family:Muli;
  17. font-size:10px;
  18. color:{color:text};
  19. overflow:auto;
  20. height:200px; /*you can increase the height of your about if you want, anyway the box have an auto scrollbar*/
  21. }
  22.  
  23. #about b{
  24. color:{color:link}; /*color of the basic information */
  25. text-transform:uppercase;
  26. letter-spacing:1px;
  27. font-weight:normal;
  28. }
  29.  
  30. #about h2{
  31. font-family:Raleway;
  32. font-weight:normal;
  33. font-size:11px;
  34. border-bottom:1px solid #ddd; /*border of the basic information*/
  35. padding-bottom:5px;
  36. padding-top:4px;
  37. word-spacing:1px;
  38. color:{color:text};
  39. }
  40.  
  41. /*fonts*/
  42. @import url(https://fonts.googleapis.com/css?family=Raleway|Muli);
  43.  
  44. /*LAYOUT BY PAINTHEMES.TUMBLR.COM*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement