Advertisement
sighthemes

Theme 12; By Deanna

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