Advertisement
ancrestas

life's short, talk fast

May 24th, 2015
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.64 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.  
  4. <html>
  5. <head>
  6.  
  7. <meta name="color:background" content="#FFFFFF">
  8. <meta name="color:link" content="#928f8f">
  9. <meta name="color:post links" content="#928f8f">
  10. <meta name="color:hover" content="#454545">
  11. <meta name="color:dots" content="#928f8f">
  12. <meta name="color:infoposts" content="#dadada">
  13. <meta name="color:text" content="#9A9A9A">
  14. <meta name="color:title" content="#0a0a0a">
  15. <meta name="color:titlebg" content="#0a0a0a">
  16. <meta name="color:tags" content="#dddddd">
  17. <meta name="color:question background" content="#f6f6f6"/>
  18.  
  19. <meta name="image:sidebar" content=""/>
  20.  
  21. <meta name="text:Link1" content="" />
  22. <meta name="text:Link1 Title" content="" />
  23. <meta name="text:Link2" content="" />
  24. <meta name="text:Link2 Title" content="" />
  25. <meta name="text:Link3" content="" />
  26. <meta name="text:Link3 Title" content="" />
  27. <meta name="text:Link4" content="" />
  28. <meta name="text:Link4 Title" content="" />
  29. <meta name="text:Link5" content="" />
  30. <meta name="text:Link5 Title" content="" />
  31.  
  32.  
  33. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  34. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  35. <link rel="shortcut icon" href="{Favicon}" />
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  37.  
  38. <script type="text/javascript"
  39. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  40.  
  41. <style type="text/css">
  42.  
  43. #s-m-t-tooltip {
  44. max-width:300px;
  45. padding:5px;
  46. margin:10px 0px 0px 10px;
  47. background-color:{color:titlebg};
  48. font-family:trebuchet ms;
  49. font-size:7px;
  50. letter-spacing:1px;
  51. font-style:none;
  52. text-transform:uppercase;
  53. padding-bottom:3px;
  54. color:#fff;
  55. z-index:999999999999999999999999999999999999;
  56. }
  57.  
  58. ::-webkit-scrollbar-thumb {
  59. height:auto;
  60. background-color: #555;
  61. border:1px solid #fff;
  62. }
  63.  
  64. ::-webkit-scrollbar {
  65. height:9px;
  66. width:5px;
  67. background-color: #ddd;
  68. border:2px solid #fff;
  69. }
  70.  
  71. a {
  72. text-decoration:none;
  73. color:{color:post links};
  74. outline:none;
  75. -moz-outline-style:none;
  76. -moz-transition-duration:0.5s;
  77. -webkit-transition-duration:0.5s;
  78. -o-transition-duration:0.5s;
  79. }
  80.  
  81. a:hover {
  82. color:{color:hover};
  83. text-decoration:none;
  84. cursor: url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;
  85. -moz-transition-duration:0.5s;
  86. -webkit-transition-duration:0.5s;
  87. -o-transition-duration:0.5s;
  88. }
  89.  
  90. body {
  91. background-color:{color:background};
  92. cursor: url(http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), auto;
  93. margin:0px;
  94. color:{color:text};
  95. font-family:calibri;
  96. font-size:10px;
  97. line-height:100%;
  98. letter-spacing:0px;
  99. text-align:justify;
  100. }
  101.  
  102. h1 {
  103. font-weight:normal;
  104. font-size:10px;
  105. text-align:center;
  106. font-style:normal;
  107. line-height:80%;
  108. letter-spacing:1px;
  109. text-transform:uppercase;
  110. color:{color:text};
  111. }
  112.  
  113. h2 {
  114. font-size:18px;
  115. text-align:center;
  116. text-transform:uppercase;
  117. font-family:calibri;
  118. font-style:none;
  119. color:{color:title};
  120. letter-spacing:-1.3px;
  121. margin-bottom:6px
  122. }
  123.  
  124. blockquote {
  125. border-left:2px solid {color:text};
  126. padding-left:5px;
  127. margin:5px;
  128. }
  129.  
  130.  
  131. #sb {
  132. width:240px;
  133. margin-left:180px;
  134. margin-top:200px;
  135. position:fixed;
  136. }
  137.  
  138. #sb img {
  139. width:245px;
  140. height:140px;
  141. margin-bottom:-3px;
  142. overflow:hidden;
  143. }
  144.  
  145. #title {
  146. position:fixed;
  147. font-family:arial;
  148. font-size:15px;
  149. text-align:center;
  150. margin-top:7px;
  151. margin-left:0px;
  152. text-transform:;
  153. font-weight: bold;
  154. width:245px;
  155. padding:2px;
  156. z-index:999999999999999999999999999;
  157. letter-spacing:-1px;
  158. color:{color:title};
  159. }
  160.  
  161. .links {
  162. margin-top:-153px;
  163. width:240px;
  164. text-align:center;
  165. }
  166.  
  167. .links a {
  168. font-family:calibri;
  169. color:{color:link};
  170. text-transform:lowercase;
  171. font-size:10px;
  172. margin:5px;
  173. border-bottom:1px dotted{color:dots};
  174. }
  175.  
  176. .links a:hover {
  177. color:{color:post links};
  178. border-bottom:1px dotted;
  179. }
  180.  
  181. .description {
  182. width:240px;
  183. padding:10px 0px 0px 0px;
  184. margin-left:0px;
  185. margin-top:155px;
  186. font-family:calibri;
  187. font-size:10px;
  188. text-align:justify;
  189. color:{color:text};
  190. display:block;
  191. line-height:11px;
  192. }
  193.  
  194. #pagination {
  195. width:240px;
  196. position:fixed;
  197. font-size:8px;
  198. text-align:center;
  199. font-family:'calibri';
  200. text-transform:uppercase;
  201. padding:2px;
  202. margin-left:0px;
  203. margin-top:0px;
  204. color:#fff;
  205. letter-spacing:2px;
  206. }
  207.  
  208. #entries {
  209. padding:14px;
  210. width:427px;
  211. margin-left:490px;
  212. margin-top:-30px;
  213. font-size:10px;
  214. font-family:'arial';
  215. letter-spacing:0px;
  216. }
  217.  
  218. #post {
  219. width:500px;
  220. padding-bottom:40px;
  221. padding:17px;
  222. margin-top:50px;
  223. border:1px solid;
  224. border-color:#fff;
  225. padding-bottom:30px;
  226. border:1px solid;
  227. border-color:#fff;
  228. }
  229.  
  230. .caption {
  231. width:500px;
  232. text-align:justify;
  233. line-height:120%;
  234. }
  235.  
  236. .askbox {
  237. text-align: justify;
  238. font-family:calibri;
  239. font-size: 10px;
  240. color: {color:text};
  241. background:{color:question background};
  242. padding:9px;
  243. padding-right:30px;
  244. border-bottom:1px solid #f4f4f4;}
  245.  
  246. .answer {
  247. margin-top:-10px;
  248. color:{color:text};
  249. text-align:left;
  250. font-family:'calibri';
  251. font-size: 10px;
  252. padding-left:2px;
  253. }
  254.  
  255. .icon img {
  256. float:right;
  257. padding:5px;
  258. background:#f5f5f5;
  259. margin-top:-20px;
  260. }
  261.  
  262. #audio {
  263. width:60px;
  264. height:60px;
  265. overflow:hidden;
  266. position:relative;
  267. border:8px solid #f0f0f0;
  268. float:left;
  269. background:#000;
  270. }
  271.  
  272. .audiocover img {
  273. width:60px;
  274. height:60px;
  275. position:absolute;
  276. -webkit-transition: all 0.4s ease-in-out;
  277. -moz-transition: all 0.4s ease-in-out;
  278. -ms-transition: all 0.4s ease-in-out;
  279. -o-transition: all 0.4s ease-in-out;
  280. transition: all 0.4s ease-in-out;
  281. }
  282.  
  283. .audiocover {
  284. width:60px;
  285. overflow:hidden;
  286. }
  287.  
  288. .player {
  289. overflow:hidden;
  290. width:0px;
  291. height:30px;
  292. z-index:999;
  293. position:absolute;
  294. padding-top:17px;
  295. padding-left:17px;
  296. -webkit-transition: all 0.4s ease-in-out;
  297. -moz-transition: all 0.4s ease-in-out;
  298. -ms-transition: all 0.4s ease-in-out;
  299. -o-transition: all 0.4s ease-in-out;
  300. transition: all 0.4s ease-in-out;
  301. }
  302.  
  303. #audio:hover .player {
  304. opacity:1;
  305. width:25px;
  306. }
  307.  
  308. #audio:hover img {
  309. margin-top:60px;
  310. }
  311.  
  312. #musics {
  313. height:60px;
  314. margin-bottom:20px;
  315. margin-left:80px;
  316. position:relative;
  317. letter-spacing:0px;
  318. }
  319.  
  320. .music {
  321. border-left:2px solid {color:hover};
  322. color:{color:post links};
  323. text-transform:uppercase;
  324. }
  325.  
  326. .music2 {
  327. border-left:2px solid {color:post links};
  328. text-transform:uppercase;
  329. font-weight: bold;
  330. }
  331.  
  332. .music, .music2 {
  333. display:block;
  334. padding:2px 2px;
  335. }
  336.  
  337. #info {
  338. width:500px;
  339. text-align:center;
  340. font-family:'trebuchet ms';
  341. margin-top:3px;
  342. margin-left:px;
  343. letter-spacing:1px;
  344. font-size:7px;
  345. font-style:none;
  346. padding:1px;
  347. line-height:10px;
  348. text-transform:uppercase;
  349. border-top:1px solid #f0f0f0;
  350. }
  351.  
  352. #info a {
  353. text-align:center;
  354. color:{color:post links};
  355. }
  356.  
  357. #info a:hover {
  358. -moz-transition-duration:0.3s;
  359. -webkit-transition-duration:0.3s;
  360. -o-transition-duration:0.3s;
  361. color:{color:Hover}
  362. }
  363.  
  364. #tags {
  365. float:left;
  366. width:489px;
  367. margin-top:-7px;
  368. margin-left:-5px;
  369. text-align:center;
  370. font-size:7px;
  371. padding:5px;
  372. font-size:8px;
  373. opacity:1;
  374. transition-duration: 0.5s;
  375. -moz-transition-duration: 0.5s;
  376. -webkit-transition-duration: 0.5s;
  377. -o-transition-duration: 0.5s
  378. color:{color:post links};
  379. }
  380.  
  381. #tags a {
  382. font-size:8px;
  383. text-align:center;
  384. text-decoration:underline;
  385. font-family:'CALIBRI';
  386. text-decoration:underline;
  387. display:inline-block;
  388. color:{color:tags};
  389. }
  390.  
  391. #tags a:hover {
  392. -moz-transition-duration:0.3s;
  393. -webkit-transition-duration:0.3s;
  394. -o-transition-duration:0.3s;
  395. color:{color:post links};
  396. }
  397.  
  398. ul.chat, .chat ol, .chat li {
  399. list-style:none;
  400. margin:0px;
  401. padding:2px;
  402. }
  403.  
  404. .label {
  405. padding-right:1px;
  406. text-transform:uppercase;
  407. font-weight:bold;
  408. color:{color:link};
  409. }
  410.  
  411. #credit {
  412. font-size:9px;
  413. bottom:0;
  414. right:0;
  415. position:fixed;
  416. text-transform:uppercase;
  417. padding:5px;
  418. color:{color:link};
  419. }
  420.  
  421. {CustomCSS}
  422. </style>
  423. </head>
  424.  
  425. <body>
  426.  
  427. <div id="sb"><img src="{image:sidebar}">
  428. <div id="title"><y>{Title}</y></div><br>
  429. <div class="links">
  430. {block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage}
  431. <a href="{text:Link1}">{text:Link1 Title}</a>
  432. <a href="{text:Link2}">{text:Link2 Title}</a>
  433. <a href="{text:Link3}">{text:Link3 Title}</a>
  434. <a href="{text:Link4}">{text:Link4 Title}</a>
  435. <a href="{text:Link5}">{text:Link5 Title}</a>
  436. <a href="{text:Link6}">{text:Link6 Title}</a>
  437. {block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}
  438. </div>
  439. <div class="description">{Description}</div>
  440. </div>
  441.  
  442. </div>
  443. </div>
  444.  
  445.  
  446. </div>
  447. </div>
  448.  
  449. <div id="entries">
  450. {block:Posts}
  451. <div id="post">
  452.  
  453. {block:Text}<h2>{block:Title}{Title}{/block:Title}</h2>{Body}{/block:Text}
  454.  
  455. {block:Quote}
  456. <h2>❝ {Quote} ❞</h2>
  457. {/block:Quote}
  458.  
  459. {block:Link}
  460. <a href="{URL}"><h2>{Name}</h2></a>
  461. {block:Description}
  462. <p>{Description}</p>
  463. {/block:Description}
  464. {/block:Link}
  465.  
  466. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  467. <script type="text/javascript">
  468. window.onload = function() {
  469. $('iframe.photoset').contents().find('.photoset_row').attr("style", "width:500px; margin-bottom: -4px;");
  470. $('iframe.photoset').contents().find('.photoset_row').find('img').attr("style", "width:500px;");
  471. $('iframe.photoset').contents().find('.photoset_row_2').find('img').attr("style", "width:245px; margin-right: 0px;");
  472. $('iframe.photoset').contents().find('.photoset_row_3').find('img').attr("style", "width:160px; margin-right: 0px;");
  473. }
  474. </script>
  475.  
  476. {block:Chat}
  477. {block:Title}
  478. <h1>{Title}</h1>
  479. {/block:Title}
  480. <div class="chat">
  481. <ol>{block:Lines}
  482. <li class="line {Alt}">
  483. {block:Label}
  484. <span class="label">
  485. {Label}</span>
  486. {/block:Label}{Line}</li>
  487. {/block:Lines}
  488. </ol></div>
  489. {/block:Chat}
  490.  
  491. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  492.  
  493. {block:Answer}
  494. <div class="askbox"><b>{Asker}</b> said: {Question}</div><div class="icon"><img src="{AskerPortraitURL-24}"></div><br>
  495. <div class="answer">{Answer}</div>
  496. {/block:Answer}
  497.  
  498. {block:Audio}
  499. <div id="audio">
  500. <div class="audiocover">
  501. <img src="https://www.ad2myaccount.com/img/play_button.png" /></div>{block:AlbumArt}
  502. <div class="audiocover">
  503. <img src="{AlbumArtURL}" /></div>{/block:AlbumArt}
  504. <div class="player">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div>
  505. </div>
  506. <div id="musics">
  507. {block:TrackName}<span class="music">{TrackName}</span>{/block:TrackName}
  508. <span class="music2">{block:Artist}{Artist} - {/block:Artist}{FormattedPlayCount} plays</span>
  509. </div>
  510. {/block:Audio}
  511.  
  512. <p>
  513.  
  514. <div id="info">
  515. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a>
  516. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} - {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}{NoteCountWithLabel}</a>{block:HasTags}<div id="tags">{block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  517. </div>{block:HasTags}
  518. </div>
  519. </div>
  520. {/block:Posts}
  521. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  522. {/block:Posts}</div></div></div>
  523. <br><br><br><br>
  524.  
  525.  
  526. <div id="credit"><a href="http://mathewsdaddario.tumblr.com/" title="thai's themes">md.</a></div>
  527.  
  528. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  529. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  530. <script>
  531. (function($){
  532. $(document).ready(function(){
  533. $("a[title]").style_my_tooltips({
  534. tip_follows_cursor:true,
  535. tip_delay_time:150,
  536. tip_fade_speed:700,
  537. attribute:"title"
  538. });
  539. });
  540. })(jQuery);
  541. </script>
  542.  
  543. </body>
  544.  
  545.  
  546. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement