precioussammy

pink

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