Advertisement
sighthemes

tyler theme

Feb 8th, 2014
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.89 KB | None | 0 0
  1. <!--
  2.  
  3. New theme 15 by Deanna (sighthemes)
  4. Keep the credit
  5. Or you will be reported
  6.  
  7. Do not steal or steal parts of the coding
  8. I worked very hard and it would be very disrespectful
  9.  
  10. Make sure your posts per page is set at 15 or the infinite scroll won't work! (Customize > Advanced > Posts per page > 15 > Save)
  11.  
  12. -->
  13.  
  14. <html lang="en">
  15. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  16. <html xmlns="http://www.w3.org/1999/xhtml">
  17. <head>
  18. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js"type="text/JavaScript"></script>
  19.  
  20. <style>
  21. div#qTip {
  22. box-shadow:rgba(0,0,0,.05) 5px 5px;
  23. padding:4px;
  24. margin-left:15px;
  25. margin-top:15px;
  26. font-size:8px;
  27. display: none;
  28. text-align: center;
  29. position: absolute;
  30. letter-spacing:1px;
  31. text-transform:uppercase;
  32. z-index: 999999999999;
  33. background:white;
  34. color:{color:link};
  35. border:1px solid #ddd;
  36. font-style: oblique;
  37. max-width:150px;
  38. }
  39. </style>
  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. <script type="text/javascript"
  69. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  70.  
  71. <!--DEFAULT VARIABLES-->
  72. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  73. <meta name="color:background" content="#fff"/>
  74. <meta name="color:link" content="#777"/>
  75. <meta name="color:text" content="#777"/>
  76. <meta name="color:title" content="#333"/>
  77. <meta name="color:scrollbar" content="#ccc">
  78. <meta name="color:blogtitle" content="#aaa">
  79. <meta name="color:hover" content="#fff"/>
  80. <meta name="image:sidebar" content="1"/>
  81. <meta name="image:background" content="1"/>
  82. <meta name="if:show sidebar image" content="1" />
  83.  
  84. <style type="text/css">
  85.  
  86.  
  87. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  88.  
  89. ::-webkit-scrollbar-thumb{
  90. background-color: {color:scrollbar};
  91. border: 2px solid {color:background};
  92. height:5px;
  93. -moz-border-radius: 20px;
  94. border-radius: 20px;
  95. }
  96.  
  97. ::-webkit-scrollbar {
  98. height:5px;
  99. width:9px;
  100. background-color: #aaaaaa;
  101. border: 4px solid {color:background};
  102. }
  103.  
  104. ::selection {
  105. background: #fff;
  106. }
  107.  
  108. ::-moz-selection {
  109. background: #fff;
  110. }
  111.  
  112.  
  113. p {
  114. margin:0px;
  115. margin-top:5px;
  116. }
  117.  
  118.  
  119. body {
  120. padding: 0px;
  121. margin: 0px;
  122. color:{color:text};
  123. font-family:calibri;
  124. font-size:10px;
  125. line-height:100%;
  126. text-normal;
  127. text-align:left;
  128. background-color: {color:Background};
  129. background-image:url({image:Background});
  130. background-attachment: fixed;
  131. background-repeat: repeat;
  132. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;
  133. }
  134.  
  135.  
  136.  
  137. a:link, a:active, a:visited{
  138. text-decoration: none;
  139. -webkit-transition: color 0.3s ease-out;
  140. -moz-transition: color 0.3s ease-out;
  141. transition: color 0.3s ease-out;
  142. color:{color:link};
  143. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;
  144. }
  145.  
  146. a:hover {
  147. text-decoration: none;
  148. font-style:;
  149. color: {color:Hover};
  150. }
  151.  
  152. div#center{
  153. margin:auto;
  154. position:relative;
  155. background-color:;
  156. overflow:auto;
  157. overflow-y:hidden;
  158. width:1100px;
  159. }
  160.  
  161. .entry {
  162. float:left;
  163. display: block;
  164. width:200px;
  165. margin:25px;
  166. box-shadow:rgba(0,0,0,.05) 5px 5px;
  167. border:1px solid #ddd;
  168. padding:8px;
  169. padding-bottom:5px;
  170. {block:PermalinkPage}
  171. width:350px;
  172. text-align:left;
  173. line-height:11px;
  174. {/block:PermalinkPage}
  175. background:white;
  176. background-image:URL();
  177. }
  178.  
  179. .entry .perma a{
  180. width:10px;
  181. height:10px;
  182. right:-30px;
  183. position: absolute;
  184. line-height: 12px;
  185. overflow:hidden;
  186. text-align:center;
  187. top:0px;
  188. background:white;
  189. letter-spacing:1px;
  190. text-transform:uppercase;
  191. padding:2px;
  192. font-size:9px;
  193. opacity: 0.0;
  194. -webkit-transition: all .7s ease;
  195. -moz-transition: all .7s ease;
  196. -o-transition: all .7s ease;
  197. transition: all .7s ease;
  198. box-shadow:rgba(0,0,0,.05) 4px 4px;
  199. border:1px solid #ddd;
  200. color:white;
  201. }
  202.  
  203. .entry:hover .perma a{
  204. opacity:1;
  205. }
  206.  
  207. .entry .perma2 a{
  208. width:10px;
  209. height:10px;
  210. right:-30px;
  211. position: absolute;
  212. line-height: 12px;
  213. overflow:hidden;
  214. text-align:center;
  215. top:26px;
  216. background:white;
  217. letter-spacing:1px;
  218. text-transform:uppercase;
  219. padding:2px;
  220. font-size:9px;
  221. opacity: 0.0;
  222. -webkit-transition: all .7s ease;
  223. -moz-transition: all .7s ease;
  224. -o-transition: all .7s ease;
  225. transition: all .7s ease;
  226. box-shadow:rgba(0,0,0,.05) 4px 4px;
  227. border:1px solid #ddd;
  228. color:white;
  229. }
  230.  
  231. .entry:hover .perma2 a{
  232. opacity:1;
  233. }
  234.  
  235.  
  236. .permalinktext{
  237. display: block;
  238. font-calibri;
  239. font-size:10px;
  240. line-height:3px;
  241. letter-spacing:1px;
  242. text-transform:uppercase;
  243. text-align: right;
  244. background-color:transparent;
  245. margin: 2px;
  246. margin-top:5px;
  247. border-top:1px solid #eee;
  248. padding-top:6px;
  249. }
  250.  
  251. #posts {
  252. width:600px;
  253. margin-top:1px;
  254. z-index:99;
  255. margin-left:319px;
  256. right:auto;
  257. background:transparent;
  258. margin-right:auto;
  259. position:relative;
  260. overflow-y: hidden;
  261. }
  262.  
  263. #sidebar{
  264. position:fixed !important;
  265. width:150px;
  266. background:white;
  267. height:auto;
  268. text-align:center;
  269. border:1px solid #ddd;
  270. padding:10px;
  271. box-shadow:rgba(0,0,0,.05) 5px 5px;
  272. margin-top:220px;
  273. margin-left:115px;
  274. }
  275.  
  276. .tits{
  277. margin-top:1px;
  278. font-size:12px;
  279. color:{color:blogtitle};
  280. text-align:left;
  281. letter-spacing:1px;
  282. {block:ifshowsidebarimage}
  283. margin-top:5px;
  284. {/block:ifshowsidebarimage}
  285. }
  286.  
  287. .tri {
  288. float: left;
  289. margin-top: -2px;
  290. margin-left: 8px;
  291. width: 0px;
  292. height: 0px;
  293. border-style: solid;
  294. border-width: 15px 10px 0 4px;
  295. border-color: #f6f6f6 transparent transparent transparent;
  296. }
  297.  
  298. .tits2{
  299. margin-top:1px;
  300. font-size:12px;
  301. color:{color:navigation};
  302. text-align:left;
  303. letter-spacing:1px;
  304. }
  305.  
  306. #sidebar .desc{
  307. margin-top:6px;
  308. font-size:10px;
  309. font-style:oblique;
  310. text-align:justify;
  311. word-spacing:1px;
  312. color:{color:text};
  313. }
  314.  
  315. #links{
  316. background:white;
  317. height:auto;
  318. margin-top:4px;
  319. text-align:justify;
  320. z-index:9999;
  321. }
  322.  
  323. .nav a{
  324. font-style:oblique;
  325. color:{color:link};
  326. display:inline-block;
  327. font-size:8.5px;
  328. letter-spacing:1px;
  329. font-family:consolas;
  330. text-transform:uppercase;
  331. margin-left:4px;
  332. margin-right:4px;
  333. }
  334.  
  335. .nav a:hover{
  336. letter-spacing:2px;
  337. color:{color:hover};
  338. }
  339.  
  340. #audio {
  341. width:200px;
  342. height:auto;
  343. min-height:60px;
  344. padding-bottom:0px;
  345. }
  346.  
  347. .cover {
  348. position:absolute;
  349. z-index:1;
  350. width:60px;
  351. height:60px;
  352. }
  353.  
  354. .cover img {
  355. float:left;
  356. width:60px;
  357. height:60px;
  358. }
  359.  
  360. .playbox {
  361. opacity:0.6;
  362. width:27px;
  363. height:30px;
  364. overflow:hidden;
  365. position:absolute;
  366. z-index:1000;
  367. margin-left:17px;
  368. margin-top:17px;
  369. text-align:center;
  370. }
  371.  
  372. .info {
  373. margin-left:73px;
  374. margin-top:4px;
  375. line-height:14px;
  376. }
  377.  
  378. #creds{
  379. position:fixed;
  380. width:33px;
  381. bottom:-12px;
  382. right:2px;
  383. padding: 2px;
  384. font-family:consolas;
  385. font-size:8px;
  386. text-transform:uppercase;
  387. letter-spacing:1px;
  388. -webkit-transition: all .7s ease;
  389. -moz-transition: all .7s ease;
  390. -o-transition: all .7s ease;
  391. transition: all .7s ease;
  392. }
  393.  
  394. #creds:hover{
  395. bottom:0px;
  396. -webkit-transition: all .7s ease;
  397. -moz-transition: all .7s ease;
  398. -o-transition: all .7s ease;
  399. transition: all .7s ease;
  400. }
  401.  
  402. askk{
  403. font-size:9px;
  404. text-transform:uppercase;
  405. letter-spacing:1px;
  406. color:#73ac69;
  407. }
  408.  
  409. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  410.  
  411. .title{
  412. line-height: 12px;
  413. color:{color:Title};
  414. font-weight: normal;
  415. font-size:14px;
  416. }
  417.  
  418. .permalink{
  419. text-transform: normal;
  420. display: block;
  421. text-align: right;
  422. text-decoration: none;
  423. }
  424.  
  425. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS*/
  426. #infscr-loading{
  427. bottom: -70px;
  428. position: absolute;
  429. left: 50%;
  430. margin-left:-8px;
  431. width:16px;
  432. height:11px;
  433. overflow:hidden;
  434. margin-bottom: 50px;
  435. }
  436.  
  437. #postnotes{
  438. text-align: justify;}
  439.  
  440. #postnotes blockquote{
  441. border: 0px;}
  442.  
  443. blockquote{
  444. padding:0px 0px 2px 5px;
  445. margin:5px 5px 5px 5px;
  446. border-left: 1px solid {color:blogtitle};
  447. }
  448.  
  449. blockquote p, ul{
  450. margin:0px;
  451. padding:0px;
  452. }
  453.  
  454. a img{border: 0px;}
  455.  
  456.  
  457. ul, ol, li{list-style:none; margin-top:5px; padding:0px;}
  458.  
  459. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  460. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  461.  
  462. .notes img{width:10px; position:relative; top:3px;}
  463. <--ses-->
  464. small{font-size: 90%;}
  465.  
  466. {CustomCSS}
  467.  
  468. </style>
  469.  
  470. {block:IndexPage}
  471. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  472. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  473.  
  474. <script type="text/javascript">
  475. $(window).load(function(){
  476. var $wall = $('#posts');
  477. $wall.imagesLoaded(function(){
  478. $wall.masonry({
  479. itemSelector: '.entry, .entry_photo',
  480. isAnimated : false
  481. });
  482. });
  483.  
  484. $wall.infinitescroll({
  485. navSelector : '#pagination',
  486. nextSelector : '#pagination a',
  487. itemSelector : '.entry, .entry_photo',
  488. bufferPx : 2000,
  489. debug : false,
  490. errorCallback: function() {
  491. $('#infscr-loading').fadeOut('normal');
  492. }},
  493. function( newElements ) {
  494. var $newElems = $( newElements );
  495. $newElems.hide();
  496. $newElems.imagesLoaded(function(){
  497. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  498. });
  499. }); $('#posts').show(500);
  500. });
  501. </script>
  502.  
  503.  
  504. {/block:IndexPage}
  505.  
  506.  
  507. <title>{title}</title>
  508.  
  509. <link rel="shortcut icon" href="{Favicon}" />
  510. <meta name="viewport" content="width=820" />
  511. </head>
  512.  
  513. <body>
  514. <BODY onselectstart="return false;" ondragstart="return false;">
  515. <div class="wrapper">
  516. <div class="header">
  517. </div>
  518.  
  519. <div id="cage">
  520. <div id="center">
  521.  
  522. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  523. <div id="sidebar">
  524. <center>
  525. {block:ifshowsidebarimage}<a href="/"><img src="{image:sidebar}" width=100%></a>{/block:ifshowsidebarimage}
  526. <div class="tits">{title}</div>
  527. <div class="desc">{description}</div>
  528. <div style="margin-top:7px; text-align:jusitfy;"><div class="nav">
  529. <a href="/">home</a>
  530.  
  531. <a href="/ask">message</a>
  532.  
  533. <a href="/about">about</a>
  534.  
  535. </div></div></center>
  536. </div>
  537.  
  538. <!------------------------------------->
  539.  
  540.  
  541. <div class="left">
  542. <div id="posts">
  543. {block:Posts}
  544. <div class="entry">
  545.  
  546. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><div class="permalinktext">
  547. {ShortMonth} {DayofMonthWithSuffix} / <a href="{permalink}">{NoteCountwithLabel}</a></div>
  548. {/block:Text}
  549.  
  550. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description}<div class="permalinktext">
  551. {ShortMonth} {DayofMonthWithSuffix} / <a href="{permalink}">{NoteCountwithLabel}</a></div>{block:Link}
  552.  
  553. {block:Answer}
  554. <div style="margin: 2px 2px 2px 2px; min-height:auto; padding: 5px; background-color: #f6f6f6; font-size:10px; border-radius:3px;">
  555.  
  556. <askk><b>{Asker}</b></askk>: {Question}</div><div class="tri"></div><p>
  557. <div style="padding-top:2px; padding-bottom:5px; padding-left:3px; background: transparent; text-align:right;">{answer}</div>
  558. <div class="permalinktext">
  559. {ShortMonth} {DayofMonthWithSuffix} / <a href="{permalink}">{NoteCountwithLabel}</a></div>{/block:Answer}
  560.  
  561. {block:Photo}
  562. {block:IndexPage}
  563. <center>
  564. <div class="perma">
  565. <a href="{reblogurl}" target="_blank" title="reblog">reblog </a>
  566. </div>
  567. <div class="perma2">
  568. <a href="{permalink}" title="{notecount}">permalink </a>
  569. </div>
  570. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  571. {/block:IndexPage}
  572. {block:PermalinkPage}
  573. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  574.  
  575. {LinkCloseTag}
  576. {/block:PermalinkPage}
  577. {/block:Photo}
  578.  
  579. {block:Photoset}
  580. <center>
  581. {block:IndexPage}
  582. <div class="perma">
  583. <a href="{reblogurl}">reblog</a> with <a href="{permalink}">{notecountwithlabel}</a>
  584. </div>
  585. <div style="width: 220px; overflow-x:hidden;overflow-y:hidden;">{Photoset-250}</div>
  586. {/block:IndexPage}
  587. </center>
  588. <center>{block:PermalinkPage}<div style="width: auto; overflow-x:hidden;overflow-y:hidden;">{Photoset-500}{/block:PermalinkPage}</center>
  589. {/block:Photoset}
  590.  
  591. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><div class="permalinktext">
  592. {ShortMonth} {DayofMonthWithSuffix} / <a href="{permalink}">{NoteCountwithLabel}</a></div>{/block:Quote}
  593.  
  594. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  595. <ul class="chat">
  596. {block:Lines}
  597. <li class="user_{UserNumber}">
  598. {block:Label}
  599. <span class="label">{Label}</span>
  600. {/block:Label}
  601.  
  602. {Line}
  603. </li>
  604. {/block:Lines}
  605. <div class="permalinktext">
  606. {ShortMonth} {DayofMonthWithSuffix} / <a href="{permalink}">{NoteCountwithLabel}</a></div>
  607. {/block:Chat}
  608.  
  609. {block:Audio}
  610. <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}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  611. {block:IndexPage}
  612. <div class="permalinktext">
  613. {ShortMonth} {DayofMonthWithSuffix} / <a href="{permalink}">{NoteCountwithLabel}</a></div>
  614. {/block:IndexPage}
  615. {/block:Audio}
  616.  
  617. {block:Video}
  618. <center>
  619. {block:IndexPage}
  620. <div class="perma">
  621. {Month} {DayOfMonth} with <a href="{permalink}">{notecountwithlabel}</a> - <a href="{reblogurl}">reblog</a>
  622. </div>
  623. <div style="width: 220px; overflow-x:hidden;overflow-y:hidden;">{Video-250}</div>
  624. {/block:IndexPage}
  625. </center>
  626. <center>{block:PermalinkPage}<div style="width: 450px; overflow-x:hidden;overflow-y:hidden;">{Video-500}{/block:PermalinkPage}</center>
  627. {block:Video}
  628.  
  629.  
  630. {block:PostNotes}<div align="left">{caption}</div>
  631. <center>
  632.  
  633. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  634.  
  635. {block:HasTags}
  636. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  637. {block:RebloggedFrom}
  638. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  639. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  640.  
  641. {/block:RebloggedFrom}
  642. </center></span>
  643. <br>
  644. <div id="postnotes">{PostNotes}</div><br>
  645.  
  646. <center>{block:ContentSource}
  647. <br><a href="{SourceURL}">
  648. {lang:Source}:
  649. {block:SourceLogo}
  650. <img src="{BlackLogoURL}" width="{LogoWidth}"
  651. height="{LogoHeight}" alt="{SourceTitle}" />
  652. {/block:SourceLogo}
  653. {block:NoSourceLogo}
  654. {SourceLink}
  655. {/block:NoSourceLogo}
  656. </a>
  657. {/block:ContentSource}</center>
  658.  
  659. {/block:PostNotes}
  660. </div>
  661. {/block:Posts}
  662. </div></div>
  663.  
  664. {block:IndexPage}
  665. {block:Pagination}
  666. <div id="pagination">
  667. {block:NextPage}
  668. <a id="nextPage" href="{NextPage}"></a>
  669. {/block:NextPage}
  670. {block:PreviousPage}
  671. <a href="{PreviousPage}"></a>
  672. {/block:PreviousPage}
  673. </div>
  674. {/block:Pagination}
  675. {/block:IndexPage}
  676. </body>
  677. <div style="position:fixed; bottom:5px; left:5px; padding: 2px;"> <a href="http://sighthemes.tumblr.com" title="Theme by SighThemes"><img src="https://31.media.tumblr.com/tumblr_lkqyv3y43J1qi6qow.gif" style="width:30px;"></a></div>
  678. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement