Advertisement
sighthemes

Theme 14; By Deanna

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