precioussammy

box

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