Advertisement
twerkinqz

Theme 56 by Sylvia

Aug 14th, 2013
1,880
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.96 KB | None | 0 0
  1. <!--
  2. Theme 56 by Sylvia (twerkinqz)
  3.  
  4. keep the credit or the theme will be destroyed..seriously
  5.  
  6. -->
  7.  
  8. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9.  
  10. <head>
  11.  
  12. <link href="http://static.tumblr.com/z0cd8ty/aJjm6uyej/meffects.css" rel="stylesheet">
  13.  
  14.  
  15. <script type="text/javascript"
  16. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  17.  
  18. <script type="text/javascript"
  19. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  20.  
  21. <link href="http://static.tumblr.com/z0cd8ty/aJjm6uyej/meffects.css" rel="stylesheet">
  22.  
  23.  
  24.  
  25.  
  26. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  27. <script>
  28. (function($){
  29. $(document).ready(function(){
  30. $("a[title]").style_my_tooltips({
  31. tip_follows_cursor:true,
  32. tip_delay_time:90,
  33. tip_fade_speed:600,
  34. attribute:"title"
  35. });
  36. });
  37. })(jQuery);
  38. </script>
  39.  
  40. <script type="text/javascript">
  41. <!--
  42.  
  43. // Disable Right Click Script
  44.  
  45. function IE(e)
  46. {
  47. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  48. {
  49. return false;
  50. }
  51. }
  52. function NS(e)
  53. {
  54. if (document.layers || (document.getElementById && !document.all))
  55. {
  56. if (e.which == "2" || e.which == "3")
  57. {
  58. return false;
  59. }
  60. }
  61. }
  62. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  63.  
  64. //-->
  65. </script>
  66.  
  67.  
  68. <title>{title}</title>
  69.  
  70. <link rel="shortcut icon" href="{Favicon}">
  71.  
  72.  
  73. <meta name="description" content="{metadescription}" />
  74. <meta name="color:Background" content="#FFFFFF"/>
  75. <meta name="color:Text" content="#000000"/>
  76. <meta name="color:Hover" content="#ffffff"/>
  77. <meta name="color:Link" content="#000000"/>
  78. <meta name="color:Title" content="#000000">
  79. <meta name="color:blogtitle" content="#000000">
  80. <meta name="image:Background" content="1"/>
  81. <meta name="image:Sidebar" content=""/>
  82. <meta name="if:fadedposts" content="0"/>
  83. <meta name="if:1column" content="0"/>
  84. <meta name="if:3column" content="0"/>
  85. <meta name="text:font size" content="24px" />
  86. <meta name="text:Link One Title" content="" />
  87. <meta name="text:Link One" content="" />
  88. <meta name="text:Link Two Title" content="" />
  89. <meta name="text:Link Two" content="" />
  90. <meta name="text:Link Three Title" content="" />
  91. <meta name="text:Link Three" content="" />
  92. <meta name="text:Link Four Title" content="" />
  93. <meta name="text:Link Four" content="" />
  94.  
  95. <link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
  96.  
  97.  
  98. <style type="text/css">
  99.  
  100.  
  101.  
  102. ::-webkit-scrollbar {width: 8px; height: 2px; }
  103.  
  104. ::-webkit-scrollbar-thumb { width: 10px; background: {color:link}; border-left: solid 2px #fff; border-right: solid 2px #fff; border-radius:5px;}
  105.  
  106.  
  107. @font-face { font-family: "Passion Sans"; src: url('http://static.tumblr.com/dvz4szr/pbemri1ea/passionsanspdab-hairlineita.ttf'); }
  108.  
  109.  
  110. #tumblr_controls{
  111. position:fixed !important;
  112. -webkit-filter:invert(100%);
  113. opacity:.8;
  114. -webkit-transition:linear;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  115. }
  116.  
  117.  
  118. body {
  119. padding: 0px;
  120. margin: 0px;
  121. color:{color:text};
  122. font-family: calibri;
  123. font-size: 11px;
  124. line-height:11px;
  125. background-color: {color:Background};
  126. background-image:url({image:Background});
  127. background-attachment: fixed;
  128. background-size: 110%;
  129. text-align: justify;
  130. }
  131.  
  132. a:link, a:active, a:visited{
  133. color:{color:link};
  134. text-decoration: none;
  135. -webkit-transition: color 0.4s ease-out;
  136. -moz-transition: color 0.4s ease-out;
  137. }
  138.  
  139. a:link, a:visited{
  140. color:{color:link};
  141. background:transparent;
  142. }
  143.  
  144. a:hover{
  145. color:{color:hover};
  146. -webkit-transition: color 0.4s ease-out;
  147. -moz-transition: color 0.4s ease-out;
  148. }
  149.  
  150. a:active{
  151. color:#000
  152. background:#eee;
  153. text-decoration:underline;
  154. }
  155.  
  156. .entry {
  157. margin: 7px;
  158. padding: 5px;
  159. padding-bottom: 3px;
  160. float:left;
  161. text-align: justify;
  162. background-color: #fff;
  163. font-family:calibri;
  164. font-size: 11px;
  165. line-height:11px;
  166. {block:iffadedposts}
  167. opacity:0.8;
  168. {/block:iffadedposts}
  169. {block:ifnotfadedposts}
  170. opacity:1;
  171. {/block:ifnotfadedposts}
  172. overflow:hidden;
  173. border: solid 1px #eee;
  174. {block:IndexPage}
  175. {block:if1column}
  176. width:230px;
  177. {block:if1column}
  178. {block:ifnot1column}
  179. width:200px;
  180. {/block:ifnot1column}
  181. {/block:IndexPage}
  182. {block:PermalinkPage}
  183. width:500px;
  184. margin-left:0px;
  185. {/block:PermalinkPage}
  186. }
  187.  
  188. .entry img{
  189. {block:IndexPage}
  190. {block:if1column}
  191. width:230px;
  192. {block:if1column}
  193. {block:ifnot1column}
  194. width:200px;
  195. {/block:ifnot1column}
  196. {/block:IndexPage}
  197. }
  198.  
  199.  
  200.  
  201. .entry .permalink{
  202. position:absolute;
  203. {block:if1column}
  204. width:245px;
  205. {/block:if1column}
  206. {block:ifnot1column}
  207. width:215px;
  208. {/block:ifnot1column}
  209. height:35px;
  210. padding-top:2px;
  211. background-color:#fff;
  212. overflow:hidden;
  213. letter-spacing:2px;
  214. bottom: 0px;
  215. font-family: trebuchet ms;
  216. right: 0px;
  217. text-transform: uppercase;
  218. font-size:8px;
  219. line-height:17px;
  220. text-align:center;
  221. opacity:0.0;
  222. z-index:99999999999;
  223. color:{color:link};
  224. -webkit-transition: all 0.3s linear;
  225. -moz-transition: all 0.3s linear;
  226. transition: all 0.3s linear;
  227. }
  228.  
  229. .entry .permalink a{
  230. color:{color:link};
  231. }
  232.  
  233.  
  234. .entry:hover .permalink {
  235. overflow:visible;
  236. opacity: 1;
  237. color:{color:link};
  238. bottom: 0px;
  239. height: 35px;
  240. -webkit-transition: all 0.3s linear;
  241. -moz-transition: all 0.3s linear;
  242. transition: all 0.3s linear;
  243. }
  244.  
  245.  
  246.  
  247. #sidebar{
  248. text-align:center;
  249. background-color:#fff;
  250. margin-top:60px;
  251. margin-left:63px;
  252. font-size: 12px;
  253. width:188px;
  254. padding:10px;
  255. z-index:8;
  256. height:auto;
  257. border: solid 1px #eee;
  258. position:fixed !important;
  259. -moz-box-shadow: 0px 0px 3px #eee;
  260. -webkit-box-shadow: 0px 0px 3px #e;
  261. box-shadow: 0px 0px 3px #eee;
  262. }
  263.  
  264.  
  265. .links{
  266. padding: 3px;
  267. text-transform: lowercase;
  268. margin-right: -1px;
  269. margin-top: 0px;
  270. font-family:calibri;
  271. border-bottom: dotted 1px #ccc;
  272. font-size:9.5px;
  273. font-style:italic;
  274. letter-spacing:1px;
  275. line-height: 10px;
  276. display: inline-block;
  277. text-align:right;
  278. -webkit-transition: all 0.7s linear;
  279. -webkit-transition: all 0.7s linear;
  280. -moz-transition: all 0.7s linear;
  281. transition: all 0.7s linear;
  282. }
  283.  
  284. .links:hover a{
  285. color: #fff;
  286. -webkit-transition: all 0.7s linear;
  287. -webkit-transition: all 0.7s linear;
  288. -moz-transition: all 0.7s linear;
  289. transition: all 0.7s linear;
  290. }
  291.  
  292. .links:hover {
  293. color: #fff;
  294. background-color:#ccc;
  295. -webkit-transition: all 0.7s linear;
  296. -webkit-transition: all 0.7s linear;
  297. -moz-transition: all 0.7s linear;
  298. transition: all 0.7s linear;
  299. }
  300.  
  301.  
  302. .descript{
  303. font-family:calibri;
  304. font-size:11px;
  305. background-color:white;
  306. text-align:center;
  307. width:176px;
  308. font-style:italic;
  309. height: auto;
  310. padding:5px;
  311. line-height:10px;
  312. opacity:1;
  313. -webkit-transition: all 0.7s linear;
  314. -webkit-transition: all 0.7s linear;
  315. -moz-transition: all 0.7s linear;
  316. transition: all 0.7s linear;
  317. }
  318.  
  319.  
  320.  
  321.  
  322. #posts {
  323. {block:if1column}
  324. width: 393px;
  325. margin-left:385px;
  326. {/block:if1column}
  327. {block:ifnot1column}
  328. width: 593px;
  329. margin-left:385px;
  330. {/block:ifnot1column}
  331. {block:if3column}
  332. width: 793px;
  333. margin-left:385px;
  334. {/block:if3column}
  335. margin-left:365px;
  336. margin-top:0px;
  337. float:center;
  338. }
  339.  
  340.  
  341.  
  342. .textperma{
  343. display: block;
  344. font-family:Courier New;
  345. font-size: 11px;
  346. line-height:11px;
  347. text-transform: lowercase;
  348. text-align: right;
  349. background-color:transparent;
  350. padding: 0px;
  351. margin: 2px;
  352. }
  353.  
  354. .title{
  355. font-family:calibri;
  356. font-size: 13px;
  357. line-height: 15px;
  358. color: {color:Title};
  359. text-transform:none;
  360. text-transform: uppercase;
  361. }
  362.  
  363.  
  364. .blogtitle{
  365. z-index:99;
  366. width:250px;
  367. text-align:left;
  368. font-family:Passion Sans;
  369. font-size:{text:font size};
  370. font-style:italic;
  371. color:{color:blogtitle};
  372. text-transform:none;
  373. font-weight:lighter;
  374. z-index:999999999999999999999999999999999999;
  375. opacity:1;
  376. transition: all 0.9s ease-out;
  377. -o-transition-transition: all 0.9s ease-out;
  378. -webkit-transition: all 0.9s ease-out;
  379. -moz-transition: all 0.9s ease-out;
  380. }
  381.  
  382.  
  383. .blogtitle a{
  384. color:{color:blogtitle};
  385. }
  386.  
  387.  
  388. #audio {width:200px; height:auto; min-height:60px; padding-bottom:0px;}
  389.  
  390. .cover {position:absolute; z-index:1; width:60px; height:60px;}
  391.  
  392. .cover img {float:left; width:60px; height:60px;}
  393. .cover img:hover {maragin-top:0px;}
  394.  
  395. .playbox {opacity:0.6; width:27px; height:30px; overflow:hidden; position:absolute; z-index:1000; margin-left:17px; margin-top:17px; text-align:center;}
  396.  
  397. .info {margin-left:73px; margin-top:4px; line-height:14px;}
  398.  
  399. </style>
  400.  
  401. {block:IndexPage}
  402. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script><div style="position:fixed !important;right:3px;top:24px; opacity: 0.8; z-index:999999999999999999999999999; "><a href="http://twerkinqz.tumblr.com/"><img src="http://static.tumblr.com/dvz4szr/oismscl3m/yinyang.gif"></a></div><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.  
  434.  
  435. {/block:IndexPage}
  436.  
  437. <title>{title}</title>
  438.  
  439. <link rel="shortcut icon" href="{Favicon}">
  440. <meta name="viewport" content="width=820" />
  441.  
  442. </head>
  443.  
  444. <body>
  445.  
  446.  
  447. <div class="wrapper">
  448. <div class="header">
  449. </div>
  450.  
  451. </div>
  452.  
  453.  
  454. <div id="sidebar">
  455.  
  456. <br>
  457. <a href="/"><div style="opacity:0.8; margin-top:-10px"><img src="{image:Sidebar}" width=188px; height=auto;></a><br><br>
  458. <div class="blogtitle">
  459. <a href="/">{title}</a></div><br>
  460. <div style="margin-top:3px"><div class="descript">{Description}</div></div>
  461. <div class="links"><a href="/">home</a></div>
  462.  
  463. <div class="links"><a href="/ask">ask</a></div>
  464.  
  465. {block:ifLinkOneTitle}<div class="links"><a href="{text:Link One}">{text:Link One Title}</a></div>{/block:ifLinkOneTitle}
  466. {block:ifLinkTwoTitle}<div class="links"><a href="{text:Link Two}">{text:Link Two Title}</a></div>{/block:ifLinkTwoTitle}
  467. {block:ifLinkThreeTitle}<div class="links"><a href="{text:Link Three}">{text:Link Three Title}</a></div>{/block:ifLinkThreeTitle}
  468. {block:ifLinkFourTitle}<div class="links"><a href="{text:Link Four}">{text:Link Four Title}</a></div>{/block:ifLinkFourTitle}
  469. </div>
  470.  
  471.  
  472.  
  473. </div>
  474. <div class="content">
  475.  
  476. <div class="left">
  477.  
  478. <div id="posts">
  479.  
  480. {block:Posts}
  481. <div class="entry">
  482.  
  483. {block:Text}
  484. {block:Title}<span class="title">{Title}</span>{/block:Title}
  485. <span class="entrytext">{Body}</span>
  486. {block:IndexPage}
  487. <div class="textperma"><a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank"></a></span></a></div>
  488. {/block:IndexPage}
  489. {/block:Text}
  490.  
  491. {block:Link}
  492. <a href="{URL}" class="title">{Name}</a>
  493. {block:Description}{Description}{/block:Description}
  494. {block:IndexPage}
  495. <div class="textperma"><a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank"></a></span></a></div>
  496. {/block:IndexPage}
  497. {block:Link}
  498.  
  499. {block:Photo}
  500. {block:IndexPage}
  501. <div class="permalink">
  502. <a href="{Permalink}"><a href="{ReblogURL}" target="_blank">reblog</a> with <a href="{permalink}">{NoteCountWithLabel}</a><br><a href="{permalink}">Posted {TimeAgo}</a></div></span>
  503. {LinkOpenTag}<div class="photo"><a href="{permalink}">{block:ifnot1column}<img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}"width="200"/></a></div>{/block:ifnot1column}{block:if1column}<img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}"width="230"/></a></div>{/block:if1column}{LinkCloseTag}{/block:IndexPage}
  504. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}{/block:PermalinkPage}
  505. {/block:Photo}
  506.  
  507. {block:Photoset}{block:IndexPage}
  508. <div class="permalink">
  509. <a href="{Permalink}"><a href="{ReblogURL}" target="_blank">reblog</a> with <a href="{permalink}">{NoteCountWithLabel}</a><br><a href="{permalink}">Posted {TimeAgo}</a></div></span>{/block:IndexPage}
  510.  
  511. {block:ifnot1column}<div style="width:200px; overflow-y: hidden;">{Photoset-250}</div>{/block:ifnot1column}{block:if1column}<div style="width:230px; overflow-y: hidden;">{Photoset-250}</div>{/block:if1column}{/block:Photoset}
  512.  
  513. {block:Quote}
  514. <span class="title">{Quote}</span><br><br>
  515. {block:Source}{Source}{/block:Source}
  516. {block:IndexPage}
  517. <br /><div class="textperma"><a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank"></a></span></a></div>
  518. {/block:IndexPage}
  519. {/block:Quote}
  520.  
  521. {block:Chat}
  522. {block:Title}<span class="title">{Title}</span>{/block:Title}
  523. <ul class="chat">
  524. {block:Lines}
  525. <li class="user_{UserNumber}">
  526. {block:Label}
  527. <span class="label">{Label}</span>
  528. {/block:Label}
  529.  
  530. {Line}
  531. </li>
  532. {/block:Lines}
  533. </ul>
  534. {block:IndexPage}
  535. <div class="textperma"><a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank"></a></span></a></div>
  536. {/block:IndexPage}
  537. {/block:Chat}
  538.  
  539. {block:Audio}
  540. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<b>{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  541.  
  542. {block:IndexPage}
  543. <div class="textperma"><a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank"></a></span></a></div>
  544. {/block:IndexPage}
  545. {/block:Audio}
  546.  
  547. {block:Video}{block:IndexPage}
  548. <a href="{Permalink}" target="_blank"><i>View Video Here</i></a>
  549.  
  550. {/block:IndexPage}
  551.  
  552. {block:PermalinkPage}
  553. <center>
  554. <div class="videoperma">{Video-500}</div><BR>
  555. </center>{block:PermalinkPage}
  556. {block:Video}
  557.  
  558.  
  559. {block:PermalinkPage}
  560. <center>
  561. {block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  562.  
  563. {/block:PermalinkPage}
  564.  
  565. {block:PostNotes}{PostNotes}
  566. {/block:PostNotes}
  567. </div>
  568.  
  569. {/block:Posts}
  570. </div>
  571. </div>
  572. {block:IndexPage}
  573. {block:Pagination}
  574. <div id="pagination">
  575. {block:NextPage}
  576. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  577. {/block:NextPage}
  578. {block:PreviousPage}
  579. <a href="{PreviousPage}">&larr;&nbsp;</a>
  580. {/block:PreviousPage}
  581. </div>
  582. {/block:Pagination}
  583. {/block:IndexPage}
  584. </div>
  585.  
  586. </body>
  587.  
  588. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement