Advertisement
hor4ny

Special theme 10 - Miserywishes

Sep 15th, 2012
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.21 KB | None | 0 0
  1. <!--
  2. Theme by miserywishes.
  3. Keep credit or put it in your FAQ... OR ELSE I WILL CUT YOU.
  4.  
  5.  
  6. IF YOU USE THIS THEME AS A BASECODE, PLEASE ASK ME BEFORE PUBLISHING! I'LL KNOW IF YOU USE MY THEME BECAUSE OF THE REBLOG BUTTON.
  7.  
  8.  
  9.  
  10. Make sure you have 15 posts per page or else the infinite scrolling might not work. To do this, go to custumize than it should be under advanced.
  11.  
  12. -->
  13.  
  14.  
  15.  
  16. <html lang="en">
  17. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  18. <html xmlns="http://www.w3.org/1999/xhtml">
  19. <head>
  20.  
  21.  
  22. <script type="text/javascript">
  23. <!--
  24.  
  25. // Disable Right Click Script
  26.  
  27. function IE(e)
  28. {
  29. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  30. {
  31. return false;
  32. }
  33. }
  34. function NS(e)
  35. {
  36. if (document.layers || (document.getElementById && !document.all))
  37. {
  38. if (e.which == "2" || e.which == "3")
  39. {
  40. return false;
  41. }
  42. }
  43. }
  44. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  45.  
  46. //-->
  47. </script>
  48.  
  49.  
  50. <script type="text/javascript"
  51. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  52.  
  53. <!-- DEFAULT VARIABLES -->
  54. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  55. <meta name="color:background" content="#fff"/>
  56. <meta name="color:link" content="#777"/>
  57. <meta name="color:text" content="#777"/>
  58. <meta name="color:title" content="#333"/>
  59. <meta name="color:hover" content="#fff"/>
  60. <meta name="color:blogtitle" content="#fff" />
  61. <meta name="color:blogtitle shadow" content="#aaa" />
  62. <meta name="color:titlebar background" content="#333" />
  63. <meta name="color:scrollbar" content="#222" />
  64. <meta name="image:sidebar" content=""/>
  65. <meta name="image:background" content="1"/>
  66. <meta name="if:scrollbar" content="1"/>
  67. <meta name="text:link one" content="" />
  68. <meta name="text:link one title" content="" />
  69. <meta name="text:link two" content="" />
  70. <meta name="text:link two title" content="" />
  71. <meta name="text:link three" content="" />
  72. <meta name="text:link three title" content="" />
  73. <meta name="text:link four" content="" />
  74. <meta name="text:link four title" content="" />
  75. <meta name="text:link five" content="" />
  76. <meta name="text:link five title" content="" />
  77. <meta name="text:sidebar width" content="165" />
  78. <meta name="text:sidebar margin left" content="135" />
  79. <meta name="text:sidebar margin top" content="230" />
  80. <style type="text/css">
  81.  
  82.  
  83.  
  84. {block:ifscrollbar}
  85. ::-webkit-scrollbar {width: 4px; height: 4px; border-left:0px solid #ccc; background-image:url({image:background});background-color:{color:background}}
  86. ::-webkit-scrollbar-thumb { border-left:0px solid #ccc; background: {color:scrollbar};}
  87. {/block:ifscrollbar}
  88.  
  89. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  90.  
  91. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  92. p {
  93. margin:0px;
  94. margin-top:0px;
  95. }
  96.  
  97.  
  98. body {
  99. padding: 0px;
  100. margin: 0px;
  101. color:{color:text};
  102. font-family: dixel;
  103. line-height:7px;
  104. font-size:8px;
  105. background-color: {color:Background};
  106. background-image:url({image:Background});
  107. background-attachment: fixed;
  108. background-repeat: repeat;
  109. }
  110.  
  111.  
  112. a:link, a:active, a:visited{
  113. text-decoration: none;
  114. -webkit-transition: color 0.3s ease-out;
  115. -moz-transition: color 0.3s ease-out;
  116. transition: color 0.3s ease-out;
  117. color:{color:link};
  118. }
  119.  
  120. a:hover {
  121. text-decoration: none;
  122. font-style:;
  123. text-shadow:0px 0px 2px #000;
  124. color: {color:Hover};
  125. }
  126.  
  127. div#center{
  128. margin:auto;
  129. position:relative;
  130. width:1000px;
  131. background-color:;
  132. overflow:auto;
  133. overflow-y:hidden;
  134. }
  135.  
  136. .entry {
  137. float:left;
  138. display: block;
  139. margin:2px;
  140. line-height:7px;
  141. padding:3px;
  142. border:1px solid #ddd;
  143. overflow:hidden;
  144. width:190px;
  145. opacity:0.85;
  146. {block:PermalinkPage}
  147. width:392px;
  148. text-align:left;
  149. line-height:10px;
  150. {/block:PermalinkPage}
  151. background:white;
  152. background-image:URL();
  153. transition: all 0.5s ease-out;
  154. -o-transition-transition: all 0.5s ease-out;
  155. -webkit-transition: all 0.5s ease-out;
  156. -moz-transition: all 0.5s ease-out;
  157. }
  158.  
  159. .entry:hover{
  160. opacity:1;
  161. transition: all 0.5s ease-out;
  162. -o-transition-transition: all 0.5s ease-out;
  163. -webkit-transition: all 0.5s ease-out;
  164. -moz-transition: all 0.5s ease-out;}
  165.  
  166. .entry .perma a{
  167. color:#444444;}
  168.  
  169.  
  170. .entry .perma{
  171. width:38px;
  172. height:30px;
  173. position: absolute;
  174. line-height: 33px;
  175. overflow:hidden;
  176. font-family:dixel;
  177. text-align:left;
  178. padding-left:6px;
  179. font-size:8px;
  180. left:-50px;
  181. bottom:2px;
  182. border-right:1px solid #f2f2f2;
  183. border-top:1px solid #f2f2f2;
  184. background:white;
  185. letter-spacing: 0px;
  186. opacity: 0.0;
  187. transition: all 0.7s ease-out;
  188. -o-transition-transition: all 0.7s ease-out;
  189. -webkit-transition: all 0.7s ease-out;
  190. -moz-transition: all 0.7s ease-out;
  191. border-top-right-radius:90px;
  192. -moz-border-top-right-radius:90px;
  193. -webkit-border-top-right-radius:90px;
  194.  
  195. }
  196.  
  197. .entry:hover .perma{
  198. margin-left: 0px;
  199. left:1px;
  200. overflow:visible;
  201. opacity:0.85;
  202. transition: all 0.7s ease-out;
  203. -o-transition-transition: all 0.7s ease-out;
  204. -webkit-transition: all 0.7s ease-out;
  205. -moz-transition: all 0.7s ease-out;
  206. }
  207.  
  208. #posts {
  209. width:480px;
  210. margin-top:74px;
  211. margin-left:305px;
  212. right:auto;
  213. background:transparent;
  214. margin-right:auto;
  215. position:relative;
  216. overflow-y: hidden;
  217. }
  218.  
  219. #sidebar img{
  220. width:{text:sidebar width}px;
  221. transition: all 0.7s ease-out;
  222. -o-transition-transition: all 0.7s ease-out;
  223. -webkit-transition: all 0.7s ease-out;
  224. -moz-transition: all 0.7s ease-out;
  225. }
  226.  
  227. #sidebar{
  228. position:fixed !important;
  229. width:{text:sidebar width}px;
  230. background-image:url('');
  231. background:;
  232. height:auto;
  233. padding:0px;
  234. margin-top:{text:sidebar margin top}px;
  235. margin-left:{text:sidebar margin left}px;
  236. line-height:8px;
  237. text-align:center;
  238. opacity:0.9;
  239. border:0px dotted #bbb;
  240. transition: all 0.7s ease-out;
  241. -o-transition-transition: all 0.7s ease-out;
  242. -webkit-transition: all 0.7s ease-out;
  243. -moz-transition: all 0.7s ease-out;
  244. }
  245.  
  246. #linkz{
  247. margin-top:54px;
  248. width:398px;
  249. text-align:center;
  250. position:fixed;
  251. letter-spacing:1px;
  252. z-index:999;
  253. margin-left:307px;
  254. }
  255.  
  256.  
  257.  
  258. @font-face { font-family: "rawengulksans"; src: url('http://static.tumblr.com/u37ad6e/i1rm8cst5/rawengulksans-094.ttf'); }
  259.  
  260. .title{
  261. font-family:rawengulksans;
  262. font-size: 14px;
  263. line-height: 13px;
  264. color:{color:Title};
  265. letter-spacing: 1px;
  266. font-weight: normal;
  267. padding:0px 0px 0px 0px;
  268. }
  269.  
  270. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  271.  
  272. @font-face { font-family: "signerica"; src: url('http://static.tumblr.com/yo59jgt/m4om1rino/signerica_fat.ttf'); }
  273.  
  274.  
  275. #ban{
  276. width:398px;
  277. height:65px;
  278. border:1px solid #ddd;
  279. margin-top:5px;
  280. margin-left:307px;
  281. position:fixed;
  282. z-index:2;
  283. background:white;
  284. opacity:0.85;
  285. border-top-left-radius:45px;
  286. border-top-right-radius:45px;
  287. }
  288.  
  289. #banban{
  290. z-index:1;
  291. position:fixed;
  292. width:400px;
  293. margin-top:0px;
  294. height:70px;
  295. margin-left:307px;
  296. background-color:{color:background};
  297. background-image:url('{image:background}');
  298. }
  299.  
  300. #title{
  301. color:{color:blogtitle};
  302. font-family:signerica;
  303. text-shadow:1px 2px 1px {color:blogtitle shadow};
  304. width: 420px;
  305. text-align: center;
  306. margin-top: 13px;
  307. margin-left: 297px;
  308. position:fixed;
  309. z-index:99;
  310. font-size:25px;
  311. line-height:40px;
  312. }
  313. #titlebar {
  314. background-color: {color:titlebar background};
  315. color: {color:titlebar background};
  316. padding-top: 8px;
  317. padding-bottom: 8px;
  318. float: left;
  319. font-size:25px;
  320. letter-spacing:0px;
  321. text-align: center;
  322. margin-top: 22px;
  323. margin-left: 297px;
  324. position: fixed;
  325. width:420px;
  326. z-index: 2;
  327. opacity:0.95;
  328. border-top-left-radius:45px;
  329. border-top-right-radius:45px;
  330. }
  331.  
  332. #thang {
  333. border-top: 10px solid {color:blogtitle shadow};
  334. border-right: 10px solid transparent;
  335. position: absolute;
  336. margin-top: 8px;
  337. margin-left: 410px;
  338.  
  339. }
  340. #thang2 {
  341. border-top: 10px solid {color:blogtitle shadow};
  342. border-left: 10px solid transparent;
  343. position: absolute;
  344. margin-top: 8px;
  345. margin-left: 0px;
  346.  
  347. }
  348.  
  349. .permalink{
  350. text-transform: normal;
  351. display: block;
  352. text-align: right;
  353. text-decoration: none;
  354. }
  355.  
  356. #infscr-loading{
  357. bottom: -70px;
  358. position: absolute;
  359. left: 50%;
  360. margin-left:-8px;
  361. width:16px;
  362. height:11px;
  363. overflow:hidden;
  364. margin-bottom: 50px;
  365. }
  366.  
  367. #postnotes{
  368. text-align: justify;}
  369.  
  370. #postnotes blockquote{
  371. border: 0px;}
  372.  
  373. blockquote{
  374. padding:0px 0px 2px 5px;
  375. margin:0px 0px 2px 10px;
  376. border-left: 1px dotted #555555;
  377. }
  378.  
  379. blockquote p, ul{
  380. margin:0px;
  381. padding:0px;
  382. }
  383.  
  384. a img{border: 0px;}
  385.  
  386.  
  387. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  388.  
  389. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  390. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  391.  
  392. .notes img{width:10px; position:relative; top:3px;}
  393. <--ses-->
  394. small{font-size: 90%;}
  395.  
  396. {CustomCSS}
  397.  
  398. </style>
  399.  
  400. {block:IndexPage}
  401. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  402. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  403.  
  404. <script type="text/javascript">
  405. $(window).load(function () {
  406. var $content = $('#posts');
  407. $content.masonry({itemSelector: '.entry'}),
  408. $content.infinitescroll({
  409. navSelector : 'div#pagination',
  410. nextSelector : 'div#pagination a#nextPage',
  411. itemSelector : '.entry',
  412. loading: {
  413. finishedMsg: '',
  414. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  415. },
  416. bufferPx : 600,
  417. debug : false,
  418. },
  419. // call masonry as a callback.
  420. function( newElements ) {
  421. var $newElems = $( newElements );
  422. $newElems.hide();
  423. // ensure that images load before adding to masonry layout
  424. $newElems.imagesLoaded(function(){
  425. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  426.  
  427.  
  428. });
  429. });
  430. });
  431. </script>
  432.  
  433. {/block:IndexPage}
  434.  
  435.  
  436. <title>{title}</title>
  437.  
  438. <link rel="shortcut icon" href="{Favicon}" />
  439. <meta name="viewport" content="width=820" />
  440. </head>
  441.  
  442. <body>
  443.  
  444. <div class="wrapper">
  445. <div class="header">
  446. </div>
  447.  
  448. <div id="cage">
  449. <div id="center">
  450. <div id="title">{title}</div>
  451. <div id="banban"></div>
  452. <div id="ban"></div>
  453.  
  454. <div id="titlebar"> &middot;<div id="thang2"></div>
  455. <div id="thang"></div></div>
  456.  
  457. <div id="linkz"><a href="{text:link one}">{text:link one title}</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="{text:link two}">{text:link two title}</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="{text:link three}">{text:link three title}</a>{block:iflinkfourtitle}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="{text:link four}">{text:link four title}</a>{/block:iflinkfourtitle}{block:iflinkfivetitle}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="{text:link five}">{text:link five title}</a>{/block:iflinkfivetitle}</div>
  458.  
  459.  
  460. <div id="sidebar">
  461.  
  462. <center>
  463. <a href="/"><img src="{image:sidebar}"></a><br>
  464. {Description}</center>
  465. </div>
  466.  
  467.  
  468.  
  469.  
  470. <div class="left">
  471. <div id="posts">
  472. {block:Posts}
  473. <div class="entry">
  474.  
  475. {block:Answer}
  476. <div style="margin-top:2px; margin-bottom:0px; min-height:30px; padding: 3px; background-color: #eee;">
  477. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  478. {Asker}: {Question}</div>
  479. <div style="margin-top:2px; margin-bottom:4px; background: transparent;">{Answer}</div>
  480. <div class="permalink"> <a href="{permalink}">{notecountwithlabel}</a> </div>
  481. {/block:Answer}
  482.  
  483. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  484. {/block:Text}
  485.  
  486. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  487.  
  488. {block:Photo}
  489. {block:IndexPage}
  490. <center>
  491. <div class="perma">
  492. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  493. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  494. {/block:IndexPage}
  495. {block:PermalinkPage}
  496. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>{LinkCloseTag}
  497. {/block:PermalinkPage}
  498. {/block:Photo}
  499.  
  500. {block:Photoset}
  501. {block:IndexPage}
  502. <center>
  503. <div class="perma">
  504. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  505. {Photoset-250}</center>
  506. {/block:IndexPage}
  507. {block:PermalinkPage}
  508. <center>
  509. {Photoset-500}</center>
  510. {/block:PermalinkPage}
  511. {/block:Photoset}
  512.  
  513. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  514.  
  515. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  516. <ul class="chat">
  517. {block:Lines}
  518. <li class="user_{UserNumber}">
  519. {block:Label}
  520. <span class="label">{Label}</span>
  521. {/block:Label}
  522.  
  523. {Line}
  524. </li>
  525. {/block:Lines}
  526. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  527. {/block:Chat}
  528.  
  529. {block:Audio}
  530. <div style="width:190px; height:30px;">
  531. {AudioPlayerBlack}
  532. </div>
  533. {block:IndexPage}<span class="permalink">
  534. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  535. </span>{/block:IndexPage}
  536. {/block:Audio}
  537.  
  538. {block:Video}
  539. {block:IndexPage}
  540. <center>
  541. <div class="perma">
  542. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  543. {Video-250}</center>
  544. {/block:IndexPage}
  545. {block:PermalinkPage}
  546. <center>
  547. {Video-400}</center>
  548. {/block:PermalinkPage}
  549. {block:Video}
  550.  
  551.  
  552. {block:PostNotes}<div align="middle">{caption}</div>
  553. <center>
  554.  
  555. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  556.  
  557. {block:HasTags}
  558. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  559. {block:RebloggedFrom}
  560. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  561. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  562.  
  563. {/block:RebloggedFrom}
  564. </center></span>
  565. <br>
  566. <div id="postnotes">{PostNotes}</div><br>
  567.  
  568. <center>{block:ContentSource}
  569. <br><a href="{SourceURL}">
  570. {lang:Source}:
  571. {block:SourceLogo}
  572. <img src="{BlackLogoURL}" width="{LogoWidth}"
  573. height="{LogoHeight}" alt="{SourceTitle}" />
  574. {/block:SourceLogo}
  575. {block:NoSourceLogo}
  576. {SourceLink}
  577. {/block:NoSourceLogo}
  578. </a>
  579. {/block:ContentSource}</center>
  580.  
  581. {/block:PostNotes}
  582. </div>
  583. {/block:Posts}
  584. </div></div>
  585.  
  586. {block:IndexPage}
  587. {block:Pagination}
  588. <div id="pagination">
  589. {block:NextPage}
  590. <a id="nextPage" href="{NextPage}"></a>
  591. {/block:NextPage}
  592. {block:PreviousPage}
  593. <a href="{PreviousPage}"></a>
  594. {/block:PreviousPage}
  595. </div>
  596. {/block:Pagination}
  597. {/block:IndexPage}
  598. </body>
  599. <div style="position:fixed;right:5px;bottom:5px;"><a href="http://miserywishes.tumblr.com">&hearts;</a></div>
  600. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement