Advertisement
precioussammy

young

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