Advertisement
bittersveet

gbhnjk

Jul 30th, 2016
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.30 KB | None | 0 0
  1. <!-------------
  2.  
  3. C A L L Y O P E T H E M E S
  4. http://callyope.tumblr.com
  5.  
  6. RETICENT
  7.  
  8. > Minor/heavy edits allowed
  9. > Please
  10. - do not remove the credit
  11. - do not redistribute/steal
  12. - do not use as a base code
  13.  
  14. ------------->
  15.  
  16. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  17. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  18. <head><title>{Title}</title>
  19. <link rel="shortcut icon" href="{Favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  22.  
  23. <meta name="color:Background" content="#ffffff"/>
  24. <meta name="image:Background" content=""/>
  25. <meta name="color:Text" content="#838282"/>
  26. <meta name="color:Link" content="#b8b8b8"/>
  27. <meta name="color:Title" content="#b8b8b8"/>
  28. <meta name="image:sidebar" content=""/>
  29. <meta name="color:Accent" content="#f2f2f2"/>
  30. <meta name="color:Sidebar Background" content="#fff"/>
  31.  
  32. <meta name="if:Captions" content="0" />
  33. <meta name="if:Tags" content="0" />
  34. <meta name="if:Image Fade" content="0">
  35. <meta name="if:Sidebar Image" content="1">
  36. <meta name="if:Sidebar Background" content="0">
  37. <meta name="if:Sidebar Title" content="1">
  38. <meta name="if:Sidebar Description" content="0">
  39.  
  40. <meta name="if:Infinite Scroll" content="0">
  41.  
  42. <meta name="if:500posts" content="0" />
  43. <meta name="if:400posts" content="0" />
  44. <meta name="if:250posts" content="1" />
  45.  
  46. <meta name="text:Link 1" content="/"/>
  47. <meta name="text:Link 1 Title" content="one"/>
  48. <meta name="text:Link 2" content="/" />
  49. <meta name="text:Link 2 Title" content="two"/>
  50.  
  51. <style type="text/css">
  52.  
  53. @font-face { font-family:"learning curve"; src: url('https://dl.dropboxusercontent.com/s/4a65w8487t5ttl6/learningcurve.ttf'); format(“truetype”);}
  54.  
  55. .t_b .tmblr-iframe--desktop-logged-in-controls, .tmblr-iframe, .t_b #tumblr_controls, #tumblr_controls {
  56. top:5px!important;
  57. right:5px!important;
  58. position:fixed!important;
  59. z-index:999999!important;
  60. }
  61.  
  62. .t_w .tmblr-iframe--desktop-logged-in-controls, .t_w #tumblr_controls {
  63. -webkit-filter:invert(100%);
  64. -moz-filter:invert(100%);
  65. -o-filter:invert(100%);
  66. -ms-filter:invert(100%);
  67. filter:invert(100%);
  68. opacity:0.3;
  69. }
  70.  
  71. .t_g .tmblr-iframe--desktop-logged-in-controls, .t_g #tumblr_controls {
  72. -webkit-filter:invert(70%);
  73. -moz-filter:invert(70%);
  74. -o-filter:invert(70%);
  75. -ms-filter:invert(70%);
  76. filter:invert(70%);
  77. opacity:0.4;
  78. }
  79.  
  80. ::-webkit-scrollbar {width: 4px; height: 3px; background: #fff;}
  81. ::-webkit-scrollbar-thumb {background-color:#bdbdbd ; border: 1px solid #bdbdbd;}
  82.  
  83. body {
  84. background:{color:background};
  85. background-image: url({image:Background});
  86. background-position:center;
  87. background-repeat:repeat;
  88. background-attachment:fixed;
  89. margin:0px;
  90. color:{color:text};
  91. font-family:calibri;
  92. font-size:10px;
  93. line-height:normal;
  94. }
  95.  
  96. a:link, a:active, a:visited {
  97. text-decoration:none;
  98. outline:none;
  99. -moz-outline-style:none;
  100. color: {color:Link};
  101. transition:0.5s ease;
  102. -o-transition:0.5s ease;
  103. -moz-transition:0.5s ease;
  104. -webkit-transition:0.5s ease;
  105. }
  106.  
  107. a:hover {
  108. text-decoration:none;
  109. border-bottom:1px solid #a4a4a4;
  110. }
  111.  
  112. b, strong{
  113. color: #793434;
  114. }
  115.  
  116. i, em {
  117. color: #C40000;
  118. }
  119.  
  120. small, sub {
  121. font-size:10px;
  122. }
  123.  
  124. #sidebar {
  125. width:120px;
  126. position:fixed;
  127. margin-left:200px;
  128. margin-top:21px;
  129. padding:10px;
  130. {block:ifSidebarbackground}
  131. background:{color:Sidebar Background};
  132. {block:ifSidebarbackground}
  133. }
  134.  
  135. #title {
  136. position:fixed;
  137. font-size:34px;
  138. margin-left:-120px;
  139. margin-top:10px;
  140. color: #FFFFFF;
  141. text-shadow: 2px 2px 4px #B5B5B5;
  142. font-family:learning curve;
  143. text-align:justify;
  144. text-transform:lowercase;
  145. letter-spacing:0px;
  146. word-spacing:1px;
  147. line-height:normal;
  148. }
  149.  
  150. #sidebarimage img {
  151. position:fixed;
  152. width:120px;
  153. display: block;
  154. margin-left: -120px;
  155. margin-top: 38px;
  156. padding-bottom:5px;
  157. padding-top:5px;
  158. opacity:1;
  159.  
  160. }
  161.  
  162. #description {
  163. position:fixed;
  164. text-transform:none;
  165. font-family:calibri;
  166. padding:5px;
  167. margin-top:36px;
  168. width:117px;
  169. text-align:justify;
  170. color: #a4a4a4;
  171. font-size: 10px;
  172. }
  173.  
  174. #sidebar .links {
  175. position:fixed;
  176. margin-top:142px;
  177. margin-left:4px;
  178. padding: 4px;
  179. width:109px;
  180. font-size:10px;
  181. word-spacing:10px;
  182. text-align:center;
  183. background: {color:Accent};
  184. }
  185.  
  186. #pagination {
  187. margin-bottom:5px;
  188. font-size:10px;
  189. text-align:center;
  190. padding-top:5px;
  191. }
  192.  
  193. #content {
  194. width:{block:if400posts}400px{/block:if400posts}{block:if500posts}500px{/block:if500posts}{block:if250posts}250px{/block:if250posts};
  195. margin: 60px 0px 60px 410px;
  196. padding: 20px 0px;
  197. color: {color:Text};
  198. }
  199.  
  200. #posts {
  201. width:{block:if400posts}400px{/block:if400posts}{block:if500posts}500px{/block:if500posts}{block:if250posts}250px{/block:if250posts};
  202. background-color: #0c0c0c;
  203. margin: 0px auto 60px;
  204. padding:10px;
  205. }
  206.  
  207. #posts .title {
  208. font-family:arial;
  209. font-size: 18px;
  210. color: #848484;
  211. padding-bottom: 5px;
  212. text-align:left;
  213. font-style:bold;
  214. text-transform:none;
  215. letter-spacing:0px;
  216. word-spacing:1px;
  217. line-height:normal;
  218. margin-bottom:10px;
  219. }
  220.  
  221. #posts .text {
  222. font-size:11px;
  223. }
  224.  
  225. #posts #permalink {
  226. margin-top:10px;
  227. color:#b6b6b6;
  228. padding:5px;
  229. text-align: center;
  230. font-size:10px;
  231. text-transform:uppercase;
  232. background: {color:Accent};
  233. }
  234.  
  235. #permalinkpage {
  236. margin-top:10px;
  237. padding-top:10px;
  238. color:#b6b6b6
  239. }
  240.  
  241. img {
  242. border: 0;
  243. max-width: 100%;
  244. }
  245.  
  246. img, iframe.photoset {
  247.  
  248. {block:ifImageFade}
  249. opacity:0.8;
  250. -webkit-transition:all .6s ease;
  251. -moz-transition:all .6s ease;
  252. -o-transition:all .6s ease;
  253. transition:all .6s ease-in-out;
  254. {/block:ifImageFade}
  255.  
  256. }
  257.  
  258. img:hover {
  259.  
  260. opacity:1;
  261. -webkit-transition: all 0.6s ease-in-out;
  262. -moz-transition: all 0.6s ease-in-out;
  263. -o-transition: all 0.6s ease-in-out;
  264. -ms-transition: all 0.6s ease-in-out;
  265. transition: all 0.6s ease-in-out;
  266.  
  267. }
  268.  
  269. iframe.photoset:hover {
  270.  
  271. opacity:1;
  272. -webkit-transition: all 0.6s ease-in-out;
  273. -moz-transition: all 0.6s ease-in-out;
  274. -o-transition: all 0.6s ease-in-out;
  275. -ms-transition: all 0.6s ease-in-out;
  276. transition: all 0.6s ease-in-out;
  277.  
  278. }
  279.  
  280. #content blockquote {
  281. border-left: solid 1px gray;
  282. margin: 0;
  283. padding-left: 10px;
  284. }
  285.  
  286. #asker {
  287. float:left;
  288. margin-right:5px;
  289. }
  290.  
  291. #ask {
  292. padding:10px;
  293. background-color: #0c0c0c;
  294. }
  295.  
  296. /* QUOTES */
  297.  
  298. #quote {
  299. font-size:12px;
  300. font-style:italic;
  301. text-align:justify;
  302. word-spacing:1px;
  303. color: #a4a4a4;
  304. text-shadow:0px 0px 0px #f1f1f1;
  305. line-height:normal;
  306. font-family:times;
  307. }
  308.  
  309. #source {
  310. text-align:right;
  311. margin-top:10px;
  312. font-size:10px;
  313. font-family:calibri;
  314. text-transform:uppercase;
  315. }
  316.  
  317. #audioplayer {
  318. width:30px;
  319. height:30px;
  320. overflow:hidden;
  321. position:absolute;
  322. margin-top:25px;
  323. margin-bottom:25px;
  324. margin-left:25px;
  325. opacity: 0.7;
  326. filter:alpha(opacity=70);
  327. -moz-opacity: 0.7;
  328. -khtml-opacity: 0.7;
  329. }
  330.  
  331. #albumart {
  332. float:left;
  333. margin-right: 10px;
  334. }
  335.  
  336. #audio {
  337. height:60px;
  338. padding-top:20px;
  339. }
  340.  
  341. #notecontainer {
  342. margin: 20px auto;
  343. width:{block:if400posts}400px{/block:if400posts}{block:if500posts}500px{/block:if500posts}{block:if250posts}250px{/block:if250posts};
  344. font-size: 11px;
  345. }
  346.  
  347. #notecontainer ol.notes {
  348. list-style-type: none;
  349. margin: 0;
  350. padding: 0;
  351. }
  352.  
  353. #notecontainer img.avatar {
  354. margin-right: 10px;
  355. width: 16px;
  356. height: 16px;
  357. }
  358.  
  359. #s-m-t-tooltip {
  360. max-width:300px;
  361. padding:3px 5px;
  362. margin:10px 0px 0px 20px;
  363. background-color:#151515;
  364. border-radius: 0px;
  365. font-family:calibri;
  366. font-size:10px;
  367. text-transform:uppercase;
  368. letter-spacing:1px;
  369. word-spacing:1px;
  370. color:#FAFAFA;
  371. z-index:999999999999999999999999999999999999;
  372. }
  373.  
  374. a.c {
  375. position:fixed;
  376. bottom:10px;
  377. right:10px;
  378. padding:3px;
  379. padding:5px;
  380. text-decoration:none;
  381. text-transform:uppercase;
  382. letter-spacing:1px;
  383. background:none;
  384. font-size:10px;}
  385. a.c:link, a.c:active, a.c:visited {color: #b09bd5;}
  386. a.c:hover {color:#e6e6e6;}
  387.  
  388. {CustomCSS}
  389.  
  390. </style>
  391.  
  392. {block:IfInfiniteScroll}
  393. <script type="text/javascript"src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>
  394. {/block:IfInfiniteScroll}
  395.  
  396. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  397. <script src="http://static.tumblr.com/n1b2k7f/L0Yo4ybur/jquery.style-my-tooltips.js"></script>
  398. <script>
  399. (function($){
  400. $(document).ready(function(){
  401. $("a[title]").style_my_tooltips({
  402. tip_follows_cursor:true,
  403. tip_delay_time:40,
  404. tip_fade_speed:400,
  405. attribute:"title"
  406. });
  407. });
  408. })(jQuery);
  409. </script>
  410.  
  411. </head><body>
  412.  
  413. <div id="sidebar">
  414.  
  415. {block:IfSidebarTitle}<div id="title">
  416. aeternae damnationis,
  417. </a></div>{/block:IfSidebarTitle}
  418.  
  419. {block:IfSidebarImage}<div id="sidebarimage"><img src="{image:sidebar}"></div>{/block:IfSidebarImage}
  420.  
  421. <div class="links">
  422. <a href="/" title="< refresh;">I</a>
  423. {block:AskEnabled}<a href="/ask" title="< ask;">II</a>{/block:AskEnabled}
  424. <a href="/a" title="< past&present;">III</a>
  425.  
  426. {block:ifLink1}<a href="/p" title="< profile;">IV</a>{/block:ifLink1}
  427. {block:ifLink2}<a href="/d" title="< disclaimer;">V</a>{/block:ifLink2}
  428. </div>
  429.  
  430. {block:IfSidebarDescription}<div id="description">{description}
  431. </div>{/block:IfSidebarDescription}
  432.  
  433. {block:IfNotInfiniteScroll}<div id="pagination">
  434. {block:Pagination}
  435. <div id="pagination">
  436. {block:PreviousPage}
  437. <a href="{PreviousPage}">Previous</a>
  438. {/block:PreviousPage}
  439.  
  440. {block:JumpPagination length="5"}
  441. {block:CurrentPage}
  442. <span class="current_page">{PageNumber}</span>
  443. {/block:CurrentPage}
  444.  
  445. {block:JumpPage}
  446. <a class="jump_page" href="{URL}">{PageNumber}</a>
  447. {/block:JumpPage}
  448. {/block:JumpPagination}
  449.  
  450. {block:NextPage}
  451. <a href="{NextPage}">Next</a>
  452. {/block:NextPage}
  453. </div>
  454. {/block:Pagination}
  455.  
  456. </div>
  457. {/block:IfNotInfiniteScroll}
  458.  
  459. </div>
  460.  
  461. <a href="http://callyope.tumblr.com" target="_blank" class="c" title="theme by callyope">cr.</a>
  462.  
  463. <div id="content">
  464.  
  465. <div class="autopagerize_page_element">
  466.  
  467. {block:Posts}
  468.  
  469. {block:ContentSource}
  470. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  471. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  472. {/block:SourceLogo}
  473. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  474. {/block:ContentSource}
  475.  
  476. <div id="posts">
  477.  
  478. {block:Photo}
  479. {LinkOpenTag}<img src="{block:if250posts}{PhotoURL-250}{/block:if250posts}{block:if400posts}{PhotoURL-400}{/block:if400posts}{block:if500posts}{PhotoURL-500}{/block:if500posts}" />{LinkCloseTag}
  480. {block:ifcaptions}{block:Caption}<div class="text">{Caption}</div>{/block:Caption}{/block:ifcaptions}
  481. {/block:Photo}
  482.  
  483. {block:Photoset}
  484. {block:if500posts}{Photoset-500}{/block:if500posts}{block:if400posts}{Photoset-400}{/block:if400posts}{block:if250posts}{Photoset-250}{/block:if250posts}
  485. {block:ifcaptions}{block:Caption}<div class="text">{Caption}</div>{/block:Caption}{/block:ifcaptions}
  486. {/block:Photoset}
  487.  
  488. {block:Video}
  489. {block:if500posts}{Video-500}{/block:if500posts}{block:if400posts}{Video-400}{/block:if400posts}{block:if250posts}{Video-250}{/block:if250posts}
  490. {block:ifcaptions}{block:Caption}<div class="text">{Caption}</div>{/block:Caption}{/block:ifcaptions}
  491. {/block:Video}
  492.  
  493. {block:Audio}
  494. <div id="audioplayer">{AudioPlayerWhite} </div>
  495. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="80">{/block:AlbumArt}</div>
  496. <div id="audio">{block:TrackName}<div id="text"><b>{TrackName}</b></div>{/block:TrackName}
  497. {block:Artist} — {Artist} {/block:Artist} <br>
  498. <div id="text"><i>{PlayCountWithLabel}</i></div></div>
  499. {block:ifcaptions}{block:Caption}<div class="text">{Caption}</div>{/block:Caption}{/block:ifcaptions}
  500. {/block:Audio}
  501.  
  502. <!-- QUOTE POSTS -->
  503. {block:Quote}
  504. <div id="quote">{Quote}</div>
  505. {block:Source}<div id="source">— {Source}</div>{/block:Source}
  506. {/block:Quote}
  507.  
  508. {block:Text}
  509. {block:Title}<div class="title">{Title}</div>{/block:Title}
  510. <div class="text">{Body}</div>
  511. {/block:Text}
  512.  
  513. {block:Answer}
  514. <div id="ask"><div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}</div>{Answer}
  515. {/block:Answer}
  516.  
  517. {block:Chat}
  518. {block:Title}<div class="title">{Title}</div>{/block:Title}
  519. <div class="text">
  520. {block:Lines}
  521. {block:Label}<strong>{Label}</strong>{/block:Label} {Line}<br />
  522. {/block:Lines}
  523. </div>
  524. {/block:Chat}
  525.  
  526. {block:Link}
  527. <div class="title"><a href="{URL}">{Name}</a></div>
  528. {block:Description}
  529. <div class="text">{Description}</div>
  530. {/block:Description}
  531. {/block:Link}
  532.  
  533. {block:indexpage}
  534. <div id="permalink">
  535. <a href="{Permalink}">{block:Date}{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}{/block:Date}</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  536. {block:NoteCount}<a href="{Permalink}">{NoteCount}</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{/block:NoteCount}
  537. <a href="{ReblogURL}" target="_blank" class="details">reblog</a>
  538. </div>
  539. {/block:indexpage}
  540.  
  541. {block:PermalinkPage}
  542. {block:Date}
  543. <div id="permalinkpage">
  544. posted {TimeAgo} on {DayofMonthWithSuffix} {Month}
  545. {block:RebloggedFrom}<br>
  546. via <a href="{ReblogParentURL}">{ReblogParentName}</a>,
  547. source <a href="{ReblogRootURL}">{ReblogRootName}</a>
  548. {/block:RebloggedFrom}
  549.  
  550. {block:HasTags}<br>tags:
  551. {block:Tags}<a href="{TagURL}"> <small>#</small>{Tag}</a> {/block:Tags}{/block:HasTags} <br>
  552.  
  553. {NoteCountWithLabel}
  554. </div>
  555.  
  556. {/block:Date}
  557. {/block:PermalinkPage}
  558.  
  559. {block:iftags}
  560. {block:HasTags}
  561. {block:Tags} <a href="{TagURL}"> <small>#</small>{Tag}</a> {/block:Tags}
  562. {/block:HasTags}
  563. {/block:iftags}
  564.  
  565. </div>
  566.  
  567. {block:PostNotes}
  568. <div id="notecontainer">{PostNotes}</div>
  569. {/block:PostNotes}
  570.  
  571. {/block:Posts}
  572.  
  573. </div>
  574.  
  575. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement