Advertisement
the49thname

Theme 16: Jealous Gods (dark version)

Jun 22nd, 2019
2,686
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.58 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <head>
  4.  
  5. <!-- theme 16: jealous gods (dark ver) / ver 1.1 (updated 03/09/19)
  6.  
  7. themes by ro (the49thname) / the49ththeme.tumblr.com
  8. tumblr controls fix by cyantists @ tumblr
  9. unnest captions script by magnusthemes & neothm @ tumblr
  10. pxu photoset script by shythemes @ tumblr / pixelunion @ github
  11. masonry script by shythemes @ tumblr
  12. don't remove the credit, use as a base code, or claim as your own work.
  13. edit as much as you want, and feel free to send me any queries/problems.
  14.  
  15. -->
  16.  
  17. <title>{Title}</title>
  18.  
  19. <link rel="shortcut icon" href="{Favicon}">
  20.  
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22.  
  23. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  24.  
  25. <!-- colour options -->
  26.  
  27. <meta name="color:background" content="#222"/>
  28. <meta name="color:scrollbar" content="#a77dc2"/>
  29. <meta name="color:nav links" content="#fff"/>
  30. <meta name="color:nav links hover" content="#a77dc2"/>
  31. <meta name="color:enter bg" content="#a77dc2"/>
  32. <meta name="color:text" content="#fff"/>
  33. <meta name="color:bold" content="#a77dc2"/>
  34. <meta name="color:italic" content="#cab1da"/>
  35. <meta name="color:underline" content="#fff"/>
  36. <meta name="color:link" content="#a77dc2"/>
  37. <meta name="color:link hover" content="#fff"/>
  38. <meta name="color:h1 text" content="#a77dc2"/>
  39. <meta name="color:border" content="#fff"/>
  40. <meta name="color:perma link" content="#a77dc2"/>
  41. <meta name="color:perma link hover" content="#fff"/>
  42. <meta name="color:tags" content="#fff"/>
  43. <meta name="color:tags hover" content="#a77dc2"/>
  44. <meta name="color:tooltip text" content="#000"/>
  45. <meta name="color:tooltip bg" content="#a77dc2"/>
  46. <meta name="color:selection text" content="#000"/>
  47. <meta name="color:selection bg" content="#a77dc2"/>
  48.  
  49. <!-- image options -->
  50.  
  51. <meta name="image:bg" content=""/>
  52. <meta name="image:header icon" content="//66.media.tumblr.com/bb034070ed32f4fe20b66fa7b437afb8/tumblr_inline_ptgljlwMoP1ua3owt_1280.png"/>
  53. <meta name="image:sidebar icon" content="//66.media.tumblr.com/2a93613d574b1ec103a180ee91774728/tumblr_inline_ptgljk8s5d1ua3owt_1280.png"/>
  54.  
  55. <!-- text options -->
  56.  
  57. <meta name="text:link 1" content="link 1"/>
  58. <meta name="text:link 1 url" content=""/>
  59. <meta name="text:link 2" content="link 2"/>
  60. <meta name="text:link 2 url" content=""/>
  61.  
  62. <!-- toggle options -->
  63.  
  64. <meta name="if:show header" content="1"/>
  65. <meta name="if:show captions" content="1"/>
  66. <meta name="if:show like reblog buttons" content="1"/>
  67. <meta name="if:show tags" content="1"/>
  68.  
  69. <!-- fonts -->
  70.  
  71. <link href="//fonts.googleapis.com/css?family=Roboto|Roboto+Condensed" rel="stylesheet">
  72.  
  73. <!-- font awesome script -->
  74.  
  75. <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/all.min.css">
  76.  
  77. <!-- pxu photosets css -->
  78.  
  79. <link href="//static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  80.  
  81. <style type="text/css">
  82.  
  83. iframe.tmblr-iframe {
  84. top:0!important;
  85. right:0!important;
  86. transform:scale(0.8);
  87. transform-origin:100% 0;
  88. -webkit-transform:scale(0.8);
  89. -webkit-transform-origin:100% 0;
  90. -o-transform:scale(0.8);
  91. -o-transform-origin:100% 0;
  92. -moz-transform:scale(0.8);
  93. -moz-transform-origin:100% 0;
  94. -ms-transform:scale(0.8);
  95. -ms-transform-origin:100% 0;
  96. z-index:99999999999999!important;
  97. }
  98.  
  99. ::-webkit-scrollbar-thumb {
  100. position:relative;
  101. height:auto;
  102. background-color:{color:scrollbar};
  103. z-index:9999;
  104. }
  105.  
  106. ::-webkit-scrollbar {
  107. width:5px;
  108. height:5px;
  109. background-color:{color:background};
  110. }
  111.  
  112. /* basics */
  113.  
  114. * {margin:0;padding:0;box-sizing:border-box;}
  115.  
  116. @media only screen and (max-width: 1019px) {
  117. html, body {height:100%;}
  118. }
  119.  
  120. body {
  121. color:{color:text};
  122. background-color:{color:background};
  123. font-family:'Roboto', sans-serif;
  124. font-size:10px;
  125. line-height:14px;
  126. letter-spacing:1px;
  127. text-align:justify;
  128. word-wrap:break-word;
  129. background-image:url('{image:bg}');
  130. background-position:left top;
  131. background-attachment:fixed;
  132. background-repeat:repeat;
  133. }
  134.  
  135. small {font-size:9px;}
  136.  
  137. pre {
  138. margin:0 10px;
  139. padding:5px;
  140. border:1px solid {color:border};
  141. word-wrap:break-word;
  142. white-space:pre-wrap;
  143. white-space:-moz-pre-wrap;
  144. white-space:-pre-wrap;
  145. white-space:-o-pre-wrap;
  146. }
  147.  
  148. blockquote {
  149. margin:5px 0 5px 20px;
  150. padding:2px 0 2px 5px;
  151. border-left:1px solid {color:border};
  152. }
  153.  
  154. b, strong {color:{color:bold};}
  155.  
  156. i, em {color:{color:italic};}
  157.  
  158. u {color:{color:underline};text-transform:none;}
  159.  
  160. a {
  161. color:{color:link};
  162. text-transform:uppercase;
  163. text-decoration:none;
  164. -moz-transition-duration:1s;
  165. -webkit-transition-duration:1s;
  166. -o-transition-duration:1s;
  167. }
  168.  
  169. a:hover {
  170. color:{color:link hover};
  171. -moz-transition-duration:1s;
  172. -webkit-transition-duration:1s;
  173. -o-transition-duration:1s;
  174. }
  175.  
  176. p {margin:10px;}
  177. p:empty {display:none;}
  178. p img {margin-left:0!important;}
  179.  
  180. hr {width:200px;margin:0 auto;border-top:1px solid {color:border};}
  181.  
  182. /* header */
  183.  
  184. #headercont {
  185. {block:ifnotshowheader}display:none;{/block:ifnotshowheader}
  186. {block:PermalinkPage}display:none;{/block:PermalinkPage}
  187. }
  188.  
  189. #header {width:100%;height:100vh;}
  190.  
  191. #headerinfo {
  192. position:absolute;
  193. top:calc(50vh - 130px);
  194. left:calc(50vw - 250px);
  195. width:500px;
  196. height:192px;
  197. padding-right:20px;
  198. background-color:rgba(0, 0, 0, 0.4);
  199. border:1px solid {color:border};
  200. overflow:auto;
  201. -webkit-transition:all ease 0.8s;
  202. -moz-transition:all ease 0.8s;
  203. -o-transition:all ease 0.8s;
  204. transition:all ease 0.8s;
  205. }
  206.  
  207. #headerinfo:hover {background-color:rgba(0, 0, 0, 1);}
  208.  
  209. #headericon {
  210. float:left;
  211. width:150px;
  212. height:150px;
  213. margin:20px;
  214. }
  215.  
  216. #headericon img {
  217. width:150px;
  218. height:150px;
  219. border-radius:50%;
  220. opacity:1;
  221. -moz-transition-duration:1s;
  222. -webkit-transition-duration:1s;
  223. -o-transition-duration:1s;
  224. }
  225.  
  226. #headericon img:hover {
  227. cursor:help;
  228. opacity:0.6;
  229. -moz-transition-duration:1s;
  230. -webkit-transition-duration:1s;
  231. -o-transition-duration:1s;
  232. }
  233.  
  234. #headertitle {
  235. position:relative;
  236. margin:30px 0 20px 0;
  237. font-family:'Roboto Condensed', sans-serif;
  238. font-size:25px;
  239. line-height:25px;
  240. letter-spacing:3px;
  241. text-align:center;
  242. text-transform:uppercase;
  243. }
  244.  
  245. #headernav {margin-bottom:15px;text-align:center;}
  246.  
  247. #headernav a {
  248. display:inline-block;
  249. margin:0 5px 5px 5px;
  250. padding:0 3px 8px 3px;
  251. color:{color:nav links};
  252. border-bottom:1px solid {color:nav links};
  253. }
  254.  
  255. #headernav a:hover {
  256. color:{color:nav links hover};
  257. border-bottom:1px solid {color:nav links hover};
  258. letter-spacing:3px;
  259. }
  260.  
  261. #headerdesc {text-transform:uppercase;padding-bottom:10px;}
  262.  
  263. #scroll {
  264. position:absolute;
  265. bottom:10vh;
  266. left:calc(50% - 100px);
  267. width:200px;
  268. padding:20px;
  269. color:{color:text};
  270. border:1px solid {color:border};
  271. font-size:30px;
  272. text-align:center;
  273. background-color:rgba(0, 0, 0, 0.4);
  274. box-shadow:inset 0 0 0 0 {color:enter bg};
  275. -webkit-transition:all ease 0.8s;
  276. -moz-transition:all ease 0.8s;
  277. -o-transition:all ease 0.8s;
  278. transition:all ease 0.8s;
  279. }
  280.  
  281. #scroll:hover {color:{color:text};box-shadow:inset 0 100px 0 0 {color:enter bg};}
  282.  
  283. /* sidebar */
  284.  
  285. @media only screen and (max-width: 1019px) {
  286. #sidebarcont {display:none;}
  287. #footercont {display:block;}
  288. #paginationtwo {display:block;}
  289. }
  290.  
  291. @media only screen and (min-width: 1020px) {
  292. #sidebarcont {display:block;}
  293. #footercont {display:none;}
  294. #paginationtwo {display:none;}
  295. }
  296.  
  297. #sidebarcont {
  298. {block:IndexPage}
  299. {block:ifnotshowheader}
  300. position:fixed;
  301. top:calc(50% - 115px);
  302. {/block:ifnotshowheader}
  303. {block:ifshowheader}
  304. position:absolute;
  305. top:calc(100vh + 50% - 115px);
  306. {/block:ifshowheader}
  307. height:230px;
  308. {/block:IndexPage}
  309. {block:PermalinkPage}
  310. position:fixed;
  311. top:calc(50% - 87px);
  312. height:174px;
  313. {/block:PermalinkPage}
  314. left:70px;
  315. width:270px;
  316. z-index:99;
  317. }
  318.  
  319. .sticky {position:fixed!important;top:calc(50% - 115px)!important;}
  320.  
  321. #sidebar {
  322. width:270px;
  323. height:174px;
  324. background-color:rgba(0, 0, 0, 0.4);
  325. border:1px solid {color:border};
  326. -webkit-transition:all ease 0.8s;
  327. -moz-transition:all ease 0.8s;
  328. -o-transition:all ease 0.8s;
  329. transition:all ease 0.8s;
  330. overflow:auto;
  331. }
  332.  
  333. #sidebar:hover {background-color:rgba(0, 0, 0, 1);}
  334.  
  335. #sidebaricon {
  336. position:relative;
  337. float:left;
  338. width:50px;
  339. height:50px;
  340. margin:12px 10px 10px 15px;
  341. z-index:9;
  342. }
  343.  
  344. #sidebaricon img {
  345. width:50px;
  346. height:50px;
  347. border-radius:50%;
  348. opacity:1;
  349. -moz-transition-duration:1s;
  350. -webkit-transition-duration:1s;
  351. -o-transition-duration:1s;
  352. }
  353.  
  354. #sidebaricon img:hover {
  355. cursor:help;
  356. opacity:0.6;
  357. -moz-transition-duration:1s;
  358. -webkit-transition-duration:1s;
  359. -o-transition-duration:1s;
  360. }
  361.  
  362. #sidebartitle {
  363. position:relative;
  364. width:250px;
  365. min-height:75px;
  366. margin:0 auto 10px auto;
  367. padding:30px 0 10px 0;
  368. border-bottom:1px solid {color:border};
  369. font-family:'Roboto Condensed', sans-serif;
  370. font-size:15px;
  371. line-height:15px;
  372. letter-spacing:2px;
  373. text-align:center;
  374. text-transform:uppercase;
  375. }
  376.  
  377. #sidebarnav {width:250px;margin:0 auto 10px auto;text-align:center;}
  378.  
  379. #sidebarnav a {display:inline-block;padding:0 5px;color:{color:nav links};}
  380.  
  381. #sidebarnav a:hover {color:{color:nav links hover};}
  382.  
  383. #sidebardesc {
  384. width:250px;
  385. margin:0 auto 10px auto;
  386. padding-top:10px;
  387. border-top:1px solid {color:border};
  388. text-transform:uppercase;
  389. }
  390.  
  391. #pagination {width:270px;margin-top:20px;font-size:15px;text-align:center;}
  392.  
  393. #pagination a {
  394. display:inline-block;
  395. margin:0 10px;
  396. padding:10px;
  397. border:1px solid {color:border};
  398. background-color:rgba(0, 0, 0, 0.4);
  399. -webkit-transition:all ease 0.8s;
  400. -moz-transition:all ease 0.8s;
  401. -o-transition:all ease 0.8s;
  402. transition:all ease 0.8s;
  403. }
  404.  
  405. #pagination a:hover {background-color:rgba(0, 0, 0, 1);}
  406.  
  407. #paginationtwo {
  408. position:relative;
  409. width:540px;
  410. margin:40px auto 0 auto;
  411. color:{color:nav links};
  412. font-size:25px;
  413. text-align:center;
  414. }
  415.  
  416. #paginationtwo a {
  417. display:inline-block;
  418. margin:0 20px;
  419. color:{color:nav links};
  420. }
  421.  
  422. #paginationtwo a:hover {color:{color:nav links hover};}
  423.  
  424. /* footer */
  425.  
  426. #footercont {
  427. position:relative;
  428. width:100%;
  429. height:100px;
  430. background-color:rgba(0, 0, 0, 0.4);
  431. border-top:1px solid {color:border};
  432. -webkit-transition:all ease 0.8s;
  433. -moz-transition:all ease 0.8s;
  434. -o-transition:all ease 0.8s;
  435. transition:all ease 0.8s;
  436. }
  437.  
  438. #footercont:hover {background-color:rgba(0, 0, 0, 1);}
  439.  
  440. #footerinfo {width:550px;height:80px;margin:10px auto;overflow:hidden;}
  441.  
  442. #footerinfo div {display:inline-block;}
  443.  
  444. #footericon {
  445. width:95px;
  446. height:80px;
  447. margin-right:10px;
  448. padding-right:15px;
  449. border-right:1px solid {color:border};
  450. }
  451.  
  452. #footericon img {width:80px;height:80px;border-radius:50%;}
  453.  
  454. #footerdesc {
  455. width:250px;
  456. height:80px;
  457. padding:15px 15px 5px 5px;
  458. border-right:1px solid {color:border};
  459. text-transform:uppercase;
  460. overflow:auto;
  461. }
  462.  
  463. #footernav {
  464. width:180px;
  465. height:80px;
  466. padding-top:15px;
  467. text-align:center;
  468. overflow:auto;
  469. }
  470.  
  471. #footernav a {display:inline-block;margin:5px 10px;color:{color:nav links};}
  472.  
  473. #footernav a:hover {color:{color:nav links hover};}
  474.  
  475. /* posts */
  476.  
  477. #themecontainer {
  478. position:relative;
  479. width:100%;
  480. min-height:100vh;
  481. padding:80px 0;
  482. }
  483.  
  484. @media only screen and (max-width: 1019px) {
  485. #container {width:540px;margin:0 auto;}
  486.  
  487. .posts {
  488. {block:IndexPage}
  489. position:relative!important;
  490. top:inherit!important;
  491. left:inherit!important;
  492. margin:0 auto 80px auto;
  493. {/block:IndexPage}
  494. {block:PermalinkPage}
  495. margin:0 auto 40px auto;
  496. {/block:PermalinkPage}
  497. }
  498. }
  499.  
  500. @media only screen and (min-width: 1020px) and (max-width: 1719px) {
  501. #container {width:540px;margin-left:410px;}
  502.  
  503. .posts {
  504. {block:IndexPage}
  505. position:relative!important;
  506. top:inherit!important;
  507. left:inherit!important;
  508. margin:0 auto 80px auto;
  509. {/block:IndexPage}
  510. {block:PermalinkPage}
  511. margin:0 auto 40px auto;
  512. {/block:PermalinkPage}
  513. }
  514. }
  515.  
  516. @media only screen and (min-width: 1720px) {
  517. #container {
  518. {block:IndexPage}width:calc(100% - 410px);{/block:IndexPage}
  519. {block:PermalinkPage}width:540px;{/block:PermalinkPage}
  520. margin-left:410px;
  521. }
  522.  
  523. .posts {
  524. {block:IndexPage}
  525. float:left;
  526. opacity:0;
  527. z-index:-1;
  528. margin:0 40px 80px 40px;
  529. {/block:IndexPage}
  530. {block:PermalinkPage}
  531. margin:0 auto 40px auto;
  532. {/block:PermalinkPage}
  533. }
  534. }
  535.  
  536. .posts {
  537. width:540px;
  538. padding:20px;
  539. background-color:rgba(0, 0, 0, 0.4);
  540. border:1px solid {color:border};
  541. -webkit-transition:all ease 0.8s;
  542. -moz-transition:all ease 0.8s;
  543. -o-transition:all ease 0.8s;
  544. transition:all ease 0.8s;
  545. }
  546.  
  547. .posts:hover {background-color:rgba(0, 0, 0, 1);}
  548.  
  549. .topbar {
  550. width:500px;
  551. height:40px;
  552. margin-bottom:10px;
  553. border-bottom:1px solid {color:border};
  554. {block:PermalinkPage}display:none;{/block:PermalinkPage}
  555. }
  556.  
  557. .postinfo {
  558. padding-top:10px;
  559. font-size:12px;
  560. letter-spacing:3px;
  561. text-align:center;
  562. text-transform:uppercase;
  563. }
  564.  
  565. .postinfo a {color:{color:text};}
  566. .postinfo a:hover {color:{color:link};}
  567.  
  568. /* posts - text */
  569.  
  570. .text {padding:1px 0;}
  571.  
  572. .caption {
  573. {block:ifnotshowcaptions}
  574. {block:IndexPage}display:none;{/block:IndexPage}
  575. {/block:ifnotshowcaptions}
  576. margin-top:5px;
  577. }
  578.  
  579. .tumblr_parent {
  580. margin:0;
  581. padding:1px 0;
  582. background-color:{color:post bg};
  583. border-left:none;
  584. border-top:1px solid {color:border};
  585. }
  586.  
  587. .tumblr_parent:first-child {border-top:none;}
  588.  
  589. .tumblr_avatar {
  590. display:inline-block;
  591. vertical-align:middle;
  592. width:25px;
  593. height:25px;
  594. margin:15px 10px 0 10px;
  595. border-radius:50%;
  596. }
  597.  
  598. .tumblr_parent a.tumblr_blog {display:inline-block;vertical-align:-8px;}
  599.  
  600. .tcap .tumblr_parent:first-child .tumblr_avatar {margin-top:0px;}
  601. .tcap .tumblr_parent:first-child a.tumblr_blog {vertical-align:-1px;}
  602.  
  603. .posts ul, ol {margin-left:15px;padding:0!important;}
  604.  
  605. .posts li {margin:0 10px;}
  606.  
  607. .posts h1 {
  608. color:{color:h1 text};
  609. padding:10px;
  610. font-size:14px;
  611. font-family:'Roboto', sans-serif;
  612. text-align:left;
  613. text-transform:uppercase;
  614. letter-spacing:1px;
  615. }
  616.  
  617. .posts h1 a {color:{color:link};}
  618. .posts h1 a:hover {color:{color:text};}
  619.  
  620. .unnest h1, .text h1 {color:{color:text};margin:10px 0 5px 10px;}
  621.  
  622. /* posts - embeds */
  623.  
  624. .posts img:not(.tumblr_avatar), .posts iframe:not(.like_toggle) {
  625. display:block;
  626. vertical-align:middle;
  627. max-width:500px;
  628. }
  629.  
  630. .posts img:not(.tumblr_avatar) {height:auto;}
  631.  
  632. .text img, .tumblr_parent img:not(.tumblr_avatar),
  633. .text iframe, .tumblr_parent iframe, .text video, .tumblr_parent video {
  634. max-width:calc(500px - 20px)!important;
  635. margin-left:10px;
  636. margin-bottom:10px;
  637. }
  638.  
  639. .tumblr_parent img:not(.tumblr_avatar), .tumblr_parent iframe, .tumblr_parent video {
  640. margin-top:10px;
  641. margin-bottom:10px;
  642. }
  643.  
  644. blockquote:not(.tumblr_parent) img,
  645. blockquote:not(.tumblr_parent) iframe,
  646. blockquote:not(.tumblr_parent) video {
  647. max-width:calc(100% - 20px)!important;
  648. margin:0 0 0 10px!important;
  649. }
  650.  
  651. iframe#ask_form {max-width:500px!important;margin:0;}
  652.  
  653. iframe#submit_form {margin-bottom:10px;}
  654.  
  655. /* posts - quotes */
  656.  
  657. h2 {
  658. margin:0;
  659. padding:10px;
  660. text-align:center;
  661. font-size:14px;
  662. word-spacing:2px;
  663. line-height:17px;
  664. text-transform:uppercase;
  665. font-family:'Roboto', sans-serif;
  666. }
  667.  
  668. #source {padding:0 10px 10px 10px;text-align:center;}
  669.  
  670. /* posts - chats */
  671.  
  672. #chat ol {margin:0;}
  673.  
  674. .line {list-style:none;padding:5px 0;}
  675.  
  676. .line:first-child {padding-top:10px;}
  677. .line:last-child {padding-bottom:7px;}
  678.  
  679. .label {font-weight:bold;}
  680.  
  681. /* posts - photos */
  682.  
  683. #pphotos img {width:500px!important;}
  684.  
  685. /* posts - audio */
  686.  
  687. #audio {
  688. height:100px;
  689. font-family:'Roboto Condensed', sans-serif;
  690. font-size:10px;
  691. line-height:25px;
  692. }
  693.  
  694. #albumart {
  695. float:left;
  696. width:90px;
  697. height:90px;
  698. margin:5px 20px 0 10px;
  699. }
  700.  
  701. #albumart img {width:90px;height:90px;border-radius:50%;}
  702.  
  703. #audioplayerbg {
  704. position:absolute;
  705. width:90px;
  706. height:90px;
  707. margin:5px 10px 0 10px;
  708. padding:10px;
  709. background-color:#fff;
  710. border-radius:50%;
  711. opacity:0.5;
  712. -moz-transition-duration:1s;
  713. -webkit-transition-duration:1s;
  714. -o-transition-duration:1s;
  715. }
  716.  
  717. #audioplayerbg:hover {
  718. opacity:0.4;
  719. -moz-transition-duration:1s;
  720. -webkit-transition-duration:1s;
  721. -o-transition-duration:1s;
  722. }
  723.  
  724. #audioplayer {
  725. width:30px;
  726. height:30px;
  727. margin:20px auto;
  728. overflow:hidden;
  729. }
  730.  
  731. #audioinfo {
  732. height:100px;
  733. padding:0 10px;
  734. background-color:{color:h1 bg};
  735. text-transform:uppercase;
  736. text-align:left;
  737. overflow-x:auto;
  738. overflow-y:hidden;
  739. }
  740.  
  741. .audiocaption {margin-top:10px;border-top:1px solid {color:border};}
  742.  
  743. .audiocaption:empty {display:none;}
  744.  
  745. /* posts - asks */
  746.  
  747. #askcont {
  748. height:74px;
  749. margin-bottom:5px;
  750. border-bottom:1px solid {color:border};
  751. overflow:auto;
  752. }
  753.  
  754. #askericon {
  755. position:relative;
  756. float:left;
  757. width:64px;
  758. height:64px;
  759. margin:0 20px 0 10px;
  760. z-index:99;
  761. }
  762.  
  763. #askericon img {
  764. width:64px;
  765. height:64px;
  766. border-radius:50%;
  767. opacity:1;
  768. -moz-transition-duration:1s;
  769. -webkit-transition-duration:1s;
  770. -o-transition-duration:1s;
  771. }
  772.  
  773. #askericon img:hover {
  774. opacity:0.5;
  775. -moz-transition-duration:1s;
  776. -webkit-transition-duration:1s;
  777. -o-transition-duration:1s;
  778. }
  779.  
  780. #asker {
  781. position:relative;
  782. margin-top:10px;
  783. font-size:15px;
  784. font-family:'Roboto', sans-serif;
  785. text-transform:uppercase;
  786. }
  787.  
  788. #ask {padding:10px;}
  789.  
  790. #replier {
  791. margin:15px 0;
  792. font-size:15px;
  793. font-family:'Roboto', sans-serif;
  794. text-align:center;
  795. text-transform:uppercase;
  796. }
  797.  
  798. .answer img:first-child {margin-top:10px;}
  799.  
  800. .replies {margin-top:5px;}
  801. .replies:empty {display:none;}
  802.  
  803. /* perma */
  804.  
  805. #perma {
  806. margin-top:5px;
  807. padding:15px 10px 0 10px;
  808. border-top:1px solid {color:border};
  809. letter-spacing:2px;
  810. text-align:center;
  811. }
  812.  
  813. .buttons {
  814. display:inline-block;
  815. width:30px;
  816. height:30px;
  817. margin:0 10px;
  818. }
  819.  
  820. .buttons img {
  821. display:inline-block!important;
  822. width:30px;
  823. height:30px;
  824. border-radius:50%;
  825. vertical-align:initial!important;
  826. }
  827.  
  828. #reblogicon img, #sourceicon img {
  829. opacity:1;
  830. -moz-transition-duration:1s;
  831. -webkit-transition-duration:1s;
  832. -o-transition-duration:1s;
  833. }
  834.  
  835. #reblogicon img:hover, #sourceicon img:hover {
  836. opacity:0.5;
  837. -moz-transition-duration:1s;
  838. -webkit-transition-duration:1s;
  839. -o-transition-duration:1s;
  840. }
  841.  
  842. #likebutton, #reblogbutton {
  843. width:30px;
  844. height:30px;
  845. vertical-align:bottom;
  846. -moz-transition-duration:1s;
  847. -webkit-transition-duration:1s;
  848. -o-transition-duration:1s;
  849. }
  850.  
  851. #likebutton:hover, #reblogbutton:hover {
  852. cursor:pointer;
  853. -moz-transition-duration:1s;
  854. -webkit-transition-duration:1s;
  855. -o-transition-duration:1s;
  856. }
  857.  
  858. {block:PermalinkPage}
  859. #perma a {color:{color:perma link};font-size:9px;padding:5px;}
  860. #perma a:first-child {padding-left:0;}
  861. #perma a:hover {color:{color:perma link hover};}
  862. {/block:PermalinkPage}
  863.  
  864. #tags {margin-top:10px;text-align:center;text-transform:uppercase;}
  865.  
  866. #tags a {
  867. padding:0 5px;
  868. color:{color:tags};
  869. font-size:9px;
  870. text-transform:none;
  871. }
  872.  
  873. #tags a:first-child {padding-left:0;}
  874. #tags a:last-child {padding-right:0;}
  875.  
  876. #tags a:hover {color:{color:tags hover};}
  877.  
  878. /* notes */
  879.  
  880. ol.notes {
  881. list-style-type:none;
  882. margin:15px 0 0 0;
  883. border-top:1px solid {color:border};
  884. text-align:left;
  885. }
  886.  
  887. ol.notes li.note {margin:5px;padding:15px 10px 0 10px;line-height:14px;}
  888.  
  889. ol.notes li.note:last-child {padding-bottom:10px;}
  890.  
  891. ol.notes li.note img.avatar {
  892. float:left;
  893. width:20px;
  894. height:20px;
  895. margin:-5px 15px 0 0;
  896. border-radius:50%;
  897. }
  898.  
  899. ol.notes li.note blockquote {padding:2px 5px;margin:5px 0 0 35px;}
  900.  
  901. /* extras */
  902.  
  903. #s-m-t-tooltip {
  904. display:block;
  905. color:{color:tooltip text};
  906. background:{color:tooltip bg};
  907. border:1px solid {color:tooltip text};
  908. max-width:150px;
  909. margin:24px 14px 7px 12px;
  910. padding:2px 5px 2px 5px;
  911. font-size:9px;
  912. line-height:11px;
  913. font-family:'Roboto Condensed', sans-serif;
  914. text-align:left;
  915. text-transform:uppercase;
  916. word-wrap:break-word;
  917. z-index:9999999999;
  918. }
  919.  
  920. ::selection {color:{color:selection text};background:{color:selection bg};}
  921.  
  922. /* credit - do not remove, alter, or move to another page */
  923.  
  924. #credit {
  925. position:fixed;
  926. bottom:14px;
  927. right:10px;
  928. text-align:center;
  929. z-index:9999;
  930. }
  931.  
  932. #credit a {
  933. color:{color:background};
  934. background-color:{color:scrollbar};
  935. padding:4px;
  936. font-size:10px;
  937. }
  938.  
  939. #credit a:hover {color:{color:scrollbar};background-color:{color:background};}
  940.  
  941. </style>
  942. </head>
  943. <body>
  944.  
  945. <div id="headercont">
  946. <div id="header">
  947. <div id="headerinfo">
  948. <div id="headericon"><a href="/" title="return home"><img src="{image:header icon}" alt="header icon"/></a></div>
  949. <div id="headertitle">{Title}</div>
  950. <div id="headernav">
  951. <a href="/">Home</a>
  952. <a href="/ask">Ask</a>
  953. <a href="/archive">Past</a>
  954. <a href="{text:Link 1 URL}">{text:Link 1}</a>
  955. <a href="{text:Link 2 URL}">{text:Link 2}</a>
  956. </div>
  957. <div id="headerdesc">{Description}</div>
  958. </div>
  959. <a id="scroll" href="#">Enter</a>
  960. </div>
  961. </div>
  962.  
  963. <div id="sidebarcont">
  964. <div id="sidebar">
  965. <div id="sidebaricon"><a href="/" title="return home"><img src="{image:sidebar icon}" alt="sidebar icon"/></a></div>
  966. <div id="sidebartitle">{Title}</div>
  967. <div id="sidebarnav">
  968. <a href="/">Home</a>
  969. <a href="/ask">Ask</a>
  970. <a href="/archive">Archive</a>
  971. <a href="{text:Link 1 URL}">{text:Link 1}</a>
  972. <a href="{text:Link 2 URL}">{text:Link 2}</a>
  973. </div>
  974. <div id="sidebardesc">{Description}</div>
  975. </div>
  976. {block:Pagination}
  977. <div id="pagination">
  978. {block:PreviousPage}<a href="{PreviousPage}">Back</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">Forth</a>{/block:NextPage}
  979. </div>
  980. {/block:Pagination}
  981. </div>
  982.  
  983. <div id="themecontainer">
  984. <div id="container">
  985. {block:Posts}
  986. <div class="posts">
  987.  
  988. <div class="topbar">
  989. <div class="postinfo"><a href="{Permalink}" title="{block:Date}{TimeAgo}{/block:Date}">{PostType} - {NoteCountwithLabel} - {DayofMonth}{DayofMonthSuffix} {Month} {Year}</a></div>
  990. </div>
  991.  
  992. {block:Text}
  993. {block:RebloggedFrom}
  994. {block:Title}<h1>{Title}</h1>{/block:Title}
  995. <div class="unnest tcap">{Body}</div>
  996. {/block:RebloggedFrom}
  997. {block:NotReblog}
  998. {block:Title}<h1>{Title}</h1>{/block:Title}
  999. <div class="text">{Body}</div>
  1000. {/block:NotReblog}
  1001. {/block:Text}
  1002.  
  1003. {block:Quote}
  1004. <div class="text"><h2>&quot;{Quote}&quot;</h2>
  1005. {block:Source}<div id="source">{Source}</div>{/block:Source}</div>
  1006. {/block:Quote}
  1007.  
  1008. {block:Link}
  1009. <h1><a href="{URL}"><< {Name} >></a></h1>
  1010. {block:Description}{block:RebloggedFrom}<div class="unnest">{Description}</div>{/block:RebloggedFrom}{block:NotReblog}<div class="text">{Description}</div>{/block:NotReblog}{/block:Description}{/block:Link}
  1011.  
  1012. {block:Chat}
  1013. {block:Title}
  1014. <h1>{Title}</h1>
  1015. {/block:Title}
  1016. <div id="chat">
  1017. <ol>{block:Lines}
  1018. <li class="line {Alt}">
  1019. {block:Label}
  1020. <span class="label">
  1021. <b>{Label}</b></span>
  1022. {/block:Label}{Line}</li>
  1023. {/block:Lines}
  1024. </ol></div>
  1025. {/block:Chat}
  1026.  
  1027. {block:Photo}
  1028. {LinkOpenTag}<div id="pphotos"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></div>{LinkCloseTag}{block:Caption}{block:RebloggedFrom}<div class="unnest caption">{Caption}</div>{/block:RebloggedFrom}{block:NotReblog}<div class="text caption">{Caption}</div>{/block:NotReblog}{/block:Caption}
  1029. {/block:Photo}
  1030.  
  1031. {block:Photoset}
  1032. <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"/></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>{block:Caption}{block:RebloggedFrom}<div class="unnest caption">{Caption}</div>{/block:RebloggedFrom}{block:NotReblog}<div class="text caption">{Caption}</div>{/block:NotReblog}{/block:Caption}
  1033. {/block:Photoset}
  1034.  
  1035. {block:Video}
  1036. {Video-500}{block:Caption}{block:RebloggedFrom}<div class="unnest caption">{Caption}</div>{/block:RebloggedFrom}{block:NotReblog}<div class="text caption">{Caption}</div>{/block:NotReblog}{/block:Caption}
  1037. {/block:Video}
  1038.  
  1039. {block:Audio}
  1040. <div id="audio">
  1041. <div id="audioplayerbg"><div id="audioplayer">{AudioPlayerWhite}</div></div>
  1042. <div id="albumart"><span{block:AlbumArt} style="display:none;"{block:AlbumArt}><img src="//78.media.tumblr.com/9b78d1e07567414cae86f9e454b1e9f7/tumblr_inline_o39hgzRFff1rrt3vb_540.png" width="80"/></span>{block:AlbumArt}<img src="{AlbumArtURL}" width="80"/>{/block:AlbumArt}</div>
  1043. <div id="audioinfo">
  1044. <span{block:TrackName} style="display:none;"{block:TrackName}><b>Song:</b> unknown</span>{block:TrackName}<b>Song:</b> {TrackName}{/block:TrackName}
  1045. <br/><span{block:Artist} style="display:none;"{block:Artist}><b>Artist:</b> unknown</span>{block:Artist}<b>Artist:</b> {Artist}{/block:Artist}
  1046. <br/><span{block:Album} style="display:none;"{block:Album}><b>Album:</b> unknown</span>{block:Album}<b>Album:</b> {Album}{/block:Album}
  1047. <br/><span{block:PlayCount} style="display:none;"{block:PlayCount}><b>Play count:</b> unknown</span>{block:PlayCount}<b>Play count:</b> {PlayCount}{/block:PlayCount}
  1048. </div></div>
  1049. {block:Caption}{block:RebloggedFrom}<div class="unnest caption audiocaption">{Caption}</div>{/block:RebloggedFrom}{block:NotReblog}<div class="text caption audiocaption">{Caption}</div>{/block:NotReblog}{/block:Caption}
  1050. {/block:Audio}
  1051.  
  1052. {block:Answer}
  1053. <div id="askcont">
  1054. <div id="askericon"><a href="{AskerURL}"><img src="{AskerPortraitURL-96}"/></a></div>
  1055. <div id="asker">{Asker} asked:</div>
  1056. <div id="ask">{Question}</div>
  1057. </div>
  1058. <div class="answer text">{block:Answerer}<div id="replier">{Answerer} replied:</div>{/block:Answerer}{Answer}</div>
  1059. {block:Answerer}<div class="unnest replies">{Replies}</div>{/block:Answerer}
  1060. {/block:Answer}
  1061.  
  1062. {block:Date}
  1063.  
  1064. {block:IndexPage}<div id="perma">
  1065.  
  1066. {block:ifshowlikereblogbuttons}<div class="buttons" id="likebutton">{LikeButton size="20" color="white"}</div>{/block:ifshowlikereblogbuttons}{block:RebloggedFrom}<div class="buttons" id="reblogicon"><a href="{ReblogParentURL}" title="via {ReblogParentName}"><img src="{ReblogParentPortraitURL-30}"></a></div><div class="buttons" id="sourceicon"><a href="{ReblogRootURL}" title="© {ReblogRootName}"><img src="{ReblogRootPortraitURL-30}"></a></div>{/block:RebloggedFrom}{block:ifshowlikereblogbuttons}<div class="buttons" id="reblogbutton">{ReblogButton size="20" color="white"}</div>{/block:ifshowlikereblogbuttons}
  1067.  
  1068. {block:ifshowtags}{block:HasTags}<div id="tags">Filed under:<br/>{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}{/block:ifshowtags}
  1069. </div>{/block:IndexPage}
  1070.  
  1071. {block:PermalinkPage}<div id="perma">
  1072. <a href="{Permalink}">{block:Date}{TimeAgo}{/block:Date}</a>
  1073. <a href="{Permalink}">{NoteCountwithLabel}</a>
  1074. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom}
  1075. {block:ContentSource}<a href="{SourceURL}" title="{SourceTitle}">©</a>{/block:ContentSource}
  1076. {block:HasTags}<br/><div id="tags">{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  1077. </div>{/block:PermalinkPage}
  1078.  
  1079. {/block:Date}
  1080.  
  1081. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1082.  
  1083. </div>
  1084. {/block:Posts}
  1085.  
  1086. {block:Pagination}<div id="paginationtwo">{block:PreviousPage}| <a href="{PreviousPage}">Back</a>{/block:PreviousPage} | {block:NextPage}<a href="{NextPage}">Forth</a> |{/block:NextPage}</div>{/block:Pagination}
  1087.  
  1088. </div>
  1089. </div> <!-- #themecontainer end -->
  1090.  
  1091. <div id="footercont">
  1092. <div id="footerinfo">
  1093. <div id="footericon"><img src="{image:sidebar icon}" alt="footer icon"/></div>
  1094. <div id="footerdesc">{Description}</div>
  1095. <div id="footernav"><a href="/">Home</a><a href="/ask">Ask</a><a href="/archive">Archive</a><a href="{text:Link 1 URL}">{text:Link 1}</a><a href="{text:Link 2 URL}">{text:Link 2}</a></div>
  1096. </div>
  1097. </div>
  1098.  
  1099. <!-- jquery script -->
  1100.  
  1101. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  1102.  
  1103. <!-- tooltip script -->
  1104.  
  1105. <script src="//static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  1106.  
  1107. <!-- pxu photosets script -->
  1108.  
  1109. <script src="//static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.min.js"></script>
  1110.  
  1111. <!-- unnest captions script -->
  1112.  
  1113. <script src="//static.tumblr.com/wgg6svp/OoTofxa0c/unnest.min.js"></script>
  1114.  
  1115. <!-- masonry script -->
  1116.  
  1117. <script src="//static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  1118.  
  1119. <!-- jquery -->
  1120.  
  1121. <script type="text/javascript">
  1122. $(document).ready(function(){
  1123. $('.posts').unnest({
  1124. yourCaption: ".unnest",
  1125. //your caption selector, the div wrapping {Caption}
  1126. wrapName: ".tumblr_parent",
  1127. //the name of the captions’ new wrapper
  1128. newCaptionUsername: true,
  1129. //if the user adds a new caption, following a series of captions, show their username above the caption
  1130. originalPostCaptionUsername: false,
  1131. //for the original captions, or a user-added caption that previously didn’t have any, have their username on it
  1132. tumblrAvatars: true,
  1133. //”dashboard style” caption, have the avatar of the blog next to the username
  1134. tumblrAvatarClass: ".tumblr_avatar",
  1135. //class of the avatar next to the username
  1136. usernameColon: false
  1137. //if turned to false, removes the colon at the end of usernames
  1138. });
  1139. $('.photo-slideshow').pxuPhotoset({
  1140. lightbox: true,
  1141. rounded: false,
  1142. gutter: '2px',
  1143. borderRadius: '0',
  1144. photoset: '.photo-slideshow',
  1145. photoWrap: '.photo-data',
  1146. photo: '.pxu-photo'
  1147. });
  1148. {block:IndexPage}
  1149. var $container = $('#container');
  1150. $container.masonry({ itemSelector: '.posts' });
  1151. $container.imagesLoaded(function(){
  1152. $container.masonry();
  1153. $container.find('.posts').animate({ opacity: 1, zIndex: 1 });
  1154. });
  1155. {block:ifshowheader}
  1156. var containerPosition = jQuery('#themecontainer').offset().top;
  1157. jQuery('#scroll').click(function(){
  1158. jQuery('html, body').animate({scrollTop:containerPosition}, 'slow');
  1159. return false;
  1160. });
  1161. var winH = $(window).height();
  1162. var sticky = "sticky";
  1163. $(window).scroll(function() {
  1164. if( $(window).scrollTop() > winH ) {
  1165. $("#sidebarcont").addClass(sticky);
  1166. } else {
  1167. $("#sidebarcont").removeClass(sticky);
  1168. }
  1169. });
  1170. {/block:ifshowheader}
  1171. {/block:IndexPage}
  1172. });
  1173. </script>
  1174.  
  1175. <!-- tooltips jquery -->
  1176.  
  1177. <script>
  1178. (function($){
  1179. $(document).ready(function(){
  1180. $("a[title]").style_my_tooltips({
  1181. tip_follows_cursor:true,
  1182. tip_delay_time:90,
  1183. tip_fade_speed:600,
  1184. attribute:"title"
  1185. });
  1186. });
  1187. })(jQuery);
  1188. </script>
  1189.  
  1190. <div id="credit"><a href="//the49thname.tumblr.com/" title="made by the49thname">49</a>
  1191. </div>
  1192.  
  1193. </body>
  1194. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement