precioussammy

sailors

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