Advertisement
paigge96

Theme 002

Jul 30th, 2014
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.83 KB | None | 0 0
  1. <!
  2. THEME BY SRYIMLATE
  3. PLEASE DO NOT STEAL
  4. CHANGE ANYTHING YOU WANT EXCEPT CREDIT
  5. QUESTIONS?: sryimlate.tumblr.com/message
  6. ENJOY
  7. >
  8.  
  9. <html>
  10. <head>
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14.  
  15. <style type="text/css">
  16.  
  17. iframe#tumblr_controls {top: 0% !important;right:0% !important; position: fixed !important;}
  18.  
  19. a:link {text-decoration: none; color: {color:Links};}
  20. a:visited {text-decoration: none; color: {color:Links};}
  21. a:hover {text-decoration: none; color: {color:Link Hover};}
  22. a:active {text-decoration: none; color: {color:Link Hover};}
  23.  
  24. body {
  25. background-image: url({image:Background Image});
  26. background-color: {color:Background Color};
  27. background-position: fixed;
  28. font-family: "cambria";
  29. font-size: 11px;
  30. color: {color:Text};
  31. }
  32.  
  33. #posts {
  34. margin-left: 200px;
  35. margin-top: 10px;
  36. margin-bottom: 5px;
  37. padding: 10px;
  38. width: 500px;
  39. border: {color:Text} double 3px;
  40. }
  41.  
  42. #info {
  43. margin-top: 5px;
  44. padding: 5px;
  45. background: {color:Highlight};
  46. }
  47.  
  48. .titles {
  49. font-family: "Rosewood";
  50. font-size: 20px;
  51. }
  52.  
  53. .sb {
  54. text-align: center;
  55. right: 230px;
  56. position: fixed;
  57. margin-top: 250px;
  58. width: 250px;
  59. }
  60.  
  61. .description {
  62. text-align: center;
  63. padding: 5px;
  64. background: {color:Highlight};
  65. border: {color:Links} solid 1px;
  66. }
  67.  
  68. .links {
  69. margin-top: 5px;
  70. padding: 2px;
  71. background: {color:Highlight};
  72. border: {color:Links} solid 1px;
  73. }
  74.  
  75. .pagination {
  76. font-size: 15px;
  77. font-weight: bold;
  78. }
  79.  
  80. .permalink {
  81. margin-left: 200px;
  82. margin-top: 10px;
  83. margin-bottom: 5px;
  84. padding: 10px;
  85. width: 500px;
  86. border: {color:Text} double 3px;
  87. }
  88.  
  89. img.sidebar {
  90. right: 200px;
  91. position: fixed;
  92. height: 100%;
  93. width: 300px;
  94. border: {color:Text} double 3px;
  95. }
  96.  
  97. </style>
  98. </head>
  99.  
  100. <meta name="image:Sidebar" content=""/>
  101. <meta name="color:Background Color" content=""/>
  102. <meta name="color:Highlight" content=""/>
  103. <meta name="color:Text" content=""/>
  104. <meta name="color:Links" content""/>
  105. <meta name="color:Link Hover" content""/>
  106.  
  107. <meta name="text:Link 01" content""/>
  108. <meta name="text:Link 01 Title" content""/>
  109. <meta name="text:Link 02" content""/>
  110. <meta name="text:Link 02 Title" content""/>
  111. <meta name="text:Link 03" content""/>
  112. <meta name="text:Link 03 Title" content""/>
  113.  
  114. <meta name="if:Link01" content""/>
  115. <meta name="if:Link02" content""/>
  116. <meta name="if:Link03" content""/>
  117.  
  118. <body>
  119.  
  120. <!-- SIDEBAR -->
  121.  
  122. <img class="sidebar" src="{image:Sidebar}">
  123.  
  124. <div class="sb">
  125. <div class="description">
  126. <p><strong>{Title}</strong></p>
  127. <p><em>{Description}</em></p>
  128. </div>
  129.  
  130. <!-- LINKS -->
  131.  
  132. <div class="links">
  133. <a class="link" href="/">Home</a><br>
  134. </div>
  135. <div class="links">
  136. <a class="link" href="/ask">Mail</a>
  137. </div>
  138. {block:IfLink01}
  139. <div class="links">
  140. <a class="link" href="{text:Link 01}">{text:Link 01 Title}</a>
  141. </div>
  142. {/block:IfLink01}
  143. {block:IfLink02}
  144. <div class="links">
  145. <a class="link" href="{text:Link 02}">{text:Link 02 Title}</a>
  146. </div>
  147. {/block:IfLink02}
  148. {block:IfLink03}
  149. <div class="links">
  150. <a class="link" href="{text:Link 03}">{text:Link 03 Title}</a>
  151. </div>
  152. {/block:IfLink03}
  153. <div class="links">
  154. <a class="link" href="http://sryimlate.tumblr.com">Credit</a>
  155. </div>
  156.  
  157. <!-- PAGINATION -->
  158.  
  159. {block:Pagination}<div class="pagination">
  160. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>{/block:PreviousPage}
  161. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  162. </div>{/block:Pagination}
  163.  
  164. </div>
  165.  
  166. <!-- POSTS -->
  167.  
  168. {block:Posts}
  169.  
  170. <div id="posts">
  171.  
  172. {block:Text}
  173. {block:Title}<div class="titles">{Title}</div>{/block:Title}
  174.  
  175. {Body}
  176. {/block:Text}
  177.  
  178. {block:Photo}
  179. {LinkOpenTag}
  180. <a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%" /></a>
  181. {LinkCloseTag}
  182. <br>{block:Caption}{Caption}{/block:Caption}
  183. {/block:Photo}
  184.  
  185. {block:Panorama}
  186. {LinkOpenTag}
  187. <a href="{permalink}"><img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/></a>
  188. {LinkCloseTag}
  189. <br>{block:Caption}{Caption}{/block:Caption}
  190. {/block:Panorama}
  191.  
  192. {block:Photoset}
  193. {Photoset-500}
  194. <br>{block:Caption}{Caption}{/block:Caption}
  195. {/block:Photoset}
  196.  
  197. {block:Quote}
  198. <div class="titles">"{Quote}"</div>
  199. <br>{block:Source}-{Source}{/block:Source}
  200. {/block:Quote}
  201.  
  202. {block:Link}
  203. <div class="links"><a href="{URL}" target="_blank">
  204. {Name}</a></div>
  205. <br>{block:Description}{Description}{/block:Description}
  206. {/block:Link}
  207.  
  208. {block:Chat}
  209. {block:Title}<div class="titles">{Title}</div>{/block:Title}
  210. {block:Lines}<br>{block:Label}<strong>{Label}</strong>{/block:Label}&nbsp;<em>{Line}</em>{/block:Lines}
  211. {/block:Chat}
  212.  
  213. {block:Audio}
  214. {AudioPlayer}
  215. <br>{block:Caption}{Caption}{/block:Caption}
  216. <br>{block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}
  217. {/block:Audio}
  218.  
  219. {block:Video}
  220. {Video-500}
  221. <br>{block:Caption}{Caption}{/block:Caption}
  222. {block:Video}
  223.  
  224. {block:Answer}
  225. <strong>{Asker}&nbsp;said:
  226. </strong>&nbsp;{Question}
  227.  
  228. <p>{block:Answerer}<strong>{Answerer}&nbsp;replied:
  229. </strong>{/block:Answerer}
  230. &nbsp;<blockquote>{Answer}</blockquote>
  231. {/block:Answer}
  232.  
  233. <!-- POST INFO -->
  234.  
  235. <div id="info">
  236.  
  237. Posted {block:ContentSource}from <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource} {TimeAgo} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  238. </br>{block:Tags}<a href="{TagURL}">#{Tag}&nbsp;</a>{block:Tags}
  239.  
  240. </div>
  241.  
  242. </div>
  243.  
  244. <!-- PERMALINK -->
  245.  
  246. {block:PostNotes}
  247.  
  248. <div class="permalink">
  249. {PostNotes}
  250. </div>
  251.  
  252. {/block:PostNotes}
  253.  
  254. </body>
  255.  
  256. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement