delevogue

theme 31 by nanda - christmas redux

Dec 10th, 2013
859
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.71 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <script src="http://static.tumblr.com/p2evvtm/7Lzm07nfv/snowstorm.js"></script>
  4. <head>
  5.  
  6. <!-- THEME MADE BY NANDA, DO NOT REMOVE THE CREDIT OK BYE -->
  7.  
  8. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10. <head><title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14. <link href='http://fonts.googleapis.com/css?family=Port+Lligat+Slab' rel='stylesheet' type='text/css'>
  15.  
  16. <meta name="color:Background" content="#def1ff">
  17. <meta name="color:Body" content="#00000">
  18. <meta name="color:Links" content="#517a9c">
  19. <meta name="color:Link Hover" content="#FFFFFF">
  20.  
  21. <meta name="image:sidebarimage" content=""/>
  22.  
  23. <meta name="text:Link1" content="/" />
  24. <meta name="text:Link1 Title" content="" />
  25. <meta name="text:Link2" content="/" />
  26. <meta name="text:Link2 Title" content="" />
  27. <meta name="text:Link3" content="/" />
  28. <meta name="text:Link3 Title" content="" />
  29. <meta name="text:Link4" content="/" />
  30. <meta name="text:Link4 Title" content="" />
  31.  
  32. <style type="text/css">
  33.  
  34. body {
  35. -webkit-font-smoothing: antialiased;
  36. background:{color:background};
  37. background-attachment:fixed;
  38. font-family:calibri;
  39. color:{color:Body};
  40. font-size:11px;
  41. margin-left:20px;
  42. width:500px;
  43. margin:0 auto;
  44. }
  45.  
  46. *, body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_mem9zjUXhw1rqv2lu.png), auto;}
  47.  
  48. ::-webkit-scrollbar-thumb{
  49. background-color: #ddf0ff;
  50. border: 2px solid #ffffff;
  51. height:auto;
  52. }
  53.  
  54. ::-webkit-scrollbar {
  55. height:9px;
  56. width:9px;
  57. background-color: #ddf0ff;
  58. border: 4px solid #ffffff;
  59. }
  60.  
  61. a {
  62. text-decoration:none;
  63. color:{color:links};
  64. }
  65.  
  66. h1 {
  67. font-family:calibri;
  68. position:fixed;
  69. font-size:40px;
  70. color:{color:Title};
  71. line-height:0px;
  72. margin-top:-40px;
  73. }
  74.  
  75. #container {
  76. margin: 0 -220px auto;
  77. width:100%;
  78. }
  79.  
  80. #lace{
  81. background:url(http://media.tumblr.com/971fe907bdfbd6f2aa925720845d3917/tumblr_inline_mvsobjD9kn1ql5d5i.gif);
  82. background-repeat:repeat-x;
  83. top:0px; left:0px;
  84. position:fixed;
  85. width:100%; height:40px;
  86. z-index:101;
  87. border-top:1px #fff solid;
  88. }
  89.  
  90. #sidebar {
  91. position:fixed;
  92. width:104px;
  93. height:160px;
  94. margin-top:150px;
  95. margin-left:40px;
  96. padding:15px;
  97. background-color: #ffffff;
  98. box-shadow: 2px 1px 5px #a0a0a0;
  99. -moz-border-radius:11px; -webkit-border-radius:11px;
  100. }
  101.  
  102. #sidebarimage {
  103. width 80px;
  104. margin-top:80px;
  105. margin-left:-80px;
  106.  
  107. }
  108.  
  109. #sidebarimage img {
  110. width:70px;
  111. margin-top:-90px;
  112. margin-left:95px;
  113. position:fixed;
  114. }
  115.  
  116. #entries {
  117. width:430px;
  118. padding:25px;
  119. margin-left:300px;
  120. margin-top:60px;
  121. }
  122.  
  123. .post {
  124. background-color:#ffffff;
  125. padding:15px;
  126. margin-bottom:15px;
  127. box-shadow: 2px 1px 5px #a0a0a0;
  128. -moz-border-radius:11px; -webkit-border-radius:11px;
  129. }
  130.  
  131. #description {
  132. padding:2px;
  133. font-size:11px;
  134. opacity: 0.8;
  135. text-align:center;
  136. margin-top:-20px;
  137. margin-left:76px;
  138. width:110px;
  139. height:110px;
  140. position:fixed;
  141. }
  142.  
  143. #pagination {
  144. font-size:11px;
  145. margin-top:10px;
  146. text-align:left;
  147. margin-left:0px;
  148. }
  149.  
  150.  
  151. .links a {
  152. padding:5px;
  153. text-decoration:none;
  154. text-transform:uppercase;
  155. letter-spacing:-1px;
  156. color:{color:links};
  157. margin-left:2px;
  158. z-index:999999999;
  159. }
  160.  
  161. .links a:hover {
  162. color:{color:link hover};
  163. -webkit-transition: all 0.7s ease-in-out;
  164. -moz-transition: all 0.7s ease-in-out;
  165. transition: all 0.7s ease-in-out;
  166. }
  167.  
  168.  
  169. #info {
  170. background-color: #ffffff;
  171. border:1px solid #eeeeee;
  172. padding:5px;
  173. color:{color:links};
  174. border-radius:7px;
  175. text-align:center;
  176. margin-top:15px;
  177. }
  178.  
  179. #info a {
  180. color:{color:links};
  181. }
  182.  
  183. #ask {
  184. padding:5px;
  185. color:{color:links};
  186. }
  187.  
  188. #ask a {
  189. color:{color:links};
  190. }
  191.  
  192.  
  193.  
  194. </style>
  195.  
  196.  
  197. </head>
  198.  
  199. <body>
  200.  
  201. <div id="lace"></div>
  202. <div id="container">
  203. <div id="sidebar">
  204. <div id="sidebarimage"><img src="{image:sidebarimage}">
  205. <div id="description">{Description}<br>
  206. <div id="pagination"><i><center>
  207. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a> {/block:PreviousPage}
  208. {block:NextPage}/ <a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}</i></center> <p>
  209. <select onchange='location=this.options[this.selectedIndex].value;' style='width:100px;'>
  210.  
  211. <option>❄ navi ❄</option>
  212.  
  213. <option value="{text:Link1}">{text:Link1 Title}</option>
  214. <option value="{text:Link2}">{text:Link2 Title}</option>
  215. <option value="{text:Link3}">{text:Link3 Title}</option>
  216. <option value="{text:Link4}">{text:Link4 Title}</option>
  217.  
  218. </select>
  219. </div></div></div></div>
  220.  
  221. <div id="entries">{block:Posts}<div class="post">
  222. {block:ContentSource}
  223. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  224. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  225. {/block:SourceLogo}
  226. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  227. {/block:ContentSource}
  228.  
  229. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  230.  
  231. <center>{block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}</center>
  232.  
  233. <center>{block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}</center>
  234.  
  235. {block:Quote}"{Quote}"{block:Source} <br><div id="source">—{Source}</div>{/block:Source}{/block:Quote}
  236.  
  237. {block:Link}<div id="h3"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  238.  
  239. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  240.  
  241. <center>{block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio} </center>
  242.  
  243. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  244.  
  245. {block:Answer}<div id="ask"><b>{Asker}</b> whispered: {Question}</div>{Answer}{/block:Answer}
  246.  
  247. <div id="info">{block:Date}<a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}・ <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {/block:Date}{block:RebloggedFrom}・ <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}
  248. {block:ContentSource}・ <a href="{SourceURL}">source</a>{/block:ContentSource} <br>
  249. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  250.  
  251.  
  252.  
  253. </div>
  254.  
  255.  
  256. </div>
  257.  
  258. {block:PostNotes}{PostNotes}{/block:PostNotes}
  259.  
  260. {/block:Posts}
  261.  
  262. </div>
  263. </div>
  264.  
  265. <div style="position:fixed; bottom:3px; margin-bottom:15px; font-size: 35px; right:3px;"><a href="http://lizzygrent.tumblr.com">✌</a></div>
  266.  
  267. </body>
  268. </html>
Advertisement
Add Comment
Please, Sign In to add comment