Advertisement
tanaxmercedes

Calm Theme

Dec 13th, 2018
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.46 KB | None | 0 0
  1. <!--
  2.  
  3. Calm Theme
  4.  
  5.  
  6. Ⓒ𝙒𝙝𝙞𝙢𝙨𝙮𝙏𝙝𝙚𝙢𝙚𝙨
  7. designed and coded by @tanaboo
  8.  
  9.  
  10. release date: 12.13.2018
  11. last update: 12.13.2018
  12.  
  13. -->
  14.  
  15. <html>
  16. <head>
  17. <link rel="shortcut icon" href="{favicon}">
  18. <title>{block:PostTitle}{PostTitle} : {/block:PostTitle}{Title}</title>
  19. <link rel="shortcut icon" href="{Favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21. {block:Description}
  22. <meta name="description" content="{MetaDescription}" />
  23. {/block:Description}
  24.  
  25. <!-- META TAGS -->
  26.  
  27. <meta name="color:Background" content="#f6f6f6"/>
  28. <meta name="color:Text" content="#909090"/>
  29. <meta name="color:Link" content="#a7a7a7"/>
  30. <meta name="color:Link Hover" content="#aaaaaa"/>
  31. <meta name="color:Blog Title"content="#909090"/>
  32. <meta name="color:Title"content="#909090"/>
  33. <meta name="color:Scrollbar" content="#d5d5d5" />
  34. <meta name="color:Borders" content="#595142"/>
  35. <meta name="color:Highlight" content="#facade">
  36. <meta name="color:Accent" content="#facade">
  37.  
  38. <meta name="image:Background" content=""/>
  39.  
  40. <meta name="text:Custom Link One" content="First Custom Link Here"/>
  41. <meta name="text:Custom Title One" content="Title of First Link"/>
  42. <meta name="text:Custom Link Two" content="Second Custom Link Here"/>
  43. <meta name="text:Custom Title Two" content="Title of Second Link"/>
  44.  
  45. <meta name="select:Text" content="9px">
  46. <meta name="select:Text" content="10px">
  47. <meta name="select:Text" content="11px">
  48. <meta name="select:Text" content="12px">
  49. <meta name="select:Text" content="13px">
  50. <meta name="select:Text" content="14px">
  51.  
  52. <meta name="select:Post" content="400px">
  53. <meta name="select:Post" content="450px">
  54. <meta name="select:Post" content="500px">
  55. <meta name="select:Post" content="550px">
  56.  
  57. <meta name="select:Font" content="trebuchet ms">
  58. <meta name="select:Font" content="lucida console">
  59. <meta name="select:Font" content="times new roman">
  60. <meta name="select:Font" content="georgia">
  61. <meta name="select:Font" content="verdana">
  62. <meta name="select:Font" content="courier new">
  63. <meta name="select:Font" content="arial">
  64. <meta name="select:Font" content="calibri">
  65. <meta name="select:Font" content="consolas">
  66. <meta name="select:Font" content="ms gothic">
  67.  
  68. <!-- SCRIPTS -->
  69.  
  70. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
  71.  
  72. </head>
  73.  
  74.  
  75. <style type="text/css">
  76.  
  77. /* TUMBLR CONTROLS */
  78.  
  79. .iframe-controls--desktop {
  80. white-space:nowrap!important;
  81. top:50px!important;
  82. right:24.5%!important;
  83. opacity:1!important;
  84. position:absolute!important;
  85. -ms-transform: scale(0.5); /* IE 9 */
  86. -webkit-transform: scale(0.5); /* Safari */
  87. transform: scale(0.5);
  88. }
  89.  
  90. /* TOOLTIPS */
  91.  
  92. .ui-tooltip {
  93. position:absolute;
  94. z-index:9999;
  95. padding-top:10px;
  96. }
  97.  
  98. .ui-tooltip-content {
  99. background:{color:Background};
  100. padding:4px 6px;
  101. color:{color:Link};
  102. border:1px solid {color:Borders};
  103. }
  104.  
  105. /* SCROLLBAR */
  106.  
  107. ::-webkit-scrollbar {
  108. width: 5px;
  109. height: 5px;
  110. }
  111. ::-webkit-scrollbar-button {
  112. width: 0px;
  113. height: 0px;
  114. }
  115. ::-webkit-scrollbar-thumb {
  116. background: #e1e1e1;
  117. border: 0px none #ffffff;
  118. border-radius: 50px;
  119. }
  120.  
  121. ::selection {
  122. background: {color:Accent};
  123. color: #fff;
  124. }
  125. ::-moz-selection {
  126. background: {color:Accent};
  127. color: #fff;
  128. }
  129.  
  130. /* BODY STYLING */
  131.  
  132. body {
  133. background-image:url('{image:Background}');
  134. background-color:{color:Background};
  135. font: {select:Text} {select:Font};
  136. color:{color:Text};
  137. text-align: left;
  138. }
  139.  
  140. a {
  141. color:{color:Link};
  142. text-decoration:none;
  143. -moz-transition: all .2s ease;
  144. -o-transition: all .2s ease;
  145. -webkit-transition: all .2s ease;
  146. transition: all .2s ease;
  147. }
  148.  
  149. a:hover {
  150. color:{color:Link Hover};
  151. }
  152.  
  153. /* sidebar */
  154.  
  155. #sidebar {
  156. width:220px;
  157. margin:50px auto 100px auto;
  158. padding:12px;
  159. text-align:justify;
  160. }
  161.  
  162. .blogtitle {
  163. text-align:center;
  164. color:{color:Blog Title};
  165. font-size:3em;
  166. padding-bottom:6px;
  167. }
  168.  
  169. .description {
  170. text-transform:lowercase;
  171. padding:6px;
  172. background:rgb(0,0,0,0.5);
  173. color:#f6f6f6;
  174. }
  175.  
  176. .nav {
  177. display:block;
  178. margin-top:10px;
  179. text-align:center;
  180. }
  181.  
  182. .nav a {
  183. display:inline-block;
  184. font-size:1.5em;
  185. font-style:italic;
  186. }
  187.  
  188. .nav a:hover {
  189. text-decoration:underline;
  190. }
  191.  
  192. /* PAGINATION */
  193.  
  194. #pagination {
  195. color:{color:link};
  196. display:inline-block;
  197. float:right;
  198. padding:12px;
  199. letter-spacing:2px;
  200. {block:ifInfiniteScroll}
  201. display:none;
  202. {/block:ifInfiniteScroll}
  203. }
  204.  
  205. #pagination a {
  206. display:inline-block;
  207. text-transform:uppercase;
  208. font-size:2em;
  209. font-style:italic;
  210. }
  211.  
  212. .current_page {
  213. font-size:2em;
  214. font-weight:bold;
  215. color:{color:title};
  216. font-style:italic;
  217. text-decoration:underline;
  218. }
  219.  
  220. #infscr-loading {
  221. display:none!important;
  222. }
  223.  
  224. /* POSTS */
  225.  
  226. section {
  227. position:static;
  228. width:50%;
  229. height:100%;
  230. background:#e4e4e4;
  231. left:0;
  232. margin-top:-10px!important;
  233. border:60px solid rgb(0,0,0,0.5);
  234. }
  235.  
  236. #posts {
  237. width:{select:Post}!important;
  238. margin:0px auto 100px auto;
  239. top:0;
  240. {PermalinkPage}
  241. width:500px;
  242. {/PermalinkPage}
  243. }
  244.  
  245. article {
  246. margin-bottom:100px;
  247. background:#fff;
  248. padding:12px;
  249. border-bottom:8px solid rgb(0,0,0,0.2);
  250. }
  251.  
  252. .caption {
  253. border-bottom:1px solid {color:Borders};
  254. }
  255.  
  256. /* PHOTO */
  257.  
  258. .photo {
  259. position:relative;
  260. overflow:hidden;
  261. }
  262.  
  263. .photo img {
  264. width:100%;
  265. display:block;
  266. }
  267.  
  268. /* TITLES */
  269.  
  270. @font-face{font-family:"watermelon";src:url('https://static.tumblr.com/it5srtk/bL9orxal0/watermelon_script_demo.ttf');}
  271.  
  272. .blogtitle {
  273. font-family:'watermelon';
  274. }
  275.  
  276. .title {
  277. font-size:2em;
  278. text-align:center!important;
  279. }
  280.  
  281. .title a {
  282. color:{color:Title};
  283. }
  284.  
  285. .title a:hover {
  286. color:{color:Link};
  287. }
  288.  
  289. /* QUOTES */
  290.  
  291. .source {
  292. margin-top:6px;
  293. font-style:italic;
  294. }
  295.  
  296. /* ASKS */
  297.  
  298. .question {
  299. text-align:left;
  300. padding:15px;
  301. margin-bottom:2em;
  302. border:1px solid {color:Borders};
  303. }
  304.  
  305. .ask {
  306. text-transform:lowercase;
  307. }
  308.  
  309. .ask a {
  310. color:{color:text};
  311. }
  312.  
  313. .ask a:hover {
  314. color:{color:link hover};
  315. }
  316.  
  317. /* PERMALINKS - POST NOTES */
  318.  
  319. .postfooter {
  320. margin-top:15px;
  321. text-align:center;
  322. }
  323.  
  324. .postfooter span {
  325. display:block;
  326. }
  327.  
  328. .pagenotes {
  329. margin-top:-50px;
  330. text-align:center;
  331. }
  332.  
  333. ol.notes {
  334. text-align:left;
  335. list-style-type:none;
  336. padding:0px;
  337. margin:0px;
  338. }
  339.  
  340. ol.notes li.note {
  341. display:block;
  342. padding:0;
  343. margin:5px 0;
  344. }
  345.  
  346. ol.notes li.note img.avatar {
  347. display:none!important;
  348. }
  349.  
  350. a.more_notes_link {
  351. display:block;
  352. text-align:center;
  353. color:{color:title};
  354. }
  355.  
  356. /* HASHTAGS */
  357.  
  358. .tags {
  359. margin-top:.5em;
  360. }
  361.  
  362. .tags a {
  363. font-style:italic;
  364. color:{color:text};
  365. display:inline;
  366. margin:0 2.5px;
  367. }
  368.  
  369. /* AUDIO */
  370.  
  371. #audio {
  372. width:100%;
  373. height:auto;
  374. min-height:60px;
  375. padding-bottom:0px;
  376. }
  377.  
  378. .cover {
  379. position:absolute;
  380. z-index:1;
  381. width:60px;
  382. height:60px;
  383. }
  384.  
  385. .cover img {
  386. float:left;
  387. width:60px;
  388. height:60px;
  389. }
  390.  
  391. .playbox {
  392. opacity:0.6;
  393. width:32px;
  394. height:34px;
  395. overflow:hidden;
  396. position:absolute;
  397. z-index:1000;
  398. margin-left:15px;
  399. margin-top:15px;
  400. text-align:center;
  401. }
  402.  
  403. .info {
  404. margin-left:73px;
  405. margin-top:6px;
  406. line-height:14px;
  407. }
  408.  
  409. /* CHATS */
  410.  
  411. .chat, .chat ol{
  412. margin-left:-20px;
  413. list-style:none;
  414. }
  415. .line{
  416. padding:6px;
  417. }
  418. .odd{
  419. background:#f9f9f9;
  420. color:{color:Link};
  421. }
  422. span.label{
  423. font-weight:bold;
  424. text-transform:uppercase;
  425. }
  426.  
  427. .photoset {
  428. width:{select:Post}!important;
  429. }
  430.  
  431. .photoset img {
  432. width:100%;
  433. }
  434.  
  435. {CustomCSS}
  436.  
  437. </style>
  438.  
  439.  
  440. <body>
  441.  
  442. <section id="posts">
  443.  
  444.  
  445. <div id="sidebar">
  446. <div class="blogtitle">{Title}</div>
  447.  
  448. {block:Description}
  449. <div class="description">{Description}</div>
  450. {/block:Description}
  451.  
  452. <div class="nav">
  453. <a href="/" title="index">0.1</a> &nbsp;&nbsp;
  454. <a href="/ask" title="inquire">0.2</a> &nbsp;&nbsp;
  455. <a href="/archive" title="archive">0.3</a> &nbsp;&nbsp;
  456. <a href="{text:Custom Link One}" title="{text:Custom Title One}">0.4</a> &nbsp;&nbsp;
  457. <a href="{text:Custom Link Two}" title="{text:Custom Title Two}">0.5</a>
  458. </div>
  459. </div>
  460.  
  461.  
  462. {block:posts}
  463. <article>
  464.  
  465. {block:Text}
  466.  
  467. <div class="post">
  468. {block:Title}
  469. <div class="title"><a href="{Permalink}">{Title}</a></div>
  470. {/block:Title}{Body}
  471. </div>
  472.  
  473. {/block:Text}
  474.  
  475. {block:Photo}
  476. <div class="post photo">
  477. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  478.  
  479. {block:Caption}
  480. <div class="caption">{Caption}</div>
  481. {/block:Caption}
  482. </div>
  483. {/block:Photo}
  484.  
  485. {block:Panorama}
  486. <div class="post panorama">
  487. {LinkOpenTag}
  488. <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
  489. {LinkCloseTag}
  490. {block:Caption}
  491. <div class="caption">{Caption}</div>
  492. {/block:Caption}
  493. </div>
  494. {/block:Panorama}
  495.  
  496. {block:Photoset}
  497. <div class="post photoset">
  498. {Photoset-500}
  499. {block:Caption}
  500. <div class="caption">{Caption}</div>
  501. {/block:Caption}
  502. </div>
  503. {/block:Photoset}
  504.  
  505. {block:Quote}
  506. <div class="post quote">
  507. "{Quote}"
  508.  
  509. {block:Source}
  510. <div class="source"> &mdash; {Source}</div>
  511. {/block:Source}
  512. </div>
  513. {/block:Quote}
  514.  
  515. {block:Link}
  516. <div class="post link">
  517. <a href="{URL}" class="title" {Target}>{Name}</a>
  518.  
  519. {block:Description}
  520. {Description}
  521. {/block:Description}
  522. </div>
  523. {/block:Link}
  524.  
  525. {block:Chat}
  526. <div class="post chat">
  527. {block:Title}
  528. <h3><a href="{Permalink}">{Title}</a></h3>
  529. {/block:Title}
  530.  
  531. <ul class="chat">
  532. {block:Lines}
  533. <div class="{Alt} user_{UserNumber}">
  534. {block:Label}
  535. <span class="label">{Label}</span>
  536. {/block:Label}{Line}
  537. </div>
  538. {/block:Lines}
  539. </ul>
  540. </div>
  541. {/block:Chat}
  542.  
  543. {block:Video}
  544. <div class="post video">
  545. {Video-500}{block:Caption}
  546. <div class="caption">{Caption}</div>
  547. {/block:Caption}
  548. </div>
  549. {/block:Video}
  550.  
  551. {block:Audio}
  552. <div id="audio">
  553. <div class="cover">
  554. <img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg">
  555. </div>
  556. {block:AlbumArt}
  557. <div class="cover">
  558. <img src="{AlbumArtURL}">
  559. </div>
  560. {/block:AlbumArt}
  561. <div class="playbox">
  562. {block:AudioPlayer}
  563. {AudioPlayerWhite}
  564. {/block:AudioPlayer}
  565. </div>
  566. <div class="info">
  567. <b>Title :</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br>
  568. <b>Artist :</b>
  569. <span{block:Artist} style="display:none;"
  570. {/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br>
  571. <b>Album :</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}
  572. {block:PlayCount}<br><b>Playcount :</b> {FormattedPlayCount}{/block:PlayCount}
  573. </div></div>
  574. {/block:Audio}
  575.  
  576. {block:Answer}
  577. <div class="question">
  578. <span class="ask">{asker} asked &mdash;</span>
  579. {question}
  580. </div>
  581. {block:Answerer}
  582. <li class="comment">
  583. <div class="user">{answerer} replied:</div>
  584. {answer}
  585. </li>
  586. {/block:Answerer}
  587. {block:NotReblog}
  588. <li class="comment">
  589. {replies}
  590. </li>
  591. {/block:NotReblog}
  592. {block:RebloggedFrom}
  593. {block:Reblogs}
  594. <li class="comment">
  595. <a {block:haspermalink}href="{permalink}"{/block:haspermalink} class="user" target="_blank">{username}</a>
  596. {body}
  597. </li>
  598. {/block:Reblogs}
  599. {/block:RebloggedFrom}
  600. {/block:Answer}
  601.  
  602. {block:Date}
  603. <div class="postfooter">
  604. <span><a href="{permalink}">{month} {dayofmonth}{dayofmonthsuffix} '{ShortYear}</a></span>
  605. {block:hastags}
  606. <span class="tags">{block:Tags}<a href="{TagUrl}"># {Tag}</a>{/block:Tags}</span>
  607. {/block:hasTags}
  608. </div>
  609. {/block:Date}
  610.  
  611. </article>
  612.  
  613. {block:PostNotes}
  614. <article class="posts pagenotes">
  615. <div class="title">{NoteCountWithLabel}</div>
  616. {block:RebloggedFrom}
  617. <span style="margin-top:5px">via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
  618. {block:ContentSource} &mdash; source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:ContentSource}
  619. </span>
  620. {/block:RebloggedFrom}
  621. <hr>
  622. {PostNotes}
  623. </article>
  624. {/block:PostNotes}
  625.  
  626. {/block:Posts}
  627. </div>
  628.  
  629. <div id="pagination">
  630. {block:Pagination}
  631. {block:PreviousPage}
  632. <a href="{PreviousPage}">Backwards</a>
  633. {/block:PreviousPage}
  634. {block:JumpPagination length="5"}
  635. {block:CurrentPage}
  636. <span class="current_page">{PageNumber}</span>
  637. {/block:CurrentPage}
  638. {block:JumpPage}
  639. <a class="jump_page" href="{URL}">{PageNumber}</a>
  640. {/block:JumpPage}
  641. {/block:JumpPagination}
  642. {block:NextPage}
  643. <a href="{NextPage}">Forward</a>
  644. {/block:NextPage}
  645. {/block:Pagination}
  646. </div>
  647.  
  648. </section>
  649. </section>
  650. </body>
  651. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement