Advertisement
Cuddly-Themes

Cozy Warm

Oct 24th, 2012
869
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.24 KB | None | 0 0
  1. <html lang="en">
  2.  
  3. <head>
  4.  
  5. <script type="text/javascript"
  6. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  7. <script>
  8. $(document).ready(function() {
  9. //
  10. $('a.poplight[href^=#]').click(function() {
  11. var popID = $(this).attr('rel'); //Get Popup Name
  12. var popURL = $(this).attr('href'); //Get Popup href to define size
  13. var query= popURL.split('?');
  14. var dim= query[1].split('&');
  15. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  16. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  17. var popMargTop = ($('#' + popID).height() + 80) / 2;
  18. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  19. //Apply Margin to Popup
  20. $('#' + popID).css({
  21. 'margin-top' : -popMargTop,
  22. 'margin-left' : -popMargLeft
  23. });
  24. $('body').append('<div id="fade"></div>');
  25. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  26. return false;
  27. });
  28. $('a.close, #fade').live('click', function() {
  29. $('#fade , .popup_block').fadeOut(function() {
  30. $('#fade, a.close').remove(); //fade them both out
  31. });
  32. return false;
  33. });
  34. });
  35. </script>
  36.  
  37. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  38.  
  39. <title>{title}</title>
  40. <link rel="shortcut icon" href="http://drikoti.net/Goodies/Favicons/Gifs/033.gif"/>
  41. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  42. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  43.  
  44. <SCRIPT TYPE="text/javascript">
  45. <!--
  46. //Disable right click script
  47. //visit http://www.rainbow.arch.scriptmania.com/scripts/
  48. var message="Sorry, right-click has been disabled";
  49. ///////////////////////////////////
  50. function clickIE() {if (document.all) {(message);return false;}}
  51. function clickNS(e) {if
  52. (document.layers||(document.getElementById&&!document.all)) {
  53. if (e.which==2||e.which==3) {(message);return false;}}}
  54. if (document.layers)
  55. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  56. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  57. document.oncontextmenu=new Function("return false")
  58. // -->
  59. </SCRIPT>
  60.  
  61. <style type="text/css">
  62.  
  63. body{
  64. color:black;
  65. font-family: Trebuchet MS;
  66. font-size:10px;
  67. color: #999;
  68. background-image:url(http://media.tumblr.com/tumblr_lpwovn6XPC1qcn2vb.png);
  69. }
  70.  
  71. a:link, a:active, a:visited{
  72. color: #aaa;
  73. text-decoration: none;
  74. -webkit-transition: opacity 0.3s linear;
  75. -webkit-transition: all 0.3s ease-in-out;
  76. -moz-transition: all 0.3s ease-in-out;
  77. -o-transition: all 0.3s ease-in-out;
  78. }
  79.  
  80. a:hover {
  81. text-shadow: 1px 1px 1px #888;
  82. -webkit-transition:color 500ms ease-in;
  83. -moz-transition:color 500ms ease-in;
  84. -o-transition:color 500ms ease-in;
  85. color: transparent;
  86. }
  87.  
  88. #fade {
  89. display: none;
  90. background: #000;
  91. position: fixed; left: 0; top: 0;
  92. width: 100%; height: 100%;
  93. opacity: .80;
  94. z-index: 9999;
  95. }
  96.  
  97. .popup_block{
  98. display: none;
  99. background: url(http://media.tumblr.com/tumblr_lpwovn6XPC1qcn2vb.png);
  100. padding: 20px;
  101. border: 1px solid #000;
  102. float: left;
  103. font-size: 10px;
  104. position: fixed;
  105. top: 50%; left: 50%;
  106. z-index: 99999;
  107. -webkit-box-shadow: 0px 0px 20px #000;
  108. -moz-box-shadow: 0px 0px 20px #000;
  109. box-shadow: 0px 0px 20px #000;
  110. -webkit-border-radius: 10px;
  111. -moz-border-radius: 10px;
  112. border-radius: 10px;
  113. }
  114.  
  115. img.btn_close {
  116. float: right;
  117. margin: -5px -5px 0 0;
  118. }
  119.  
  120. *html #fade {
  121. position: absolute;
  122. }
  123.  
  124. *html .popup_block {
  125. position: absolute;
  126. }
  127.  
  128. .bubble{background:#eee; text-align:center; padding:10px; border-radius: 40px 40px 0px 0px;}
  129. .bubble2{background:#bbb; text-align:center; padding:10px; border-radius: 0px 0px 40px 40px;}
  130.  
  131. #content{
  132. width:550px;
  133. height:480px;
  134. overflow:auto;
  135. float:left;
  136. background-color:#fff;
  137. padding:5px;
  138. }
  139.  
  140. #entry{
  141. padding:2px;
  142. background-color:#fff;
  143. width:500px;
  144. float:left;
  145. margin:2px;
  146. }
  147.  
  148. #center2{
  149. background:url(http://26.media.tumblr.com/tumblr_lq9nngeZ8j1qjex46o1_250.jpg);
  150. width:830px;
  151. height:550px;
  152. padding:5px;
  153. margin-top:130px;
  154. margin-left:150px;
  155. box-shadow: 0px 0px 7px #333;
  156. position:absolute;
  157. }
  158.  
  159. #center{
  160. background:white;
  161. width:780px;
  162. height:500px;
  163. padding:5px;
  164. margin-left:20px;
  165. margin-top:20px;
  166. position:absolute;
  167. }
  168.  
  169. #sidebar{
  170. background-color:#fff;
  171. width:200px;
  172. margin-left:5px;
  173. float:left;
  174. margin-top:8px;
  175. padding:3px;
  176. }
  177.  
  178. blockquote{background:url(http://26.media.tumblr.com/tumblr_lq9nngeZ8j1qjex46o1_250.jpg); padding:3px; border: 1px solid #AD9465;}
  179.  
  180. blockquote:first-letter{font-size:25px; font-family:'Cookie'; color #AD9465;}
  181.  
  182. ul, ol, li{list-style-image:url(http://media.tumblr.com/tumblr_m5thv7zGXA1rqpuwv.png);}
  183.  
  184. .heart2 {display : block; font-size: 20px; font-family: 'Cedarville Cursive'; line-height: 10px; border-bottom : 1px solid #eee; text-indent : 5px; vertical-align : middle; -webkit-transition-duration: .50s; padding-left : 10px;padding-bottom : 2px;}
  185.  
  186. .heart2:hover {display : block; font-size: 20px; font-family: 'Cedarville Cursive'; line-height: 10px; border-bottom : 1px dashed #eee; text-indent : 5px; vertical-align : middle; -webkit-transition-duration: .50s; padding-left : 50px; padding-bottom : 2px;}
  187.  
  188. h1{
  189. background-image:url(http://26.media.tumblr.com/tumblr_lq9nngeZ8j1qjex46o1_250.jpg);
  190. font-family: 'Cookie';
  191. font-size:10px;
  192. text-align:center;
  193. border-top:1px dotted #999;
  194. border-bottom:1px dotted #999;
  195. }
  196.  
  197. h2{
  198. background-image:url(http://26.media.tumblr.com/tumblr_lq9nngeZ8j1qjex46o1_250.jpg);
  199. font-family: 'Qwigley';
  200. font-size:30px;
  201. color:#736650;
  202. text-shadow:0px 0px 5px #736650;
  203. text-align:center;
  204. box-shadow: 0px 0px 5px #736650;
  205. }
  206.  
  207. h3{
  208. font-family:'Cookie';
  209. font-size:30px;
  210. color:#736650;
  211. text-shadow:0px 0px 5px #736650;
  212. text-align:center;
  213. margin-bottom:-5px;
  214. }
  215.  
  216. h4{
  217. font-family:'Qwigley';
  218. font-size:35px;
  219. color:#736650;
  220. text-shadow:0px 0px 5px #736650;
  221. text-align:center;
  222. margin:-5px;
  223. }
  224.  
  225. h5{
  226. font-family:'Cedarville Cursive';
  227. font-size:25px;
  228. color:#736650;
  229. line-height:20px;
  230. margin:-5px;
  231. }
  232.  
  233. h6{
  234. position:absolute;
  235. font-family:'Qwigley';
  236. font-size:100px;
  237. margin-top:40px;
  238. margin-left:150px;
  239. text-shadow:0px 0px 5px #736650;
  240. }
  241.  
  242. img{
  243. -webkit-transition: opacity 0.8s linear;
  244. opacity: 0.60;
  245. }
  246. img:hover{
  247. -webkit-transition: opacity 0.8s linear;
  248. opacity: 1;
  249. }
  250.  
  251.  
  252. {CustomCSS]</style>
  253.  
  254. <meta name="text:Scrolling Message" content="Write something here, I use meta.">
  255.  
  256.  
  257. <script type="text/javascript">
  258. // <![CDATA[
  259. var bgcolour="#ffffff"; // background colour
  260. var fgcolour="#736650"; // foreground colour
  261. var speed=100; // speed of bubbling, lower is faster
  262. var shades=10; // number of shades of bubble
  263.  
  264. /****************************
  265. * Bubbling Text Effect *
  266. *(c) 2003-6 mf2fm web-design*
  267. * http://www.mf2fm.com/rv *
  268. * DON'T EDIT BELOW THIS BOX *
  269. ****************************/
  270. var bubbcol=new Array();
  271. var bubbler, bubbtxt;
  272. var bubbchr=new Array();
  273. window.onload=function() { if (document.getElementById) {
  274. for (bubbler=0; bubbler<=shades; bubbler++) {
  275. bubbtxt="#";
  276. for (var i=1; i<6; i+=2) {
  277. var bg=parseInt(bgcolour.substring(i,i+2),16);
  278. bubbtxt+=dechex(Math.floor(bg+(parseInt(fgcolour.substring(i,i+2),16)-bg)*(bubbler/shades)));
  279. }
  280. bubbcol[bubbler+1]=bubbtxt;
  281. }
  282. bubbler=document.getElementById("bubble");
  283. bubbtxt=bubbler.firstChild.nodeValue;
  284. while (bubbler.childNodes.length) bubbler.removeChild(bubbler.childNodes[0]);
  285. for (var i=0; i<bubbtxt.length; i++) {
  286. var bubbi=document.createElement("span");
  287. bubbi.setAttribute("id", "bubb"+i);
  288. bubbi.appendChild(document.createTextNode(bubbtxt.charAt(i)));
  289. bubbler.appendChild(bubbi);
  290. }
  291. bubbler=setInterval ("bubbling()", speed);
  292. }}
  293.  
  294. function dechex(dec) {
  295. var hex=dec.toString(16);
  296. if (dec<16) return "0"+hex;
  297. else return hex;
  298. }
  299.  
  300. function bubbling() {
  301. for (var i=0; i<bubbtxt.length; i++) {
  302. var bubbme=document.getElementById("bubb"+i);
  303. if (bubbchr[i]) {
  304. bubbme.style.color=bubbcol[bubbchr[i]];
  305. bubbchr[i]=(bubbchr[i]+1)%bubbcol.length;
  306. }
  307. else if (Math.random()<0.75/bubbchr.length) bubbchr[i]=1;
  308. }
  309. }
  310. // ]]>
  311. </script>
  312.  
  313. </head>
  314.  
  315. <link href='http://fonts.googleapis.com/css?family=Qwigley' rel='stylesheet' type='text/css'>
  316. <link href='http://fonts.googleapis.com/css?family=Cedarville+Cursive' rel='stylesheet' type='text/css'>
  317. <link href='http://fonts.googleapis.com/css?family=Cookie' rel='stylesheet' type='text/css'>
  318.  
  319.  
  320. <body ondragstart="return false" onselectstart="return false">
  321.  
  322. <h6><span id="bubble">{Title}</span></h6>
  323.  
  324. <div id="center2">
  325. <div id="center">
  326. <div id="sidebar">
  327.  
  328. <h2>Blogette</h2>
  329.  
  330. <image src="http://media.tumblr.com/tumblr_losavrhBcr1qf72le.png" width="80" align="right"><div align="justify">{Description}</div><br>
  331. <marquee style="border: 1px dashed #AD9465;">{text:Scrolling Message}</marquee>
  332.  
  333. <h2>Navigate</h2><center>
  334. <a href="/">Home</a> &middot; <a href="#?w=500" rel="mailbox" class="poplight">Message</a> &middot; <a href="#?w=500" rel="submit" class="poplight">Submit</a> &middot; <a href="#?w=500" rel="credits" class="poplight">Credits</a> &middot; <a href="/link">Link</a> &middot; <a href="/link">Link</a> &middot; <a href="/link">Link</a> &middot; <a href="/link">Link</a> &middot; <a href="/link">Link</a>
  335.  
  336. <h2>Disclaimer</h2><center>
  337. I do not own any of these images. They might be your so kindly message me so that I could credit you properly.
  338.  
  339. </div>
  340.  
  341. <div id="content">
  342. {block:Posts}
  343. <div id="entry">
  344.  
  345. {block:Title}<h3>{Title}</h3>{/block:Title}
  346. {block:Text}{Body}{/block:Text}
  347.  
  348. {block:Photo}
  349. <a href="{permalink}"><img src="{PhotoURL-500}" width="500" style="border:1px solid #ddd; padding:5px;"/></a>
  350. {/block:Photo}
  351.  
  352. {block:Photoset}
  353. {Photoset-500}
  354. {/block:Photoset}
  355.  
  356. {block:Quote}
  357. <h5>{Quote}</h5>{block:Source}-{Source}{/block:Source}
  358. {/block:Quote}
  359.  
  360. {block:Video}
  361. {Video-500}<br>
  362. {PlayCountWithLabel}
  363. {/block:Video}
  364.  
  365. {block:Link}
  366. <a href="{URL}" class="link" {Target}><h4>{Name}</h4></a><BR>
  367. {block:Description}{Description}{/block:Description}
  368. {/block:Link}
  369.  
  370. {block:Chat}
  371. {block:Lines}
  372. {block:Label}
  373. <br>{Label}
  374. {/block:Label}
  375. <font color="#AD9465">&nbsp;{Line}</font>
  376. {/block:Lines}
  377. {/block:Chat}
  378.  
  379. {block:Audio}
  380. {AudioPlayerGrey}
  381. <br><div align="right">{block:Artist}
  382. Artist: {Artist}</div>
  383. {/block:Artist}<br>
  384. {block:Caption}{Caption}{/block:Caption}
  385. {/block:Audio}
  386.  
  387.  
  388. {block:Answer}
  389. <div class="bubble">{Asker} whispered {Question}</div>
  390. <div class="bubble2">I reply {Answer}</div>
  391. {/block:Answer}
  392.  
  393. <h1><a href="{Permalink}">{NoteCount} Notes</a> <img src="http://media.tumblr.com/tumblr_m6lwvxHTYu1rrzsji.gif"> <a href="{ReblogUrl)">Reblog</a></h1>
  394.  
  395. {block:PermalinkPage}
  396. {block:Caption}
  397. {Caption}
  398. {/block:Caption}
  399. <br>
  400. {block:NoteCount}
  401. {NoteCount} notes
  402. {/block:NoteCount}
  403. <Br>
  404. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  405. {/block:PermalinkPage}
  406. </div>
  407.  
  408. {/block:Posts}
  409. </div></div></div></div>
  410. </body>
  411. <div id="mailbox" class="popup_block">
  412. <center><font size="10" color:"#EEB4B4"><font face="cookie", cursive/>❝ Ask me anything ❞<br><p></font></font>
  413. <iframe frameborder="0" scrolling="no" width="100%" height="150" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com/" style="background-color:transparent; overflow:hidden;" id="ask_form">
  414. </center></iframe></div>
  415.  
  416.  
  417.  
  418. <div id="submit" class="popup_block"><center><font size="10" color:"#EEB4B4"><font face="cookie", cursive/>❝ Submit Love ❞<br><p></font></font><br>
  419. <center><iframe frameborder="0" scrolling="no" width="100%" height="500px" src= "http://tumblr.com/submit_form/{Name}-princess.tumblr.com" style= "background-color:transparent; overflow: hidden; "id= "submit_form"></iframe>
  420. </center></div>
  421.  
  422.  
  423.  
  424. <div id="credits" class="popup_block"><center><center><font size="10" color:"#EEB4B4"><font face="cookie", cursive/>❝ Credits ❞<br><p></font></font>
  425. <center>
  426. Original theme by<a href="http://flaffi.tumblr.com" target="blank"> Flaffi<br></a>
  427. Inspirations from <a href="http://sing-stop-and-stare.tumblr.com" target="blank">Sing-Stop-and-Starea</a><br>
  428. Tutorials by <a href="http://academyoftumblr.tumblr.com" target="blank">Academy of Tumblr</a><br>
  429. Optimized for Google Chrome<br>
  430. Powered by <a href="http://www.tumblr.com">Tumblr</a><br>
  431. <br><br>
  432. </center>
  433. </div>
  434.  
  435. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement