Advertisement
SeoulChan

Tranquility

May 2nd, 2015
2,508
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 16.04 KB | None | 0 0
  1. <!-----------------------------------------------------------------------
  2. _         _             _    
  3. | | ____ _(_) __ _ _   _| | __
  4. | |/ / _` | |/ _` | | | | |/ /
  5. |   < (_| | | (_| | |_| |   <
  6. |_|\_\__,_|_|\__, |\__,_|_|\_\
  7.             |___/
  8.            
  9. Tranquility theme by Anika (Ani) aka Kaiguk (http://kaiguk.tumblr.com/)
  10.  
  11. Please remember to follow the rules and not steal anything because you don't
  12. have an imagination of your own.
  13.  
  14. If anything goes wrong or you have any questions, just let me know!
  15.  
  16. Happy Using and Have a good day!            
  17. ------------------------------------------------------------------------>
  18.  
  19. <!DOCTYPE html>
  20.  
  21. <title>{Title}</title>
  22.  
  23. <link rel="shortcut icon" href="{Favicon}">
  24.  
  25. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  26.  
  27. {block:Description}<meta name="description" content="{MetaDescription}"/>
  28. {/block:Description}
  29.  
  30. <head>
  31.  
  32. <meta name="if:InfiniteScroll" content="1"/>
  33. <meta name="if:ShowCaptions" content="1"/>
  34. <meta name="if:ShowTags" content="1"/>
  35.  
  36. <meta name="color:Bold" content="#45966e">
  37. <meta name="color:Italic" content="#78c9a1">
  38. <meta name="color:Underline" content="#def5f0">
  39. <meta name="color:Bg" content="#ffffff">
  40. <meta name="color:Title" content="#000000">
  41. <meta name="color:Title bg" content="#ddf2e8">
  42. <meta name="color:Sidebar bg" content="#ffffff">
  43. <meta name="color:Post bg" content="#ffffff">
  44. <meta name="color:Text" content="#8b8b8b">
  45. <meta name="color:Link" content="#9ad7b9">
  46. <meta name="color:Hover" content="#cccccc">
  47. <meta name="color:Accent" content="#ddf2e8">
  48. <meta name="color:Border" content="#fafafa">
  49. <meta name="color:Caption Bg" content="#fbfbfb"/>
  50. <meta name="color:Caption Border" content="#f6f6f6"/>
  51. <meta name="color:Caption" content="#cccccc"/>
  52. <meta name="color:Selection text" content="#888888"/>
  53. <meta name="color:Selection bg" content="#eeeeee"/>
  54. <meta name="color:Linktitle bg" content="#f6f6f6"/>
  55. <meta name="color:Linktitle text" content="#888888"/>
  56. <meta name="color:Scrollbar" content="#d6d5d5">
  57. <meta name="color:Scrollbar bg" content="#ffffff">
  58.  
  59. <meta name="image:Header" content=""/>
  60. <meta name="image:Icon" content=""/>
  61. <meta name="image:Bg" content=""/>
  62.  
  63. <meta name="text:link1" content="">
  64. <meta name="text:link1 url" content="/">
  65. <meta name="text:link2" content="">
  66. <meta name="text:link2 url" content="/">
  67. <meta name="text:link3" content="">
  68. <meta name="text:link3 url" content="/">    
  69. <meta name="text:link4" content="">
  70. <meta name="text:link4 url" content="/">
  71. <meta name="text:link5" content="">
  72. <meta name="text:link5 url" content="/">
  73. <meta name="text:link6" content="">
  74. <meta name="text:link6 url" content="/">
  75.  
  76. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
  77.  
  78.  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  79.    <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  80.    <script>
  81.        (function($){
  82.        $(document).ready(function(){
  83.        $("a[title]").style_my_tooltips({
  84.        tip_follows_cursor:true,
  85.        tip_delay_time:0,
  86.        tip_fade_speed:0,
  87.        attribute:"title"
  88.        });
  89.    });
  90.    })(jQuery);
  91.    </script>
  92. <!-----------------------------STICKY HEAD-------------------------------->
  93.  
  94. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
  95. <script type="text/javascript">
  96. $(function(){
  97. var stickyRibbonTop = $('#sidebar').offset().top;
  98. $(window).scroll(function(){
  99. if( $(window).scrollTop() > stickyRibbonTop ) {
  100. $('#sidebar').css({position: 'fixed', top: '0px'});
  101. } else {
  102. $('#sidebar').css({position: 'static', top: '0px'});
  103. }
  104. });
  105. });
  106. </script>  
  107.    
  108. <style type="text/css">
  109.  
  110. a {
  111. color:{color:link};
  112. text-decoration:none;
  113. -moz-transition-duration:0.6s;
  114. -webkit-transition-duration:0.6s;
  115. -o-transition-duration:0.6s;
  116. }
  117.    
  118. a:hover {
  119. color:{color:hover};
  120. -moz-transition-duration:0.6s;
  121. -webkit-transition-duration:0.6s;
  122. -o-transition-duration:0.6s;
  123. }
  124.  
  125. ::-webkit-scrollbar {
  126. background-color:{color: scrollbar bg};
  127. height:8px;
  128. width:8px;
  129. }
  130.  
  131. ::-webkit-scrollbar-thumb:vertical {
  132. background-color:{color:scrollbar};
  133. height:50px
  134. }
  135.  
  136. ::-webkit-scrollbar-thumb:horizontal {
  137. background-color:{color:scrollbar};
  138. height:8px!important
  139. }
  140.  
  141. body {
  142. background-color:{color:bg};
  143. background-attachment:fixed;
  144. background-image:url('{image:bg}');
  145. font-family:courier;
  146. font-size:9px;
  147. letter-spacing:1px;
  148. word-spacing:2px;
  149. text-align:justify;
  150. text-transform:uppercase;
  151. font-weight:normal;
  152. }
  153.  
  154. #other {
  155. font-size:13px;    
  156. text-align:left;
  157. padding:5px;
  158. background-color:{color:accent};
  159. }
  160.  
  161. b, strong, .strong {
  162. color: {color:bold};
  163. }
  164.  
  165. i, em, .em {
  166. color: {color:italic};
  167. }
  168.  
  169. u{
  170. color:{color:underline};
  171. }
  172.  
  173. blockquote {
  174. border-left:2px solid {color:accent};
  175. padding:5px;
  176. }
  177.    
  178. #theme {
  179. background-color:{color:bg};
  180. width:780px;
  181. margin: 0 auto -12px auto;
  182. text-align: center;
  183. }
  184.  
  185. #header{
  186. width:500px;
  187. height:300px;
  188. margin-left:100px;
  189. margin-top:-9px;
  190. padding:20px;
  191. background-color:{color:sidebar bg};
  192. }
  193.  
  194. #header img{
  195. width:500px;
  196. height:300px;
  197. }
  198.  
  199. #title{
  200. width:460px;    
  201. color:{color:title};    
  202. font-size:12px;    
  203. margin-top:-100px;    
  204. background:{color:title bg};
  205. padding:20px;
  206. text-align:center;
  207. opacity: 0.6;
  208. filter: alpha(opacity=60);
  209. }
  210.  
  211. #sidebar {
  212. color:{color:text};
  213. width:500px;
  214. height:90px;
  215. margin-left:100px;
  216. background-color:{color:sidebar bg};
  217. padding:20px;
  218. z-index:1;
  219. position:fixed;
  220. {block:PermalinkPage}
  221. top:0px;
  222. {/block:PermalinkPage}
  223. }
  224.    
  225. #sidebar img {
  226. width:80px;
  227. padding:10px;
  228. margin-top:-10px;
  229. margin-bottom:10px;
  230. border-radius:20%;
  231. float:left;
  232. }
  233.    
  234. .links {
  235. width:500px;
  236. font-size:10px;    
  237. margin-top:-0px;
  238. margin-left:-60px;
  239. letter-spacing:2px;
  240. }
  241.    
  242. .links a{
  243. padding:5px;
  244. color:{color:link};
  245. letter-spacing:0px;
  246. text-align:center;
  247. -moz-transition-duration:1s;
  248. -webkit-transition-duration:1s;
  249. -o-transition-duration:1s;
  250. }
  251.    
  252. .links a:hover{
  253. color:{color:hover};
  254. -moz-transition-duration:1s;
  255. -webkit-transition-duration:1s;
  256. -o-transition-duration:1s;
  257. }
  258.    
  259. .desc {
  260. height:75px;
  261. margin-left:90px;
  262. text-align:justify;
  263. color:{color:text};
  264. letter-spacing:1px;
  265. font-family:courier;
  266. text-transform:uppercase;
  267. padding:5px;
  268. overflow:scroll;
  269. }
  270.    
  271. .desc a {
  272. color:{color:link};
  273. }
  274.  
  275. {block:IfNotInfiniteScroll}
  276. #pagi {
  277. width:950px;
  278. height:30px;
  279. background:{color:bg};
  280. bottom:0px;
  281. center:0px;
  282. font-size:16px;
  283. text-align:center;
  284. z-index:1;
  285. position:fixed;
  286. }
  287. {/block:IfNotInfiniteScroll}
  288.  
  289. #postcon {
  290. margin-left:14%;
  291. margin-top:20%;
  292. text-align:justify;
  293. background:{color:bg};
  294. }
  295.  
  296. #post {
  297. width:500px;
  298. border:2px solid {color:border};
  299. background:{color:post bg};
  300. padding:10px;
  301. margin-top:200px;
  302. text-align:justify;
  303. line-height:200%;
  304. color:{color:text};
  305. }
  306.  
  307. {block:IfShowCaptions}
  308. #captions {
  309. margin-top: 10px;
  310. padding:5px;
  311. text-align:left;
  312. background: {color:Caption bg};
  313. border: 1px solid {color:Caption border};
  314. color:{color:Caption};
  315. }
  316. {/block:IfShowCaptions}
  317.  
  318. {block:IfNotShowCaptions}
  319. #captions {
  320. display:none;
  321. }
  322. {/block:IfNotShowCaptions}
  323.  
  324. {block:IfShowTags}
  325. #tags{
  326. text-align:right;
  327. color:{color:text};
  328. word-spacing:2px;
  329. font-style:italic;
  330. }
  331. {/block:IfShowTags}
  332.  
  333. {block:IfNotShowTags}
  334. #tags{
  335. display:none;
  336. }
  337. {block:IfNotShowTags}
  338.    
  339. .player {
  340. width:25px;
  341. height:25px;
  342. overflow:hidden;
  343. position:absolute;
  344. background:white;
  345. }
  346.  
  347. .audioinfo {
  348. margin-left:50px;
  349. }
  350.    
  351. #question {
  352. background:{color:accent};
  353. padding:10px;
  354. text-align:center;
  355. }
  356.  
  357. #asker {
  358. letter-spacing:1px;
  359. text-transform:uppercase;
  360. text-align:left;
  361. }
  362.  
  363. #answer{
  364. text-align:center;    
  365. }
  366.  
  367. ul.chat, .chat ol, .chat li {
  368. list-style:none;
  369. margin:0px;
  370. padding:2px;
  371. }
  372.    
  373. .label {
  374. text-decoration:bold;
  375. font-weight:700;
  376. margin-right:5px;
  377. }
  378.  
  379. #permalink{
  380. padding:10px;
  381. text-transform: normal;
  382. letter-spacing: 1px;
  383. margin-top: 5px;
  384. background-color: {color:border};
  385. }
  386.    
  387. #permalink a {
  388. margin-left:10px;
  389. color: {color:link};
  390. }
  391.  
  392. #permalink a:hover {
  393. color: {color:hover};
  394. }
  395.  
  396. #exo {
  397. padding:10px;
  398. width:474px;
  399. text-align:justify;
  400. line-height:15px;
  401. margin-top:10px;
  402. height:auto;
  403. background:#fafafa;
  404. padding:10px;
  405. }
  406.  
  407. .note li {
  408. list-style-type:none;
  409. padding:10px 25px 10px 25px;
  410. text-align:left;
  411. margin:0px;
  412. border-bottom:1px solid {color:border};
  413. -moz-transition-duration:0.5s;
  414. -webkit-transition-duration:0.5s;
  415. -o-transition-duration:0.5s;
  416. }
  417.  
  418. .notes img {
  419. display:none!important;
  420. }
  421.  
  422. #s-m-t-tooltip {
  423. z-index: 9999;
  424. border:1px solid {color:border};
  425. background-color:{color:linktitle bg};
  426. font-size: 9px;
  427. line-height: 11px;
  428. letter-spacing: 1px;
  429. text-transform: normal;
  430. color: {color:linktitle text};
  431. max-width: 150px;
  432. word-wrap: break-word;
  433. padding: 2px 5px 2px 6px;
  434. display: block;
  435. margin: 24px 14px 7px 12px;
  436. -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  437. -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  438. box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  439. }
  440.  
  441. ::selection {
  442. background:{color:selection bg};
  443. color:{color:selection text};
  444. }
  445.    
  446. #scrollToTop:link, #scrollToTop:visited {
  447. display:none;
  448. position:fixed;
  449. bottom: 10px;
  450. right:10px;
  451. }
  452.  
  453. #ani {
  454. position:fixed;
  455. left:10px;
  456. bottom:10px;
  457. text-transform:uppercase;
  458. font-size:15px;
  459. letter-spacing:1px;
  460. padding:5px;
  461. -webkit-transition: all 0.3s ease;
  462. -moz-transition: all 0.3s ease;
  463. -ms-transition: all 0.3s ease;
  464. -o-transition: all 0.3s ease;
  465. transition: all 0.3s ease;
  466. }
  467.  
  468. {CustomCSS}
  469.  
  470. </style>
  471.  
  472. <!----------------------------- Inf. Scroll -------------------------------->
  473. {block:IfInfiniteScroll}
  474. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>{/block:IfInfiniteScroll}
  475. <!----------------------------- Lazy Load -------------------------------->
  476.  
  477. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  478. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  479. <script type="text/javascript" charset="utf-8">
  480. var $j = jQuery.noConflict();
  481. $j(function() {
  482. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  483. $j("img").lazyload({
  484. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  485. effect: "fadeIn",
  486. });
  487. });
  488. </script>
  489.  
  490. <!----------------------------- TOP BUTTON -------------------------------->
  491.  
  492. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  493. <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  494. <a href="javascript:;" id="scrollToTop"><i style="color:{color:link};"class="fa fa-chevron-up fa-3x" title="top"></i></a>
  495.  
  496. </head>
  497.  
  498. <body>
  499.  
  500. <div id="theme">
  501.  
  502. {block:IndexPage}
  503. <div id="header"><img src="{image:header}">
  504. <div id="title">{title}</div>
  505. </div>
  506. {/block:IndexPage}
  507.  
  508. <div id="sidebar">
  509. <img src="{image:Icon}">
  510. <div class="desc">
  511. {Description}
  512. </div>
  513.  
  514. <div class="links">
  515. {block:IfLink1}
  516. <a href="{text:link1 url}">{text:link1}</a>
  517. {/block:IfLink1}
  518. {block:IfLink2}
  519. <a href="{text:link2 url}">{text:link2}</a>
  520. {/block:IfLink2}
  521. {block:IfLink3}
  522. <a href="{text:link3 url}">{text:link3}</a>
  523. {/block:IfLink3}
  524. {block:IfLink4}
  525. <a href="{text:link4 url}">{text:link4}</a>
  526. {/block:IfLink4}
  527. {block:IfLink5}
  528. <a href="{text:link5 url}">{text:link5}</a>
  529. {/block:IfLink5}
  530. {block:IfLink6}
  531. <a href="{text:link6 url}">{text:link6}</a>
  532. {/block:IfLink6}
  533. </div>
  534.  
  535. </div>
  536.  
  537. <div id="postcon">
  538.  
  539. {block:Posts}
  540.  
  541. <div class="autopagerize_page_element">
  542.  
  543. <div id="post">
  544.  
  545. {block:Text}{block:Title}<div id="other">{Title}</div>{/block:Title}{Body}{/block:Text}
  546.  
  547. {block:Quote}<div id="other">“{Quote}”</div> <br>— {Source}{/block:Quote}
  548.  
  549. {block:Link}<a href="{URL}"><div id="other">{Name} →</div></a>
  550. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  551.  
  552. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:IndexPage}
  553. {block:Caption}<div id="captions">{Caption}</div>{/block:Caption}{/block:IndexPage}{/block:Photo}
  554.  
  555. {block:Photoset}<center>{Photoset-500}</center>{block:IndexPage}{block:Caption}<div id="captions">{Caption}</div>{/block:Caption}{/block:IndexPage}{/block:Photoset}
  556.  
  557. {block:Chat}<ul class="chat">{block:Title}<div id="other">{Title}</div>{/block:Title}{block:Lines}<li>{block:Label}<span class="label"><b>{Label}</b></span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  558.  
  559. {block:Video}{Video-500}{block:IndexPage}{block:Caption}<div id="captions">{Caption}</div>{/block:Caption}{/block:IndexPage}{/block:Video}
  560.  
  561. {block:Audio}
  562. <div style="margin-top:15px;" class="player">{AudioPlayerWhite}</div><div class="audioinfo">
  563. <b>Song:</b> {block:TrackName}{TrackName}{/block:TrackName}<p>
  564. <b>Artist:</b> {block:Artist}{Artist}{/block:Artist}<p>
  565. <b>Plays:</b> {PlayCount}
  566. </a></div>
  567. {/block:Audio}
  568.  
  569. {block:Answer}
  570. <span id="asker"><img src="http://media.tumblr.com/da6ec800b306286814b56c85c065973c/tumblr_inline_n2aigp3RjV1r7v6wt.png"/> {Asker}:</span>
  571. <div id="question">{Question}</div>
  572. <div id="answer">{Answer}</div>
  573. {/block:Answer}
  574.  
  575. {block:IndexPage}
  576. <div id="permalink">
  577. <a href="{Permalink}"> <img src="http://media.tumblr.com/9395b2e212e1433fceeb8f2fe727e88e/tumblr_inline_n2ajerV2ro1r7v6wt.png"/> {DayofMonth} {Month} {Year} </a><a href="{Permalink}"> <img src="http://media.tumblr.com/b0ee1d7a2bf3305f765bdac6d78dae7e/tumblr_inline_n2aih4x7ur1r7v6wt.png"/> {NoteCountWithLabel}</a>      <a href="{ReblogURL}"> <img src="http://static.tumblr.com/3yblkz0/MOJn2c3w8/reb.png"/> Reblog</a>
  578. </div>
  579.  
  580. {block:IfShowTags}
  581. <div id="tags">
  582. {block:HasTags}
  583. <img src="http://static.tumblr.com/3yblkz0/wfTn2c29g/tag.png">
  584. Tagged as:
  585. {block:Tags}
  586. <a href="{TagURL}">#{Tag}</a>
  587. {/block:Tags}
  588. {/block:HasTags}
  589. </div>
  590. {/block:IfShowTags}
  591. {/block:IndexPage}
  592.  
  593. {block:PermalinkPage}
  594. {block:Date}
  595. <div id="exo">
  596. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}<br>
  597. <img src="http://media.tumblr.com/7cc7781de07a84a436e8565c2631f74b/tumblr_inline_n2akcisrwK1r7v6wt.png">
  598. <b>Date:</b> {ShortMonth} {DayOfMonthWithZero}, {Year}<br>
  599. {block:NoteCount}
  600. <img src="http://media.tumblr.com/7cc7781de07a84a436e8565c2631f74b/tumblr_inline_n2akcisrwK1r7v6wt.png">
  601. <b>Notes:</b> {NoteCount}<br>
  602. {/block:NoteCount}
  603. {block:RebloggedFrom}
  604. <img src="http://media.tumblr.com/7cc7781de07a84a436e8565c2631f74b/tumblr_inline_n2akcisrwK1r7v6wt.png">
  605. <b>Via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  606. {/block:RebloggedFrom}
  607. {block:ContentSource}
  608. <img src="http://media.tumblr.com/7cc7781de07a84a436e8565c2631f74b/tumblr_inline_n2akcisrwK1r7v6wt.png">
  609. <b>Source:</b> <a href="{SourceURL}">{SourceTitle}</a><br>
  610. {/block:ContentSource}
  611. {block:HasTags}
  612. <img src="http://media.tumblr.com/7cc7781de07a84a436e8565c2631f74b/tumblr_inline_n2akcisrwK1r7v6wt.png">
  613. <b>Tagged:</b>
  614. {block:Tags}
  615. <a href="{TagURL}">#{Tag}</a>
  616. {/block:Tags}
  617. {/block:HasTags}
  618. </div>
  619. {/block:Date}
  620. {/block:PermalinkPage}
  621.  
  622. <div class="note">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  623.  
  624. {block:ContentSource}
  625. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  626. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  627. {/block:SourceLogo}
  628. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  629. {/block:ContentSource}
  630.  
  631. </div>
  632.  
  633. {/block:Posts}
  634.  
  635. </div>
  636.  
  637. {block:IfNotInfiniteScroll}
  638. {block:Pagination}
  639. <div id="pagi">
  640. {block:PreviousPage}
  641. <a href="{PreviousPage}">«</a>
  642. {/block:PreviousPage}
  643. {block:JumpPagination length="5"}
  644. {block:CurrentPage}
  645. <span class="current_page">{PageNumber}</span>
  646. {/block:CurrentPage}
  647. {block:JumpPage}
  648. <a class="jump_page" href="{URL}">{PageNumber}</a>
  649. {/block:JumpPage}
  650. {/block:JumpPagination}
  651. {block:NextPage}
  652. <a href="{NextPage}">»</a>
  653. {/block:NextPage}
  654. </div>
  655. {/block:Pagination}
  656. {/block:IfNotInfiniteScroll}
  657.  
  658. <!-----------------------------NO TOUCHING-------------------------------->
  659.  
  660. <div id="ani"><a href="http://kaiguk.tumblr.com/" title="theme by Ani">KG</a>
  661. </div>
  662.  
  663. </div>
  664. </div>
  665. </div>
  666. </div>
  667. </body>
  668. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement