Advertisement
hor4ny

Theme #idk - Themesbycaralinandnancy

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