Guest User

YOURENOSAINT: Vivianacks Theme

a guest
Jan 4th, 2015
4,069
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.55 KB | None | 0 0
  1. <html lang="en">
  2.  
  3. <head>
  4.  
  5. <title>{title}</title>
  6. <link rel="shortcut icon" href="http://icons.iconarchive.com/icons/led24.de/led/16/heart-empty-icon.png" type="image/png" />
  7.  
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <meta name="color:background color" content="#FFFFFF" />
  12. <meta name="color:text" content="#000000" />
  13. <meta name="color:links" content="#000000" />
  14.  
  15. <meta name="if:3 columns" content="0"/>
  16.  
  17. <meta name="if:link 1" content="0"/>
  18. <meta name="if:link 2" content="0"/>
  19. <meta name="if:link 3" content="0"/>
  20. <meta name="if:link 4" content="0"/>
  21. <meta name="if:link 5" content="0"/>
  22.  
  23. <meta name="text:links 1 title" content="" />
  24. <meta name="text:links 1 url" content="" />
  25.  
  26. <meta name="text:links 2 title" content="" />
  27. <meta name="text:links 2 url" content="" />
  28.  
  29. <meta name="text:links 3 title" content="" />
  30. <meta name="text:links 3 url" content="" />
  31.  
  32. <meta name="text:links 4 title" content="" />
  33. <meta name="text:links 4 url" content="" />
  34.  
  35. <meta name="text:links 5 title" content="" />
  36. <meta name="text:links 5 url" content="" />
  37.  
  38.  
  39. <link href='http://static.tumblrx.com/jzbig4d/SQPmsxgz2/quicksand.css' rel='stylesheet' type='text/css'>
  40. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  41.  
  42. {block:IndexPage}
  43. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  44. <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
  45.  
  46. <script type="text/javascript">
  47. $(window).load(function () {
  48. $('#posts').masonry(),
  49. $('.masonryWrap').infinitescroll({
  50. navSelector : "div.navigation",
  51. // selector for the paged navigation (it will be hidden)
  52. nextSelector : ".navigation a#next",
  53. // selector for the NEXT link (to page 2)
  54. itemSelector : ".post",
  55. // selector for all items you'll retrieve
  56. bufferPx : 10000,
  57. extraScrollPx: 10000,
  58. loadingImg : "",
  59. loadingText : "<em></em>",
  60. },
  61. // call masonry as a callback.
  62. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  63. );
  64. });
  65. </script>
  66. {/block:IndexPage}
  67.  
  68.  
  69. <div class="navigation">
  70. {block:Pagination}
  71. {block:NextPage}
  72. <span id="page_nav">
  73. <span onclick='return false;'>
  74. <a style="float:right;opacity:0;" href="{NextPage}" id="next"></a>
  75. {/block:NextPage}
  76. {block:PreviousPage}
  77. <a style="float:right;opacity:0;" href="{PreviousPage}"></a>
  78. </span></span>
  79. {/block:PreviousPage}
  80. {/block:Pagination}
  81. </div>
  82.  
  83.  
  84. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  85. <script>
  86. (function($){
  87. $(document).ready(function(){
  88. $("[title]").style_my_tooltips({
  89. tip_follows_cursor:true,
  90. tip_delay_time:0,
  91. tip_fade_speed:0
  92. }
  93. );
  94. });
  95. })(jQuery);
  96. </script>
  97.  
  98. <style type="text/css">
  99. ::-webkit-scrollbar-thumb:vertical{
  100. background-color:{color:background color};
  101. border:1px solid #000;
  102. }
  103.  
  104. ::-webkit-scrollbar{
  105. width:5px;
  106. height:11px;
  107. background:#fff;
  108. z-index:9;
  109. }
  110.  
  111.  
  112. #notecontainer::-webkit-scrollbar-thumb:vertical{
  113. background:#fff;
  114.  
  115. }
  116.  
  117. #notecontainer::-webkit-scrollbar{
  118. width:3px;
  119. height:11px;
  120. background:transparent;
  121. z-index:9;
  122. }
  123.  
  124. ::selection {
  125. background: #fff;
  126. color: #394726;
  127. }
  128.  
  129. ::-moz-selection {
  130. background:#fff;
  131. color:#394726;
  132. }
  133.  
  134. ::-webkit-selection {
  135. background:#fff;
  136. color: #394726;
  137. }
  138.  
  139. #tumblr_controls{
  140. position:fixed !important;
  141. -webkit-filter: invert(100%);
  142. }
  143.  
  144. body{
  145. color:{color:text};
  146. font-family:arial;
  147. font-size:11px;
  148. background-color:{color:background color};
  149. line-height:20px;
  150. }
  151.  
  152. img {
  153. max-width:100%;
  154. }
  155.  
  156. #posts{
  157. width:780px;
  158. margin-left:330px;
  159. background-color:#fff;
  160. position:absolute;
  161. padding:0px;
  162. top:40px;
  163. {block:If3columns}
  164. width:970px;
  165. margin-left:290px;
  166. {/block:If3columns}
  167. }
  168.  
  169. .post{
  170. padding:12px;
  171. padding-top:0px;
  172. padding-bottom:0px;
  173. border:1px solid #000;
  174. background:#fff;
  175. width:250px;
  176. float:left;
  177. margin:10px;
  178. margin-top:30px;
  179. margin-left:30px;
  180. {block:PermalinkPage}
  181. width:500px;
  182. {/block:PermalinkPage}
  183. }
  184.  
  185. #description{
  186. background:transparent;
  187. width:130px;
  188. height:187px;
  189. margin-top:100px;
  190. margin-left:65px;
  191. position:fixed;
  192. color:#000;
  193. padding:0px;
  194. text-align:center;
  195. }
  196.  
  197. a:link, a:visited, a:active {
  198. color:{color:links};
  199. text-decoration:none;
  200. transition: .4s ease-in-out;
  201. -moz-transition: .4s ease-in-out;
  202. -webkit-transition: .4s ease-in-out;
  203. font-weight:bold;
  204. }
  205.  
  206. blockquote {
  207. border-left:3px solid #000;
  208. padding-left:10px;
  209. margin-left:5px;
  210. }
  211.  
  212. #s-m-t-tooltip {
  213. z-index: 9999;
  214. overflow: auto;
  215. display: none;
  216. position: absolute;
  217. padding: 3px 5px 3px 5px;
  218. margin:20px;
  219. background:#fff;
  220. border:1px solid #000;
  221. }
  222.  
  223. .chat ul {
  224. list-style: none;
  225. margin: 0;
  226. padding: 0;
  227. }
  228.  
  229. .chat li {
  230. border-radius: 0.2em;
  231. margin-bottom: 4%;
  232. padding: 5px;
  233. padding-left:10px;
  234. width: 150px;
  235. }
  236.  
  237. .chat .odd {
  238. float: left;
  239. background:rgba(000,000,000,0.6);
  240. color:#fff;
  241. }
  242.  
  243. .chat .even {
  244. float: right;
  245. background:rgba(000,000,000,0.8);
  246. color:#fff;
  247. }
  248.  
  249. #imageeffect {
  250. width:250px;
  251. }
  252.  
  253. #imageeffect #pic {
  254. overflow:hidden;
  255. position:relative;
  256. border:1px solid #fff;
  257. transition: border 0.6s ease-in-out;
  258. }
  259.  
  260. #imageeffect #pic:hover {
  261. border:1px solid #000;
  262. transition: border 0.6s ease-in-out;
  263. }
  264.  
  265. #imageeffect #pic img {
  266. width:250px;
  267. max-height:100%;
  268. -webkit-transition: all 0.6s ease-out;
  269. -moz-transition: all 0.6s ease-out;
  270. transition: all 0.6s ease-out;
  271. -webkit-transform: scale(1.05);
  272. -moz-transform: scale(1.05);
  273. -o-transform: scale(1.05);
  274. transform: scale(1.05);
  275. }
  276.  
  277. #pic #overlay{
  278. position:absolute;
  279. width:250px;
  280. height:100%;
  281. background-color:#eee;
  282. z-index:9999;
  283. opacity:0;
  284. -webkit-transition: all 0.5s ease-out;
  285. -moz-transition: all 0.5s ease-out;
  286. transition: all 0.5s ease-out;
  287. }
  288.  
  289. #imageeffect:hover #pic img {
  290. -webkit-transform: scale(1.07);
  291. -moz-transform: scale(1.07);
  292. -o-transform: scale(1.07);
  293. transform: scale(1.07);
  294. }
  295.  
  296. #imageeffect:hover #overlay {
  297. opacity:.6;
  298. }
  299.  
  300. #imageeffect .notes a{
  301. position:absolute;
  302. color:#000;
  303. font-size:20px;
  304. bottom:2px;
  305. text-align:left;
  306. width:250px;
  307. opacity:0;
  308. padding:10px;
  309. padding-bottom:5px;
  310. z-index:999999;
  311. font-family:helvetica;
  312. left:0px;
  313. -webkit-transition: all 0.5s ease-out;
  314. -moz-transition: all 0.5s ease-out;
  315. transition: all 0.5s ease-out;
  316. text-decoration:none;
  317. }
  318.  
  319. #imageeffect:hover .notes a {
  320. opacity:1;
  321. }
  322.  
  323. #imageeffect .reblogs a{
  324. position:absolute;
  325. color:#000;
  326. font-size:20px;
  327. bottom:2px;
  328. text-align:right;
  329. width:50px;
  330. opacity:0;
  331. padding:10px;
  332. padding-bottom:5px;
  333. z-index:99999999999999;
  334. font-family:helvetica;
  335. right:34px;
  336. -webkit-transition: all 0.5s ease-out;
  337. -moz-transition: all 0.5s ease-out;
  338. transition: all 0.5s ease-out;
  339. font-weight:normal;
  340. text-transform:uppercase;
  341. text-decoration:none;
  342. }
  343.  
  344. #imageeffect:hover .reblogs a {
  345. opacity:1;
  346. }
  347.  
  348. .post #notecontainer ol.notes {
  349. list-style-type: none;
  350. margin: 0;
  351. padding: 0;
  352. }
  353.  
  354. .post #notecontainer img.avatar {
  355. display:none;
  356. }
  357.  
  358. .post #notecontainer {
  359. border-top:1px solid #000;
  360. max-height:300px;
  361. padding-top:8px;
  362. overflow:scroll;
  363. }
  364.  
  365. #info {
  366. bottom:-27.5px;
  367. display:inline-block;
  368. padding:0px;
  369. right:5px;
  370. position:absolute;
  371. }
  372.  
  373. .reblog_button, .like_button {
  374. display: block;
  375. float: right;
  376. padding-left:4px;
  377. padding-top:5px;
  378. display:block;
  379. }
  380.  
  381. #notes {
  382. bottom:-25px;
  383. display:inline-block;
  384. padding:0px;
  385. left:4px;
  386. position:absolute;
  387. }
  388.  
  389. #notes a:link, #notes a:visited, #notes a:active {
  390. color:#000;
  391. display:inline-block;
  392. font-size:13px;
  393. }
  394.  
  395. #gone {
  396. opacity:0;
  397. transition: all 0.5s ease;
  398. }
  399.  
  400. .post:hover > #gone {
  401. opacity:1;
  402. transition: all 0.5s ease;
  403. }
  404.  
  405. #linkso {
  406. margin-top:100px;
  407. margin-left:205px;
  408. position:fixed;
  409. background:transparent;
  410. border-left:1px solid #000;
  411. position:fixed;
  412. color:#fff;
  413. padding:0px;
  414. padding-bottom:5px;
  415. padding-left:10px;
  416. }
  417.  
  418. #linkso a:link, #linkso a:visited, #linkso a:active {
  419. padding:5px;
  420. border:0px solid #fff;
  421. color:#000;
  422. }
  423.  
  424. #linkso a:hover {
  425. letter-spacing:2px;
  426. }
  427.  
  428. #desc {
  429. max-height:157px;
  430. overflow-y:scroll;
  431. padding-top:4px;
  432. border-bottom:0px solid #fff;
  433. padding-right:5px;
  434. }
  435.  
  436. #desc::-webkit-scrollbar-thumb:vertical{
  437. background:#fff;
  438. }
  439.  
  440. #desc::-webkit-scrollbar{
  441. width:3px;
  442. height:11px;
  443. background:transparent;
  444. z-index:9;
  445. }
  446. {CustomCSS]</style>
  447.  
  448. </head>
  449. <body>
  450.  
  451. <div style="position:fixed; bottom:15px; left:20px; background:rgba(000,000,000,0.1); border:1px solid #000; padding:5px; height:20px; width:20px; text-align:center; line-height:19px; font-size:15px;">
  452. <a href="http://yourenosaint.tumblr.com/" title="theme by yourenosaint">c</a>
  453. </div>
  454.  
  455. <div id="description">
  456. <div style="text-transform:uppercase; text-align:center; font-size:13px; font-family:arial; font-weight:bold;">
  457. <a href="/">{Title}</a></div>
  458. <div id="desc">
  459. {Description}</div>
  460. </div>
  461.  
  462.  
  463. <div id="linkso">
  464. <a href="/ask">message</a><br>
  465.  
  466. {block:Iflink1}
  467. <a href="{text:links 1 url}">{text:links 1 title}</a><br>
  468. {/block:Iflink1}
  469.  
  470. {block:Iflink2}
  471. <a href="{text:links 2 url}">{text:links 2 title}</a><br>
  472. {/block:Iflink2}
  473.  
  474. {block:Iflink3}
  475. <a href="{text:links 3 url}">{text:links 3 title}</a><br>
  476. {/block:Iflink3}
  477.  
  478. {block:Iflink4}
  479. <a href="{text:links 4 url}">{text:links 4 title}</a><br>
  480. {/block:Iflink4}
  481.  
  482. {block:Iflink5}
  483. <a href="{text:links 5 url}">{text:links 5 title}</a><br>
  484. {/block:Iflink5}
  485.  
  486. <a href="http://yourenosaint.tumblr.com/">theme</a>
  487. </div>
  488.  
  489.  
  490.  
  491.  
  492. <div id="posts">
  493.  
  494. {block:Posts}
  495. <!-- {block:NoRebloggedFrom}
  496. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  497. {/block:NoRebloggedFrom} -->
  498. {block:ContentSource}<!-- {SourceURL}
  499. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  500. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  501. {/block:ContentSource}
  502. <div class="post">
  503.  
  504. {block:Title}
  505. <div style="padding-top:12px"></div>
  506. <div style="color:#fff; font-size:15px; font-weight:bold;">{Title}</div>{/block:Title}
  507.  
  508. {block:Text}
  509. {block:IndexPage}
  510. <div id="gone">
  511. <div id="info">
  512. {LikeButton size="14" color="black"}
  513. {ReblogButton size="14" color="black"}
  514. </div>
  515. <div id="notes"><a href="{PermaLink}">{NoteCount} NOTES</a></div></div>
  516. {/block:IndexPage}
  517. {Body}{/block:Text}
  518.  
  519. {block:Photo}
  520. <div style="padding-top:12px"></div>
  521.  
  522. {block:IndexPage}
  523. <div id="imageeffect">
  524. <div id="pic">
  525. <a href="{PermaLink}">
  526. <div id="overlay"></div>
  527. <div class="notes">
  528. <a href"{PermaLink}">{NoteCount}
  529. </a></div>
  530. <div class="reblogs">
  531. <a href="{ReblogUrl}">Reblog</a></div>
  532. <img src="{PhotoURL-250}" width="250px"/></a>
  533. </div></a></div>{/block:IndexPage}
  534.  
  535. {block:PermalinkPage}
  536. <img src="{PhotoURL-500}" width="500px"/>
  537. {/block:PermalinkPage}
  538.  
  539. <div style="padding-top:12px"></div>
  540. {/block:Photo}
  541.  
  542. {block:Photoset}
  543. {block:IndexPage}
  544. <div id="gone">
  545. <div id="info">
  546. {LikeButton size="14" color="black"}
  547. {ReblogButton size="14" color="black"}
  548. </div>
  549. <div id="notes"><a href="{PermaLink}">{NoteCount} NOTES</a></div></div>
  550. {/block:IndexPage}
  551.  
  552.  
  553. <div style="padding-top:12px"></div>
  554. {block:Indexpage}<a href="{PermaLink}">
  555. {Photoset-250}</a>
  556. {block:Indexpage}
  557.  
  558. {block:PermalinkPage}
  559. {Photoset-500}
  560. {block:PermalinkPage}
  561. <div style="padding-top:6px"></div>
  562. {/block:Photoset}
  563.  
  564.  
  565. {block:Quote}
  566. {block:IndexPage}
  567. <div id="gone">
  568. <div id="info">
  569. {LikeButton size="14" color="black"}
  570. {ReblogButton size="14" color="black"}
  571. </div>
  572. <div id="notes"><a href="{PermaLink}">{NoteCount} NOTES</a></div></div>
  573. {/block:IndexPage}
  574. <div style="padding-top:12px"></div>
  575. <quata>
  576. “{Quote}”
  577. </quata>
  578. <div style="padding-top:5px"></div>
  579. <div align="right">
  580. {block:Source}- {Source}{/block:Source}
  581. </div>
  582. <div style="padding-top:10px"></div>
  583. {/block:Quote}
  584.  
  585.  
  586. {block:Video}
  587. {block:IndexPage}
  588. <div id="gone">
  589. <div id="info">
  590. {LikeButton size="14" color="black"}
  591. {ReblogButton size="14" color="black"}
  592. </div>
  593. <div id="notes"><a href="{PermaLink}">{NoteCount} NOTES</a></div></div>
  594. {/block:IndexPage}
  595. <div style="padding-top:12px"></div>
  596. {Video-250}
  597. <div style="padding-top:12px"></div>
  598. {/block:Video}
  599.  
  600.  
  601. {block:Link}
  602. {block:IndexPage}
  603. <div id="gone">
  604. <div id="info">
  605. {LikeButton size="14" color="black"}
  606. {ReblogButton size="14" color="black"}
  607. </div>
  608. <div id="notes"><a href="{PermaLink}">{NoteCount} NOTES</a></div></div>
  609. {/block:IndexPage}
  610. <div style="padding-top:12px"></div>
  611. <div style="font-size:15px">
  612. <a href="{URL}" class="link" {Target}>{Name}</a><BR></div>
  613. {block:Description}{Description}{/block:Description}
  614. {/block:Link}
  615.  
  616. {block:Chat}
  617. {block:IndexPage}
  618. <div id="gone">
  619. <div id="info">
  620. {LikeButton size="14" color="black"}
  621. {ReblogButton size="14" color="black"}
  622. </div>
  623. <div id="notes"><a href="{PermaLink}">{NoteCount} NOTES</a></div></div>
  624. {/block:IndexPage}
  625. <div style="padding-top:12px"></div>
  626. <div class="chat">
  627. <ul>
  628. {block:Lines}
  629. <li class="{Alt}">{block:Label} {Label} {/block:Label}{Line}</li>
  630. {/block:Lines}
  631. </ul>
  632. </div>
  633. <div style="padding-top:12px;"></div>
  634. {/block:Chat}
  635.  
  636.  
  637. {block:Audio}
  638. {block:IndexPage}
  639. <div id="gone">
  640. <div id="info">
  641. {LikeButton size="14" color="black"}
  642. {ReblogButton size="14" color="black"}
  643. </div>
  644. <div id="notes"><a href="{PermaLink}">{NoteCount} NOTES</a></div></div>
  645. {/block:IndexPage}
  646. <div style="padding-top:12px"></div>
  647. <div class="playbutton">
  648. {AudioPlayerGrey}</div>
  649. {block:AlbumArt}
  650. <img src="{AlbumArtURL}" class="cover">
  651. {/block:AlbumArt}
  652. {/block:Audio}
  653.  
  654.  
  655. {block:Answer}
  656. {block:IndexPage}
  657. <div id="gone">
  658. <div id="info">
  659. {LikeButton size="14" color="black"}
  660. {ReblogButton size="14" color="black"}
  661. </div>
  662. <div id="notes"><a href="{PermaLink}">{NoteCount} NOTES</a></div></div>
  663. {/block:IndexPage}
  664. <div style="padding-top:12px"></div>
  665. <div class="question">
  666. {Asker}: <b>{Question}</b></div>
  667. <div style="margin-top:18px">
  668. <div class="answer">{Answer}</div>
  669. </div>
  670. {/block:Answer}
  671.  
  672.  
  673. {block:PermalinkPage}
  674.  
  675. {block:Caption}
  676. {Caption}
  677. {/block:Caption}
  678.  
  679. <div style="border-top:1px solid #000;">
  680. </div>
  681. <div style="padding-top:10px;"></div>
  682.  
  683. Posted: {TimeAgo} on {Month} {DayOfMonth}{DayOfMonthSuffix} <br>
  684. This post has a total of {NoteCount} notes<br>
  685. {block:HasTags}
  686. {block:Tags}
  687. <a href="{TagURL}">#{Tag}</a>
  688. {/block:Tags}
  689. {/block:HasTags}
  690. <div style="padding-top:10px;"></div>
  691. {block:PostNotes}
  692. <div id="notecontainer">{PostNotes}</div>
  693. {/block:PostNotes}
  694. {/block:PermalinkPage}
  695. </div>
  696.  
  697. {/block:Posts}
  698.  
  699.  
  700. </div>
  701.  
  702. </body>
  703. </html>
Advertisement
Add Comment
Please, Sign In to add comment