Advertisement
twerkinqz

Theme 61 by Sylvia

Dec 24th, 2013
2,452
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.73 KB | None | 0 0
  1. <!--
  2. Theme 61 by Sylvia (gullibled)
  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. <link href='http://fonts.googleapis.com/css?family=Almendra+Display|Codystar' rel='stylesheet' type='text/css'>
  14. <script type="text/javascript"
  15. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  16.  
  17. <script type="text/javascript"
  18. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  19.  
  20. <link href="http://static.tumblr.com/z0cd8ty/aJjm6uyej/meffects.css" rel="stylesheet">
  21.  
  22.  
  23.  
  24.  
  25.  
  26. <title>{title}</title>
  27.  
  28. <link rel="shortcut icon" href="{Favicon}">
  29.  
  30.  
  31. <meta name="description" content="{metadescription}" />
  32. <meta name="color:Background" content="#FFFFFF"/>
  33. <meta name="color:Text" content="#000000"/>
  34. <meta name="color:Hover" content="#ffffff"/>
  35. <meta name="color:Link" content="#000000"/>
  36. <meta name="color:Link Hover Background" content="#cccccc"/>
  37. <meta name="color:Title" content="#000000">
  38. <meta name="image:Background" content="1"/>
  39. <meta name="image:Sidebar" content="1"/>
  40. <meta name="if:3column" content="0"/>
  41. <meta name="if:sidebar" content="1"/>
  42. <meta name="text:font size" content="23" />
  43. <meta name="text:Link One Title" content="" />
  44. <meta name="text:Link One" content="" />
  45. <meta name="text:Link Two Title" content="" />
  46. <meta name="text:Link Two" content="" />
  47. <meta name="text:Link Three Title" content="" />
  48. <meta name="text:Link Three" content="" />
  49. <meta name="text:Link Four Title" content="" />
  50. <meta name="text:Link Four" content="" />
  51. <meta name="text:Link Five Title" content="" />
  52. <meta name="text:Link Five" content="" />
  53. <link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
  54.  
  55. <style type="text/css">
  56.  
  57. ::-webkit-scrollbar {width: 3px; height: 4px; background: #cecece; }
  58.  
  59. ::-webkit-scrollbar-thumb { background-color:transparent; }
  60.  
  61.  
  62.  
  63. #tumblr_controls{
  64. position:fixed !important;
  65. -webkit-filter:invert(100%);
  66. opacity:.8;
  67. -webkit-transition:linear;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  68. }
  69.  
  70.  
  71. body {
  72. padding: 0px;
  73. margin: 0px;
  74. color:{color:text};
  75. font-family: trebuchet ms;
  76. font-size: 10px;
  77. line-height:11px;
  78. background-color: {color:Background};
  79. background-image:url({image:Background});
  80. background-attachment: fixed;
  81. background-size: 120%;
  82. text-align: justify;
  83. }
  84.  
  85. a:link, a:active, a:visited{
  86. color:{color:link};
  87. -webkit-transition: color 0.4s ease-out;
  88. -moz-transition: color 0.4s ease-out;
  89. }
  90.  
  91. a:link, a:visited{
  92. color:#000;
  93. text-decoration:none;
  94. -webkit-transition: all 0.7s linear;
  95. -webkit-transition: all 0.7s linear;
  96. -moz-transition: all 0.7s linear;
  97. transition: all 0.7s linear;
  98. }
  99.  
  100. a:hover{
  101. color:{color:hover};
  102. -webkit-transition: all 0.7s linear;
  103. -webkit-transition: all 0.7s linear;
  104. -moz-transition: all 0.7s linear;
  105. transition: all 0.7s;
  106. }
  107. a:active{
  108. color:#000
  109. background:#eee;
  110. text-decoration:underline;
  111. }
  112.  
  113. .entry {
  114. margin:18px;
  115. padding:8px;
  116. padding-bottom:6px;
  117. background:#fff;
  118. border:1px solid #eee;
  119. border-radius:3px;
  120. font-family: trebuchet ms;
  121. max-width: 100%;
  122. display:block;
  123. opacity:1;
  124. overflow-x:hidden;
  125. {block:IndexPage}
  126. width:230px;
  127. {/block:IndexPage}
  128. {block:PermalinkPage}
  129. width:500px;
  130. {/block:PermalinkPage}
  131. }
  132.  
  133. .entry img{
  134. border-radius: 3px;
  135. opacity:0.7;
  136. {block:IndexPage}
  137. width:230px;
  138. {/block:IndexPage}
  139. }
  140.  
  141.  
  142. .entry:hover{
  143. -webkit-transition: all 0.2s linear;
  144. -webkit-transition: all 0.2s linear;
  145. -moz-transition: all 0.2s linear;
  146. transition: all 0.2s linear;
  147. }
  148.  
  149. .entry .permalink{
  150. position:absolute;
  151. width:228px;
  152. padding:2px;
  153. background-color:#fff;
  154. overflow:hidden;
  155. top: 8px;
  156. letter-spacing:2px;
  157. font-family: trebuchet ms;
  158. right: 8px;
  159. text-transform: uppercase;
  160. font-size:8px;
  161. font-style:italic;
  162. line-height:15px;
  163. text-align:center;
  164. opacity:0.0;
  165. z-index:9999999999999999999999;
  166. color:#fff;
  167. border-bottom:2px solid #eee;
  168. -webkit-transition: all 0.3s linear;
  169. -moz-transition: all 0.3s linear;
  170. transition: all 0.3s linear;
  171. }
  172.  
  173. .entry .permalink a{
  174. color:#000;
  175. }
  176.  
  177.  
  178. .entry:hover .permalink {
  179. overflow:visible;
  180. opacity: 0.95;
  181. color:#000;
  182. border-bottom:2px solid #eee;
  183. height: auto;
  184. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  185. }
  186.  
  187.  
  188.  
  189. #posts {
  190. width: 620px;
  191. margin-left:405px;
  192. margin-top:0px;
  193. float:center;
  194. }
  195.  
  196.  
  197. .blogtitle{
  198. font-size:{text:font size}px;
  199. text-align: left;
  200. line-height:30px;
  201. font-family: 'Signerica', cursive;
  202. color:#000;
  203. font-style:italic;
  204. letter-spacing:0px;
  205. text-transform:lowercase;
  206. -webkit-transition: all 0.5s ease;
  207. -moz-transition: all 0.5s ease;
  208. -o-transition: all 0.5s ease;
  209. }
  210.  
  211. @font-face { font-family: "Signerica"; src: url('http://static.tumblr.com/dvz4szr/POpmybms2/signerica_fat.ttf'); }
  212.  
  213. #titlebro{
  214. border-bottom: 1px solid #eee;
  215. width:208px;
  216. z-index:8;
  217. position:fixed !important;
  218. padding:3px;
  219. text-align:left;
  220. height: auto;
  221. margin-top: 12px;
  222. margin-left:72px;
  223. -webkit-animation:fadeIn 3s;
  224. -moz-animation:fadeIn 3s;
  225. -ms-animation:fadeIn 3s;
  226. -webkit-transition: all 0.7s ease;
  227. -moz-transition: all 0.7s ease;
  228. -o-transition: all 0.7s ease;
  229. }
  230.  
  231. #titlebro .descript{
  232. font-family:trebuchet ms;
  233. font-size:9px;
  234. width:215px;
  235. padding:3px;
  236. line-height:14px;
  237. background-color:transparent;
  238. text-align:left;
  239. font-style:italic;
  240. -webkit-transition: all 0.3s ease;
  241. -moz-transition: all 0.3s ease;
  242. -o-transition: all 0.3s ease;
  243. }
  244.  
  245. #titlebro .links{
  246. padding: 3px;
  247. text-transform: lowercase;
  248. margin-right: 3px;
  249. margin-top: 0px;
  250. font-family:times;
  251. font-size:10px;
  252. font-style:italic;
  253. letter-spacing:0px;
  254. line-height: 10px;
  255. display: inline-block;
  256. text-align:right;
  257. -webkit-transition: all 0.2s ease;
  258. -moz-transition: all 0.2s ease;
  259. -o-transition: all 0.2s ease;
  260. }
  261.  
  262. #titlebro:hover .links{
  263. opacity:1;
  264. -webkit-transition: all 0.9s linear;
  265. -webkit-transition: all 0.9s linear;
  266. -moz-transition: all 0.9s linear;
  267. transition: all 0.9s linear;
  268. }
  269.  
  270. .links:hover a{
  271. color:#fff;
  272. }
  273.  
  274.  
  275. .links:hover{
  276. width:auto;
  277. color:#fff;
  278. height:auto;
  279. background-color:{color:Link Hover Background};
  280. -webkit-transition: all 0.5s ease;
  281. -moz-transition: all 0.5s ease;
  282. -o-transition: all 0.5s ease;
  283. }
  284.  
  285.  
  286.  
  287.  
  288. .textperma{
  289. display: block;
  290. font-family:Courier New;
  291. font-size: 11px;
  292. line-height:11px;
  293. text-transform: lowercase;
  294. text-align: right;
  295. background-color:transparent;
  296. padding: 0px;
  297. margin: 2px;
  298. }
  299.  
  300. .title{
  301. font-family:Consolas;
  302. font-size: 12px;
  303. line-height: 15px;
  304. color: {color:Title};
  305. text-transform:uppercase;
  306. }
  307.  
  308.  
  309. #muse {width:200px; height:auto; min-height:60px; padding-bottom:0px;}
  310.  
  311. .wow {position:absolute; z-index:1; width:60px; height:60px;}
  312.  
  313. .wow img {float:left; width:60px; height:60px;}
  314. .wow img:hover {margin-top:0px;}
  315.  
  316. .play {opacity:0.6; width:37px; height:37px; overflow:hidden; position:absolute; z-index:1000; margin-left:10px; margin-top:17px; text-align:center;}
  317.  
  318. .twerk {margin-left:73px; margin-top:4px; line-height:14px;}
  319.  
  320.  
  321. </style>
  322.  
  323. {block:IndexPage}
  324. <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://gullibled.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>
  325.  
  326. <script type="text/javascript">
  327. $(window).load(function () {
  328. var $content = $('#posts');
  329. $content.masonry({itemSelector: '.entry'}),
  330. $content.infinitescroll({
  331. navSelector : 'div#pagination',
  332. nextSelector : 'div#pagination a#nextPage',
  333. itemSelector : '.entry',
  334. loading: {
  335. finishedMsg: '',
  336. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  337. },
  338. bufferPx : 600,
  339. debug : false,
  340. },
  341. // call masonry as a callback.
  342. function( newElements ) {
  343. var $newElems = $( newElements );
  344. $newElems.hide();
  345. // ensure that images load before adding to masonry layout
  346. $newElems.imagesLoaded(function(){
  347. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  348.  
  349.  
  350. });
  351. });
  352. });
  353. </script>
  354.  
  355.  
  356.  
  357. {/block:IndexPage}
  358.  
  359. <title>{title}</title>
  360.  
  361. <link rel="shortcut icon" href="{Favicon}">
  362. <meta name="viewport" content="width=820" />
  363.  
  364. </head>
  365.  
  366. <body>
  367.  
  368. <div class="wrapper">
  369. <div class="header">
  370. </div>
  371.  
  372. <div id="titlebro">
  373. <div class="blogtitle"><a href="/">{title}</a></div>
  374.  
  375. {block:ifsidebar}<a href="/"><img src="{image:Sidebar}" style="width:158px; height:auto; padding:14px; border:1px solid #ddd; opacity:0.8; background:#eee"></a> <br>{block:ifsidebar}<br>
  376.  
  377. <div class="descript">{Description}</div>
  378.  
  379. <br>
  380. <div class="links"><a href="/">home</a></div>
  381.  
  382. <div class="links"><a href="/ask">ask</a></div>
  383.  
  384. {block:ifLinkOneTitle} <div class="links"><a href="{text:Link One}">{text:Link One Title}</a></div> {/block:ifLinkOneTitle}
  385. {block:ifLinkTwoTitle}<div class="links"><a href="{text:Link Two}">{text:Link Two Title}</a></div>{/block:ifLinkTwoTitle}
  386. {block:ifLinkThreeTitle}<div class="links"><a href="{text:Link Three}">{text:Link Three Title}</a></div>{/block:ifLinkThreeTitle}
  387. {block:ifLinkFourTitle}<div class="links"><a href="{text:Link Four}">{text:Link Four Title}</a></div>{/block:ifLinkFourTitle}
  388. {block:ifLinkFiveTitle}<div class="links"><a href="{text:Link Five}">{text:Link Five Title}</a></div>{/block:ifLinkFiveTitle}
  389.  
  390. </div></div></div></div>
  391.  
  392.  
  393. <div class="content">
  394.  
  395. <div class="left">
  396.  
  397. <div id="posts">
  398.  
  399. {block:Posts}
  400. <div class="entry">
  401.  
  402. {block:Text}
  403. {block:Title}<span class="title">{Title}</span>{/block:Title}
  404. <span class="entrytext">{Body}</span>
  405. {block:IndexPage}
  406. <div class="textperma"><a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank"></a></span></a></div>
  407. {/block:IndexPage}
  408. {/block:Text}
  409.  
  410. {block:Link}
  411. <a href="{URL}" class="title">{Name}</a>
  412. {block:Description}{Description}{/block:Description}
  413. {block:IndexPage}
  414. <div class="textperma"><a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank"></a></span></a></div>
  415. {/block:IndexPage}
  416. {block:Link}
  417.  
  418. {block:Photo}
  419. {block:IndexPage}
  420. <div class="permalink">
  421. <a href="{Permalink}"><a href="{ReblogURL}" target="_blank">reblog</a> ❄ <a href="{permalink}">{NoteCountWithLabel}</a><br>
  422. <a href="{permalink}">Posted {TimeAgo}</a></div></span>
  423. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}"width="230"/></a></div>{LinkCloseTag}{/block:IndexPage}
  424. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}{/block:PermalinkPage}
  425. {/block:Photo}
  426.  
  427. {block:Photoset}{block:IndexPage}
  428. <div class="permalink">
  429. <a href="{Permalink}"><a href="{ReblogURL}" target="_blank">reblog</a> ❄ <a href="{permalink}">{NoteCountWithLabel}</a></span></a></div>{/block:IndexPage}
  430.  
  431. {block:IndexPage}
  432. <div style="width:230px; overflow-x:scroll;">{Photoset-250}</div>
  433. {/block:IndexPage}
  434.  
  435. {block:PermalinkPage}
  436. {Photoset-500}
  437. {/block:PermalinkPage}
  438.  
  439. {/block:Photoset}
  440.  
  441. {block:Quote}
  442. <span class="title">{Quote}</span><br />
  443. {block:Source}{Source}{/block:Source}
  444. {block:IndexPage}
  445. <br /><div class="textperma"><a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank"></a></span></a></div>
  446. {/block:IndexPage}
  447. {/block:Quote}
  448.  
  449. {block:Chat}
  450. {block:Title}<span class="title">{Title}</span>{/block:Title}
  451. <ul class="chat">
  452. {block:Lines}
  453. <li class="user_{UserNumber}">
  454. {block:Label}
  455. <span class="label">{Label}</span>
  456. {/block:Label}
  457.  
  458. {Line}
  459. </li>
  460. {/block:Lines}
  461. </ul>
  462. {block:IndexPage}
  463. <div class="textperma"><a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank"></a></span></a></div>
  464. {/block:IndexPage}
  465. {/block:Chat}
  466.  
  467. {block:Audio}
  468. <div id="muse"> <div class="wow"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="wow"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="play">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="twerk"><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>
  469.  
  470. {block:IndexPage}
  471. <div class="textperma"><a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank"></a></span></a></div>
  472. {/block:IndexPage}
  473. {/block:Audio}
  474.  
  475. {block:Video}{block:IndexPage}
  476. <a href="{Permalink}" target="_blank"><i>View Video Here</i></a>
  477.  
  478. {/block:IndexPage}
  479.  
  480. {block:PermalinkPage}
  481. <center>
  482. <div class="videoperma">{Video-500}</div><BR>
  483. {block:Caption}{Caption}</a>{/block:Caption}</center>{block:PermalinkPage}
  484. {block:Video}
  485.  
  486. {block:PermalinkPage}
  487. <center>
  488. {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>
  489.  
  490. {/block:PermalinkPage}
  491.  
  492. {block:PostNotes}{PostNotes}
  493. {/block:PostNotes}
  494. </div>
  495.  
  496. {/block:Posts}
  497. </div>
  498. </div>
  499. {block:IndexPage}
  500. {block:Pagination}
  501. <div id="pagination">
  502. {block:NextPage}
  503. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  504. {/block:NextPage}
  505. {block:PreviousPage}
  506. <a href="{PreviousPage}">&larr;&nbsp;</a>
  507. {/block:PreviousPage}
  508. </div>
  509. {/block:Pagination}
  510. {/block:IndexPage}
  511. </div>
  512.  
  513. </body>
  514. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement