Advertisement
heydestiel

Tis The Season (With Snow)

Dec 11th, 2012
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.51 KB | None | 0 0
  1.  
  2.  
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11.  
  12. <!-- 'Tis The Season' THEME CREATED BY SARAH (heydestiel.tumblr.com)
  13. do NOT remove the credit that is all i ask
  14. ok enjoy your day-->
  15.  
  16. <meta name="color:Background" content="#ffffff"/>
  17. <meta name="color:Sidebar" content="#ffffff"/>
  18. <meta name="color:Text" content="#c0c0bf"/>
  19. <meta name="color:Link" content="#b8b8b8"/>
  20. <meta name="color:Link Bg" content="#f8f7f7"/>
  21. <meta name="color:Info" content="f0f0f0"/>
  22. <meta name="color:Tags" content="f0f0f0"/>
  23. <meta name="color:Hover" content="#e4e4e4"/>
  24. <meta name="color:Description" content="#f2f2f2"/>
  25. <meta name="color:Line" content="#f2f2f2"/>
  26. <meta name="color:Border" content="#e4e4e4"/>
  27. <meta name="color:Answer" content="#f8f8f8"/>
  28. <meta name="image:sidebar" content=""/>
  29. <meta name="text:Link 1" content="" />
  30. <meta name="text:Link 1 Text" content="" />
  31. <meta name="text:Link 2" content="" />
  32. <meta name="text:Link 2 Text" content="" />
  33. <meta name="text:Link 3" content="" />
  34. <meta name="text:Link 3 Text" content="" />
  35. <meta name="if:Show Link 1" content="1" />
  36. <meta name="if:Show Link 2" content="1" />
  37. <meta name="if:Show Link 3" content="1" />
  38.  
  39.  
  40. <style type="text/css">
  41.  
  42. body {
  43. background:{color:background};
  44. margin:0px;
  45. color:{color:text};
  46. font-family:Courier;
  47. font-size:9px;
  48. line-height:100%;
  49. }
  50.  
  51. a {
  52. text-decoration:none;
  53. outline:none;
  54. -moz-outline-style:none;
  55. color:{color:link};
  56. }
  57.  
  58. img {
  59. border:none;
  60. }
  61.  
  62. blockquote {
  63. padding-left:5px;
  64. border-left:2px solid;
  65. }
  66.  
  67. blockquote blockquote {
  68. padding-left:5px;
  69. border-left:2px solid;
  70. }
  71.  
  72. h1 {
  73. font-size:9px;
  74. text-transform:lowercase;
  75. }
  76.  
  77. a:hover {
  78. opacity:10;
  79. color:{color:hover};
  80. -webkit-transition: all 0.7s ease;
  81. -moz-transition: all 0.7s ease;
  82. -o-transition: all 0.7s ease
  83. }
  84.  
  85. #entries {
  86. padding:10px;
  87. width:500px;
  88. margin-left:500px;
  89. margin-top:40px;
  90. font-size:12px;
  91. }
  92.  
  93. #post {
  94. width:500px;
  95. padding-bottom:20px;
  96. padding:20px;
  97. margin-top:50px;
  98. font-family:calibri;
  99. }
  100.  
  101. #sidebar {
  102. width:160px;
  103. position:fixed;
  104. margin-left:250px;
  105. margin-top:150px;
  106. background-color:{color:Sidebar};
  107. }
  108.  
  109. #sidebarimage {
  110. width 160px;
  111. }
  112.  
  113. #sidebarimage img {
  114. width:160px;
  115. height:160px;
  116. border:1px solid;
  117. border-color: {color:border};
  118. padding:3px;
  119. background-color:{color:Sidebar};
  120. }
  121.  
  122. .links {
  123. width:190px;
  124. font-family:courier;
  125. padding: 9px;
  126. font-size:12px;
  127. margin-left: 35px;
  128. text-align:center;
  129. margin-top: -140px;
  130. margin-left:-205px;
  131. text-align:right;
  132. text-transform:uppercase;
  133. position:fixed;
  134. color: {color:Link}
  135. line-height: 13px;
  136. }
  137.  
  138. .links a {
  139. font-size: 8px;
  140. height: 14px;
  141. letter-spacing: 1px;
  142. margin-bottom: -10px;
  143. margin-left: 5px;
  144. opacity:1;
  145. }
  146.  
  147. .links a:hover {
  148. color:{color:Hover}
  149. width: 200px;
  150. font-family:courier;
  151. font-size: 20px;
  152. padding-top:5px;
  153. text-transform: uppercase;
  154. letter-spacing: 0px;
  155. padding-bottom: 4px;
  156. -webkit-transition: all 0.5s ease-out;
  157. -moz-transition: all 0.5s ease-out;
  158. transition: all 0.5s ease-out;
  159. text-shadow: 0px 1px 5px rgba(0,0,0,0.13);
  160. }
  161.  
  162.  
  163. #description {
  164. padding:5px;
  165. text-align:center;
  166. margin-left:249px;
  167. width:160px;
  168. margin-top:320px;
  169. font-size: 8px;
  170. font-family:courier;
  171. text-transform:uppercase;
  172. position:fixed;
  173. background-color:{color:Description};
  174. }
  175.  
  176. #pagination {
  177. width:130px;
  178. font-size:8px;
  179. text-align:center;
  180. margin-left:272px;
  181. margin-top:368px;
  182. position:fixed;
  183. font-family:arial;
  184. letter-spacing:2px;
  185. }
  186.  
  187. #info {
  188. background-color:{color:Info};
  189. height:12px;
  190. font-family:courier;
  191. text-align:center;
  192. margin-top:10px;
  193. text-transform:uppercase;
  194. font-size:8px;
  195. font-style:none;
  196. border-top:1px solid {color:Line}
  197.  
  198. }
  199.  
  200. #tags {
  201. font-family:verdana;
  202. letter-spacing:0px;
  203. text-transform:uppercase;
  204. font-size:8px;
  205. margin-top:7px;
  206. text-align:center;
  207. }
  208.  
  209. #tags
  210. a {display:inline; background-color:{color:Tags};
  211. padding:-4px;
  212. text-align:left;
  213. -webkit-transition: all 0.6s ease-in-out;
  214. -moz-transition: all 0.6s ease-in-out;
  215. -o-transition: all 0.6s ease-in-out;
  216. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  217.  
  218. #asker {
  219. padding:10px;
  220. font-family:cambria;
  221. letter-spacing:1px;
  222. text-align:left;
  223. background-color:{color:Answer}
  224. }
  225.  
  226. #profoundbond {
  227. position:fixed;
  228. width:55px;
  229. font-family:courier;
  230. text-transform:lowercase;
  231. font-size:9px;
  232. letter-spacing:1px;
  233. right:16px;
  234. bottom:10px;
  235. color:{color:text};
  236.  
  237. }
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244. {CustomCSS}</style></head><body>
  245.  
  246.  
  247. <script type="text/javascript" src="http://files.main.bloggerstop.net/uploads/3/0/2/5/3025338/snowstorm.js"/>
  248. </script>
  249.  
  250. <style> body, a, a:hover { cursor:url('http://www.dolliehost.com/dolliecrave/cursors/cursors-arrow/arrow38.gif'), auto }</style></style>
  251.  
  252.  
  253.  
  254. <div id="sidebar">
  255.  
  256.  
  257. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  258.  
  259.  
  260. <div class="links">
  261.  
  262. <a href="/">.I</a><br><br>
  263. <a href="/ask">.II</a><br><br>
  264. <a href="{text:Link 1}">.III</a><br><br>
  265. <a href="{text:Link 2}">.IV</a><br><br>
  266. <a href="{text:Link 3}">.V</a>
  267. </div>
  268. </div>
  269.  
  270. <div id="description">{Description}</div>
  271.  
  272.  
  273. {block:Pagination}<div id="pagination">
  274. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  275. {block:JumpPagination length="5"}
  276. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  277. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  278. {/block:JumpPagination}
  279. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  280. </div>{/block:Pagination}
  281.  
  282. <div id="entries">{block:Posts}<div id="post">
  283.  
  284. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  285.  
  286. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  287.  
  288. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  289.  
  290. {block:Quote}{Quote}{/block:Quote}
  291.  
  292. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  293.  
  294. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="70px" height="70px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  295. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  296. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  297. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times
  298. {/block:Audio}
  299.  
  300. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  301.  
  302. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;">{Asker}:</span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  303.  
  304.  
  305. <div id="info">
  306. posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">ยฉ <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  307. {block:HasTags}<div id="tags">{block:Tags} # <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  308. {/block:Posts}
  309. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  310. {/block:Posts}</div></div></div>
  311.  
  312. <div id="profoundbond"><a href="http://heydestiel.tumblr.com/"><b>ยฉheydestiel </b></a></div>
  313. </div>
  314.  
  315. </body>
  316.  
  317.  
  318.  
  319. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement