Advertisement
twerkinqz

Theme 59 by Sylvia

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