Advertisement
lojsan7

rinaärenfjärt

Dec 5th, 2015
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.33 KB | None | 0 0
  1. <!---
  2.  
  3. theme: fırtına
  4.  
  5. do not steal, claim as your own, redistribute.
  6. do not remove the credit.
  7.  
  8. coded by
  9. aubretia (ifallontragedy)
  10.  
  11. --->
  12.  
  13.  
  14.  
  15. <!DOCTYPE html>
  16. <head>
  17.  
  18. <title>{Title}</title>
  19.  
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  23.  
  24. <!--Default Variables-->
  25.  
  26. <meta name="color:background" content="#f6f6f6"/>
  27. <meta name="color:post bg" content="#fff"/>
  28. <meta name="color:text" content="#444444"/>
  29. <meta name="color:link" content="#a2a2a2"/>
  30. <meta name="color:hover" content="#aa9f7c"/>
  31. <meta name="color:border" content="#e7e7e7"/>
  32. <meta name="color:accent" content="#a56d68"/>
  33.  
  34. <meta name="image:background" content="" />
  35.  
  36. <meta name="text:main font" content="'hind', sans-serif" />
  37. <meta name="text:secondary font" content="georgia, serif" />
  38. <meta name="text:title" content="title" />
  39. <meta name="text:link i" content="" />
  40. <meta name="text:link ii" content="" />
  41. <meta name="text:link iii" content="" />
  42. <meta name="text:link iv" content="" />
  43. <meta name="text:link i text" content="link i" />
  44. <meta name="text:link ii text" content="link ii" />
  45. <meta name="text:link iii text" content="link iii" />
  46. <meta name="text:link iv text" content="link iv" />
  47.  
  48. <meta name="if:500px posts" content="0"/>
  49.  
  50.  
  51. <!-- jquery for tooltips-->
  52.  
  53.  
  54. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  55.  
  56. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  57.  
  58. <link href='https://fonts.googleapis.com/css?family=Hind:400,300,700' rel='stylesheet' type='text/css'>
  59.  
  60. <style type="text/css">
  61.  
  62. /*scrollbar and selection*/
  63. #s-m-t-tooltip{
  64. color: {color:text};
  65. width: auto;
  66. font-size: 7px;
  67. padding: 2px 4px;
  68. text-transform: uppercase;
  69. background-color: {color:background};
  70. z-index: 100;
  71. border: 1px solid {color:border};
  72. position: absolute;
  73. display:inline-block;
  74. margin-top: 20px;
  75. margin-left: 10px;
  76. }
  77.  
  78. ::-webkit-scrollbar-thumb:vertical {
  79. background-color: {color:accent};
  80. width:1px;
  81. height:2px;
  82. border-left: 9px solid {color:background};
  83. border-right: 9px solid {color:background};
  84. }
  85.  
  86. ::-webkit-scrollbar-thumb:horizontal {
  87. background-color:{color:background};
  88.  
  89. }
  90.  
  91. ::-webkit-scrollbar {
  92. width: 19px;
  93. background-color:{color:background};
  94.  
  95. }
  96.  
  97. ::-webkit-scrollbar-track {
  98. background-color: #ddd;
  99. border-left: 9px solid {color:background};
  100. border-right: 9px solid {color:background};
  101. border-top: 0px solid {color:background};
  102. border-bottom: 0px solid {color:background};
  103. }
  104.  
  105.  
  106. ::selection {
  107. color:{color:background};
  108. background-color: {color:accent};
  109. }
  110.  
  111. ::-moz-selection {
  112. color:{color:background};
  113. background-color: {color:accent};
  114. }
  115.  
  116.  
  117.  
  118. /*main*/
  119. body {
  120. background:{color:background};
  121. {block:ifbackgroundimage}background-image:url('{image:background}');{/block:ifbackgroundimage}
  122. color:{color:text};
  123. font-family: {text:main font};
  124. font-size: 9.5px;
  125. letter-spacing: 0.2px;
  126. font-weight:300;
  127. -webkit-font-smoothing: antialiased;
  128. word-spacing: 2px;
  129. text-align:justify;
  130. line-height:1.1em;
  131. margin: 0;
  132. overflow-y: scroll;
  133. overflow-x: hidden;
  134. }
  135.  
  136. a {
  137. color:{color:link};
  138. text-decoration: none;
  139. }
  140.  
  141. a:hover {
  142. color: {color:hover};
  143. }
  144.  
  145. #entries {
  146. position:relative;
  147. height: 100%;
  148. margin-left: 450px;
  149. padding-bottom: 10px;
  150. padding-top: 120px;
  151. line-height:130%;
  152. {block:ifnot500pxposts}width: 400px;{/block:ifnot500pxposts}
  153. {block:if500pxposts}width: 500px;{/block:if500pxposts}
  154. }
  155.  
  156. #posts {
  157. padding: 15px;
  158. text-align: justify;
  159. height: 100%;
  160. background: {color:post bg};
  161. border: 1px solid {color:border};
  162. line-height:130%;
  163. {block:ifnot500pxposts}width: 400px;{/block:ifnot500pxposts}
  164. {block:if500pxposts}width: 500px;{/block:if500pxposts}
  165. position: relative;
  166. margin-bottom: 9px;
  167. }
  168.  
  169. #posts img {
  170. {block:ifnot500pxposts}max-width: 400px!important;{/block:ifnot500pxposts}
  171. {block:if500pxposts}max-width: 500px!important;{/block:if500pxposts}
  172. margin: auto;
  173. }
  174.  
  175. #permalink {
  176. word-spacing: 3px;
  177. margin-top: 15px;
  178. border-top: 1px solid {color:border};
  179. font-size: 9px;
  180. padding-top: 10px;
  181. letter-spacing: 0.5px;
  182. color: silver;
  183. }
  184.  
  185.  
  186. #permalink a {
  187. color: silver;
  188. }
  189.  
  190. .date {
  191. text-transform: uppercase;
  192. margin-right: 3px;
  193. font-weight: bold;
  194. }
  195.  
  196. .date .dt a {
  197. padding: 1px 5px 0px 5px;
  198. background: {color:accent};
  199. color: {color:post bg}!important;
  200. }
  201.  
  202. .tags {
  203. margin-top: 4px;
  204. text-align: justify;
  205. }
  206.  
  207. .tags a {
  208. padding-right: 3px;
  209. color: silver;
  210. }
  211.  
  212. .tags a:hover {
  213. color: {color:hover}!important;
  214. }
  215.  
  216. .tags a::before {
  217. content: '#';
  218. opacity: 0.5;
  219. }
  220.  
  221. .tags a::after {
  222. margin-right: 10px;
  223. }
  224.  
  225.  
  226. /*LEFT SIDE*/
  227. #left {
  228. position: fixed;
  229. width: 130px;
  230. margin-top: 120px;
  231. margin-left: 270px;
  232. background: {color:post bg};
  233. border: 1px solid {color:border};
  234. padding: 30px 20px;
  235. }
  236.  
  237. #left b {
  238. color: {color:text};
  239. }
  240.  
  241. .dsc {
  242. margin-top: 10px;
  243. }
  244.  
  245. .title a, .title {
  246. font-family:arial;
  247. text-align: center;
  248. margin-bottom: 10px;
  249. font-size: 13px;
  250. color:#555555;
  251. font-family:times;
  252. font-size:14px;
  253. text-shadow: 1px 1px 1px #252525;
  254. }
  255.  
  256. .border {
  257. width: 50px;
  258. height: 2px;
  259. background: {color:accent};
  260. margin: auto;
  261. margin-bottom: 10px;
  262. text-align: auto;
  263. }
  264.  
  265. .links {
  266. text-align: center;
  267. margin-bottom: 15px;
  268. }
  269.  
  270. .links a {
  271. display: inline-block;
  272. font-weight: normal;
  273. font-weight: bold;
  274. text-transform: uppercase;
  275. text-align: left;
  276. font-size: 7px;
  277. font-family: {text:main font};
  278. letter-spacing: 1px;
  279. padding: 0px 2.5px;
  280. }
  281.  
  282. .right { text-align: center; }
  283.  
  284. .right img { width: 70px; }
  285.  
  286. /*pagination*/
  287. #pag {
  288. position: fixed;
  289. text-transform: uppercase;
  290. font-size: 8px;
  291. text-align: center;
  292. width: 170px;
  293. top: 100px;
  294. left: 270px;
  295. }
  296.  
  297. #pag a {
  298. color: {color:links};
  299. font-weight: bold;
  300. }
  301.  
  302. #pag a:hover {
  303. color: {color:hover};
  304. }
  305.  
  306.  
  307. /*inside posts*/
  308. #posts img, #posts img a {
  309. {block:ifnot500pxposts}max-width: 400px;{/block:ifnot500pxposts}
  310. {block:if500pxposts}max-width: 500px;{/block:if500pxposts}
  311. }
  312.  
  313. bold, strong, b {
  314. color:#555555;
  315. font-family:arial;
  316. font-size:14px;
  317. text-shadow: 1px 1px 1px #252525;
  318. }
  319.  
  320. i, italic, em {
  321. font-style: italic;
  322. color:#e0b9bd;
  323. font-family:arial;
  324. font-size:14px;
  325. text-shadow: 1.5px 1.5px 11px #ffffff;
  326. }
  327.  
  328. small, sub, big, sup {
  329. font-size: 9.5px;
  330. }
  331.  
  332. code {
  333. font-family: courier new;
  334. letter-spacing: 0px;
  335. font-size: 12px;
  336. }
  337.  
  338. blockquote {
  339. border-left: 1px solid {color:border};
  340. padding-left: 10px;
  341. margin-left: 5px;
  342. max-width: 400px!important;
  343. margin-right: 5px;
  344. }
  345.  
  346. ul li {
  347. list-style: circle;
  348. list-style-position: outside;
  349. }
  350.  
  351. ol li {
  352. list-style: lower-roman;
  353. list-style-position: outside;
  354. }
  355.  
  356. .chat {
  357. font-family: courier new;
  358. }
  359.  
  360. .chat b {
  361. font-family: {text:main font};
  362. }
  363.  
  364. /*notes*/
  365. ol.notes {
  366. list-style-type:none;
  367. margin-left: -40px;
  368. {block:ifnot500pxposts}width: 430px;{/block:ifnot500pxposts}
  369. {block:if500pxposts}width: 530px;{/block:if500pxposts}
  370. }
  371.  
  372. ol.notes li.note {
  373. list-style-type:none;
  374. border-bottom: 1px solid {color:border};
  375. padding: 5px;
  376. }
  377.  
  378. ol.notes li.note img {
  379. display: none;
  380. }
  381.  
  382. img {
  383. filter: none;
  384. }
  385.  
  386. /*post title*/
  387. .ptitle {
  388. line-height: 130%;
  389. color: {color:accent};
  390. font-size: 14px;
  391. font-family: times;
  392. }
  393.  
  394. .ptitle a {
  395. color: {color:accent};
  396. }
  397.  
  398. .ptitle a:hover {
  399. color: {color:hover};
  400. }
  401.  
  402. /*quote*/
  403. .quote {
  404. text-align: center;
  405. font-size: 16.5px;
  406. font-family: {text:secondary font};
  407. line-height: 1.3em;
  408. margin-bottom: 20px;
  409. word-spacing: 3px;
  410. color: {color:accent};
  411. }
  412.  
  413. .source {
  414. width: 250px;
  415. border-top: 1px solid {color:border};
  416. font-style: normal;
  417. margin-bottom: 10px;
  418. text-align: center;
  419. margin-top:-5px;
  420. text-transform: uppercase;
  421. font-size: 9px;
  422. letter-spacing: 1;
  423. }
  424.  
  425. /*ask*/
  426. #ask {
  427. padding-bottom: 15px;
  428. padding-top: 10px;
  429. margin-bottom:7px;
  430. border-bottom: 1px solid {color:border};
  431. text-align: center;
  432. }
  433.  
  434. .asker {
  435. text-transform: uppercase;
  436. letter-spacing: 1px;
  437. font-size: 7px;
  438. font-family: {text:secondary font};
  439. text-align: right;
  440. }
  441.  
  442. .asker a {
  443. color: {color:accent};
  444. }
  445.  
  446. .asker a:hover {
  447. color: {color:hover};
  448. }
  449.  
  450. .askicon {
  451. float: right;
  452. filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  453. filter: gray; /* IE6-9 */
  454. -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  455. -webkit-border-radius: 100%;
  456. border-radius: 100%;
  457. -moz-border-radius: 100%;
  458. margin-left: 5px;
  459. width: 16px;
  460. }
  461.  
  462. /*audio*/
  463. .albumart img {
  464. width: 70px;
  465. float: right;
  466. padding: 3px;
  467. border: 1px solid {color:border};
  468. }
  469.  
  470. .albumart {
  471. text-align: center;
  472. }
  473.  
  474. .audio {
  475. margin-bottom: 5px;
  476. }
  477.  
  478. #play {
  479. opacity: 0.5;
  480. background-color: white;
  481. z-index: 1000;
  482. {block:ifnot500pxposts}margin: 2px 340px;{/block:ifnot500pxposts}
  483. {block:if500pxposts}margin: 2px 440px;{/block:if500pxposts}
  484. position: absolute;
  485. top: 30px;
  486. -moz-border-radius: 100%;
  487. -webkit-border-radius: 100%;
  488. border-radius: 100%;
  489. left: 15px;
  490. -moz-transition-duration:0.6s;
  491. -webkit-transition-duration:0.6s;
  492. -o-transition-duration:0.6s;
  493. }
  494.  
  495. .button {
  496. width: 18px;
  497. height: 30px;
  498. overflow: hidden;
  499. position: relative;
  500. z-index: 1000;
  501. margin: 8px 16px 5px 8px;
  502. }
  503.  
  504. #play:hover {
  505. opacity: 1;
  506. -moz-transition-duration:0.6s;
  507. -webkit-transition-duration:0.6s;
  508. -o-transition-duration:0.6s;
  509. }
  510.  
  511. /*credit*/
  512. #credit {
  513. font-size:8px;
  514. padding-bottom: 60px;
  515. top: 20px;
  516. {block:ifnot500pxposts}width: 420px;{/block:ifnot500pxposts}
  517. {block:if500pxposts}width: 520px;{/block:if500pxposts}
  518. margin-left: 450px;
  519. line-height: 100%;
  520. text-align: center;
  521. letter-spacing: 0.5px;
  522. text-transform: uppercase;
  523. }
  524.  
  525. #credit a {
  526. font-weight: bold;
  527. color: {color:accent};
  528. }
  529.  
  530. #credit a:hover {
  531. color: {color:hover};
  532. }
  533.  
  534.  
  535. {CustomCSS}
  536.  
  537.  
  538. </style>
  539. </head>
  540.  
  541.  
  542. <body>
  543. <div id="content">
  544. <div id="left">
  545. <div class="right"><a href="/"><img src="{PortraitURL-96}"></div></a>
  546. <div class="dsc"><div class="title"><a href="/">{text:title}</a></div>
  547. <div class="border"></div>
  548. <div class="links"><a href="{text:link i}">{text:link i text}</a> <a href="{text:link ii}">{text:link ii text}</a> <a href="{text:link iii}">{text:link iii text}</a> <a href="{text:link iv}">{text:link iv text}</a></div>
  549. {description}</div>
  550. </div>
  551.  
  552. <div id="pag">{block:Pagination}
  553. {block:PreviousPage}
  554. <a href="{PreviousPage}">sooner</a>
  555. {/block:PreviousPage} <i>or</i> {block:NextPage}
  556. <a href="{NextPage}">later</a>
  557. {/block:NextPage}{/block:Pagination}
  558. </div>
  559.  
  560. <div id="entries">
  561.  
  562. {block:Posts}
  563.  
  564. <div id="posts">
  565.  
  566. <div class="cont">
  567.  
  568. {block:Text}<div class="capt">
  569. {block:Title}<div class="ptitle">{Title}<br></div>{/block:Title}
  570. {Body}</div>
  571. {/block:Text}
  572.  
  573. {block:Link}<div class="capt">
  574. <div class="ptitle"><a href="{URL}" {Target}>{Name} →</a></div>
  575. {block:Description}{Description}{/block:Description}</div>
  576. {/block:Link}
  577.  
  578. {block:Quote}<div class="capt">
  579. <center><div class="quote">{Quote}</div>
  580. {block:Source}
  581. <div class="source"><br>{Source}</div></center>
  582. {/block:Source}</div>
  583. {/block:Quote}
  584.  
  585. {block:Chat}<div class="capt"><div class="chat">
  586. {block:Title}<div class="ptitle">{Title}</div><p>{/block:Title}
  587. {block:Lines}<div style="padding: 10px 0px; border-bottom: 1px solid {color:border}"><div class="{Alt} user_{UserNumber}">
  588. {block:Label}<b>{Label}</b>{/block:Label}</div>
  589. {Line}<br></div>{/block:Lines}<p></p></div></div>{/block:Chat}
  590.  
  591. {block:Photo}{LinkOpenTag}
  592. {block:ifnot500pxposts}<img src="{PhotoURL-400}">{/block:ifnot500pxposts}
  593. {block:if500pxposts}<img src="{PhotoURL-500}">{/block:if500pxposts}
  594. {LinkCloseTag}
  595. {block:Caption}<div class="capt">
  596. {Caption}</div>
  597. {/block:Caption}
  598. {/block:Photo}
  599.  
  600. {block:Photoset}
  601. {block:ifnot500pxposts}{Photoset-400}{/block:ifnot500pxposts}
  602. {block:if500pxposts}{Photoset-500}{/block:if500pxposts}
  603. {block:Caption}<div class="capt">
  604. {Caption}</div>
  605. {/block:Caption}
  606. {/block:Photoset}
  607.  
  608. {block:Video}
  609. {block:ifnot500pxposts}{Video-400}{/block:ifnot500pxposts}
  610. {block:if500pxposts}{Video-500}{/block:if500pxposts}
  611. {block:Caption}<div class="capt">
  612. {Caption}</div>
  613. {/block:Caption}
  614. {/block:Video}
  615.  
  616. {block:Audio}<div class="capt">
  617. <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div>
  618. <div class="audio"><div id="play">
  619. <div class="button">{AudioPlayerWhite}</div></div>
  620. <div style="padding-top: 20px; {block:ifnot500pxposts}width: 316px;{/block:ifnot500pxposts} {block:if500pxposts}width: 416px;{/block:if500pxposts} text-align: center; padding-bottom: 20px; border: 1px solid {color:border}; max-height: 70px;"><b>Track:</b> {block:TrackName}{TrackName}{/block:TrackName}<br>
  621. <b>Artist:</b> {block:Artist}{Artist}{/block:Artist}<br>
  622. <b>Album:</b> {block:Album}{Album}{/block:Album}</div></div>
  623. {block:Caption}{Caption}{/block:Caption}</div>{/block:Audio}
  624.  
  625.  
  626.  
  627. {block:Answer}<div class="capt">
  628. <div id="ask">{Question}</div>
  629. <div class="asker">asked by {Asker}</div>
  630. {Answer}</div>{/block:Answer}
  631.  
  632.  
  633. <div id="permalink">
  634. {block:Date}
  635.  
  636. <div class="date"><span class="dt"><a href="{Permalink}">{DayOfMonth}.{MonthNumber}.{ShortYear}</a></span>{block:NoteCount}<a href="{Permalink}"> {NoteCountWithLabel}</a>{/block:NoteCount}{block:PermalinkPage}{block:RebloggedFrom} · <a href="{ReblogParentURL}" title="reblogged from">{ReblogParentName}</a>{block:ContentSource} / <a href="{ReblogRootURL}" title="originally by">{ReblogRootName}</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:PermalinkPage}</div>
  637.  
  638. {/block:Date}
  639. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  640.  
  641.  
  642. </div>
  643. </div>
  644. </div>
  645.  
  646. {block:PostNotes}
  647. {PostNotes}
  648. {/block:PostNotes}
  649.  
  650.  
  651. {/block:Posts}
  652.  
  653.  
  654.  
  655. {block:ContentSource}
  656. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  657. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  658. {/block:SourceLogo}
  659. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  660. {/block:ContentSource}
  661.  
  662. </div>
  663.  
  664. <div id="credit">coded by <a href="http://aubrieta.tumblr.com">ifallontragedy</a></div>
  665.  
  666. </div>
  667.  
  668. </div>
  669.  
  670. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement