Advertisement
Guest User

Tumblr Theme Base Code (Unindented)

a guest
Sep 4th, 2012
5,562
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}
  8. <meta name="description" content="{MetaDescription}" />
  9. {/block:Description}
  10.  
  11. <!--
  12. BASE HTML/CSS/TUMBLR CODE BY EXCOLO [ excolo.tumblr.com ]
  13. -->
  14.  
  15. <style type="text/css">
  16. body {
  17. font-family:Lucida Sans Unicode, Lucida Grande, Arial, sans serif;
  18. font-size:12px;
  19. color:#585858;
  20. margin:0px;
  21. padding:0px;
  22. }
  23.  
  24. a {
  25. color:#32c582;
  26. text-decoration:none;
  27. }
  28.  
  29. a:hover {
  30. color:#329ac5;
  31. }
  32.  
  33. #container {
  34. width:760px;
  35. margin:20px 0px 20px 100px;
  36. }
  37.  
  38. #sidebar {
  39. float:left;
  40. width:200px;
  41. background:#eeed7d;
  42. padding:10px;
  43. }
  44.  
  45. #sidebar h1 {
  46. margin:0px 0px;
  47. }
  48.  
  49. .description {
  50.  
  51. }
  52.  
  53. .links {
  54.  
  55. }
  56.  
  57. #content {
  58. width:520px;
  59. float:right;
  60. }
  61.  
  62. .post {
  63. background:#f3c3ff;
  64. padding:10px;
  65. margin:0px 0px 20px 0px;
  66. }
  67.  
  68. .post .meta {
  69. text-align:right;
  70. }
  71.  
  72. #postnotes {
  73.  
  74. }
  75.  
  76. {CustomCSS}
  77. </style>
  78.  
  79. </head>
  80.  
  81. <body>
  82. <div id="container">
  83.  
  84. <div id="sidebar">
  85. <h1>{Title}</h1>
  86.  
  87. {block:Description}
  88. <div class="description">
  89. {Description}
  90. </div>
  91. {/block:Description}
  92.  
  93. <div class="links">
  94. {block:AskEnabled}<a href="/ask">{AskLabel}</a>{/block:AskEnabled}
  95. {block:SubmissionsEnabled}<a href="/submit">{SumbitLabel}</a>{/block:SubmissionsEnabled}
  96. {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  97. <a href="/archive">Archive</a>
  98. <a href="{RSS}">RSS</a>
  99. </div>
  100.  
  101. <div class="pagnition">
  102. {block:PreviousPage}<a href="{PreviousPage}">&#171; Previous</a>{/block:PreviousPage}
  103. {block:NextPage}<a href="{NextPage}">Next &#187;</a>{/block:NextPage}
  104. </div>
  105. </div>
  106.  
  107. <div id="content">
  108. {block:Posts}
  109. <div class="post">
  110. {block:Text}
  111. {block:Title}
  112. <h3><a href="{Permalink}">{Title}</a></h3>
  113. {/block:Title}
  114.  
  115. {Body}
  116. {/block:Text}
  117.  
  118. {block:Photo}
  119. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  120.  
  121. {block:Caption}
  122. <div class="caption">{Caption}</div>
  123. {/block:Caption}
  124. {/block:Photo}
  125.  
  126. {block:Photoset}
  127. {Photoset-500}
  128.  
  129. {block:Caption}
  130. <div class="caption">{Caption}</div>
  131. {/block:Caption}
  132. {/block:Photoset}
  133.  
  134. {block:Quote}
  135. "{Quote}"
  136.  
  137. {block:Source}
  138. <div class="source">{Source}</div>
  139. {/block:Source}
  140. {/block:Quote}
  141.  
  142. {block:Link}
  143. <a href="{URL}" class="link" {Target}>{Name}</a>
  144.  
  145. {block:Description}
  146. <div class="description">{Description}</div>
  147. {/block:Description}
  148. {/block:Link}
  149.  
  150. {block:Chat}
  151. {block:Title}
  152. <h3><a href="{Permalink}">{Title}</a></h3>
  153. {/block:Title}
  154.  
  155. <ul class="chat">
  156. {block:Lines}
  157. <li class="{Alt} user_{UserNumber}">
  158. {block:Label}
  159. <span class="label">{Label}</span>
  160. {/block:Label}
  161.  
  162. {Line}
  163. </li>
  164. {/block:Lines}
  165. </ul>
  166. {/block:Chat}
  167.  
  168. {block:Video}
  169. {Video-500}
  170.  
  171. {block:Caption}
  172. <div class="caption">{Caption}</div>
  173. {/block:Caption}
  174. {/block:Video}
  175.  
  176. {block:Audio}
  177. {AudioPlayerBlack}
  178.  
  179. {block:Caption}
  180. <div class="caption">{Caption}</div>
  181. {/block:Caption}
  182. {/block:Audio}
  183.  
  184. <div class="meta">
  185. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  186. {block:NoteCount}<a href="{Permalink}#postnotes">{NoteCountWithLabel}</a>{/block:NoteCount}
  187. </div>
  188.  
  189. {block:PermalinkPage}
  190. {block:PostNotes}
  191. <div id="postnotes">
  192. {PostNotes}
  193. </div>
  194. {/block:PostNotes}
  195. {/block:PermalinkPage}
  196. </div>
  197. {/block:Posts}
  198. </div>
  199.  
  200. </div>
  201. </body>
  202. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement