Advertisement
Guest User

Sanrio Christmas theme by Rotferkel

a guest
Nov 16th, 2013
3,108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.16 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>
  4. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.js" type="text/javascript"></script>
  5.  
  6.  
  7. <!--
  8.  
  9. __
  10. d888b
  11. 888888b
  12. 8888888
  13. 8888888
  14. 8888888
  15. _ 8888888
  16. ,d88 8888888
  17. ____ d88' _,, 888888'
  18. (8888\ 88' d888) Y8888P
  19. ___~~8 ~8 88~___ d8888
  20. _______ ,8888888 ~ 888888_8888
  21. ,8888888888===__ _,d88P~~ ~~Y88888'
  22. 88888888888888888888888' `88b
  23. 8888888888888888888888P Y88
  24. `~888888888888~~~~~ 88 88
  25. ~~~~~~~~ 88 88
  26. 88 88
  27. 88 88
  28. 88 88
  29. 88 ,aa. ,aa. 88
  30. 88 d88b d88b 88
  31. ,=88 Y88P Y88P 88=,
  32. ,d88P' `' _aa_ `' `Y88b, ___
  33. 88P' (8888) `Y88 ad88888b
  34. 88 ~^^~ 88 d88Y~~"Y8b
  35. _______"Yb._ _.d8"d8Y 88
  36. ______,d88888888ba888=,.______________________.,=8888~d88_______88___
  37. |~~~~~~88P~~~~~~Y88~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
  38. | 88 88 |
  39. | 88 88 |
  40. | 88ba,___,d8P THEME |
  41. | "888888888 by |
  42. | ~~~~~~ ROTFERKEL |
  43. | http://rotferkelthemes.tumblr.com/ |
  44. | |
  45. |_____________________________________________________________________|
  46. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  47.  
  48. -->
  49.  
  50.  
  51. <title>{title}</title>
  52. <meta name="color:Background" content="#FFFFFF"/>
  53. <meta name="color:Text" content="#D3927B"/>
  54. <meta name="color:Links" content="#F7839F"/>
  55.  
  56.  
  57.  
  58. <meta name="image:Background" content="http://static.tumblr.com/a267ac89e2cb7ba6670db65577c70e96/yn7vk7p/tMWmwcv7j/tumblr_static_chridiiistmas.png"/>
  59. <meta name="image:Logo" content=""/>
  60. <meta name="image:cursor" content=""/>
  61. <meta name="image:favicon" content=""/>
  62. <meta name="if:Snow" content="1" />
  63.  
  64.  
  65. <meta name="text:Link1" content="" />
  66. <meta name="text:Link1URL" content=""/>
  67. <meta name="text:Link2" content="" />
  68. <meta name="text:Link2URL" content=""/>
  69. <meta name="text:Link3" content="" />
  70. <meta name="text:Link3URL" content=""/>
  71. <meta name="text:Link4" content="" />
  72. <meta name="text:Link4URL" content=""/>
  73.  
  74. <meta name="if:Maximised Background Image" content="0"/>
  75. <meta name="if:Show Captions" content="0"/>
  76. <meta name="if:custom cursor" content="0"/>
  77. <meta name="if:Endless Scroll" content="0"/>
  78. <link rel="shortcut icon" href="{image:favicon}">
  79.  
  80.  
  81. {block:ifSnow}
  82. <script src="http://static.tumblr.com/p2evvtm/7Lzm07nfv/snowstorm.js"></script>
  83.  
  84. <script>
  85. snowStorm.snowColor = '#ffffff'; // Snow Color
  86. snowStorm.flakesMaxActive = 96; // Amount of Snowflakes Falling
  87. snowStorm.flakeBottom = null; // Snowflakes piling up on bottom of your screen?
  88. </script>
  89. {/block:ifSnow}
  90.  
  91.  
  92.  
  93.  
  94. <style type="text/css">
  95.  
  96. h23{font-family:ms gothic; font-size:12px;}
  97.  
  98. {block:ifcustomcursor}
  99. body, a, a:hover { cursor:url('{image:cursor}'), auto !important;}
  100. {/block:ifcustomcursor}
  101. html, body {
  102. padding: 0;
  103. margin: 0;
  104. height: 100%;
  105. }
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112. ::-webkit-scrollbar {
  113. width: 8px;
  114. height: 7px;
  115. background: transparent;
  116. }
  117. ::-webkit-scrollbar-thumb {
  118. background-color: #FFDCEE;
  119. -webkit-border-radius: 0ex;
  120. border: 1px solid #D3927B;
  121. }
  122.  
  123.  
  124.  
  125.  
  126. body{
  127.  
  128.  
  129.  
  130. color:{color:text};
  131. background-color:{color:Background};
  132. {block:IfNotMaximisedBackgroundImage}
  133. {block:ifBackgroundImage}background-image:url('{image:Background}');{/block:ifBackgroundImage}
  134. background-attachment:fixed;
  135. background-repeat:repeat;
  136. {/block:IfNotMaximisedBackgroundImage}
  137. text-align:justify;
  138. font-family:littlefont, Lucida Console;
  139. line-height:10px;
  140. font-size: 8px;
  141. text-align: center;}
  142. @font-face {font-family: "littlefont";
  143. src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf');
  144.  
  145. }
  146. }
  147.  
  148. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  149. a{
  150. text-decoration:none;
  151. color:{color:Links};
  152. -moz-transition: all 0.3s ease-out; /* FF3.7+ */
  153. -o-transition: all 0.3s ease-out; /* Opera 10.5 */
  154. -webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */
  155. transition: all 0.3s ease-out;
  156. }
  157. a:hover{
  158. text-decoration:;
  159. color:#8A2316;
  160. -moz-transition: all 0.3s ease-out; /* FF3.7+ */
  161. -o-transition: all 0.3s ease-out; /* Opera 10.5 */
  162. -webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */
  163. transition: all 0.3s ease-out;
  164.  
  165. }
  166. a img{
  167. border:0px;
  168. }
  169. #content{
  170. background:#fff;
  171. padding:2px;
  172. margin:auto;
  173. width:520px;
  174. }
  175. {block:IfMaximisedBackgroundImage}
  176. #bg img {
  177. z-index:-1;
  178. position:fixed;
  179. top:0;
  180. left:0;
  181. height:100%;
  182. width:100%;
  183. }
  184. {block:IfMaximisedBackgroundImage}
  185. .blogtitle{
  186. margin:20px 0 0px 0;
  187. text-align:center;
  188. font-weight:bold;
  189. {block:IfUppercaseTitle}
  190. text-transform:uppercase;
  191. {/block:IfUppercaseTitle}
  192. {block:IfNotUppercaseTitle}
  193. text-transform:lowercase;
  194. {/block:IfNotUppercaseTitle}
  195. line-height:30px;
  196. font-size:25px;
  197. }
  198. .blogtitle a:hover{
  199. text-decoration:none;
  200. }
  201. .nav {
  202. text-transform:lowercase;
  203. text-align:center;
  204. margin-bottom:30px;
  205. }
  206. .player{
  207. width:220px;
  208. overflow:hidden;
  209. background:#fff;
  210. }
  211.  
  212. h2 {font-size:8px; font-weight:normal;}
  213.  
  214. h3{
  215. text-transform:;
  216. -webkit-margin-after: 0px;
  217. -webkit-margin-before: 2px;
  218. margin-top: 4px;
  219. margin-bottom:2px;
  220. font-size:22px;
  221. background:;
  222. line-height:22px;
  223. font-weight:normal;
  224. font-family: lala, Lucida Console;
  225. text-align: center;
  226. color:#914d1f;}
  227. @font-face { font-family: "lala"; src: url('http://static.tumblr.com/vpzhdvv/6d7m90v7t/111.woff');}
  228.  
  229. }
  230.  
  231.  
  232. .pagination{
  233. margin-bottom:15px;
  234. font-size:8px;
  235. font-style:normal;
  236. text-align:center;
  237. }
  238. .current_page{
  239. font-style:italic;
  240. }
  241. #entry{
  242. margin-bottom:7px;
  243. width:500px;
  244. overflow:hidden;
  245. }
  246. #entry img{
  247. max-width:500px;
  248. opacity:.8;
  249. -webkit-transition: all 0.7s ease-in-out;
  250. -moz-transition: all 0.7s ease-in-out;
  251. -o-transition: all 0.7s ease-in-out;
  252. -ms-transition: all 0.7s ease-in-out;
  253. transition: all 0.7s ease-in-out;
  254. }
  255. #entry img:hover{
  256. opacity:1;
  257. }
  258. div.video embed,
  259. div.post div.video object {
  260. width:500px !important;
  261.  
  262. }
  263. ol.notes {
  264. padding: 0px;
  265. margin: 20px 0px 0px 0px;
  266. list-style-type: none;
  267. }
  268. ol.notes li.note {
  269. padding: 5px;
  270. }
  271. ol.notes li.note img.avatar {
  272. vertical-align: -4px;
  273. margin-right: 10px;
  274. opacity:1;
  275. width: 20px;
  276. height: 20px;
  277. }
  278. ol.notes li.note span.action {
  279. font-weight: normal;
  280. }
  281. ol.notes li.note span.action a {
  282. font-style:italic;
  283. }
  284.  
  285. blockquote{
  286. padding:0px 0px 0px 0px;
  287. margin:0px 0px 2px 1px;
  288. border-left: 0px solid {color:Text};
  289. }
  290.  
  291.  
  292. .tabby {border: 1px solid #D3927B; padding:3px; text-align:right; float:right; text-transform:uppercase; background-color:#FFDCEE; -moz-border-radius: 7px 7px 0px 0px;
  293. border-radius: 7px 7px 0px 0px; height:8px;}
  294. .tabby2 {border: 1px solid #D3927B; width:150px; padding:3px; text-align:center; float:center; text-transform:uppercase; background-color:#FFEFF7; -moz-border-radius: 7px 7px 0px 0px;
  295. border-radius: 7px 7px 0px 0px; height:8px;}
  296.  
  297. .lelink{
  298. display:block;
  299. width:61px;
  300. height:12px;
  301. padding:4px;
  302. padding-top:5px;
  303. font-family: littlefont;
  304. text-transform:uppercase;
  305. text-decoration:none;
  306. font-size:8px;
  307. letter-spacing:1px;
  308. color:#9c7840;
  309. background-image:url(http://static.tumblr.com/yn7vk7p/FMtmwcyf8/bo-ha26.gif);
  310. }
  311.  
  312.  
  313.  
  314. </style>
  315.  
  316.  
  317.  
  318. </head>
  319.  
  320.  
  321.  
  322.  
  323. <body>
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330. {block:IfMaximisedBackgroundImage}<div id="bg"><img src="{image:Background}"></div>{/block:IfMaximisedBackgroundImage}
  331.  
  332.  
  333.  
  334. <div style="position:absolute; top: 0px; left: 341px;">
  335. <img src="http://static.tumblr.com/yn7vk7p/Chomwcucd/christmasspixelfr.png"><br></div>
  336.  
  337.  
  338. {block:IfLogoImage}<div style="position:absolute; top: 165px; left: 440px; width:550px;background-color:; z-index:1;"><center><img src="{image:logo}"></center></div>{/block:IfLogoImage}
  339.  
  340.  
  341.  
  342. <!-- left sidebar-->
  343. <div style="position:absolute; top:250px; left: 360px; width: 180px; height: 403px; overflow: hidden; padding-left: 5px;">
  344.  
  345. <h3>{blogtitle}</h3><p>
  346.  
  347. {description}
  348. <p>
  349. <center>
  350. <a class="lelink" href="/">home</a> <br>
  351. <a class="lelink" href="/ask">mail</a><br>
  352. {block:IfLink1}<a href="{text:Link1URL}" class="lelink">{text:Link1}</a>{/block:IfLink1}<br>
  353. {block:IfLink2}<a href="{text:Link2URL}" class="lelink">{text:Link2}</a>{/block:IfLink2}<br>
  354. {block:IfLink3}<a href="{text:Link3URL}" class="lelink">{text:Link3}</a>{/block:IfLink3}<br>
  355. {block:IfLink4}<a href="{text:Link4URL}" class="lelink">{text:Link4}</a>{/block:IfLink4}<br>
  356. </center>
  357.  
  358. </div>
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366. {block:IfEndlessScroll}<script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script> {/block:IfEndlessScroll}
  367.  
  368.  
  369. <!-- posts -->
  370. <div style="position:absolute; top:250px; left: 555px; width: 520px; height: 450px; overflow: scroll; overflow-x: hidden; padding-right: 0px;">
  371. <div id="content">
  372.  
  373.  
  374.  
  375.  
  376. {block:IfEndlessScroll}<div class="autopagerize_page_element">{/block:IfEndlessScroll}
  377.  
  378.  
  379. {block:Posts}
  380.  
  381.  
  382. <div id="entry">
  383.  
  384. {block:IfSidePermalinks}{block:IndexPage}<div class="permalink"><a href="{Permalink}">{block:IfUsePermalinkImage}<img src="{image:Permalink}">{/block:IfUsePermalinkImage}{block:IfNotUsePermalinkImage}{block:Date}{/block:Date}{/block:IfNotUsePermalinkImage}</a></div>{/block:IndexPage}{/block:IfSidePermalinks}
  385.  
  386. {block:Text}
  387.  
  388.  
  389.  
  390. <div style=" display:block; height:15px; margin-top:0px; ">
  391.  
  392. <div class="tabby"><a href="{permalink}">{NoteCount}</a> - <a href="{ReblogURL}" target="_blank">reblog</a></div>
  393. <div class="tabby2"> {block:Title}<a href="{Permalink}"> {Title} </a>{/block:Title}</div> </div>
  394. <div style="border: 1px solid #D3927B;"><center>{Body}</center></div>
  395.  
  396.  
  397.  
  398. {/block:Text}
  399.  
  400.  
  401.  
  402.  
  403.  
  404. {block:Photo}
  405. {LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" style="-webkit-border-radius: 10px;
  406. -moz-border-radius: 10px;
  407. border-radius: 10px;"/></a>{LinkCloseTag}
  408. {block:IfShowCaptions}{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{/block:IfShowCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  409. {/block:Photo}
  410.  
  411. {block:Photoset}
  412.  
  413. <div style=" display:block;height:15px; margin-top:0px; overflow:hidden; ">
  414.  
  415. <div class="tabby"><a href="{permalink}">{NoteCount}</a> - <a href="{ReblogURL}" target="_blank">reblog</a></div>
  416. <div class="tabby2"> {block:Title}<a href="{Permalink}"> {Title} </a>{/block:Title}</div> </div>
  417. <div style="border: 1px solid #D3927B; padding:1px; ">
  418.  
  419. <center>{Photoset-400}</center>
  420. {block:IfShowCaptions}{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{/block:IfShowCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}</div>
  421.  
  422. {/block:Photoset}
  423.  
  424. {block:Quote}
  425.  
  426. <div style=" display:block;height:15px; margin-top:0px; overflow:hidden; ">
  427.  
  428. <div class="tabby"><a href="{permalink}">{NoteCount}</a> - <a href="{ReblogURL}" target="_blank">reblog</a></div>
  429. <div class="tabby2"> {block:Source}{Source}{/block:Source}<a href="{Permalink}"> {Title} </a>{/block:Title}</div> </div>
  430. <div style="border: 1px solid #D3927B; padding:1px; ">
  431. <span class="title">{Quote}</span>
  432.  
  433. </div>
  434. {/block:Quote}
  435.  
  436. {block:Link}
  437.  
  438. <div style=" display:block;height:15px; margin-top:0px; overflow:hidden; ">
  439.  
  440. <div class="tabby"><a href="{permalink}">{NoteCount}</a> - <a href="{ReblogURL}" target="_blank">reblog</a></div>
  441. <div class="tabby2"> {block:Title}<a href="{Permalink}"> {Title} </a>{/block:Title}</div> </div>
  442. <div style="border: 1px solid #D3927B; padding:1px; ">
  443. <a href="{URL}"><h2>{Name}</h2></a>{block:Description}{Description}{/block:Description}
  444. </div>
  445. {/block:Link}
  446.  
  447. {block:Chat}
  448.  
  449. <div style=" display:block;height:15px; margin-top:0px; overflow:hidden; ">
  450.  
  451. <div class="tabby"><a href="{permalink}">{NoteCount}</a> - <a href="{ReblogURL}" target="_blank">reblog</a></div>
  452. <div class="tabby2"> {block:Title}<a href="{Permalink}"> {Title} </a>{/block:Title}</div> </div>
  453. <div style="border: 1px solid #D3927B; padding:1px; ">
  454.  
  455.  
  456. {block:Title}<b>{Title}</b>{/block:Title}
  457. {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}
  458.  
  459.  
  460. </div>
  461. {/block:Chat}
  462.  
  463. {block:Audio}
  464.  
  465. <div style=" display:block;height:15px; margin-top:0px; overflow:hidden; ">
  466.  
  467. <div class="tabby"><a href="{permalink}">{NoteCount}</a> - <a href="{ReblogURL}" target="_blank">reblog</a></div>
  468. <div class="tabby2"> {block:Title}<a href="{Permalink}"> {Title} </a>{/block:Title}</div> </div>
  469. <div style="border: 1px solid #D3927B; padding:1px; ">
  470. <div class="player">{AudioPlayerwhite}</div>
  471. {block:Caption}{Caption}{/block:Caption}
  472. </div>
  473. {/block:Audio}
  474.  
  475. {block:Answer}
  476.  
  477. <center>
  478. <table border="0" bordercolor="" style="border: 1px solid #D3927B; background-color:#FFDCEE; -moz-border-radius: 10px;
  479. -webkit-border-radius: 10px;
  480. -o-border-radius: 10px;" width="500" cellpadding="3" cellspacing="3">
  481. <tr>
  482. <td>
  483.  
  484. <img src="http://media.tumblr.com/tumblr_lqjkqrnpbk1qcfn0j.gif"align="left" style="padding:5px;"> <center>
  485. {Asker}: <a href="{Permalink}">{Question}</a>
  486.  
  487.  
  488. </td>
  489. </tr>
  490. </table>
  491.  
  492. {Answer}
  493.  
  494.  
  495. {/block:answer}
  496.  
  497. {block:Video}
  498. <div class="video">{Video-400}</div>
  499. {block:IfShowCaptions}{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{/block:IfShowCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  500. {/block:Video}
  501.  
  502. {block:IfNotSidePermalinks}{block:IndexPage}<div class="permalink"><a href="{Permalink}">{block:IfUsePermalinkImage}<img src="{image:Permalink}">{/block:IfUsePermalinkImage}{block:IfNotUsePermalinkImage}{block:Date}{NoteCount}{/block:Date}{/block:IfNotUsePermalinkImage}</a></div>{/block:IndexPage}{/block:IfNotSidePermalinks}
  503.  
  504. {block:PermalinkPage}
  505. {block:Date}Posted {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:HasTags}<br>Tags:&nbsp;{block:Tags}<a href="{TagURL}"><span style="border-bottom:1px solid {color:Links}; color:{color:Text}; line-height:14px;">{Tag}</span></a>&nbsp;&nbsp;{/block:Tags}
  506. {/block:HasTags}{/block:PermalinkPage}
  507.  
  508. {block:PostNotes}{PostNotes}{/block:PostNotes}
  509.  
  510.  
  511. </div>
  512. {/block:Posts}
  513. {block:IfEndlessScroll}</div>{/block:IfEndlessScroll}
  514.  
  515. {block:IfNotEndlessScroll}
  516. {block:Pagination}
  517. <div class="pagination">
  518. {block:JumpPagination length="10"}
  519. {block:CurrentPage}
  520. <span class="current_page">{PageNumber}&nbsp;</span>
  521. {/block:CurrentPage}
  522.  
  523. {block:JumpPage}
  524. <a class="jump_page" href="{URL}">{PageNumber}&nbsp;</a>
  525. {/block:JumpPage}
  526. {/block:JumpPagination}
  527. </div>
  528. {/block:Pagination}
  529. {/block:IfNotEndlessScroll}
  530.  
  531. {block:ContentSource}
  532. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  533. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  534. {/block:SourceLogo}
  535. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  536. {/block:ContentSource}
  537.  
  538.  
  539. </div>
  540.  
  541.  
  542. </div>
  543.  
  544.  
  545.  
  546.  
  547.  
  548. <!--- please don't remove this credit!----->
  549.  
  550.  
  551. <div style="position:fixed; top:0px; left:0px;">
  552. <h8>THEME: <A HREF="http://rotferkelthemes.tumblr.com/">ROTFERKEL</a></h8> </div>
  553.  
  554.  
  555.  
  556. </body>
  557.  
  558.  
  559.  
  560. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement