jupiterthemes

Theme Base Template

Jun 30th, 2013
2,629
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <html lang="en">
  2.  
  3. <head>
  4.  
  5. <title>{title}</title>
  6. <link rel="shortcut icon" href="{Favicon}"/>
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10. <style type="text/css">
  11.  
  12. body{
  13. color:black;
  14. font-family:verdana;
  15. font-size:10px;
  16. background-color:pink;
  17. }
  18.  
  19.  
  20. #cent{
  21. width:508px;
  22. margin-left:400px;
  23. background-color:#fff;
  24. position:absolute;
  25. padding:5px;
  26. }
  27.  
  28. #post{
  29. padding:2px;
  30. background-color:#fff;
  31. width:500px;
  32. float:left;
  33. margin:2px;
  34. }
  35.  
  36. #description{
  37. background-color:#fff;
  38. width:200px;
  39. margin-top:8px;
  40. margin-left:150px;
  41. position:fixed;
  42. padding:3px;
  43. }
  44.  
  45. {CustomCSS]</style>
  46.  
  47. </head>
  48. <body>
  49.  
  50. <div id="description">
  51.  
  52. Hello, welcome to my blog.
  53.  
  54. </div>
  55.  
  56. <div id="cent">
  57.  
  58. {block:Posts}
  59.  
  60. <div id="post">
  61.  
  62. {block:Title}{Title}{/block:Title}
  63.  
  64. {block:Text}{Body}{/block:Text}
  65.  
  66. {block:Photo}
  67. <a href="{permalink}"><img src="{PhotoURL-500}" width="500"/></a>
  68. {/block:Photo}
  69.  
  70. {block:Photoset}
  71. {Photoset-500}
  72. {/block:Photoset}
  73.  
  74.  
  75. {block:Quote}
  76. {Quote}
  77. <div align="right">
  78. {block:Source}-{Source}{/block:Source}
  79. </div>
  80. {/block:Quote}
  81.  
  82.  
  83. {block:Video}
  84. {Video-500}<br>
  85. {PlayCountWithLabel}
  86. {/block:Video}
  87.  
  88.  
  89. {block:Link}
  90. <a href="{URL}" class="link" {Target}>{Name}</a><BR>
  91. {block:Description}{Description}{/block:Description}
  92. {/block:Link}
  93.  
  94. {block:Chat}
  95. {block:Lines}
  96. {block:Label}
  97. <br>{Label}
  98. {/block:Label}
  99. &nbsp;{Line}
  100. {/block:Lines}
  101. {/block:Chat}
  102.  
  103. {block:Audio}
  104. {AudioPlayerGrey}
  105. <br><div align="right">{block:Artist}
  106. Artist: {Artist}</div>
  107. {/block:Artist}<br>
  108. {block:Caption}{Caption}{/block:Caption}
  109. {/block:Audio}
  110.  
  111.  
  112. {block:Answer}
  113. {Asker} asked <b>{Question}</b><Br>
  114. {Answer}
  115. {/block:Answer}
  116.  
  117. {block:PermalinkPage}
  118. {block:Caption}
  119. {Caption}
  120. {/block:Caption}
  121. <br>
  122. {block:NoteCount}
  123. {NoteCount} notes
  124. {/block:NoteCount}
  125. <Br>
  126. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  127. {/block:PermalinkPage}
  128. </div>
  129.  
  130. {/block:Posts}
  131.  
  132. </div>
  133.  
  134. </body>
  135. </html>
Advertisement
Add Comment
Please, Sign In to add comment