Advertisement
iune

Pistrix Theme

Sep 27th, 2013
1,476
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.53 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!---------------------------------
  5. ,
  6. .--'|} _ ,
  7. / /}} -====;.`\/ }
  8. .=\.--'`\} \-'\-'----.
  9. //` '---./` \ |-..-'`
  10. || /| /\/\
  11. \\| | `--`
  12. |\_\\/
  13. \__/\\
  14. \\
  15.  
  16. pistrix theme by irene (bsargent.tumblr.com)
  17. removal of credits will be considered stealing
  18. and will result in the termination of your blog
  19. thanks for choosing my theme!
  20. ---------------------------------->
  21.  
  22. <head>
  23. <title>{title}</title>
  24. <link rel="shortcut icon" href="{Favicon}">
  25.  
  26. <meta name="color:Background" content="#ffffff">
  27. <meta name="color:Text" content="#000000">
  28. <meta name="color:Link" content="#000000">
  29. <meta name="color:Description Box" content="#000000">
  30. <meta name="color:Permalink" content="#ffffff">
  31. <meta name="color:Link Background" content="#00ff17">
  32. <meta name="color:Title" content="#000000">
  33. <meta name="color:Scrollbar" content="#000000">
  34. <meta name="color:Chat BG 1" content="#dddddd">
  35. <meta name="color:Chat BG 2" content="#b3b3b3">
  36. <meta name="color:Box Background" content="#ffffff">
  37. <meta name="color:Description" content="#000000">
  38.  
  39. <meta name="text:Link 1" content="">
  40. <meta name="text:Link 1 Title" content="">
  41. <meta name="text:Link 2" content="">
  42. <meta name="text:Link 2 Title" content="">
  43. <meta name="text:Link 3" content="">
  44. <meta name="text:Link 3 Title" content="">
  45. <meta name="text:Link 4" content="">
  46. <meta name="text:Link 4 Title" content="">
  47. <meta name="text:Link 5" content="">
  48. <meta name="text:Link 5 Title" content="">
  49. <meta name="text:Link 6" content="">
  50. <meta name="text:Link 6 Title" content="">
  51. <meta name="text:Link 7" content="">
  52. <meta name="text:Link 7 Title" content="">
  53. <meta name="text:Link 8" content="">
  54. <meta name="text:Link 8 Title" content="">
  55. <meta name="text:ReblogText" content="recycle">
  56.  
  57. <meta name="if:Dotted Borders" content="0">
  58. <meta name="if:Faded Posts" content="0">
  59. <meta name="if:Three Columns" content="0">
  60. <meta name="if:Box Top" content="0">
  61. <meta name="if:Box Middle" content="0">
  62. <meta name="if:Right Sidebar" content="0">
  63. <meta name="if:Title Font 2" content="0">
  64. <meta name="if:Title Font 3" content="0">
  65.  
  66. <meta name="image:Background" content="">
  67. <meta name="image:Box Background" content="">
  68.  
  69.  
  70. <link href='http://fonts.googleapis.com/css?family=Rock+Salt|Carrois+Gothic+SC|Raleway:100|Pacifico' rel='stylesheet' type='text/css'>
  71.  
  72.  
  73. <style type="text/css">
  74.  
  75. iframe#tumblr_controls {
  76. right:3px !important;
  77. position: fixed !important;
  78. -webkit-transition: opacity 0.7s linear;
  79. opacity: 0.2;
  80. -webkit-transition: all 0.8s ease-out;
  81. -moz-transition: all 0.8s ease-out;
  82. transition: all 0.8s ease-out;}
  83.  
  84. iframe#tumblr_controls:hover{
  85. -webkit-transition: opacity 0.7s linear;
  86. opacity: 1;
  87. -webkit-transition: all 0.4s ease-out;
  88. -moz-transition: all 0.4s ease-out;
  89. transition: all 0.4s ease-out;}
  90. #tumblr_controls{
  91. position:absolute !important;
  92. -webkit-filter: invert(100%)
  93. }
  94.  
  95. ::-webkit-scrollbar {width: 6px; height:auto; background-color:transparent;}
  96. ::-webkit-scrollbar-thumb:vertical {background-color: {color:Scrollbar};}
  97.  
  98.  
  99.  
  100. body{
  101. background: {color:Background} url({image:Background});
  102. background-attachment: fixed;
  103. background-repeat: repeat;
  104. font-size: 10px;
  105. line-height: 10px;
  106. font-family: helveticas, sans-serif;
  107. color:{color:Text};}
  108.  
  109. a { color: {color:Link};
  110. text-decoration: none;
  111. transition: all 0.2s ease-out;
  112. -o-transition-transition: all 0.2s ease-out;
  113. -webkit-transition: all 0.2s ease-out;
  114. -moz-transition: all 0.2s ease-out;}
  115.  
  116. blockquote {
  117. border-left: 1px dotted #cfcfcf;
  118. padding-left: 10px;
  119. margin-left: 20px;}
  120.  
  121. #posts{
  122. float:left;
  123. {block:indexpage}
  124. {block:ifthreecolumns}
  125. width:910px;
  126. {/block:ifthreecolumns}
  127. {block:ifnotthreecolumns}
  128. width: 605px;
  129. {/block:ifnotthreecolumns}
  130. {/block:indexpage}
  131. {block:permalinkpage}
  132. width:1000px;
  133. {/block:permalinkpage}
  134. margin-left: 300px;
  135. {block:ifRightSidebar}
  136. margin-left: 50px;
  137. {/block:ifRightSidebar}
  138. margin-top: 10px;
  139. transition: all 0.5s ease-out;
  140. -o-transition-transition: all 0.5s ease-out;
  141. -webkit-transition: all 0.5s ease-out;
  142. -moz-transition: all 0.5s ease-out;}
  143.  
  144. #entry{
  145. font-family: helveticas, sans-serif;
  146. {block:iffadedposts}
  147. opacity:0.7;
  148. {/block:iffadedposts}
  149. font-size: 10px;
  150. text-align:left;
  151. margin: 20px;
  152. padding: 5px;
  153. z-index:99;
  154. {block:ifdottedborders}border: 1px dotted #CFCFCF;background: #fff;{/block:ifdottedborders}
  155. width: 250px;
  156. height: auto;
  157. {block:PermalinkPage}
  158. width: 502px;
  159. height: auto;
  160. {/block:PermalinkPage}
  161.  
  162. transition: all 0.5s ease-out;
  163. -o-transition-transition: all 0.5s ease-out;
  164. -webkit-transition: all 0.5s ease-out;
  165. -moz-transition: all 0.5s ease-out;}
  166.  
  167. #entry:hover{
  168. opacity: 1;
  169. {block:ifdottedborders}border: 1px solid #CFCFCF;{/block:ifdottedborders}
  170. transition: all 0.5s ease-out;
  171. -o-transition-transition: all 0.5s ease-out;
  172. -webkit-transition: all 0.5s ease-out;
  173. -moz-transition: all 0.5s ease-out;}
  174.  
  175.  
  176. .starfish {
  177. position: absolute;
  178. font-size: 30px;
  179. padding: 5px;
  180. margin-top: 10px;
  181. margin-left: -5px;
  182. height: 30px;
  183. width: 30px;
  184. text-align: center;
  185. background-color: {color:Permalink};
  186. -moz-border-radius: 30px;
  187. border-radius: 30px;
  188. opacity:0;
  189. -moz-transition: all 0.4s;
  190. -webkit-transition: all 0.4s;
  191. -o-transition: all 0.4s;
  192. transition: all 0.4;}
  193.  
  194. #entry:hover .starfish {
  195. -moz-transition: all 0.4s;
  196. -webkit-transition: all 0.4s;
  197. -o-transition: all 0.4s;
  198. transition: all 0.4;
  199. position:absolute;
  200. margin-left: 10px;
  201. background-color: {color:Permalink};
  202. opacity:0.7;}
  203.  
  204. .starfish a{color: {color:PermalinkText};}
  205.  
  206. #entry:hover .starfish:hover {
  207. -moz-transition: all 0.4s;
  208. -webkit-transition: all 0.4s;
  209. -o-transition: all 0.4s;
  210. transition: all 0.4;
  211. position:absolute;
  212. transform:rotate(-360deg);
  213. -ms-transform:rotate(-360deg);
  214. -moz-transform:rotate(-360deg);
  215. -webkit-transform:rotate(-360deg);
  216. -o-transform:rotate(-360deg);
  217. opacity:1;}
  218.  
  219. .shark {
  220. font-family: carrois gothic sc;
  221. text-transform:uppercase;
  222. text-align:right;
  223. ;position: relative;
  224. margin-top: -10px;
  225. font-size: 9px;
  226. opacity: 0;
  227. filter: alpha(opacity = 100);
  228. -moz-transition: all 0.4s;
  229. -webkit-transition: all 0.4s;
  230. -o-transition: all 0.4s;
  231. transition: all 0.4;}
  232.  
  233. .shark a{text-decoration:none;}
  234.  
  235. #entry:hover .shark{
  236. margin-top: -5px;
  237. opacity: 1;
  238. filter: alpha(opacity = 100);
  239. -moz-transition: all 0.4s;
  240. -webkit-transition: all 0.4s;
  241. -o-transition: all 0.4s;
  242. transition: all 0.4;
  243. {block:PermalinkPage}
  244. display:none;
  245. {/block:PermalinkPage}}
  246.  
  247. #desbox {
  248. background: {color:Box Background} url({image:Box Background});
  249. font-family: helveticas, sans-serif;
  250. position:fixed;
  251. height: 100px;
  252. width: 200px;
  253. border: 1px solid {color:Description Box};
  254. left: 100px;
  255. {block:ifRightSidebar}
  256. left: 950px;
  257. {/block:ifRightSidebar}
  258. bottom: 5px;
  259. {block:ifBoxMiddle}
  260. top: 250px;
  261. {/block:ifBoxMiddle}
  262. {block:ifBoxTop}
  263. top: 10px;
  264. {/block:ifBoxTop}
  265. padding: 10px;
  266. text-align: center;
  267. -moz-transition: all 0.4s;
  268. -webkit-transition: all 0.4s;
  269. -o-transition: all 0.4s;
  270. transition: all 0.4;}
  271.  
  272. #desbox:hover {
  273. height: 150px;
  274. -moz-transition: all 0.4s;
  275. -webkit-transition: all 0.4s;
  276. -o-transition: all 0.4s;
  277. transition: all 0.4;}
  278.  
  279. #des {
  280. font-size: 12px;
  281. text-transform: uppercase;
  282. line-height: 18px;
  283. opacity: 0;
  284. -moz-transition: all 0.4s;
  285. -webkit-transition: all 0.4s;
  286. -o-transition: all 0.4s;
  287. transition: all 0.4;}
  288.  
  289. #desbox:hover #des {
  290. opacity: 1;
  291. -moz-transition: all 0.4s;
  292. -webkit-transition: all 0.4s;
  293. -o-transition: all 0.4s;
  294. transition: all 0.4;}
  295.  
  296. #des a {
  297. background-color: {color:Link Background};
  298. -moz-transition: all 0.2s;
  299. -webkit-transition: all 0.2s;
  300. -o-transition: all 0.2s;
  301. transition: all 0.2;}
  302.  
  303. #des a:hover {
  304. background-color: transparent;
  305. -moz-transition: all 0.4s;
  306. -webkit-transition: all 0.4s;
  307. -o-transition: all 0.4s;
  308. transition: all 0.4;}
  309.  
  310. #tit {
  311. font-size: 20px;
  312. font-family: rock salt;
  313. {block:ifTitleFont2}
  314. font-family: pacifico;
  315. {/block:ifTitleFont2}
  316. {block:ifTitleFont3}
  317. font-family: raleway;
  318. {/block:ifTitleFont3}}
  319.  
  320. #tit a{
  321. color: {color:Title};}
  322.  
  323. #questions {
  324. margin-top: 2px;
  325. margin-bottom: 0px;
  326. min-height: 30px;
  327. padding: 3px;}
  328.  
  329. #flight {border-radius: 4px;padding: 2px; position: fixed; bottom: 2px; right: -5px;background-color:rgba(255,255,255,0.7);z-index: 999999999999999999999999;}
  330.  
  331. #perm {
  332. font-family: carrois gothic sc;
  333. width: 550px;
  334. font-size: 10px;}
  335.  
  336. #eh img{max-width: 250px;}
  337.  
  338. #vid {text-align: center;}
  339.  
  340. .chat ul{list-style: none;padding: 0;margin: 0;}
  341. .chat li {list-style: none;padding: 2px;margin-left: 0px;}
  342. .chat .odd {background-color: {color:Chat BG 1};}
  343. .chat .even {background-color: {color:Chat BG 2};}
  344. .label {font-weight: bolder;}
  345.  
  346. #de {color: {color:Description};}
  347.  
  348. </style>
  349. </head>
  350.  
  351. <body>
  352.  
  353. <div id="desbox">
  354. <span id="tit"><a href="/">{Title}</a></span>
  355. <br><br><div id="de">{Description}</div>
  356. <br><br><div id="des"><a href="{text:Link 1}" class="link">{text:Link 1 Title}</a>
  357. {/block:ifLink1Title}
  358. {block:ifLink2Title}&middot;
  359. <a href="{text:Link 2}" class="link">{text:Link 2 Title}</a>
  360. {/block:ifLink2Title}
  361. {block:ifLink3Title}&middot;
  362. <a href="{text:Link 3}" class="link">{text:Link 3 Title}</a>
  363. {/block:ifLink3Title}
  364. {block:ifLink4Title}&middot;
  365. <a href="{text:Link 4}" class="link">{text:Link 4 Title}</a>
  366. {/block:ifLink4Title}
  367. {block:ifLink5Title}<br>
  368. <a href="{text:Link 5}" class="link">{text:Link 5 Title}</a>
  369. {/block:ifLink5Title}
  370. {block:iflink6Title}&middot;
  371. <a href="{text:Link 6}" class="link">{text:Link 6 Title}</a>
  372. {/block:ifLink6Title}
  373. {block:ifLink7Title}&middot;
  374. <a href="{text:Link 7}" class="link">{text:Link 7 Title}</a>
  375. {/block:ifLink7Title}
  376. {block:ifLink8Title}&middot;
  377. <a href="{text:Link 8}" class="link">{text:Link 8 Title}</a>
  378. {/block:ifLink8Title}
  379. </div>
  380. </div>
  381.  
  382.  
  383. <div id="posts">
  384. {block:Posts}
  385. <div id="entry">
  386.  
  387. {block:Photo}
  388. {block:IndexPage}
  389. <span class="starfish"><a href="{ReblogURL}" title="{text:ReblogText}"><br>↺</a></span>
  390. <a href="{Permalink}">
  391. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="250px"></a>{/block:IndexPage}
  392.  
  393. {block:PermalinkPage}
  394. <div align="center">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{LinkCloseTag}</div>
  395. {/block:PermalinkPage}
  396. {/block:Photo}
  397.  
  398. {block:Answer}
  399. <div id="questions">
  400. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  401. {Asker}: {Question}
  402. {Answer}</div>
  403. <div class="shark"><a href="{Permalink}">{NoteCount}</a> • <a href="{ReblogURL}"> {text:ReblogText} </a></div>
  404. {/block:Answer}
  405.  
  406. {block:Photoset}
  407. {block:IndexPage}
  408. {Photoset-250}
  409. <br><div class="shark"><a href="{Permalink}">{NoteCount}</a> • <a href="{ReblogURL}"> {text:ReblogText} </a></div>
  410. {/block:IndexPage}
  411. {block:PermalinkPage}
  412. <div align="center">{Photoset-500}</div>
  413. {/block:PermalinkPage}
  414. {/block:Photoset}
  415.  
  416. {block:Text}
  417. <div id="eh">
  418. {block:Title}<font size="3"><a href="{permalink}">{Title}</a></font>{/block:Title}
  419. {Body}
  420. <div class="shark"><a href="{ReblogURL}">{text:ReblogText}</a> • <a href="{Permalink}">{NoteCount}</a></div></div>
  421. {/block:Text}
  422.  
  423. {block:Link}
  424. <div id="eh">
  425. <font size="3"><a href="{URL}">{Name} »</a></font>
  426. {block:Description}{Description}{/block:Description}</div><br>
  427. <div class="shark"><a href="{ReblogURL}">{text:ReblogText}</a> • <a href="{Permalink}">{NoteCount}</a></div>
  428. {block:Link}
  429.  
  430. {block:Quote}
  431. <font size="3"><i>"{Quote}"</i></font>
  432. <br><br>{block:Source}<div align="right"><strong>- {Source}</strong></div>{/block:Source}
  433. {block:ContentSource}<div style="display: none">{SourceURL}</div> {/block:ContentSource}
  434. <br>
  435. <div class="shark"><a href="{ReblogURL}">{text:ReblogText}</a> • <a href="{Permalink}">{NoteCount}</a></div>
  436. {/block:Quote}
  437.  
  438.  
  439. {block:Chat}
  440. <div class="text">
  441. {block:Title}<span class="title">{Title}</span>{/block:Title}
  442. <div class="chat"><ul>{block:Lines}<li class="{Alt}"><span class="label">{block:Label} {Label} {/block:Label}</span>{Line}</li>{/block:Lines}</ul></div>
  443. {/block:Lines}
  444. <span class="permalink">
  445. </span><br>
  446. <div class="shark"><a href="{Permalink}">{NoteCount}</a> • <a href="{ReblogURL}"> {text:ReblogText} </a></div></div>
  447. {/block:Chat}
  448.  
  449. {block:Audio}
  450. <div id="vid">
  451. {AudioPlayerGrey}
  452. </div>
  453. {block:indexpage}
  454. <br><div class="shark"><a href="{ReblogURL}">{text:ReblogText}</a> • <a href="{Permalink}">{NoteCount}</a></div>{/block:indexpage}
  455. {/block:Audio}
  456.  
  457. {block:Video}
  458. {block:indexpage}
  459. <div id="vid">
  460. {Video-250}
  461. {block:ifshowcaptions}
  462. {block:Caption} {Caption} {/block:Caption}
  463. {block:ContentSource}<div style="display: none">{SourceURL}</div> {/block:ContentSource}
  464. {/block:ifshowcaptions}
  465. <div class="shark"><a href="{ReblogURL}">{text:ReblogText}</a> • <a href="{Permalink}">{NoteCount}</a></div></div>{/block:indexpage}
  466. {block:PermalinkPage}
  467. <div align="center">{Video-500}</div>
  468. {/block:PermalinkPage}
  469. {/block:Video}
  470.  
  471. {block:PermalinkPage}</a>
  472. <div id="perm">
  473. {block:Caption} {Caption} {/block:Caption}
  474. {block:ContentSource}<div style="display: none">{SourceURL}</div> {/block:ContentSource}
  475. {block:NoteCount} {NoteCountWithLabel} {/block:NoteCount}
  476. {block:HasTags} &middot; {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}
  477.  
  478. <br>{TimeAgo}
  479. {block:RebloggedFrom}<br> via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
  480. <br>source: <a href="{ReblogRootURL}">{ReblogRootName}</a>
  481. {/block:RebloggedFrom}
  482. <br>
  483. {block:PostNotes}
  484. {PostNotes}
  485. {/block:PostNotes}
  486. </div>
  487. {/block:PermalinkPage}
  488. </div>
  489. {/block:Posts}
  490. </div>
  491. </div>
  492. </div>
  493. </center>
  494. </div>
  495. </div>
  496. <div id="flight"><a href="bsargent.tumblr.com"><img src="http://i.imgur.com/pbioRZL.gif"></a></div>
  497. {block:indexpage}
  498. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  499. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  500. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  501. <script type="text/javascript">
  502. $(window).load(function(){
  503. var $wall = $('#posts');
  504. $wall.imagesLoaded(function(){
  505. $wall.masonry({
  506. itemSelector: '#entry, #entry_photo',
  507. isAnimated : false
  508. });
  509. });
  510.  
  511. $wall.infinitescroll({
  512. navSelector : '#page-nav',
  513. nextSelector : '#page-nav a',
  514. itemSelector : '#entry, #entry_photo',
  515. bufferPx : 2000,
  516. debug : false,
  517. errorCallback: function() {
  518. $('#infscr-loading').fadeOut('normal');
  519. }},
  520. function( newElements ) {
  521. var $newElems = $( newElements );
  522. $newElems.hide();
  523. $newElems.imagesLoaded(function(){
  524. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  525. });
  526. }); $('#content').show(500);
  527. });
  528. </script>
  529. {/block:indexpage}
  530. </body>
  531. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement