Advertisement
ancrestas

bittersweet 2.0

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