Advertisement
kimvisda

POLAROIDS THEME by notebookings

Jan 8th, 2014
570
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.35 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><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!----
  9.  
  10. POLAROIDS THEME
  11. by Kim (notebookings.tumblr.com)
  12.  
  13. please leave the credit intact where it has been placed, unless clearly shown elsewhere. thank you!
  14.  
  15. instructions:
  16. 1. go to your blog
  17. 2. click "customize" on the upper right hand corner
  18. 3. click "edit HTML" in the Customize sidebar
  19. 4. delete the existing code
  20. 5. paste this theme code
  21. 6. click "update preview"
  22. 7. click "save"
  23. 8. refresh to make further changes
  24.  
  25. --->
  26.  
  27. <meta name="color:Background" content="#ffffff"/>
  28. <meta name="color:Text" content="#000000"/>
  29. <meta name="color:Link" content="#000000"/>
  30. <meta name="color:linkhover" content="#000000"/>
  31. <meta name="color:bold" content="#000000"/>
  32. <meta name="color:italic" content="#000000"/>
  33. <meta name="color:asker bg" content="#e3e3e3"/>
  34. <meta name="color:border" content="#cecece"/>
  35. <meta name="color:Info" content="#e3e3e3"/>
  36.  
  37. <meta name="font:Text" content="Courier New"/>
  38.  
  39. <meta name="text:Link1" content="" />
  40. <meta name="text:Link1 Title" content="" />
  41. <meta name="text:Link2" content="" />
  42. <meta name="text:Link2 Title" content="" />
  43. <meta name="text:Link3" content="" />
  44. <meta name="text:Link3 Title" content="" />
  45.  
  46. <style type="text/css">
  47. body {
  48. background:{color:background};
  49. margin:0px;
  50. color:{color:text};
  51. font-family:{font:Text};
  52. font-size:12px;
  53. line-height:17px;
  54. }
  55.  
  56. a {
  57. color:{color:link};
  58. text-decoration: none;
  59. }
  60.  
  61. a:hover {
  62. color:{color:linkhover};
  63.  
  64.  
  65. }
  66.  
  67. img {
  68. border:none;
  69. }
  70.  
  71. blockquote {
  72. padding-left:5px;
  73. border-left:2px solid {color:Info};
  74. }
  75.  
  76. blockquote blockquote {
  77. padding-left:5px;
  78. border-left:1px solid;
  79. }
  80.  
  81. h1 {
  82. font-size:15px;
  83. text-transform:uppercase;
  84. }
  85.  
  86. b, strong {
  87. color:{color:bold};
  88. font-weight:bold;
  89. }
  90.  
  91. i, em {
  92. color:{color:italic};
  93. }
  94.  
  95. #entries {
  96. padding:10px;
  97. width:500px;
  98. margin-left:420px;
  99. margin-top:30px;
  100. }
  101.  
  102. #post {
  103. width:500px;
  104. padding-bottom:20px;
  105. border:1px solid {color:Text};
  106. padding:7px;
  107. margin-bottom:40px;
  108. }
  109.  
  110. #sidebar {
  111. width:150px;
  112. position:fixed;
  113. margin-left:150px;
  114. margin-top:150px;
  115. text-align:right;
  116. }
  117.  
  118. #title {
  119. font-size:30px;
  120. text-align:center;
  121. margin-bottom:70px;
  122. letter-spacing:1px;
  123.  
  124. }
  125.  
  126. #description {
  127. width:140px;
  128. font-size:11px;
  129. line-height:15px;
  130. margin-top:20px;
  131. padding:6px;
  132. }
  133.  
  134. #pagination {
  135. font-size:12px;
  136. }
  137.  
  138. #info {
  139. width:490px;
  140. padding:5px;
  141. font-size:10px;
  142. color:{color:link};
  143. margin-top:10px;
  144. margin-bottom:5px;
  145. letter-spacing:2px;
  146. text-align:center;
  147. background-color:{color:Info};
  148. }
  149.  
  150. #caption {
  151. padding-left:10px;
  152. }
  153. #questions {
  154. background-color: {color:asker bg};
  155. padding:11px;
  156. margin-top: 5px;
  157. margin-bottom:5px;
  158. font-size:12px;
  159. text-align:left;
  160. }
  161.  
  162. #answer {
  163. font-size:12px;
  164. text-transform:lowercase;
  165. }
  166.  
  167. #links {
  168. font-weight:bold;
  169. text-transform:uppercase;
  170. padding:5px;
  171. margin-left:-15px;
  172. position:absolute;
  173. width:150px;
  174. }
  175.  
  176. .sources
  177. {
  178. filter:alpha(opacity=0);
  179. opacity:0;
  180. }
  181.  
  182. {CustomCSS}</style></head><body>
  183.  
  184. <div id="sidebar">
  185.  
  186.  
  187. <div id="description">
  188.  
  189. <div id="links">
  190. <a href="/ask">message</a><br>
  191. <a href="/archive">archive</a><br>
  192. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}<br>
  193. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}<br>
  194. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  195. </div>
  196.  
  197. <br><br><br><br> {Description}
  198.  
  199.  
  200. </div>
  201. <br><br>
  202.  
  203. <div id="pagination">
  204. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage}/
  205. {block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}{/block:Pagination}
  206. </div>
  207.  
  208.  
  209. </div>
  210.  
  211. <div id="entries">
  212.  
  213. <div id="title"><a href="/">{Title}</a></div>
  214.  
  215. {block:Posts}<div id="post">
  216.  
  217.  
  218.  
  219. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  220.  
  221. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Photo}
  222.  
  223. {block:Photoset}{Photoset-500}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Photoset}
  224.  
  225. {block:Quote}{Quote}<br><br>
  226. {block:Source}— <b>{Source}</b>{/block:Source}{/block:Quote}
  227.  
  228. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  229.  
  230. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  231.  
  232. {block:Audio}{AudioPlayerWhite}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Audio}
  233.  
  234. {block:Video}{Video-500}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Video}
  235.  
  236. {block:Answer}<div id="questions"><b>{Asker}</b> asked: <i>{Question}</i></div>
  237. <div id="answer">{Answer}</div>{/block:answer}
  238.  
  239. <div id="info">
  240. <a href="{Permalink}">
  241. {block:Date}<a href="{Permalink}">{Month} {DayOfMonth}, {Year}</a>{/block:Date}<br>
  242. <a href="{Permalink}">{NoteCountWithLabel}</a> <br>
  243. {block:HasTags}<b>filed under:</b> {block:Tags}(<i>{Tag}</i>){/block:Tags}{/block:HasTags}
  244. </div></div>
  245.  
  246. {block:PostNotes}{PostNotes}{/block:PostNotes}
  247.  
  248. <div class="sources">
  249. {block:ContentSource}
  250. Source: <a href="{SourceURL}">{SourceTitle} </a>
  251. {/block:ContentSource}
  252. {block:RebloggedFrom}
  253. Via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
  254. {/block:RebloggedFrom}</div>
  255.  
  256. {/block:Posts}
  257.  
  258. <div style="display:block;bottom:5px;right:5px;font-size:10px;font-family:times new roman;text-align:right;position:fixed;background-color:#ffffff;padding:3px;border-radius:4px;z-index:5;opacity:0.75;">
  259. <a href="http://notebookings.tumblr.com"><b>(n.b.)</b></a>
  260. </div>
  261.  
  262. </div>
  263. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement