Advertisement
Glits

oneiro

Sep 21st, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.59 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="http://i.imgur.com/K5QlupF.png">
  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. *, body, a, a:hover {cursor: url(http://38.media.tumblr.com/tumblr_lqn5pbzYZz1qlzq96.png), auto;}
  63.  
  64. /*scrollbar and selection*/
  65. #s-m-t-tooltip{
  66. color: {color:text};
  67. width: auto;
  68. font-size: 7px;
  69. padding: 2px 4px;
  70. text-transform: uppercase;
  71. background-color: {color:background};
  72. z-index: 100;
  73. border: 1px solid {color:border};
  74. position: absolute;
  75. display:inline-block;
  76. margin-top: 20px;
  77. margin-left: 10px;
  78. }
  79.  
  80. ::-webkit-scrollbar-thumb:vertical {
  81. background-color: {color:accent};
  82. width:1px;
  83. height:2px;
  84. border-left: 9px solid {color:background};
  85. border-right: 9px solid {color:background};
  86. }
  87.  
  88. ::-webkit-scrollbar-thumb:horizontal {
  89. background-color:{color:background};
  90.  
  91. }
  92.  
  93. ::-webkit-scrollbar {
  94. width: 19px;
  95. background-color:{color:background};
  96.  
  97. }
  98.  
  99. ::-webkit-scrollbar-track {
  100. background-color: #ddd;
  101. border-left: 9px solid {color:background};
  102. border-right: 9px solid {color:background};
  103. border-top: 0px solid {color:background};
  104. border-bottom: 0px solid {color:background};
  105. }
  106.  
  107.  
  108. ::selection {
  109. color:{color:background};
  110. background-color: {color:accent};
  111. }
  112.  
  113. ::-moz-selection {
  114. color:{color:background};
  115. background-color: {color:accent};
  116. }
  117.  
  118.  
  119.  
  120. /*main*/
  121. body {
  122. background:{color:background};
  123. {block:ifbackgroundimage}background-image:url('{image:background}');{/block:ifbackgroundimage}
  124. color:{color:text};
  125. font-family: {text:main font};
  126. font-size: 9.5px;
  127. letter-spacing: 0.2px;
  128. font-weight:300;
  129. -webkit-font-smoothing: antialiased;
  130. word-spacing: 2px;
  131. text-align:justify;
  132. line-height:1.1em;
  133. margin: 0;
  134. overflow-y: scroll;
  135. overflow-x: hidden;
  136. }
  137.  
  138. a {
  139. color:{color:link};
  140. text-decoration: none;
  141. }
  142.  
  143. a:hover {
  144. color: {color:hover};
  145. }
  146.  
  147. #entries {
  148. position:relative;
  149. height: 100%;
  150. margin-left: 450px;
  151. padding-bottom: 10px;
  152. padding-top: 120px;
  153. line-height:130%;
  154. {block:ifnot500pxposts}width: 400px;{/block:ifnot500pxposts}
  155. {block:if500pxposts}width: 500px;{/block:if500pxposts}
  156. }
  157.  
  158. #posts {
  159. padding: 15px;
  160. text-align: justify;
  161. height: 100%;
  162. background: {color:post bg};
  163. border: 1px solid {color:border};
  164. line-height:130%;
  165. {block:ifnot500pxposts}width: 400px;{/block:ifnot500pxposts}
  166. {block:if500pxposts}width: 500px;{/block:if500pxposts}
  167. position: relative;
  168. margin-bottom: 9px;
  169. }
  170.  
  171. #posts img {
  172. {block:ifnot500pxposts}max-width: 400px!important;{/block:ifnot500pxposts}
  173. {block:if500pxposts}max-width: 500px!important;{/block:if500pxposts}
  174. margin: auto;
  175. }
  176.  
  177. #permalink {
  178. word-spacing: 3px;
  179. margin-top: 15px;
  180. border-top: 1px solid {color:border};
  181. font-size: 9px;
  182. padding-top: 10px;
  183. letter-spacing: 0.5px;
  184. color: silver;
  185. }
  186.  
  187.  
  188. #permalink a {
  189. color: silver;
  190. }
  191.  
  192. .date {
  193. text-transform: uppercase;
  194. margin-right: 3px;
  195. font-weight: bold;
  196. }
  197.  
  198. .date .dt a {
  199. padding: 1px 5px 0px 5px;
  200. background: {color:accent};
  201. color: {color:post bg}!important;
  202. }
  203.  
  204. .tags {
  205. margin-top: 4px;
  206. text-align: justify;
  207. }
  208.  
  209. .tags a {
  210. padding-right: 3px;
  211. color: silver;
  212. }
  213.  
  214. .tags a:hover {
  215. color: {color:hover}!important;
  216. }
  217.  
  218. .tags a::before {
  219. content: '#';
  220. opacity: 0.5;
  221. }
  222.  
  223. .tags a::after {
  224. margin-right: 10px;
  225. }
  226.  
  227.  
  228. /*LEFT SIDE*/
  229. #left {
  230. position: fixed;
  231. width: 130px;
  232. margin-top: 120px;
  233. margin-left: 270px;
  234. background: {color:post bg};
  235. border: 1px solid {color:border};
  236. padding: 30px 20px;
  237. }
  238.  
  239. #left b {
  240. color: {color:text};
  241. }
  242.  
  243. .dsc {
  244. margin-top: 10px;
  245. }
  246.  
  247. .title a, .title {
  248. font-family: {text:secondary font};
  249. text-align: center;
  250. margin-bottom: 10px;
  251. font-size: 13px;
  252. color: {color:text};
  253. }
  254.  
  255. .border {
  256. width: 50px;
  257. height: 2px;
  258. background: {color:accent};
  259. margin: auto;
  260. margin-bottom: 10px;
  261. text-align: auto;
  262. }
  263.  
  264. .links {
  265. text-align: center;
  266. margin-bottom: 15px;
  267. }
  268.  
  269. .links a {
  270. display: inline-block;
  271. font-weight: normal;
  272. font-weight: bold;
  273. text-transform: uppercase;
  274. text-align: left;
  275. font-size: 7px;
  276. font-family: {text:main font};
  277. letter-spacing: 1px;
  278. padding: 0px 2.5px;
  279. }
  280.  
  281. .right { text-align: center; }
  282.  
  283. .right img { width: 70px; }
  284.  
  285. /*pagination*/
  286. #pag {
  287. position: fixed;
  288. text-transform: uppercase;
  289. font-size: 8px;
  290. text-align: center;
  291. width: 170px;
  292. top: 100px;
  293. left: 270px;
  294. }
  295.  
  296. #pag a {
  297. color: {color:links};
  298. font-weight: bold;
  299. }
  300.  
  301. #pag a:hover {
  302. color: {color:hover};
  303. }
  304.  
  305.  
  306. /*inside posts*/
  307. #posts img, #posts img a {
  308. {block:ifnot500pxposts}max-width: 400px;{/block:ifnot500pxposts}
  309. {block:if500pxposts}max-width: 500px;{/block:if500pxposts}
  310. }
  311.  
  312. bold, strong, b {
  313. color: {color:accent};
  314. }
  315.  
  316. i, italic, em {
  317. font-style: italic;
  318. }
  319.  
  320. small, sub, big, sup {
  321. font-size: 9.5px;
  322. }
  323.  
  324. code {
  325. font-family: courier new;
  326. letter-spacing: 0px;
  327. font-size: 12px;
  328. }
  329.  
  330. blockquote {
  331. border-left: 1px solid {color:border};
  332. padding-left: 10px;
  333. margin-left: 5px;
  334. max-width: 400px!important;
  335. margin-right: 5px;
  336. }
  337.  
  338. ul li {
  339. list-style: circle;
  340. list-style-position: outside;
  341. }
  342.  
  343. ol li {
  344. list-style: lower-roman;
  345. list-style-position: outside;
  346. }
  347.  
  348. .chat {
  349. font-family: courier new;
  350. }
  351.  
  352. .chat b {
  353. font-family: {text:main font};
  354. }
  355.  
  356. /*notes*/
  357. ol.notes {
  358. list-style-type:none;
  359. margin-left: -40px;
  360. {block:ifnot500pxposts}width: 430px;{/block:ifnot500pxposts}
  361. {block:if500pxposts}width: 530px;{/block:if500pxposts}
  362. }
  363.  
  364. ol.notes li.note {
  365. list-style-type:none;
  366. border-bottom: 1px solid {color:border};
  367. padding: 5px;
  368. }
  369.  
  370. ol.notes li.note img {
  371. display: none;
  372. }
  373.  
  374. img {
  375. filter: none;
  376. }
  377.  
  378. /*post title*/
  379. .ptitle {
  380. line-height: 130%;
  381. color: {color:accent};
  382. font-size: 14px;
  383. font-family: {text:secondary font};
  384. }
  385.  
  386. .ptitle a {
  387. color: {color:accent};
  388. }
  389.  
  390. .ptitle a:hover {
  391. color: {color:hover};
  392. }
  393.  
  394. /*quote*/
  395. .quote {
  396. text-align: center;
  397. font-size: 16.5px;
  398. font-family: {text:secondary font};
  399. line-height: 1.3em;
  400. margin-bottom: 20px;
  401. word-spacing: 3px;
  402. color: {color:accent};
  403. }
  404.  
  405. .source {
  406. width: 250px;
  407. border-top: 1px solid {color:border};
  408. font-style: normal;
  409. margin-bottom: 10px;
  410. text-align: center;
  411. margin-top:-5px;
  412. text-transform: uppercase;
  413. font-size: 9px;
  414. letter-spacing: 1;
  415. }
  416.  
  417. /*ask*/
  418. #ask {
  419. padding-bottom: 15px;
  420. padding-top: 10px;
  421. margin-bottom:7px;
  422. border-bottom: 1px solid {color:border};
  423. text-align: center;
  424. }
  425.  
  426. .asker {
  427. text-transform: uppercase;
  428. letter-spacing: 1px;
  429. font-size: 7px;
  430. font-family: {text:secondary font};
  431. text-align: right;
  432. }
  433.  
  434. .asker a {
  435. color: {color:accent};
  436. }
  437.  
  438. .asker a:hover {
  439. color: {color:hover};
  440. }
  441.  
  442. .askicon {
  443. float: right;
  444. 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 */
  445. filter: gray; /* IE6-9 */
  446. -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  447. -webkit-border-radius: 100%;
  448. border-radius: 100%;
  449. -moz-border-radius: 100%;
  450. margin-left: 5px;
  451. width: 16px;
  452. }
  453.  
  454. /*audio*/
  455. .albumart img {
  456. width: 70px;
  457. float: right;
  458. padding: 3px;
  459. border: 1px solid {color:border};
  460. }
  461.  
  462. .albumart {
  463. text-align: center;
  464. }
  465.  
  466. .audio {
  467. margin-bottom: 5px;
  468. }
  469.  
  470. #play {
  471. opacity: 0.5;
  472. background-color: white;
  473. z-index: 1000;
  474. {block:ifnot500pxposts}margin: 2px 340px;{/block:ifnot500pxposts}
  475. {block:if500pxposts}margin: 2px 440px;{/block:if500pxposts}
  476. position: absolute;
  477. top: 30px;
  478. -moz-border-radius: 100%;
  479. -webkit-border-radius: 100%;
  480. border-radius: 100%;
  481. left: 15px;
  482. -moz-transition-duration:0.6s;
  483. -webkit-transition-duration:0.6s;
  484. -o-transition-duration:0.6s;
  485. }
  486.  
  487. .button {
  488. width: 18px;
  489. height: 30px;
  490. overflow: hidden;
  491. position: relative;
  492. z-index: 1000;
  493. margin: 8px 16px 5px 8px;
  494. }
  495.  
  496. #play:hover {
  497. opacity: 1;
  498. -moz-transition-duration:0.6s;
  499. -webkit-transition-duration:0.6s;
  500. -o-transition-duration:0.6s;
  501. }
  502.  
  503. /*credit*/
  504. #credit {
  505. font-size:8px;
  506. padding-bottom: 60px;
  507. top: 20px;
  508. {block:ifnot500pxposts}width: 420px;{/block:ifnot500pxposts}
  509. {block:if500pxposts}width: 520px;{/block:if500pxposts}
  510. margin-left: 450px;
  511. line-height: 100%;
  512. text-align: center;
  513. letter-spacing: 0.5px;
  514. text-transform: uppercase;
  515. }
  516.  
  517. #credit a {
  518. font-weight: bold;
  519. color: {color:accent};
  520. }
  521.  
  522. #credit a:hover {
  523. color: {color:hover};
  524. }
  525.  
  526.  
  527. {CustomCSS}
  528.  
  529. #musicplayer {
  530. position: fixed;
  531. left: 15px;
  532. top: 15px; }
  533.  
  534. .yo {
  535. position: absolute;
  536. left: 35px;
  537. top: 0px;
  538. font-style: oblique; font: 9px georgia;
  539. width: 80px;
  540. height: auto;
  541. padding: 5px;
  542. background-color: #fff;
  543. opacity: 0;
  544. -webkit-transition: all 0.3s ease-in;
  545. -moz-transition: all 0.3s ease-in;
  546. -o-transition: all 0.3s ease-in;
  547. -ms-transition: all 0.3s eease-in;
  548. transition: all 0.3s ease-in; }
  549.  
  550. #musicplayer:hover .yo {
  551. opacity: 1;
  552. -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03);
  553. -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03);
  554. box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03); }
  555.  
  556. .player {
  557. border: 1px solid #bbb;
  558. padding-top:2px;
  559. padding-right:1px;
  560. position: fixed;
  561. width: 25px;
  562. margin: 3px 0px 0px 0px;
  563. overflow: hidden;
  564. z-index: 9999;
  565. opacity: 0.6; }
  566.  
  567.  
  568. </style>
  569. </head>
  570.  
  571.  
  572. <body>
  573.  
  574. <div id="musicplayer">
  575.  
  576. <div class="yo"> yuko ikoma ~ 1ere gymnopedie </div>
  577.  
  578. <div class="player"><object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" width="200" height="20">
  579. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_mini.swf" />
  580. <param name="bgcolor" value="#fff" />
  581. <param name="FlashVars" value="mp3=http://k003.kiwi6.com/hotlink/v3cg2cxwmg/Yuko_Ikoma_-_1ere_Gymnopedie.mp3&amp;autoplay=0&amp;bgcolor=ffffff&amp;loadingcolor=4c4c4c&amp;buttoncolor=4c4c4c" />
  582. </object></div>
  583.  
  584. </div>
  585.  
  586. <div id="content">
  587. <div id="left">
  588. <div class="right"><a href="/"><img src="{PortraitURL-96}"></div></a>
  589. <div class="dsc"><div class="title"><a href="/">{text:title}</a></div>
  590. <div class="border"></div>
  591. <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>
  592. {description}</div>
  593. </div>
  594.  
  595. <div id="pag">{block:Pagination}
  596. {block:PreviousPage}
  597. <a href="{PreviousPage}">sooner</a>
  598. {/block:PreviousPage} <i>or</i> {block:NextPage}
  599. <a href="{NextPage}">later</a>
  600. {/block:NextPage}{/block:Pagination}
  601. </div>
  602.  
  603. <div id="entries">
  604.  
  605. {block:Posts}
  606.  
  607. <div id="posts">
  608.  
  609. <div class="cont">
  610.  
  611. {block:Text}<div class="capt">
  612. {block:Title}<div class="ptitle">{Title}<br></div>{/block:Title}
  613. {Body}</div>
  614. {/block:Text}
  615.  
  616. {block:Link}<div class="capt">
  617. <div class="ptitle"><a href="{URL}" {Target}>{Name} →</a></div>
  618. {block:Description}{Description}{/block:Description}</div>
  619. {/block:Link}
  620.  
  621. {block:Quote}<div class="capt">
  622. <center><div class="quote">{Quote}</div>
  623. {block:Source}
  624. <div class="source"><br>{Source}</div></center>
  625. {/block:Source}</div>
  626. {/block:Quote}
  627.  
  628. {block:Chat}<div class="capt"><div class="chat">
  629. {block:Title}<div class="ptitle">{Title}</div><p>{/block:Title}
  630. {block:Lines}<div style="padding: 10px 0px; border-bottom: 1px solid {color:border}"><div class="{Alt} user_{UserNumber}">
  631. {block:Label}<b>{Label}</b>{/block:Label}</div>
  632. {Line}<br></div>{/block:Lines}<p></p></div></div>{/block:Chat}
  633.  
  634. {block:Photo}{LinkOpenTag}
  635. {block:ifnot500pxposts}<img src="{PhotoURL-400}">{/block:ifnot500pxposts}
  636. {block:if500pxposts}<img src="{PhotoURL-500}">{/block:if500pxposts}
  637. {LinkCloseTag}
  638. {block:Caption}<div class="capt">
  639. {Caption}</div>
  640. {/block:Caption}
  641. {/block:Photo}
  642.  
  643. {block:Photoset}
  644. {block:ifnot500pxposts}{Photoset-400}{/block:ifnot500pxposts}
  645. {block:if500pxposts}{Photoset-500}{/block:if500pxposts}
  646. {block:Caption}<div class="capt">
  647. {Caption}</div>
  648. {/block:Caption}
  649. {/block:Photoset}
  650.  
  651. {block:Video}
  652. {block:ifnot500pxposts}{Video-400}{/block:ifnot500pxposts}
  653. {block:if500pxposts}{Video-500}{/block:if500pxposts}
  654. {block:Caption}<div class="capt">
  655. {Caption}</div>
  656. {/block:Caption}
  657. {/block:Video}
  658.  
  659. {block:Audio}<div class="capt">
  660. <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div>
  661. <div class="audio"><div id="play">
  662. <div class="button">{AudioPlayerWhite}</div></div>
  663. <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>
  664. <b>Artist:</b> {block:Artist}{Artist}{/block:Artist}<br>
  665. <b>Album:</b> {block:Album}{Album}{/block:Album}</div></div>
  666. {block:Caption}{Caption}{/block:Caption}</div>{/block:Audio}
  667.  
  668.  
  669.  
  670. {block:Answer}<div class="capt">
  671. <div id="ask">{Question}</div>
  672. <div class="asker">asked by {Asker}</div>
  673. {Answer}</div>{/block:Answer}
  674.  
  675.  
  676. <div id="permalink">
  677. {block:Date}
  678.  
  679. <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>
  680.  
  681. {/block:Date}
  682. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  683.  
  684.  
  685. </div>
  686. </div>
  687. </div>
  688.  
  689. {block:PostNotes}
  690. {PostNotes}
  691. {/block:PostNotes}
  692.  
  693.  
  694. {/block:Posts}
  695.  
  696.  
  697.  
  698. {block:ContentSource}
  699. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  700. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  701. {/block:SourceLogo}
  702. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  703. {/block:ContentSource}
  704.  
  705. </div>
  706.  
  707. <div id="credit">coded by <a href="http://aubrieta.tumblr.com">ifallontragedy</a></div>
  708.  
  709. </div>
  710.  
  711. </div>
  712.  
  713. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement