precioussammy

stay

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