navys

sheer

Jan 6th, 2018
6,325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.34 KB | None | 0 0
  1. <!--
  2.  
  3. THEME 05
  4. sheer
  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:avatar" content="" />
  24. <meta name="color:background" content="#f8f8f8" />
  25. <meta name="color:accent" content="#f8f8f8" />
  26. <meta name="color:title" content="#131313" />
  27. <meta name="color:text" content="#131313" />
  28. <meta name="color:links" content="#00000" />
  29. <meta name="color:scrollbar" content="#00000" />
  30. <meta name="if:avatar" content="" />
  31. <meta name="if:sidebar image" content="" />
  32. <meta name="select:font" content="'Lato'" title="Lato" />
  33. <meta name="select:font" content="'Open Sans'" title="Open Sans" />
  34. <meta name="select:font size" content="10px" title="10px" />
  35. <meta name="select:font size" content="11px" title="11px" />
  36. <meta name="select:font size" content="12px" title="12px" />
  37. <meta name="select:font size" content="13px" title="13px" />
  38. <meta name="text:subtitle" content="subtitle" />
  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:accent};
  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:200px;
  167. margin-left:10%;
  168. margin-top:50px;
  169. height:auto;
  170. position:fixed;
  171. }
  172.  
  173. img#sidebar {
  174. height:auto;
  175. padding-bottom:20px;
  176. border-bottom:1px solid #eee;
  177. object-fit:cover;
  178. overflow:hidden;
  179. margin-bottom:15px;
  180. }
  181.  
  182. #title {
  183. padding-left:7px;
  184. padding-right:10px;
  185. color:{color:title};
  186. font-weight:bold;
  187. letter-spacing:.5px;
  188. font-size:calc({select:font size} + 1px);
  189. }
  190.  
  191. #title a {
  192. color:{color:title};
  193. transition:.4s ease;
  194. }
  195.  
  196. #title a:hover {
  197. letter-spacing:1px;
  198. }
  199.  
  200. #subtitle {
  201. padding-left:7px;
  202. padding-right:10px;
  203. color:{color:accent};
  204. margin-bottom:10px;
  205. }
  206.  
  207. #desc {
  208. padding-left:7px;
  209. line-height:14px;
  210. padding-right:10px;
  211. text-align:justify;
  212. }
  213.  
  214. #links {
  215. margin-top:20px;
  216. padding-top:15px;
  217. border-top:1px solid #eee;
  218. line-height:20px;
  219. -webkit-column-count:2;
  220. -moz-column-count:2;
  221. column-count:2;
  222. padding-left:7px;
  223. padding-right:10px;
  224. text-align:left;
  225. }
  226.  
  227. #links a {
  228. color:{color:links};
  229. display:block;
  230. transition:.4s ease;
  231. }
  232.  
  233. #links a:hover {
  234. color:{color:accent};
  235. padding-left:5px;
  236. }
  237.  
  238. .pagination, .pagination a {
  239. margin-top:20px;
  240. padding-left:3px;
  241. color:{color:accent};
  242. display:block;
  243. }
  244.  
  245. /*------POSTS-------*/
  246.  
  247. .container {
  248. width:500px;
  249. margin:auto;
  250. margin-bottom:100px;
  251. }
  252.  
  253. .posts {
  254. width:400px;
  255. float:right;
  256. margin-bottom:70px;
  257. transition: .5s ease;
  258. }
  259.  
  260. .posts img {
  261. width:350px;
  262. }
  263.  
  264. .texts {
  265. width:350px;
  266. padding:30px 15px 5px 0px;
  267. background:{color:content background};
  268. }
  269.  
  270. .texts img {
  271. max-width:300px;
  272. height:auto;
  273. }
  274.  
  275. .photo {
  276. width:350px;
  277. padding:45px 15px 5px 0px;
  278. background:{color:content background};
  279. }
  280.  
  281. .caption {
  282. width:350px;
  283. padding:0px 15px 0px 0px;
  284. background:{color:content background};
  285. }
  286.  
  287. .quote {
  288. width:350px;
  289. padding:45px 15px 5px 0px;
  290. background:{color:content background};
  291. }
  292.  
  293. .q {
  294. font-size:12px;
  295. font-weight:700;
  296. color:{color:title};
  297. }
  298.  
  299. .h1 {
  300. margin-top:10px;
  301. font-size:12px;
  302. font-weight:700;
  303. color:{color:title};
  304. }
  305.  
  306. .tumblr_parent {
  307. margin:10px 5px 0 -10px;
  308. border-left:none;
  309. }
  310.  
  311. .tumblr_blog {
  312. font-size:calc({select:font size} - 1px);
  313. margin-top:4px;
  314. }
  315.  
  316. .permalinks {
  317. border-top:1px solid #eee;
  318. margin-top:5px;
  319. width:350px;
  320. padding-top:10px;
  321. display:inline-block;
  322. background:{color:content background};
  323. font-size:calc({select:font size} - 1px);
  324. }
  325.  
  326. .permalinks icon {
  327. color:{color:accent};
  328. font-size:11px;
  329. padding-right:10px;
  330. }
  331.  
  332. .via {
  333. border-bottom:1px solid #eee;
  334. margin-top:10px;
  335. margin-bottom:-30px;
  336. width:350px;
  337. background:{color:content background};
  338. font-size:8px;
  339. vertical-align:top;
  340. padding-bottom:10px;
  341. text-transform:uppercase;
  342. letter-spacing:1px;
  343. color:{color:accent};
  344. text-align:right;
  345. right:10px;
  346. display:inline-block;
  347. }
  348.  
  349. .via a {
  350. padding-left:5px;
  351. display:inline-block;
  352. font-size:8px;
  353. }
  354.  
  355. .via i {
  356. font-size:{select:font size};
  357. }
  358.  
  359. img.portrait {
  360. height:30px;
  361. width:30px;
  362. float:right;
  363. border:1px solid #eee;
  364. border-radius:100%;
  365. }
  366.  
  367. .buttons {
  368. float:right;
  369. display:inline-block;
  370. font-size:15px;
  371. margin-top:-3px;
  372. margin-bottom:3px;
  373. }
  374.  
  375. .buttons a {
  376. color:{color:text};
  377. }
  378.  
  379. .custom-like-button *{cursor:pointer!important;}
  380. .custom-like-button {
  381. position:relative;
  382. display:inline-block;
  383. vertical-align:top;
  384. width:17px;
  385. font-size:14px;
  386. height:15px;
  387. margin:1px 4px;
  388. cursor:pointer;
  389. }
  390.  
  391. icon {
  392. color:{color:accent};
  393. margin-right:10px;
  394. font-weight:bold;
  395. font-size:13px;
  396. }
  397.  
  398. .like_button:hover + .our_button {color:red;}
  399. .like_button.liked + .our_button {color:red;}
  400. .like_button iframe {width:100%!important;height:100%!important;}
  401. .like_button {z-index:10;opacity:0;}
  402. .our_button {z-index:1;}
  403. .our_button,.like_button {
  404. position:absolute;
  405. top:0;
  406. left:0;
  407. width:100%;
  408. height:100%;
  409. }
  410.  
  411. .tags {
  412. margin-top:5px;
  413. text-transform:uppercase;
  414. font-size:8px;
  415. letter-spacing:1px;
  416. }
  417.  
  418. .tags a {
  419. padding-right:5px;
  420. }
  421.  
  422. .notes {
  423. width:350px;
  424. }
  425.  
  426. .asker {
  427. margin-top:40px;
  428. color:{color:accent};
  429. font-weight:normal;
  430. display:block;
  431. text-transform:uppercase;
  432. letter-spacing:1px;
  433. font-size:8px;
  434. margin-bottom:10px;
  435. }
  436.  
  437. .question {
  438. width:350px;
  439. font-weight:normal;
  440. display:block;
  441. padding-bottom:10px;
  442. margin-bottom:10px;
  443. border-bottom:1px solid #eee;
  444. }
  445.  
  446. .answer {
  447. width:350px;
  448. display:block;
  449. }
  450.  
  451. .answerer {
  452. font-size:calc({select:font size} - 1px);
  453. }
  454.  
  455. #n {bottom:20px;right:20px;position:fixed;font-size:10px;}
  456.  
  457. </style>
  458.  
  459. <script src="//code.jquery.com/jquery-2.2.4.min.js"></script>
  460.  
  461. <script src="http://static.tumblr.com/wgg6svp/OoTofxa0c/unnest.min.js"></script>
  462.  
  463. <script> $(function(){ $('.posts').unnest({
  464. yourCaption: ".caption", //your caption selector, the div wrapping {Caption}
  465. wrapName: ".tumblr_parent", //the name of the captions’ new wrapper
  466. newCaptionUsername: true, //if the user adds a new caption, following a series of captions, show their username above the caption
  467. originalPostCaptionUsername: true, //for the original captions, or a user-added caption that previously didn’t have any, have their username on it
  468. tumblrAvatars: false, //”dashboard style” caption, have the avatar of the blog next to the username
  469. tumblrAvatarClass: ".tumblr_avatar", //class of the avatar next to the username
  470. usernameColon: false //if turned to false, removes the colon at the end of usernames
  471. }); }); </script>
  472.  
  473. <body>
  474.  
  475. <div id="side">
  476. {block:ifSidebarImage}
  477. <img id="sidebar" src="{image:sidebar}">
  478. {/block:ifSidebarImage}
  479. <div id="title"><a href="/">{Title}</a></div>
  480. <div id="subtitle">{text:subtitle}</div>
  481. <div id="desc">
  482. {Description}
  483. </div>
  484. <div id="links">
  485. <a href="/">home</a>
  486. <a href="/ask">mail</a>
  487. <a href="/archive">map</a>
  488. <a href="{text:link 1 url}">{text:link 1}</a>
  489. <a href="{text:link 2 url}">{text:link 2}</a>
  490. <a href="{text:link 3 url}">{text:link 3}</a>
  491. </div>
  492. <div class="pagination">
  493. {block:Pagination}
  494. {block:NextPage}
  495. <a href="{nextPage}">forth</a>
  496. {/block:NextPage}
  497. {block:PreviousPage}
  498. <a href="{PreviousPage}">back</a>
  499. {/block:PreviousPage}
  500. {/block:Pagination}
  501. </div>
  502. </div>
  503.  
  504. <div class="container">
  505. {block:Posts}
  506.  
  507. <div class="posts">
  508.  
  509. {block:RebloggedFrom}
  510. <div class="via">
  511. <a href="{ReblogParentURL}">{ReblogParentName}</a> <i class="oi oi-refresh"></i> {Name}</div>
  512. {block:ifAvatar}
  513. <img class="portrait" src="{image:avatar}">
  514. {/block:ifAvatar}
  515. {/block:RebloggedFrom}
  516.  
  517. {block:Text}<div class="texts">{block:Title}<div class="h1">{Title}</div>{/block:Title}<div class="caption">{Body}</div></div>{/block:Text}
  518.  
  519. {block:Photo}
  520. <div class="photo"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></div>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photo}
  521.  
  522. {block:Photoset}<div class="photo">{Photoset}</div>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photoset}
  523.  
  524. {block:Quote}<div class="quote"><div class="h1">"{Quote}"</div>{block:Source}{Source}{/block:Source}</div>{/block:Quote}
  525.  
  526. {block:Link}<div class="texts"><a href="{URL}" class="link" {Target}>{Name}</a>{block:Description}{Description}{/block:Description}</div>{/block:Link}
  527.  
  528. {block:Chat}<div class="texts">{block:Title}{Title}</a>{/block:Title}
  529. {block:Lines}<li>{block:Label}{Label}{/block:Label}{Line}</li>{/block:Lines}</div>{/block:Chat}
  530.  
  531. {block:Video}<div class="text">{Video-500}{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  532.  
  533. {block:Audio}<div class="texts">{AudioEmbed}{block:Caption}{Caption}{/block:Caption}</div>{/block:Audio}
  534.  
  535. {block:Answer}<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>{/block:Answer}<div class="caption">{Replies}</div>
  536.  
  537. {block:Date}
  538. <div class="permalinks">
  539. {block:PermaLinkPage}
  540. <a href="{PermaLink}">{TimeAgo}, </a>{/block:PermaLinkPage}
  541. <a href="{PermaLink}">{NoteCountWithLabel}</a>
  542. <div class="buttons">
  543. <div class="custom-like-button">{LikeButton}
  544. <span class="our_button"><i class="oi oi-heart"></i></span>
  545. </div>
  546. <a href="{ReblogURL}"><i class="oi oi-refresh"></i></a>
  547. </div>
  548. </div>
  549. {/block:Date}
  550.  
  551. {block:HasTags}
  552. <div class="tags">
  553. <icon><i class="fa fa-bookmark-o" aria-hidden="true"></i></icon>{block:Tags}<a href="{TagUrl}">{Tag} </a>{/block:Tags}</div>
  554. {/block:HasTags}
  555.  
  556. {block:PostNotes}
  557. <div class="notes">{PostNotes}</div>
  558. {/block:PostNotes}
  559.  
  560. {block:ContentSource}
  561. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  562. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  563. {/block:SourceLogo}
  564. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  565. {/block:ContentSource}
  566.  
  567. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  568.  
  569. </div>
  570.  
  571. {/block:Posts}
  572.  
  573. </div>
  574.  
  575. <div id="n"><a href="https://02px.tumblr.com">02</a></div>
  576.  
  577. </body>
  578. </html>
Advertisement
Add Comment
Please, Sign In to add comment