Advertisement
Guest User

Theme code

a guest
Mar 24th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. h2 {
  2. font-size: {text:Post Title Size}px;
  3. margin:0px;
  4. line-height:100%;}
  5.  
  6. #question a {font-weight:bold;}
  7.  
  8. #mhold {
  9. display:inline-block;
  10. width:100px;
  11. height:100px;
  12. margin-bottom:3px;}
  13.  
  14. #mart {
  15. position:absolute;
  16. width:100px;
  17. height:100px;
  18. overflow:hidden;}
  19.  
  20. #mart img {
  21. width:100px;
  22. position:absolute;}
  23.  
  24. #mart2 {
  25. position:absolute;
  26. width:100px;
  27. height:100px;}
  28.  
  29. #mhold2 {
  30. position:absolute;
  31. display:inline-block;
  32. height:86px;
  33. margin-left:6px;}
  34.  
  35. #mart2 {background-color:{color:post background};}
  36. #mhold2 {
  37. border:1px solid {color:borders};
  38. padding:6px;}
  39. #question {border-style:solid;
  40. border-color: {color:borders};
  41. border-width:0px 0px 1px 0px;
  42. padding-bottom:2px;
  43. margin-bottom:2px;}
  44. #posts {
  45. background-color:{color:post background};
  46. border-color: {color:borders};}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement