Advertisement
hor4ny

idk what number theme this is. - Themesbycaralinaandnancy

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