Advertisement
extasisthemes

Bittersweet

Jul 2nd, 2016
1,242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.74 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!----- Bittersweet by extasisthemes ----->
  6.  
  7. <head>
  8.  
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12.  
  13. <meta name="color:Asker" content="#000000"/>
  14. <meta name="color:Audio Background" content="#ffffff"/>
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Blockquote" content="#eeeeee"/>
  17. <meta name="color:Blog Title" content="#55aacc"/>
  18. <meta name="color:Blog Title Background" content="#fafafa"/>
  19. <meta name="color:Border" content="#eeeeee"/>
  20. <meta name="color:Caption Background" content="#fafafa"/>
  21. <meta name="color:Caption Border" content="#eeeeee"/>
  22. <meta name="color:Credit" content="#000000"/>
  23. <meta name="color:Credit Background" content="#ffffff"/>
  24. <meta name="color:Hover" content="#cfcfcf"/>
  25. <meta name="color:Link" content="#000000"/>
  26. <meta name="color:Link Border" content="#55aacc"/>
  27. <meta name="color:List" content="#eeeeee"/>
  28. <meta name="color:Post Title" content="#000000"/>
  29. <meta name="color:Scrollbar" content="#000000"/>
  30. <meta name="color:Text" content="#000000"/>
  31. <meta name="color:Tooltip Background" content="#ffffff"/>
  32.  
  33. <meta name="text:Link 1" content="/"/>
  34. <meta name="text:Link 1 Title" content="Link One"/>
  35.  
  36. <meta name="text:Title" content="Bittersweet"/>
  37.  
  38. <meta name="image:Image" content="http://i.imgur.com/GM9VeGy.jpg"/>
  39.  
  40. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  41. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  42. <script>
  43. (function($){
  44. $(document).ready(function(){
  45. $("a[title]").style_my_tooltips({
  46. tip_follows_cursor:true,
  47. tip_delay_time:90,
  48. tip_fade_speed:600,
  49. attribute:"title"
  50. });
  51. });
  52. })(jQuery);
  53. </script>
  54.  
  55. <style type="text/css">
  56.  
  57. @import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
  58. @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,600italic,400italic);
  59.  
  60. ::-webkit-scrollbar-thumb:vertical {
  61. background:{color:Scrollbar};
  62. height:50px;
  63. }
  64.  
  65. ::-webkit-scrollbar {
  66. height:10px;
  67. width:3px;
  68. }
  69.  
  70. #s-m-t-tooltip {
  71. background:{color:Tooltip Background};
  72. border:1px solid {color:Border};
  73. color:{color:Text};
  74. font-family:'Open Sans', sans-serif;
  75. font-size:10px;
  76. font-style:normal;
  77. font-weight:normal;
  78. letter-spacing:0px;
  79. margin-top:20px;
  80. padding:10px;
  81. text-align:center;
  82. text-decoration:none;
  83. text-transform:uppercase;
  84. z-index:999999999999999999999999999999999999;
  85. }
  86.  
  87. body {
  88. background:{color:Background};
  89. color:{color:Text};
  90. cursor:url(http://i.imgur.com/lhPqll6.png), progress;
  91. font-family:'Open Sans', sans-serif;
  92. font-size:11px;
  93. font-style:normal;
  94. font-weight:normal;
  95. letter-spacing:0px;
  96. margin:0px;
  97. text-align:justify;
  98. text-decoration:none;
  99. text-transform:none;
  100. word-break:break-word;
  101. }
  102.  
  103. a {
  104. border-bottom:1px solid {color:Link Border};
  105. color:{color:Link};
  106. text-decoration:none;
  107. -webkit-transition: all 0.5s ease;
  108. -moz-transition: all 0.5s ease;
  109. -o-transition: all 0.5s ease;
  110. }
  111.  
  112. a:hover {
  113. color:{color:Hover};
  114. }
  115.  
  116. h1 {
  117. color:{color:Post Title};
  118. font-family:'Open Sans', sans-serif;
  119. font-size:12px;
  120. font-style:normal;
  121. font-weight:bold;
  122. letter-spacing:0px;
  123. line-height:150%;
  124. text-align:left;
  125. text-decoration:none;
  126. text-transform:none;
  127. }
  128.  
  129. blockquote {
  130. border-left:1px solid {color:Blockquote};
  131. margin:5px;
  132. padding-left:5px;
  133. }
  134.  
  135. blockquote img {
  136. height:auto;
  137. max-width:200px;
  138. }
  139.  
  140. blockquote blockquote {
  141. border-left:1px solid {color:Blockquote};
  142. padding-left:5px;
  143. }
  144.  
  145. ul {
  146. padding:10px;
  147. }
  148.  
  149. li {
  150. list-style:none;
  151. padding:2px 0px 1px 0px;
  152. }
  153.  
  154. li:before {
  155. color:{color:List};
  156. content:'–––––';
  157. letter-spacing:-3px;
  158. padding-right:10px;
  159. }
  160.  
  161. img {
  162. height:auto;
  163. max-width:100%;
  164. }
  165.  
  166. #container {
  167. margin-left:auto;
  168. margin-right:auto;
  169. width:700px;
  170. }
  171.  
  172. #left-border {
  173. background:{color:Border};
  174. height:100%;
  175. margin-top:-100px;
  176. position:fixed;
  177. width:1px;
  178. }
  179.  
  180. #right-border {
  181. background:{color:Border};
  182. height:100%;
  183. margin-left:500px;
  184. margin-top:-100px;
  185. position:fixed;
  186. width:1px;
  187. }
  188.  
  189. #sidebar {
  190. border-right:1px solid {color:Border};
  191. margin-left:501px;
  192. margin-top:-100px;
  193. position:fixed;
  194. width:150px;
  195. }
  196.  
  197. .image {
  198. height:100px;
  199. width:150px;
  200. }
  201.  
  202. .image img {
  203. height:100px;
  204. width:150px;
  205. }
  206.  
  207. .title {
  208. background:{color:Blog Title Background};
  209. border-bottom:1px solid {color:Border};
  210. color:{color:Blog Title};
  211. font-family:'Montserrat', sans-serif;
  212. font-size:12px;
  213. font-style:normal;
  214. font-weight:900;
  215. letter-spacing:0px;
  216. padding:10px;
  217. text-decoration:none;
  218. text-align:left;
  219. text-transform:uppercase;
  220. }
  221.  
  222. .links {
  223. color:{color:Link};
  224. font-family:'Open Sans', sans-serif;
  225. font-size:10px;
  226. font-style:normal;
  227. font-weight:normal;
  228. letter-spacing:0px;
  229. text-decoration:none;
  230. text-align:left;
  231. text-transform:uppercase;
  232. }
  233.  
  234. .links a {
  235. border-bottom:1px solid {color:Border};
  236. border-right:3px solid transparent;
  237. display:block;
  238. color:{color:Link};
  239. padding:10px;
  240. width:129px;
  241. }
  242.  
  243. .links a:hover {
  244. border-right:3px solid {color:Link Border};
  245. color:{color:Hover};
  246. }
  247.  
  248. .description {
  249. border-bottom:1px solid {color:Border};
  250. color:{color:Text};
  251. font-family:'Open Sans', sans-serif;
  252. font-size:11px;
  253. font-style:normal;
  254. font-weight:normal;
  255. letter-spacing:0px;
  256. padding:10px;
  257. text-decoration:none;
  258. text-align:left;
  259. text-transform:none;
  260. }
  261.  
  262. #posts {
  263. margin-bottom:100px;
  264. margin-left:50px;
  265. margin-top:100px;
  266. }
  267.  
  268. .entries {
  269. width:400px;
  270. }
  271.  
  272. .caption {
  273. margin-top:5px;
  274. background:{color:Caption Background};
  275. border:1px solid {color:Border};
  276. padding:10px;
  277. }
  278.  
  279. #quote {
  280. color:{color:Text};
  281. font-family:'Open Sans', sans-serif;
  282. font-size:15px;
  283. font-style:normal;
  284. font-weight:normal;
  285. letter-spacing:0px;
  286. padding:10px;
  287. text-align:justify;
  288. text-decoration:none;
  289. text-transform:none;
  290. }
  291.  
  292. #chat {
  293. color:{color:Text};
  294. font-family:'Open Sans', sans-serif;
  295. font-size:10px;
  296. font-style:normal;
  297. font-weight:normal;
  298. letter-spacing:0px;
  299. text-align:justify;
  300. text-decoration:none;
  301. text-transform:uppercase;
  302. }
  303.  
  304. #website {
  305. color:{color:Text};
  306. font-family:'Open Sans', sans-serif;
  307. font-size:12px;
  308. font-style:normal;
  309. font-weight:normal;
  310. letter-spacing:0px;
  311. text-align:justify;
  312. text-decoration:none;
  313. text-transform:none;
  314. }
  315.  
  316. .question {
  317. border:1px solid {color:Border};
  318. color:{color:Text};
  319. font-family:'Open Sans', sans-serif;
  320. font-size:11px;
  321. font-style:normal;
  322. font-weight:normal;
  323. letter-spacing:0px;
  324. margin-bottom:10px;
  325. padding:20px;
  326. text-align:justify;
  327. text-decoration:none;
  328. text-transform:none;
  329. }
  330.  
  331. .asker {
  332. color:{color:Asker};
  333. font-family:'Open Sans', sans-serif;
  334. font-size:11px;
  335. font-style:normal;
  336. font-weight:bold;
  337. letter-spacing:0px;
  338. text-align:justify;
  339. text-decoration:none;
  340. text-transform:uppercase;
  341. }
  342.  
  343. .asker a {
  344. border-bottom:1px solid {color:Border};
  345. color:{color:Asker};
  346. }
  347.  
  348. .asker a:hover {
  349. color:{color:Hover};
  350. }
  351.  
  352. .playbutton {
  353. height:28px;
  354. overflow:hidden;
  355. padding:5px;
  356. position:relative;
  357. width:25px;
  358. }
  359.  
  360. .playbox {
  361. background:{color:Audio Background};
  362. margin-left:17px;
  363. margin-top:17px;
  364. opacity:0.7;
  365. position:absolute;
  366. }
  367.  
  368. .audiodesc {
  369. color:{color:Text};
  370. font-family:'Open Sans', sans-serif;
  371. font-size:10px;
  372. font-style:normal;
  373. font-weight:normal;
  374. letter-spacing:0px;
  375. margin-left:5px;
  376. margin-top:0px;
  377. padding:17px;
  378. position:relative;
  379. text-align:left;
  380. text-decoration:none;
  381. text-transform:uppercase;
  382. }
  383.  
  384. #info {
  385. background:{color:Background};
  386. color:{color:Text};
  387. font-family:'Open Sans', sans-serif;
  388. font-size:10px;
  389. font-style:normal;
  390. font-weight:normal;
  391. letter-spacing:0px;
  392. margin-bottom:50px;
  393. margin-top:20px;
  394. text-align:left;
  395. text-decoration:none;
  396. text-transform:uppercase;
  397. width:400px;
  398. }
  399.  
  400. #info a {
  401. color:{color:Link};
  402. }
  403.  
  404. #info a:hover {
  405. color:{color:Hover};
  406. }
  407.  
  408. #tags {
  409. color:{color:Text};
  410. font-family:'Open Sans', sans-serif;
  411. font-size:10px;
  412. font-style:normal;
  413. font-weight:normal;
  414. letter-spacing:0px;
  415. text-align:left;
  416. text-decoration:none;
  417. text-transform:uppercase;
  418. }
  419.  
  420. #tags a {
  421. color:{color:Link};
  422. }
  423.  
  424. #tags a:hover {
  425. color:{color:Hover};
  426. }
  427.  
  428. #notes {
  429. color:{color:Text};
  430. font-family:'Open Sans', sans-serif;
  431. font-size:10px;
  432. font-style:normal;
  433. font-weight:normal;
  434. letter-spacing:0px;
  435. text-align:left;
  436. text-decoration:none;
  437. text-transform:uppercase;
  438. width:400px;
  439. }
  440.  
  441. #notes a {
  442. color:{color:Link};
  443. }
  444.  
  445. #notes a:hover {
  446. color:{color:Hover};
  447. }
  448.  
  449. #notes img {
  450. display:none;
  451. }
  452.  
  453. .pagination {
  454. color:{color:Text};
  455. font-family:'Open Sans', sans-serif;
  456. font-size:10px;
  457. font-style:normal;
  458. font-weight:normal;
  459. letter-spacing:0px;
  460. text-align:center;
  461. text-decoration:none;
  462. text-transform:uppercase;
  463. width:400px;
  464. }
  465.  
  466. .pagination a {
  467. color:{color:Link};
  468. }
  469.  
  470. .pagination a:hover {
  471. color:{color:Hover};
  472. }
  473.  
  474. #credit {
  475. background:{color:Credit Background};
  476. border:1px solid {color:Border};
  477. bottom:15px;
  478. color:{color:Credit};
  479. float:right;
  480. font-family:'Open Sans', sans-serif;
  481. font-size:10px;
  482. font-style:normal;
  483. font-weight:normal;
  484. letter-spacing:0px;
  485. padding:5px;
  486. position:fixed;
  487. right:15px;
  488. text-align:justify;
  489. text-decoration:none;
  490. text-transform:uppercase;
  491. }
  492.  
  493. #credit a {
  494. border-bottom:none;
  495. color:{color:Credit};
  496. }
  497.  
  498. #credit a:hover {
  499. color:{color:Hover};
  500. }
  501.  
  502. {CustomCSS}</style></head><body>
  503.  
  504. <div id="container">
  505.  
  506. <div id="left-border"></div>
  507.  
  508. <div id="right-border"></div>
  509.  
  510. <div id="sidebar">
  511.  
  512. <div class="image"><img src="{image:Image}"/></div>
  513.  
  514. <div class="title">{text:Title}</div>
  515.  
  516. <div class="links">
  517. <a href="/"><div style="color:{color:Link Border};display:inline-block;margin-right:10px;">></div>Home</a>
  518. <a href="/ask"><div style="color:{color:Link Border};display:inline-block;margin-right:10px;">></div>Ask</a>
  519. {block:ifLink1}<a href="{text:Link 1}"><div style="color:{color:Link Border};display:inline-block;margin-right:10px;">></div>{text:Link 1 Title}</a>{/block:ifLink1}
  520. <a href="/archive"><div style="color:{color:Link Border};display:inline-block;margin-right:10px;">></div>Archive</a>
  521. </div>
  522.  
  523. <div class="description">{Description}</div>
  524.  
  525. </div>
  526.  
  527. <div id="posts">
  528. {block:Posts}
  529. <div class="entries">
  530.  
  531. {block:Photo}<img src="{PhotoURL-400}">
  532. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  533. {/block:Photo}
  534.  
  535. {block:Photoset}{Photoset}
  536. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  537. {/block:Photoset}
  538.  
  539. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  540.  
  541. {block:Quote}<div id="quote">❝{Quote}</i>❞{block:Source} — {Source}</div>{/block:Source}{/block:Quote}
  542.  
  543. {block:Link}<div id="website"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  544.  
  545. <div id="chat">
  546. {block:Chat}
  547. {block:Title}
  548. <h1>{Title}</h1>
  549. {/block:Title}
  550. {block:Lines}
  551. {block:Label}<b>{Label}</b>{/block:Label}
  552. {Line}<br>
  553. {/block:Lines}{/block:Chat}
  554. </div>
  555.  
  556. {block:Audio}
  557. <table><tr><td><div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  558. {block:AlbumArt}<img src="{AlbumArtURL}" height="70" width="70">{/block:AlbumArt}</td>
  559. <td><div class="audiodesc">{block:TrackName}<b>Title:</b> {TrackName}<br>{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist} {block:Album}<b>Album:</b> {Album}<br>{/block:Album}</div></td></tr></table>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  560. {/block:Audio}
  561.  
  562. {block:Video}
  563. {Video-400}
  564. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  565. {/block:Video}
  566.  
  567. {block:Answer}
  568. <div class="question">
  569. <span class="asker"><a href="{AskerURL}">{Asker}</a></span> {Question}</div>
  570. {Answer}
  571. {/block:Answer}
  572. </div>
  573.  
  574. {block:Date}<div id="info">posted on {Month} {DayOfMonth}, {Year} with <a href="{Permalink}">{NoteCount} notes</a> {/block:Date} {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(orig <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  575.  
  576. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  577. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}</div>
  578.  
  579. {/block:Posts}
  580.  
  581. {block:IndexPage}
  582. <div class="pagination">
  583. {block:PreviousPage}
  584. <a href="{PreviousPage}">Previous</a>
  585. {/block:PreviousPage}
  586. {CurrentPage} out of {TotalPages}
  587. {block:NextPage}
  588. <a href="{NextPage}">Next</a>
  589. {/block:NextPage}
  590. </div>
  591. {/block:IndexPage}
  592.  
  593. </div>
  594.  
  595. <div id="credit">
  596. <a href="http://extasisthemes.tumblr.com/">ET</a>
  597. </div>
  598.  
  599. </body>
  600. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement