Advertisement
hor4ny

Special theme 5 - Cuntcealer

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