Advertisement
Guest User

One Page Showcase Theme

a guest
Nov 19th, 2015
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. <link href="/normalize.css" rel="stylesheet">
  4. <style>{TitleFont}
  5. header {
  6. text-align: center;
  7. }
  8. body {background-color: {BackgroundColor}
  9. }
  10. body {
  11. text-align: center;
  12. }
  13.  
  14. h1{
  15. font-family: {Titlefont};
  16. font-size: 39px;
  17. font-style: normal;
  18. font-variant: normal;
  19. font-weight: Bold;
  20. line-height: 53.9px;
  21. color: {TitleColor}
  22. }
  23.  
  24. h3 {
  25. font-family: {Titlefont};
  26. font-size: 14px;
  27. font-style: normal;
  28. font-variant: normal;
  29. font-weight: {TitleFontWeight};
  30. line-height: 15.4px;
  31. color: {TitleColor}
  32. }
  33. p {
  34. font-family: {Titlefont};
  35. font-size: 14px;
  36. font-style: normal;
  37. font-variant: normal;
  38. font-weight: {TitleFontWeight};
  39. line-height: 20px;
  40. color: {TitleColor}
  41. }
  42. blockquote {
  43. font-family: {Titlefont};
  44. font-size: 21px;
  45. font-style: normal;
  46. font-variant: normal;
  47. font-weight: {TitleFontWeight};
  48. line-height: 30px;
  49. color: {TitleColor}
  50. }
  51. pre {
  52. font-family: {Titlefont};
  53. font-size: 13px;
  54. font-style: normal;
  55. font-variant: normal;
  56. font-weight: {TitleFontWeight};
  57. line-height: 18.5714px;
  58. color: {TitleColor}
  59. }
  60. </style>
  61. </head>
  62. <body>
  63.  
  64. <header>{block:HideTitle} <img src="{HeaderImage}" {/block:HideTitle}<h1>{block:ShowTitle}{title}{/block:ShowTitle}</h1> <h3>{block:ShowDescription}{description} {/block:ShowDescription}</p>
  65. </header>
  66.  
  67.  
  68.  
  69.  
  70.  
  71. {block:Posts}{block:Text}
  72. <li class="post text">
  73. {block:Title}
  74. {/block:Title}{Body}
  75. </li>
  76. {/block:Text}{block:Photo}
  77. <li class="post photo">
  78. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  79.  
  80. <
  81.  
  82. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement