precioussammy

kiss

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