Advertisement
navys

nayeli

Feb 4th, 2018
3,483
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.01 KB | None | 0 0
  1. <!--
  2.  
  3. THEME 06
  4. nayeli
  5.  
  6. by @02px
  7.  
  8. enjoy :-)
  9.  
  10. -->
  11.  
  12.  
  13. <html>
  14. <head>
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. {block:Description}
  19. <meta name="description" content="{MetaDescription}" />
  20. {/block:Description}
  21.  
  22. <meta name="image:sidebar" content="" />
  23. <meta name="image:icon" content="" />
  24. <meta name="color:background" content="#ffffff" />
  25. <meta name="color:accent" content="#d4dde5" />
  26. <meta name="color:title" content="#00000" />
  27. <meta name="color:text" content="#7b7b7b" />
  28. <meta name="color:sidebar links" content="#fffff" />
  29. <meta name="color:links" content="#c9c9c9" />
  30. <meta name="color:links hover" content="#c9c9c9" />
  31. <meta name="color:scrollbar" content="#c9c9c9" />
  32. <meta name="if:tags" content="" />
  33. <meta name="select:font" content="'Lato'" title="Lato" />
  34. <meta name="select:font" content="'Open Sans'" title="Open Sans" />
  35. <meta name="select:font size" content="10px" title="10px" />
  36. <meta name="select:font size" content="11px" title="11px" />
  37. <meta name="select:font size" content="12px" title="12px" />
  38. <meta name="select:font size" content="13px" title="13px" />
  39. <meta name="text:link 1 url" content="" />
  40. <meta name="text:link 1" content="" />
  41. <meta name="text:link 2 url" content="" />
  42. <meta name="text:link 2" content="" />
  43. <meta name="text:link 3 url" content="" />
  44. <meta name="text:link 3" content="" />
  45. </head>
  46.  
  47. <script src="https://use.fontawesome.com/6ac3a8bdbf.js"></script>
  48.  
  49. <link href="https://fonts.googleapis.com/css?family=Lato:400,400i,700|Open+Sans:400,400i,700" rel="stylesheet">
  50.  
  51. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
  52.  
  53. <link href='http://static.tumblr.com/8pnyeus/sXxofi7lt/outicons.css' rel='stylesheet' type='text/css'>
  54.  
  55. <style type="text/css">
  56.  
  57. /* -------GENERAL------- */
  58.  
  59. ::-webkit-scrollbar{
  60. width:6px;
  61. height:7px;
  62. }
  63.  
  64. ::-webkit-scrollbar{
  65. background-color:white;
  66. border-radius:10px;
  67. }
  68.  
  69. ::-webkit-scrollbar-track{
  70. border:2px solid white;
  71. }
  72.  
  73. ::-webkit-scrollbar-thumb{
  74. border:2px solid white;
  75. background-color:{color:Scrollbar};
  76. }
  77.  
  78. ::-webkit-scrollbar:horizontal{
  79. display:none;
  80. }
  81.  
  82. ::-moz-selection{
  83. background:#eee;
  84. }
  85.  
  86. ::selection{
  87. background:#eee;
  88. }
  89.  
  90. .tmblr-iframe{
  91. -webkit-filter: invert(100%);
  92. filter: invert(100%);
  93. opacity:0.2;
  94. transform:scale(0.7,0.7);
  95. right:-30px;
  96. z-index:9999999999!important;
  97. }
  98.  
  99. body {
  100. background-color:{color:background};
  101. font-size:{select:font size};
  102. color:{color:text};
  103. font-family:{select:font}, sans-serif;
  104. }
  105.  
  106. a {
  107. text-decoration:none;
  108. color:{color:links};
  109. transition:.4s ease;
  110. }
  111.  
  112. a:hover {
  113. text-decoration:none;
  114. color:{color:links hover};
  115. }
  116.  
  117. /*------POST SETTINGS------*/
  118.  
  119. img {
  120. max-width:100%;
  121. }
  122.  
  123. blockquote {
  124. margin-left:5px;
  125. padding-left:10px;
  126. border-left:1px solid #eee;
  127. }
  128.  
  129. ol.notes {
  130. padding: 0px;
  131. margin: 25px 0px;
  132. list-style-type: none;
  133. }
  134.  
  135. ol.notes li.note {
  136. padding: 10px;
  137. }
  138.  
  139. ol.notes li.note img.avatar {
  140. vertical-align: -4px;
  141. margin-right: 10px;
  142. width: 0px;
  143. height: 0px;
  144. }
  145.  
  146. ol.notes li.note span.action {
  147. font-weight: normal;
  148. }
  149.  
  150. ol.notes li.note .answer_content {
  151. font-weight: normal;
  152. }
  153.  
  154. ol.notes li.note blockquote {
  155. padding: 4px 10px;
  156. margin: 10px 0px 0px 25px;
  157. }
  158.  
  159. ol.notes li.note blockquote a {
  160. text-decoration: none;
  161. }
  162.  
  163. /*--SIDEBAR--*/
  164.  
  165. #side {
  166. width:270px;
  167. margin-left:10%;
  168. margin-top:20px;
  169. height:auto;
  170. position:fixed;
  171. }
  172.  
  173. img#sidebar {
  174. height:170px;
  175. width:270px;
  176. position:absolute;
  177. object-fit:cover;
  178. overflow:hidden;
  179. margin-bottom:15px;
  180. border-radius:8px;
  181. }
  182.  
  183. img#icon {
  184. border-radius:100%;
  185. height:50px;
  186. top:140px;
  187. left:104px;
  188. width:50px;
  189. position:absolute;
  190. border:6px solid #fbfbfb;
  191. }
  192.  
  193. img#icon:hover {
  194. transition:.4s ease;
  195. opacity:.6;
  196. }
  197.  
  198. #info {
  199. position:absolute;
  200. width:238px;
  201. margin-top:210px;
  202. border:1px solid #eee;
  203. border-radius:8px;
  204. padding:15px;
  205. }
  206.  
  207. #title {
  208. padding:0px 10px 10px 10px;
  209. color:{color:title};
  210. font-weight:bold;
  211. text-transform:uppercase;
  212. letter-spacing:2px;
  213. text-align:center;
  214. font-size:calc({select:font size} + 1px);
  215. }
  216.  
  217. #title a {
  218. color:{color:title};
  219. transition:.4s ease;
  220. }
  221.  
  222. #title a:hover {
  223. letter-spacing:4px;
  224. }
  225.  
  226. #desc {
  227. line-height:15px;
  228. text-align:center;
  229. }
  230.  
  231. #links {
  232. text-align:center;
  233. text-align-last:center;
  234. margin-top:15px;
  235. }
  236.  
  237. #links a {
  238. margin-right:6px;
  239. line-height:25px;
  240. text-transform:uppercase;
  241. font-size:calc({select:font size} - 2px);
  242. color:{color:sidebar links};
  243. padding:3px 8px;
  244. letter-spacing:.4px;
  245. background:{color:accent};
  246. border-radius:2px;
  247. }
  248.  
  249. #links a:hover {
  250. color:{color:accent};
  251. background:#ffffff;
  252. }
  253.  
  254. #links pag a {
  255. padding:2px 7px;
  256. background:#ffffff;
  257. border:1px solid {color:accent};
  258. color:{color:text};
  259. }
  260.  
  261. #links pag a:hover {
  262. background:{color:accent};
  263. color:{color:sidebar links};
  264. }
  265.  
  266. /*------POSTS-------*/
  267.  
  268. .container {
  269. {block:IndexPage}
  270. width:650px;
  271. {block:IndexPage}
  272. {block:PermaLinkPage}
  273. width:400px;
  274. {/block:PermaLinkPage}
  275. margin:100px auto;
  276. }
  277.  
  278. .posts {
  279. width:400px;
  280. float:right;
  281. margin-bottom:100px;
  282. transition: .5s ease;
  283. border:1px solid #eee;
  284. border-radius:8px;
  285. }
  286.  
  287. .round {
  288. padding:5px 20px;
  289. }
  290.  
  291. .texts {
  292. padding:20px 20px 0px 20px;
  293. margin-bottom:-10px;
  294. background:{color:content background};
  295. }
  296.  
  297. .texts img {
  298. max-width:300px;
  299. height:auto;
  300. }
  301.  
  302. .photo img {
  303. border-radius:8px 8px 0 0;
  304. }
  305.  
  306. .photo {
  307. border-radius:8px 8px 0 0;
  308. }
  309.  
  310. .photoset {
  311. border-radius:8px 8px 0 0;
  312. display:block;
  313. }
  314.  
  315. #tumblr_lightbox,.tmblr-lightbox {
  316. background:rgba({RGBcolor:Background},0.99)!important;
  317. }
  318.  
  319. #vignette,#tumblr_lightbox_caption,.vignette,.lightbox-caption{
  320. opacity:0!important;
  321. }
  322.  
  323. #tumblr_lightbox_center_image, #tumblr_lightbox_left_image,
  324. #tumblr_lightbox_right_image, .lightbox-image {
  325. box-shadow:none!important;
  326. border-radius:0px!important;
  327. {block:ifRoundEdges}border-radius:4px!important;{/block:ifRoundEdges}
  328. }
  329.  
  330. .permalink {
  331. margin-top:-1px;
  332. padding:5px 15px 15px 15px;
  333. }
  334.  
  335. .quote {
  336. padding:10px 20px;
  337. }
  338.  
  339. .quoted {
  340. color:{color:accent};
  341. line-height:20px;
  342. font-size:13px;
  343. margin-bottom:10px;
  344. text-align:center;
  345. }
  346.  
  347. .q {
  348. font-size:12px;
  349. font-weight:700;
  350. color:{color:title};
  351. }
  352.  
  353. .notes {
  354. font-size:9px;
  355. text-transform:uppercase;
  356. letter-spacing:1px;
  357. }
  358.  
  359. .notes a {
  360. color:{color:accent};
  361. }
  362.  
  363. .notes a:hover {
  364. color:{color:links hover};
  365. }
  366.  
  367. .h1 {
  368. margin-top:10px;
  369. font-size:12px;
  370. font-weight:700;
  371. color:{color:title};
  372. }
  373.  
  374. .tumblr_parent {
  375. margin:0px 5px 0 -10px;
  376. border-left:none;
  377. }
  378.  
  379. .tumblr_blog {
  380. font-size:calc({select:font size} - 1px);
  381. margin-top:8px;
  382. padding:2px 7px;
  383. border-radius:3px;
  384. background:#ffffff;
  385. border:1px solid {color:accent};
  386. color:{color:links};
  387. }
  388.  
  389. .buttons {
  390. float:right;
  391. display:inline-block;
  392. font-size:15px;
  393. margin-top:-14px;
  394. margin-bottom:3px;
  395. }
  396.  
  397. .buttons a {
  398. color:{color:text};
  399. }
  400.  
  401. .custom-like-button *{cursor:pointer!important;}
  402. .custom-like-button {
  403. position:relative;
  404. display:inline-block;
  405. vertical-align:top;
  406. width:17px;
  407. font-size:14px;
  408. height:15px;
  409. margin:1px 4px;
  410. cursor:pointer;
  411. }
  412.  
  413. icon {
  414. color:{color:accent};
  415. margin-right:10px;
  416. font-weight:bold;
  417. font-size:13px;
  418. }
  419.  
  420. .like_button:hover + .our_button {color:red;}
  421. .like_button.liked + .our_button {color:red;}
  422. .like_button iframe {width:100%!important;height:100%!important;}
  423. .like_button {z-index:10;opacity:0;}
  424. .our_button {z-index:1;}
  425. .our_button,.like_button {
  426. position:absolute;
  427. top:0;
  428. left:0;
  429. width:100%;
  430. height:100%;
  431. }
  432.  
  433. .tag {
  434. position:absolute;
  435. margin-top:20px;
  436. width:380px;
  437. height:25px;
  438. overflow:scroll;
  439. }
  440.  
  441. .tags {
  442. display:inline-block;
  443. }
  444.  
  445. .tags a {
  446. max-width:300px;
  447. margin-right:4px;
  448. display:inline-block;
  449. margin-top:5px;
  450. text-transform:uppercase;
  451. font-size:8px;
  452. letter-spacing:1px;
  453. padding:2px 7px;
  454. border-radius:3px;
  455. background:#ffffff;
  456. border:1px solid {color:accent};
  457. color:{color:links};
  458. }
  459.  
  460. .tags a:hover {
  461. color:{color:links hover};
  462. }
  463.  
  464. .asker {
  465. margin-top:10px;
  466. color:{color:accent};
  467. font-weight:normal;
  468. display:block;
  469. text-transform:uppercase;
  470. letter-spacing:1px;
  471. font-size:8px;
  472. margin-bottom:10px;
  473. }
  474.  
  475. .question {
  476. font-weight:normal;
  477. display:block;
  478. padding-bottom:10px;
  479. margin-bottom:10px;
  480. }
  481.  
  482. .answer {
  483. width:350px;
  484. display:block;
  485. }
  486.  
  487. .answerer a {
  488. font-size:calc({select:font size} - 1px);
  489. margin-top:8px;
  490. padding:2px 7px;
  491. border-radius:3px;
  492. background:#ffffff;
  493. border:1px solid {color:accent};
  494. color:{color:links};
  495. }
  496.  
  497. .player {
  498. display:inline-block;
  499. width:50px;
  500. background:#f2f2f2;
  501. height:50px;
  502. overflow:hidden;
  503. margin-bottom:0px;
  504. border-radius:8px 0 0 0;
  505. }
  506.  
  507. .audioinfo {
  508. display:inline-block;
  509. margin-top:0;
  510. padding:12px 10px 12px 10px;
  511. float:right;
  512. width:330px;
  513. text-align:right;
  514. background:#f2f2f2;
  515. letter-spacing:1px;
  516. font-size:11px;
  517. border-radius:0 8px 0 0;
  518. }
  519. .tumblr_audio_player {background:#f2f2f2!important; }
  520. .tumblr_audio_player {width:40px;margin:10px 7px;height:40px;overflow:hidden;}
  521.  
  522. .chat {
  523. padding: 10px 20px 5px 20px;
  524. list-style:none;
  525. line-height:16px;
  526. }
  527.  
  528. .chatitle {
  529. font-size:13px;
  530. color:{color:title};
  531. margin-bottom:10px;
  532. }
  533.  
  534. .chat label {
  535. font-style:italic;
  536. letter-spacing:1px;
  537. color:{color:accent};
  538. }
  539.  
  540. #n {bottom:20px;right:20px;position:fixed;font-size:10px;}
  541.  
  542. </style>
  543.  
  544. <script src="//code.jquery.com/jquery-2.2.4.min.js"></script>
  545.  
  546. <script src="http://static.tumblr.com/wgg6svp/OoTofxa0c/unnest.min.js"></script>
  547.  
  548. <script> $(function(){ $('.posts').unnest({
  549. yourCaption: ".caption", //your caption selector, the div wrapping {Caption}
  550. wrapName: ".tumblr_parent", //the name of the captions’ new wrapper
  551. newCaptionUsername: true, //if the user adds a new caption, following a series of captions, show their username above the caption
  552. originalPostCaptionUsername: true, //for the original captions, or a user-added caption that previously didn’t have any, have their username on it
  553. tumblrAvatars: false, //”dashboard style” caption, have the avatar of the blog next to the username
  554. tumblrAvatarClass: ".tumblr_avatar", //class of the avatar next to the username
  555. usernameColon: false //if turned to false, removes the colon at the end of usernames
  556. }); }); </script>
  557.  
  558. <script> $(function(){ $('.posts').unnest({
  559. yourCaption: ".textpost",
  560. wrapName: ".tumblr_parent", //the name of the captions’ new wrapper
  561. newCaptionUsername: true, //if the user adds a new caption, following a series of captions, show their username above the caption
  562. originalPostCaptionUsername: true, //for the original captions, or a user-added caption that previously didn’t have any, have their username on it
  563. tumblrAvatars: false, //”dashboard style” caption, have the avatar of the blog next to the username
  564. tumblrAvatarClass: ".tumblr_avatar", //class of the avatar next to the username
  565. usernameColon: false //if turned to false, removes the colon at the end of usernames
  566. }); }); </script>
  567. <body>
  568.  
  569. <div id="side">
  570. {block:ifSidebarImage}
  571. <img id="sidebar" src="{image:sidebar}">
  572. {/block:ifSidebarImage}
  573. <a href="/"><img id="icon" src="{image:icon}"></a>
  574.  
  575. <div id="info">
  576. <div id="title"><a href="/">{Title}</a></div>
  577. <div id="desc">
  578. {Description}
  579. </div>
  580. <div id="links">
  581. <a href="/">home</a>
  582. <a href="/ask">mail</a>
  583. <a href="/archive">map</a>
  584. <a href="{text:link 1 url}">{text:link 1}</a>
  585. <a href="{text:link 2 url}">{text:link 2}</a>
  586. <a href="{text:link 3 url}">{text:link 3}</a>
  587. {block:Pagination}
  588. {block:NextPage}
  589. <pag>
  590. <a href="{nextPage}">next</a>
  591. {/block:NextPage}
  592. {block:PreviousPage}
  593. <a href="{PreviousPage}">back</a>
  594. </pag>{/block:PreviousPage}
  595. {/block:Pagination}
  596. </div>
  597. </div>
  598. </div>
  599.  
  600. <div class="container">
  601.  
  602. {block:Posts}
  603.  
  604. <div class="posts">
  605.  
  606. {block:Text}<div class="texts">{block:Title}<div class="h1">{Title}</div>{/block:Title}<div class="textpost">{Body}</div></div>{/block:Text}
  607.  
  608. {block:Photo}
  609. <div class="photo"><img src="{PhotoURL-400}" alt="{PhotoAlt}"/></div>{/block:Photo}
  610.  
  611. {block:Photoset}<div class="photoset">{Photoset-400}</div>{/block:Photoset}
  612.  
  613. {block:Quote}<div class="quote"><div class="quoted">"{Quote}"</div>{block:Source}{Source}{/block:Source}</div>{/block:Quote}
  614.  
  615. {block:Link}<a href="{URL}" class="link" {Target}>{Name}</a>{block:Description}{Description}{/block:Description}{/block:Link}
  616.  
  617. {block:Chat}<div class="chat">{block:Title}<div class="chatitle">{Title}</div></a>{/block:Title}
  618. {block:Lines}<li>{block:Label}<label>{Label}</label> {/block:Label}{Line}</li>{/block:Lines}</div>{/block:Chat}
  619.  
  620. {block:Video}{Video-400}{/block:Video}
  621.  
  622. {block:Audio}
  623. {block:AudioPlayer}
  624. <div class="player"> {AudioPlayerWhite}</div>
  625. <div class="audioinfo">
  626. {block:TrackName}<i>{TrackName}</i><br>{/block:TrackName}
  627. {block:Artist} {Artist} {/block:Artist}</div>
  628. {/block:AudioPlayer}
  629. {/block:Audio}
  630.  
  631. <div class="round">
  632. {block:Answer}<div class="ask"><div class="asker">{Asker} says</div><div class="question"> {Question}</div><div class="answer">{block:Answerer}<div class="answerer">{Answerer}</div>{Answer}{/block:Answerer}</div></div>{/block:Answer}<div class="caption">{Replies}</div></div>
  633.  
  634. <div class="permalink">
  635. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  636. {block:NoteCount}<div class="notes"><a href="{PermaLink}">{NoteCountWithLabel} </a></div>{/block:NoteCount}
  637. {block:PermalinkPage}
  638. {block:Date}<div class="notes"><a href="{PermaLink}">{TimeAgo} </a></div>{/block:Date}{block:RebloggedFrom}<div class="notes">
  639. via <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource}<br> source <a href="{ReblogRootURL}">{ReblogRootName}</a></div>
  640. {/block:ContentSource}
  641. {/block:RebloggedFrom}{/block:PermalinkPage}
  642. {block:ifTags}
  643. {block:HasTags}<div class="tag">{block:Tags}<div class="tags"><a href="{TagUrl}">{Tag}</a></div>{/block:Tags}</div>{/block:HasTags}
  644. {/block:ifTags}
  645. {block:IndexPage}
  646. <div class="buttons">
  647. <div class="custom-like-button">{LikeButton}
  648. <span class="our_button"><i class="oi oi-heart"></i></span>
  649. </div>
  650. <a href="{ReblogURL}"><i class="oi oi-refresh"></i></a>
  651. </div>
  652. {/block:IndexPage}
  653. </div>
  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. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  663.  
  664. </div>
  665.  
  666. {/block:Posts}
  667.  
  668. {block:PermalinkPage}
  669. {block:PostNotes}{PostNotes}{/block:PostNotes}
  670. {/block:PermalinkPage}
  671. </div>
  672.  
  673. <div id="n"><a href="https://02px.tumblr.com">02</a></div>
  674.  
  675. </body>
  676. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement