precioussammy

sad

Sep 26th, 2014
1,528
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.16 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. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}
  8. <meta name="description" content="{MetaDescription}" />
  9. {/block:Description}
  10.  
  11. <head>
  12.  
  13. <!--
  14. © sunshinesthemes.tumblr.com | Base Code 1
  15. edited and created by precioussammy.tumblr.com
  16.  
  17. <!-- defaults -->
  18.  
  19. <!-- images -->
  20.  
  21. <meta name="image:Background" content=""/>
  22. <meta name="image:Topbar" content=""/>
  23. <!-- colors -->
  24.  
  25. <meta name="color:Background" content="#ffffff" />
  26. <meta name="color:Header Background" content="#ffffff" />
  27. <meta name="color:Body" content="#000000" />
  28. <meta name="color:Description Topbar" content="#000000" />
  29. <meta name="color:Description Sidebar" content="#000000" />
  30. <meta name="color:Link Text" content="#000000" />
  31. <meta name="color:Link Background" content="#000000" />
  32. <meta name="color:Link Background Hover" content="#000000" />
  33. <meta name="color:Border" content="#eeeeee" />
  34. <meta name="color:Italic" content="#faacd7" />
  35. <meta name="color:NoteCount" content="#000000" />
  36. <meta name="color:Bold" content="#000000" />
  37.  
  38. <meta name="color:Tags" content="#000000" />
  39. <meta name="color:TagsHover" content="#000000" />
  40.  
  41. <meta name="color:Pagination" content="#000000" />
  42. <meta name="color:PaginationHover" content="#000000" />
  43.  
  44. <meta name="color:Links" content="#000000" />
  45. <meta name="color:LinksHover" content="#000000" />
  46.  
  47.  
  48. <!-- links/text -->
  49.  
  50. <meta name="text:Link 1 url" content="/" />
  51. <meta name="text:Link 1" content="link" />
  52. <meta name="text:Link 1 hover" content="link" />
  53. <meta name="text:Link 2 url" content="/" />
  54. <meta name="text:Link 2" content="link" />
  55. <meta name="text:Link 2 hover" content="link" />
  56. <meta name="text:Link 3 url" content="/" />
  57. <meta name="text:Link 3" content="link" />
  58. <meta name="text:Link 3 hover" content="link" />
  59. <meta name="text:Link 4 url" content="/" />
  60. <meta name="text:Link 4" content="link" />
  61. <meta name="text:Link 4 hover" content="link" />
  62.  
  63. <!-- tooltips -->
  64.  
  65. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  66. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  67. <script>
  68. (function($){
  69. $(document).ready(function(){
  70. $("[title]").style_my_tooltips({
  71. tip_follows_cursor:true,
  72. tip_delay_time:90,
  73. tip_fade_speed:600,
  74. attribute:"title"
  75. });
  76. });
  77. })(jQuery);
  78. </script>
  79.  
  80. <!-- sticky header script -->
  81. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
  82. <script type="text/javascript">
  83. $(function(){
  84. var stickyRibbonTop = $('.header').offset().top;
  85.  
  86. $(window).scroll(function(){
  87. if( $(window).scrollTop() > stickyRibbonTop ) {
  88. $('.header').addClass('hey');
  89. } else {
  90. $('.header').removeClass('hey');
  91. }
  92. });
  93. });
  94. </script>
  95.  
  96. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
  97. <script type="text/javascript">
  98. $(function(){
  99. var stickyRibbonTop = $('.header').offset().top;
  100.  
  101. $(window).scroll(function(){
  102. if( $(window).scrollTop() > stickyRibbonTop ) {
  103. $('.autopagerize_page_element').addClass('unhey');
  104. } else {
  105. $('.autopagerize_page_element').removeClass('unhey');
  106. }
  107. });
  108. });
  109. </script>
  110.  
  111.  
  112. <style type="text/css">
  113.  
  114. /* fonts (if you use them) */
  115.  
  116. @font-face{font-family:Pacifico;src:url(http://static.tumblr.com/9wzbixa/D3Wlyw7u4/pacifico.ttf);}
  117.  
  118. /* scroll bar */
  119.  
  120. ::-webkit-scrollbar-thumb {
  121. background:#ccc;
  122. border: 2px solid white;
  123. height:auto;
  124. }
  125.  
  126. ::-webkit-scrollbar {
  127. height:9px;
  128. width:9px;
  129. background:#ccc;
  130. border:4px solid white;
  131. }
  132.  
  133. ::selection {
  134. background:white;
  135. }
  136.  
  137. /* body/post defaults */
  138.  
  139. h1 {
  140. font-size: 7px;
  141. text-transform: uppercase;
  142. font-family: Century Gothic;
  143. letter-spacing: 1px;
  144. color:{color:Body};
  145. }
  146.  
  147. body {
  148. background:{color:Background};
  149. {block:ifbackgroundimage}background-image:url('{image:background}');{/block:ifbackgroundimage}
  150. color:{color:Body};
  151. margin:0px;
  152. font-family:Calibri;
  153. font-style:none;
  154. font-size:9px;
  155. line-height:100%;
  156. cursor: url(http://i.imgur.com/ZOrzC.png), progress;
  157. }
  158.  
  159. a:link, a:active {
  160. text-decoration:none;
  161. color:{color:Links};
  162. }
  163.  
  164. a:visited {
  165. text-decoration:none;
  166. color:{color:Links};
  167. }
  168.  
  169. a:hover {
  170. text-decoration:none;
  171. color:{color:LinksHover};
  172. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;
  173. -webkit-transition: all .8s linear;
  174. }
  175.  
  176. b, strong, .strong {
  177. color:{color:Bold};
  178. }
  179.  
  180. i, em, .em {
  181. color:{color:Italic};
  182. }
  183.  
  184. small{
  185. font-size:7px;
  186. }
  187.  
  188. big{
  189. font-size:12px;
  190. }
  191.  
  192. blockquote {
  193. padding-left:5px;
  194. border-left:2px solid {color:Body};
  195. }
  196.  
  197. img {
  198. border:none;
  199. }
  200.  
  201. /* tumblr controls */
  202.  
  203. iframe#tumblr_controls{
  204. white-space:nowrap;
  205. -webkit-filter: invert(100%);
  206. -moz-filter: invert(100%);
  207. -o-filter: invert(100%);
  208. -ms-filter: invert(100%);
  209. filter: invert(100%);
  210. opacity:.7;
  211. -webkit-transition: all .8s linear;
  212. }
  213.  
  214.  
  215. /*posts*/
  216.  
  217. .autopagerize_page_element {
  218. margin-top:350px;
  219. width:500px;
  220. left:50%;
  221. margin-left:-250px;
  222. position:absolute;
  223. -webkit-transition:0.5s;
  224. -moz-transition:0.5s;
  225. -ms-transition:0.5s;
  226. -o-transition:0.5s;
  227. transition:0.5s;
  228. }
  229.  
  230. .postage {
  231. width:500px;
  232. margin-bottom:50px;
  233. margin-right:auto;
  234. margin-left:auto;
  235. background-color:#fff;
  236. padding:15px;
  237. }
  238.  
  239. .unhey {
  240. margin-left:-75px;
  241. }
  242.  
  243. /*header*/
  244.  
  245. .header {
  246. width:auto;
  247. height:auto;
  248. top:0px;
  249. left:0;
  250. background:{color:Header Background};
  251. right:0;
  252. margin:auto;
  253. position:absolute;
  254. text-align:center;
  255. -webkit-transition:0.5s;
  256. -moz-transition:0.5s;
  257. -ms-transition:0.5s;
  258. -o-transition:0.5s;
  259. transition:0.5s;
  260. }
  261.  
  262. .header img {
  263. width:260px;
  264. margin-top:27px;
  265. }
  266.  
  267. #title {
  268. text-transform:none;
  269. margin-top:40px;
  270. font-size:35px;
  271. letter-spacing:1px;
  272. font-family:'Pacifico', calibri;
  273. -webkit-transition:0.5s;
  274. -moz-transition:0.5s;
  275. -ms-transition:0.5s;
  276. -o-transition:0.5s;
  277. transition:0.5s;
  278. color:{color:title};
  279. }
  280.  
  281. #links a {
  282. padding-left:25px;
  283. padding-right:25px;
  284. background-color:{color:Link Background};
  285. color:{color:Link Text};
  286. -webkit-transition:0.5s;
  287. -moz-transition:0.5s;
  288. -ms-transition:0.5s;
  289. -o-transition:0.5s;
  290. transition:0.5s;
  291. }
  292.  
  293. #links a:hover {
  294. background-color:{color:Link Background Hover};
  295. }
  296.  
  297. #description {
  298. margin-top:5px;
  299. width:250px;
  300. font-size:10px;
  301. margin-left:auto;
  302. margin-right:auto;
  303. margin-bottom:5px;
  304. color:{color:description topbar};
  305. }
  306.  
  307. .hey {
  308. left:-700px;
  309. top:300px;
  310. background:white;
  311. position:fixed;
  312. }
  313.  
  314.  
  315. .hey #title {
  316. font-size:20px;
  317. }
  318.  
  319.  
  320. .hey #links a {
  321. margin-top:0px;
  322. padding-left:25px;
  323. padding-right:25px;
  324. }
  325.  
  326. .hey #description {
  327. color:{color:description sidebar};
  328. }
  329.  
  330.  
  331. /* tooltips appearance */
  332.  
  333. #s-m-t-tooltip {
  334. display:inline-block;
  335. text-align:center;
  336. color:black;
  337. font-style:bold;
  338. background:white;
  339. font-size: 6px;
  340. text-transform: uppercase;
  341. font-family: Century Gothic;
  342. letter-spacing: 1px;
  343. border-radius:2px;
  344. max-width:100px;
  345. padding:2px 3px 3px 2px;
  346. margin:20px 0px 0px 20px;
  347. z-index:9999999999999;
  348. border:1px solid {color:Border};
  349. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  350. }
  351.  
  352.  
  353.  
  354. /* pagi */
  355.  
  356. #pagination {
  357. width:100%;
  358. margin-top:0px;
  359. margin-left:0px;
  360. text-align:center;
  361. position:absolute;
  362. padding:5px;
  363. font-size: 8px;
  364. font-family: Consolas;
  365. color:{color:Pagination};
  366. }
  367.  
  368. #pagination a {
  369. color:{color:Pagination};
  370. }
  371.  
  372. #pagination a:hover {
  373. color:{color:PaginationHover};
  374. }
  375.  
  376.  
  377. /* post info */
  378.  
  379. #postinfo {
  380. margin-top:5px;
  381. padding:5px;
  382. border-top:1px solid {color:Border};
  383. }
  384.  
  385. /* via & source */
  386.  
  387. #info {
  388. margin-bottom:5px;
  389. text-align:center;
  390. text-transform:uppercase;
  391. font-size:8px;
  392. font-style:none;
  393. }
  394.  
  395. /* tags */
  396.  
  397. #tags {
  398. width:490px;
  399. height:auto;
  400. color:{color:Tags};
  401. margin-top:5px;
  402. text-align:center;
  403. -webkit-transition:0.5s;
  404. -moz-transition:0.5s;
  405. -ms-transition:0.5s;
  406. -o-transition:0.5s;
  407. transition:0.5s;
  408. }
  409.  
  410. #tags a {
  411. display:inline;
  412. text-transform:none;
  413. font-family:cambria;
  414. font-style:italic;
  415. color:{color:Tags};
  416. font-size:8px;
  417. opacity:0;
  418. letter-spacing:1px;
  419. line-height:120%;
  420. -webkit-transition:0.5s;
  421. -moz-transition:0.5s;
  422. -ms-transition:0.5s;
  423. -o-transition:0.5s;
  424. transition:0.5s;
  425. }
  426.  
  427. .postage:hover #tags a {
  428. opacity:1;
  429. -webkit-transition:0.5s;
  430. -moz-transition:0.5s;
  431. -ms-transition:0.5s;
  432. -o-transition:0.5s;
  433. transition:0.5s;
  434. }
  435.  
  436. #tags a:hover {
  437. color:{color:TagsHover};
  438. letter-spacing:2px;
  439.  
  440.  
  441. }
  442.  
  443. /* asks */
  444.  
  445. #question {
  446. height:auto;
  447. text-align:center;
  448. width:auto;
  449. padding:10px;
  450. border:1px solid {color:Border};
  451. }
  452.  
  453. #question a{
  454. text-transform:none;
  455. font-style:none;
  456. }
  457.  
  458. #asker {
  459. display:block;
  460. text-align:center;
  461. font-size: 7px;
  462. text-transform: uppercase;
  463. font-family: Century Gothic;
  464. letter-spacing: 1px;
  465. border:1px solid {color:Border};
  466. padding:5px;
  467. }
  468.  
  469. #answer {
  470. text-transform:none;
  471. font-style:none;
  472. text-align:center;
  473. padding:10px;
  474. height:auto;
  475. }
  476.  
  477. #answer a{
  478. text-align:left;
  479. }
  480.  
  481. /* audio player */
  482.  
  483. .cover {
  484. width:80px;
  485. height:80px;
  486. padding:5px;
  487. margin-top:0px;
  488. border:1px solid {color:Border};
  489. }
  490.  
  491. .playbox {
  492. background:white;
  493. position: absolute;
  494. z-index: 1000;
  495. margin-top: -65px;
  496. margin-left: 26px;
  497. border-radius:100%;
  498. opacity:.5;
  499. -webkit-transition: all .8s linear;
  500. }
  501.  
  502. .playbox:hover {
  503. opacity:1;
  504. -webkit-transition: all .8s linear;
  505. }
  506.  
  507. .playbutton {
  508. width: 20px;
  509. height: 30px;
  510. overflow: hidden;
  511. position: relative;
  512. z-index: 1000;
  513. margin: 5px 14px 3px 6px;
  514. }
  515.  
  516. .audioinfo {
  517. display:inline;
  518. float:center;
  519. width:auto;
  520. height:auto;
  521. text-align:center;
  522. padding:10px;
  523. font-size: 7px;
  524. text-transform: uppercase;
  525. font-family: Century Gothic;
  526. letter-spacing: 1px;
  527. border:1px solid {color:Border};
  528. }
  529.  
  530. /* quotes */
  531.  
  532. .quote{
  533. text-align:center;
  534. font-size: 7px;
  535. text-transform: uppercase;
  536. font-family: Century Gothic;
  537. letter-spacing: 1px;
  538. border:1px solid {color:Border};
  539. padding:5px;
  540. }
  541.  
  542. .source {
  543. text-align:center;
  544. font-size: 7px;
  545. text-transform: uppercase;
  546. font-family: Century Gothic;
  547. letter-spacing: 1px;
  548. padding:5px;
  549. margin-left:30px;
  550. margin-top:5px;
  551. }
  552.  
  553. /* credit */
  554.  
  555. #cred {
  556. position:fixed;
  557. right:-160px;
  558. bottom:10px;
  559. padding:5px;
  560. width:auto;
  561. height:auto;
  562. background:white;
  563. color:{color:Body};
  564. border: 1px solid {color:Border};
  565. -webkit-transition: all 1s linear;
  566. }
  567.  
  568. #cred a{
  569. text-align:center;
  570. color:{color:Body};
  571. font-style:bold;
  572. font-size: 6px;
  573. text-transform: uppercase;
  574. font-family: Century Gothic;
  575. letter-spacing: 1px;
  576. border-radius:2px;
  577. }
  578.  
  579. #cred img {
  580. height:auto;
  581. width:auto;
  582. position:fixed;
  583. bottom:10px;
  584. right:10px;
  585. -webkit-transition: all 1s linear;
  586. }
  587.  
  588. #cred:hover {
  589. right:30px;
  590. -webkit-transition: all 1s linear;
  591. }
  592.  
  593. </style>
  594.  
  595.  
  596. <div class="header">
  597. <div id="title">{Title}</div>
  598.  
  599. <img src="{image:Topbar}"/>
  600. <br>
  601. <br>
  602. <div id="links">
  603. {block:iflink1}<a title="{text:link 1 hover}" href="{text:link 1 url}">{text:link 1}</a>{/block:iflink1}
  604. {block:iflink2}<a title="{text:link 2 hover}" href="{text:link 2 url}">{text:link 2}</a>{/block:iflink2}
  605. {block:iflink3}<a title="{text:link 3 hover}" href="{text:link 3 url}">{text:link 3}</a>{/block:iflink3}
  606. {block:iflink4}<a title="{text:link 4 hover}" href="{text:link 4 url}">{text:link 4}</a>{/block:iflink4}
  607. </div>
  608. <div id="description">{Description}</div>
  609.  
  610. {block:Pagination}
  611. <div id="pagination">
  612. {block:PreviousPage}
  613. <a href="{PreviousPage}">-</a>
  614. {/block:PreviousPage}
  615.  
  616. {block:JumpPagination length="5"}
  617. {block:CurrentPage}
  618. <span class="current_page">{PageNumber}</span>
  619. {/block:CurrentPage}
  620.  
  621. {block:JumpPage}
  622. <a class="jump_page" href="{URL}">{PageNumber}</a>
  623. {/block:JumpPage}
  624. {/block:JumpPagination}
  625.  
  626. {block:NextPage}
  627. <a href="{NextPage}">+</a>
  628. {/block:NextPage}
  629. </div>
  630. {/block:Pagination}
  631.  
  632. </div>
  633.  
  634.  
  635. <div class = "autopagerize_page_element" >
  636. {block:Posts}
  637. <div class="postage">
  638.  
  639.  
  640. {block:Text}
  641. <h1>{block:Title}<b>{Title}</b>{/block:Title}</h1>
  642. {Body}
  643. {/block:Text}
  644.  
  645. {block:Photo}
  646. {LinkOpenTag}
  647. <img src="{PhotoURL-500}" />
  648. {LinkCloseTag}
  649. {block:Caption}{Caption}{/block:Caption}
  650. {/block:Photo}
  651.  
  652. {block:Photoset}
  653. {Photoset-500}
  654. {block:Caption}{Caption}{/block:Caption}
  655. {/block:Photoset}
  656.  
  657. {block:Link}
  658. <h1><b><a href="{URL}" {Target}>{Name}</a></b></h1>
  659. {block:Description}{Description}{/block:Description}
  660. {/block:Link}
  661.  
  662. {block:Chat}
  663. {block:Title}<h1><b>{Title}</b></h1>{/block:Title}
  664. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}
  665. {/block:Chat}
  666.  
  667. {block:Video}
  668. {Video-500}
  669. {block:Caption}{Caption}{/block:Caption}
  670. {/block:Video}
  671.  
  672. {block:Quote}
  673. <div class="quote">
  674. ❝{Quote}❞
  675. </div>
  676. {block:Source}<div class="source"><b>-{Source}</b></div>{/block:Source}
  677. {/block:Quote}
  678.  
  679. {block:Answer}
  680. <div id="asker"><b>{Asker} said:</b> {Question}</div>
  681. <div id="answer">{Answer}</div>
  682. {/block:Answer}
  683.  
  684. {block:Audio}
  685. {block:AlbumArt}
  686. <img src="{AlbumArtURL}" class="cover" />
  687. {/block:AlbumArt}
  688.  
  689. <div class="playbox"><div class="playbutton">
  690. {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  691. </div>
  692. </div>
  693.  
  694. <div class="audioinfo">
  695. {block:TrackName}<b>Title:</b> {TrackName}<br>{/block:TrackName}
  696. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  697. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times
  698. </div>
  699. {/block:Audio}
  700.  
  701. <div id="postinfo">
  702.  
  703. <div id="info">
  704.  
  705.  
  706. {block:NoteCount}
  707. <a href="{Permalink}">
  708. <font color="{color:NoteCount}">{NoteCount}</font></a>
  709. {/block:NoteCount}
  710.  
  711.  
  712. {block:RebloggedFrom}
  713. <a href="{ReblogParentURL}">via</a>
  714. {/block:RebloggedFrom}
  715.  
  716. {block:ContentSource}
  717. <a href="{SourceURL}">source</a>
  718. {/block:ContentSource}
  719. </div> <!-- end info -->
  720.  
  721. {block:HasTags}
  722. <div id="tags">
  723. {block:Tags}<a href="{TagURL}">{Tag},</a>
  724. {/block:Tags}</div>
  725. {/block:HasTags}
  726.  
  727. </div> <!-- end post info -->
  728.  
  729. </div>
  730.  
  731. {block:PostNotes}
  732. <div id="notes">{PostNotes}</div>
  733. {/block:PostNotes}
  734. {/block:Posts}
  735.  
  736. </div>
  737.  
  738.  
  739. <div id="cred"><a href="http://precioussammy.tumblr.com/"><img src="http://static.tumblr.com/d3afqhp/CYZnbyomn/tumblr_lm6ow3rkt81qfoi4t.gif">precioussammy</a></div>
  740.  
  741.  
  742. </body>
  743. </html>
Advertisement
Add Comment
Please, Sign In to add comment