Advertisement
dylaenobriens

Theme #44/Redux #2: Christmas Theme

Nov 22nd, 2013
540
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.54 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.  
  3. <!-- theme by alexgaeskarth
  4. dont fucking steal this -->
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7.  
  8.  
  9. <head>
  10.  
  11. <title>{Title}</title>
  12.  
  13. {block:Description}<meta name="description" content="{MetaDescription}"/>
  14. {/block:Description}
  15. <link rel="shortcut icon" href="{Favicon}" />
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  17.  
  18. <meta name="color:Bg" content="#ffffff">
  19. <meta name="color:Link" content="#bbb8b8">
  20. <meta name="color:Text" content="#9a9a9a">
  21. <meta name="color:Description Text" content="#9a9a9a">
  22. <meta name="color:Tags" content="#b9b7b7">
  23. <meta name="color:Ask" content="#fcfcfc">
  24. <meta name="color:Hover" content="#eeeeee">
  25. <meta name="color:Border" content="#e7e7e7">
  26. <meta name="color:Scrollbar" content="#d6d5d5">
  27. <meta name="color:Posts Title" content="#a2a0a0">
  28. <meta name="color:Bold Text" content="#8d8c8c">
  29. <meta name="color:Sidebar Border" content="#8d8c8c">
  30.  
  31.  
  32. <meta name="image:sidebar" content=""/>
  33. <meta name="image:background" content="http://media.tumblr.com/012e7bb08936d1089fd41b70c84a9a08/tumblr_inline_mw5995urse1rec4ve.png"/>
  34. <meta name="image:links" content="http://media.tumblr.com/tumblr_meh43iaUTF1qdlkyg.gif"/>
  35.  
  36. <meta name="text:link 1" content="">
  37. <meta name="text:link 1 url" content="/">
  38. <meta name="text:link 2" content="">
  39. <meta name="text:link 2 url" content="/">
  40. <meta name="text:link 3" content="">
  41. <meta name="text:link 3 url" content="/">
  42. <meta name="text:link 4" content="">
  43. <meta name="text:link 4 url" content="/">
  44. <meta name="text:link 5" content="">
  45. <meta name="text:link 5 url" content="/">
  46.  
  47. <meta name="if:Cursor" content="1">
  48. <meta name="if:500pxPosts" content="1">
  49. <meta name="if:400pxPosts" content="0">
  50. <meta name="if:Presents" content="1">
  51.  
  52. <style type="text/css">
  53.  
  54.  
  55. /*--scrollbar--*/
  56.  
  57. ::-webkit-scrollbar-thumb:vertical {border:2px solid #fff;height:12px; background-color:{color:scrollbar};}
  58. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  59. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  60. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbar};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
  61. }
  62.  
  63.  
  64.  
  65. /*--body--*/
  66.  
  67. #gifts {
  68. bottom:0;
  69. left:0;
  70. position:fixed;
  71. }
  72.  
  73.  
  74. body {
  75. margin:0px;
  76. font-style:none;
  77. background:url('{image:background}')top left fixed repeat;
  78. font-family:arial;
  79. color:{color:text};
  80. font-size:8px;
  81. }
  82.  
  83.  
  84. a {
  85. color:{color:link};
  86. text-decoration:none;
  87. -webkit-transition: all 0.6s ease;
  88. -moz-transition: all 0.6s ease;
  89. -o-transition: all 0.6s ease
  90. }
  91.  
  92. a:hover {
  93. color:{color:hover};
  94. text-decoration:none;
  95. -webkit-transition: all 0.8s ease-out;
  96. -moz-transition: all 0.8s ease-out;
  97. transition: all 0.8s ease-out;
  98. }
  99.  
  100. img {
  101. border:none;
  102. }
  103.  
  104. blockquote {
  105. padding-left:5px;
  106. border-left:2px solid {color:border};
  107. }
  108.  
  109. h1 {
  110. font-size:15px;
  111. text-align:center;
  112. font-style:none;
  113. color:{color:Posts Title};
  114. }
  115.  
  116. h1 a {
  117. color:{color:Posts Title};
  118. }
  119.  
  120. b {
  121. color:{color:Bold Text};
  122. }
  123.  
  124. /*--Cursor code--*/
  125.  
  126. {block:ifCursor}
  127.  
  128. body, a{cursor:url("http://i.imgur.com/2qleX.jpg"), auto !important; }
  129.  
  130. a:hover{cursor:url("http://i.imgur.com/IepP2.jpg"), auto !important;}
  131.  
  132. {/block:ifCursor}
  133.  
  134.  
  135.  
  136. /*--sidebar--*/
  137.  
  138.  
  139.  
  140. #lace {
  141. position:fixed;
  142. width:3000px;
  143. }
  144.  
  145. #sidebar {
  146. position:fixed;
  147. opacity:0.8;
  148. border:3px double {color:sidebar border};
  149. width:150px;
  150. background-color:#fff;
  151. padding:10px;
  152. padding-top:8px;
  153. padding-right:4px;
  154. text-align:left;
  155. margin-left:200px;
  156. margin-top:180px;
  157. }
  158.  
  159. #sidebarimage {
  160. width:140px;
  161. }
  162.  
  163. #sidebarimage img {
  164. width:140px;
  165. padding:3px;
  166. }
  167.  
  168. /*--links--*/
  169.  
  170. #links {
  171. width:148px;
  172. margin-top:5px;
  173. margin-left:-3px;
  174. text-transform:uppercase;
  175. text-align:center;
  176. }
  177.  
  178. #links a {
  179. padding:4px;
  180. font-size:8px;
  181. }
  182.  
  183. #links img {
  184. width:20px;
  185. }
  186.  
  187.  
  188. /*--description--*/
  189.  
  190. #description {
  191. width:140px;
  192. margin-top:5px;
  193. margin-left:5px;
  194. font-family:'trebuchet ms';
  195. font-size:9px;
  196. text-align:justify;
  197. color:{color:Description Text};
  198. }
  199.  
  200. /*--pagination--*/
  201.  
  202. #pagination {
  203. margin-top:10px;
  204. text-transform:lowercase;
  205. text-align:center;
  206. font-size:9px;
  207. padding-bottom:3px;
  208. font-family:arial;
  209. }
  210.  
  211. #pagination a{
  212. color:{color:Link};
  213. }
  214.  
  215. #pagination a:hover {
  216. color:{color:Hover};
  217. }
  218.  
  219. /*--posts--*/
  220.  
  221. {block:if500pxPosts}
  222.  
  223. #posts {
  224. width:500px;
  225. margin-bottom:30px;
  226. padding:10px;
  227. font-size:11px;
  228. color:{color:Text};
  229. line-height:100%;
  230. background-color:#fff;
  231. border-radius:10px;
  232. text-align:justify;
  233. opacity:0.8;
  234. }
  235.  
  236. {/block:if500pxPosts}
  237.  
  238. {block:if400pxPosts}
  239.  
  240. #posts {
  241. width:400px;
  242. background-color:#fff;
  243. border-radius:10px;
  244. margin-bottom:10px;
  245. padding:10px;
  246. opacity:0.8;
  247. font-size:11px;
  248. color:{color:Text};
  249. line-height:100%;
  250. text-align:justify;
  251. }
  252.  
  253. {/block:if400pxPosts}
  254.  
  255. #postscontainer {
  256. margin-bottom:20px;
  257. padding:1px;
  258. margin-left:450px;
  259. margin-top:35px;
  260. }
  261.  
  262.  
  263. #info {
  264. font-family:'trebuchet ms';
  265. text-align:center;
  266. text-transform:uppercase;
  267. background-color:#eee;
  268. margin-bottom:10px;
  269. font-size:9px;
  270. margin-top:10px;
  271. padding:4px;
  272. color:#b9b8b8;
  273. border-top:1px solid {color:border};
  274. }
  275.  
  276. #info a {
  277. color:#b9b8b8;
  278. }
  279.  
  280.  
  281. /*--tags--*/
  282.  
  283. #tags {
  284. font-family:trebuchet ms;
  285. width:490px;
  286. margin-left:0px;
  287. margin-top:0px;
  288. font-size:8px;
  289. color:{color:Tags}:
  290. }
  291.  
  292. #tags a {
  293. color:{color:Tags};
  294. }
  295.  
  296. #tags a:hover {
  297. color:{color:Hover}
  298. }
  299.  
  300. /*--asks--*/
  301.  
  302. #askbg {
  303. padding:12px;
  304. background-color:{color:Ask};
  305. }
  306.  
  307. #ask {
  308. margin-top:-10px;
  309. font-family:arial;
  310. text-align:left;
  311. }
  312.  
  313. #ask img {
  314. margin-top:30px;
  315. width:50px;
  316. }
  317.  
  318. /*--credit--*/
  319.  
  320. #credit {
  321. right:2px;
  322. bottom:0px;
  323. font-size:9px;
  324. padding:5px;
  325. text-transform:uppercase;
  326. position:fixed;
  327. -webkit-transition: all 0.5s ease-out;
  328. -moz-transition: all 0.5s ease-out;
  329. transition: all 0.5s ease-out;
  330. }
  331.  
  332.  
  333.  
  334. #s-m-t-tooltip {
  335. max-width:300px;
  336. padding:3px 4px 5px 4px;
  337. margin:20px 0px 0px 20px;
  338. background-color:#fff; /* change the background color */
  339. border:1px solid #ddd; /* change the border color */
  340. font-family:calibri; /* change the font */
  341. font-size:9px; /* change the font size */
  342. letter-spacing:2px; /* change the letter spacing */
  343. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  344. color:#bbb9b8; /* change the text color */
  345. z-index:999999999999999999999999999999999999;
  346. }
  347.  
  348.  
  349.  
  350.  
  351. {CustomCSS}
  352.  
  353. </style></head>
  354.  
  355. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  356.  
  357. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  358.  
  359. <script>
  360.  
  361. (function($){
  362.  
  363. $(document).ready(function(){
  364.  
  365. $("a[title]").style_my_tooltips({
  366.  
  367. tip_follows_cursor:true,
  368.  
  369. tip_delay_time:90,
  370.  
  371. tip_fade_speed:600,
  372.  
  373. attribute:"title"
  374.  
  375. });
  376.  
  377. });
  378.  
  379. })(jQuery);
  380.  
  381. </script>
  382.  
  383. <body>
  384.  
  385. {block:IfPresents}
  386.  
  387. <div id="gifts"><img src="http://media.tumblr.com/tumblr_lumfz00vIz1qibcty.gif"><img src="http://media.tumblr.com/0db76338929e57040e0cb84cf0ab972b/tumblr_inline_mvyl8chTLu1ql5d5i.gif"></div>
  388.  
  389. {/block:ifPresents}
  390.  
  391. <script type="text/javascript" src="http://static.tumblr.com/qsifglb/mZjl87ts1/f8.js"></script>
  392.  
  393. <script type="text/javascript">
  394. snowStorm.snowColor = '#fff'; //
  395. snowStorm.flakesMaxActive = 40;
  396. </script>
  397.  
  398.  
  399.  
  400. <div id="sidebar">
  401. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  402.  
  403.  
  404. <div id="links">
  405. <a title="{text:link 1}" href="{text:link 1 url}"><img src="{image:links}"></a>
  406. <a title="{text:link 2}" href="{text:link 2 url}"><img src="{image:links}"></a>
  407. <a title="{text:link 3}" href="{text:link 3 url}"><img src="{image:links}"></a>
  408. <a title="{text:link 4}" href="{text:link 4 url}"><img src="{image:links}"></a>
  409. <a title="{text:link 5}" href="{text:link 5 url}"><img src="{image:links}"></a>
  410. </div>
  411.  
  412. <div id="description">{description}</div>
  413.  
  414.  
  415. {block:Pagination}
  416. <div id="pagination">
  417.  
  418. {block:PreviousPage}<a href="{PreviousPage}">Prev</a>{/block:PreviousPage}
  419. {block:NextPage}<a href="{NextPage}">Next</a>{/block:NextPage}
  420. </div>{/block:Pagination}
  421.  
  422. </div></div>
  423.  
  424.  
  425. <div id="postscontainer">
  426.  
  427. {block:Posts}
  428.  
  429. <div id="posts">
  430.  
  431.  
  432. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  433.  
  434.  
  435. {block:Photo}{LinkOpenTag}
  436.  
  437. {block:if500pxPosts}
  438. <img src="{PhotoURL-500}">
  439. {/block:if500pxPosts}
  440.  
  441. {block:if400pxPosts}
  442. <img src="{PhotoURL-400}">
  443. {/block:if400pxPosts}
  444.  
  445. {LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  446.  
  447. {block:Photoset}
  448.  
  449. {block:if500pxPosts}
  450. {Photoset-500}
  451. {/block:if500pxPosts}
  452.  
  453. {block:if400pxPosts}
  454. {Photoset-400}
  455. {/block:if400pxPosts}
  456.  
  457. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  458.  
  459. {block:Quote}{Quote}{block:Source} &#8212;{Source}{/block:Source}{/block:Quote}
  460.  
  461. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  462.  
  463. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  464.  
  465. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  466.  
  467. {block:Video}
  468.  
  469. {block:if500pxPosts}
  470. {Video-500}
  471. {/block:if500pxPosts}
  472.  
  473. {block:if400pxPosts}
  474. {Video-400}
  475. {/block:if400pxPosts}
  476.  
  477. {block:Caption}{Caption}{/block:Caption}{/block:Video}
  478.  
  479.  
  480. {block:Answer}<div id="askbg"><div id="ask"></div><br><img src="{AskerPortraitURL-24}"> <div style="margin-top:-15px;margin-left:30px;"> {Asker} said: {Question}</div></div> {Answer}{/block:Answer}
  481.  
  482. <div id="info"><a href="{ReblogURL}" target="_blank" class="details">Reblog</a><a href="{Permalink}"> -
  483. {NoteCountWithLabel}</a> - {block:Date}<a href="{Permalink}">
  484. {TimeAgo}</a></a>{/block:Date} - {block:RebloggedFrom}<a href="{ReblogParentURL}"
  485. title="{ReblogParentName}">Via</a> - <a href="{ReblogRootURL}"title="{ReblogRootName}">Source</a>{/block:RebloggedFrom}</div>
  486. {block:HasTags} <div id="tags">Tags:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  487.  
  488.  
  489. </div>
  490.  
  491. {/block:Posts}
  492.  
  493. {block:PostNotes}{PostNotes}</div>{/block:PostNotes}
  494. {/block:Posts}
  495.  
  496. </div>
  497.  
  498. <div id="credit"><a href="http://alexgaeskarth.tumblr.com/"><img src="http://24.media.tumblr.com/faf78b09418798da0f8be8391ddfe955/tumblr_mgg0qxMEOk1rhuas2o1_100.gif" width="50px;"></div>
  499. </body>
  500. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement