Advertisement
jellygonzo

eif ave

Sep 19th, 2019
713
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.54 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--
  3.  
  4. eighth avenue theme by flutekid
  5.  
  6. -->
  7.  
  8. <html>
  9. <head>
  10.  
  11. <title>{Title} {block:PostSummary}{PostSummary}{/block:PostSummary}</title>
  12. <link rel="shortcut icon" href="{image:sidebar image}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}
  15. <meta name="description" content="{MetaDescription}"/>
  16. {/block:Description}
  17.  
  18. <!-- colors -->
  19. <meta name="color:Background" content="#FFFFFF"/>
  20. <meta name="color:Text" content="#000000"/>
  21. <meta name="color:Link" content="#000000"/>
  22. <meta name="color:Link Hover" content="#F2F2F2"/>
  23. <meta name="color:Border" content="#000000"/>
  24. <meta name="color:post bg" content="#ffffff" />
  25. <meta name="color:selection bg" content="#ffe8e8" />
  26. <meta name="color:footer color" content="#eeeeee" />
  27. <meta name="color:footer text" content="#000000" />
  28. <meta name="color:tooltips bg" content="#ffffff" />
  29. <meta name="color:tooltips text" content="#00000" />
  30. <meta name="color:tooltips border" content="#000000" />
  31. <meta name="color:sidebar bg" content="#fff" />
  32. <meta name="color:scrollbar bg" content="#fff" />
  33. <meta name="color:scrollbar thumb" content="#000" />
  34. <meta name="color:updates tab" color="#fff" />
  35. <meta name="color:footer link" content="#fff" />
  36.  
  37. <meta name="image:Sidebar Image" content=""/>
  38. <meta name="image:Background" content="" />
  39. <meta name="image:Side Image" content=""/>
  40.  
  41. <meta name="text:font size" content=""/>
  42. <meta name="text:tag symbol" content="" />
  43. <meta name="text:font family" content="arial" />
  44. <meta name="text:Link One" content=""/>
  45. <meta name="text:Link One URL" content="/"/>
  46. <meta name="text:icon title hover" content="example" />
  47. <meta name="text:updates title" content="updates"/>
  48. <meta name="text:updates" content="hello!"/>
  49.  
  50. <meta name="select:ask word" content="asked" />
  51. <meta name="select:ask word" content="questioned" />
  52. <meta name="select:ask word" content="whispered" />
  53. <meta name="select:ask word" content="inquired" />
  54.  
  55. <meta name="select:footer align" content="right"/>
  56. <meta name="select:footer align" content="left"/>
  57. <meta name="select:footer align" content="center"/>
  58.  
  59. <meta name="select:border style" content="none" />
  60. <meta name="select:border style" content="solid" />
  61. <meta name="select:border style" content="dashed" />
  62. <meta name="select:border style" content="dotted" />
  63.  
  64. <meta name="select:align" content="left" />
  65. <meta name="select:align" content="right" />
  66. <meta name="select:align" content="center" />
  67.  
  68. <meta name="select:Side Image Size" content="100px"/>
  69. <meta name="select:Side Image Size" content="200px"/>
  70. <meta name="select:Side Image Size" content="300px"/>
  71. <meta name="select:Side Image Size" content="400px"/>
  72. <meta name="select:Side Image Size" content="500px"/>
  73. <meta name="select:Side Image Size" content="600px"/>
  74.  
  75. <meta name="select:border radius" content="0px" />
  76. <meta name="select:border radius" content="5px" />
  77. <meta name="select:border radius" content="10px" />
  78. <meta name="select:border radius" content="15px" />
  79. <meta name="select:border radius" content="20px" />
  80. <meta name="select:border radius" content="25px" />
  81.  
  82. <meta name="if:pagination" content="0"/>
  83. <meta name="if:infinite scroll" content="0"/>
  84. <meta name="if:show tags" content="0" />
  85. <meta name="if:show captions" content="0" />
  86. <meta name="if:bg cover" content="0" />
  87. <meta name="if:post shadows" content="0" />
  88. <meta name="if:updates tab" content="0" />
  89. <meta name="if:list links" content="0" />
  90.  
  91. <meta charset="utf-8">
  92. <meta https-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  93. {block:Description}
  94. <meta name="description" content="{MetaDescription}" />
  95. {/block:Description}
  96.  
  97. <title>{Title}</title>
  98.  
  99. <link rel="shortcut icon" href="{image:favi}">
  100. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  101. <link rel="stylesheet" href="https://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
  102.  
  103. <script src="https://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.min.js"></script>
  104.  
  105. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  106. <script type="text/javascript" src="https://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  107. <script>
  108. (function($){
  109. $(document).ready(function(){
  110. $("[title]").style_my_tooltips();
  111. });
  112. })(jQuery);
  113. </script>
  114.  
  115.  
  116. <style type="text/css">
  117.  
  118. #s-m-t-tooltip {
  119. z-index: 9999;
  120. background: #fff;
  121. font-size: 12px;
  122. line-height: 13px;
  123. font-family:{text:font family};
  124. letter-spacing: 1px;
  125. border:1px {select:border style} {color:border color};
  126. text-transform: normal;
  127. color: #000;
  128. max-width: 125px;
  129. word-wrap: break-word;
  130. padding: 2px 5px 2px 6px;
  131. display: block;
  132. margin: 24px 14px 7px 12px;
  133. }
  134.  
  135. body {
  136. background-color:{color:Background};
  137. color:{color:Text};
  138. font-size:{text:font size}px;
  139. font-family:{text:font family};
  140. background-image:url({image:Background});
  141. background: {color:Background}
  142. -webkit-background-size: cover;
  143. -moz-background-size: cover;
  144. -o-background-size: cover;
  145. background-size: cover; {/block:ifbgcover}
  146. background-attachment: fixed;
  147.  
  148. {block:ifnotbgcover} top left fixed repeat {block:ifnotbgcover};
  149. margin: 0;
  150. }
  151.  
  152. {cursor: url{image:cursor}, auto;}
  153.  
  154. ::selection {
  155. background: {color:selection bg};
  156. }
  157.  
  158. ::-moz-selection {
  159. background: {color:highlight};
  160. color: {color:highlight text};
  161. }
  162.  
  163. ::-webkit-scrollbar {
  164. width: 9px;
  165. height: 3px;
  166. background: {color:scrollbar bg};
  167. }
  168.  
  169. ::-webkit-scrollbar-thumb {
  170. background-color:{color:scrollbar thumb};
  171. }
  172.  
  173. #qa{
  174.  
  175. padding:1px;
  176. border:1px solid {color:border color};
  177. margin-top:3px;
  178. margin-left:3px;
  179. border-radius:100px;
  180. position:absolute;
  181. height:40px;
  182. width:40px;
  183.  
  184. }
  185.  
  186.  
  187.  
  188. a:link {
  189. color: {color:link};
  190. text-decoration:none;
  191. }
  192.  
  193. a:visited {
  194. color: {color:link};
  195. text-decoration:none;
  196. }
  197. a:hover{
  198. color:{color:link hover};
  199. -webkit-transition: all 0.3s linear;
  200. -o-webkit-transition: all 0.3s linear;
  201. -moz-transition: all 0.3s linear;
  202. transition: all 0.3s linear;
  203. text-decoration:none;
  204.  
  205. }
  206. }
  207. }
  208.  
  209.  
  210.  
  211.  
  212. h1 {
  213. margin:0px;
  214. }
  215.  
  216. pre {
  217. white-space: pre-wrap;
  218. white-space: -moz-pre-wrap;
  219. white-space: -pre-wrap;
  220. white-space: -o-pre-wrap;
  221. word-wrap: break-word;
  222. }
  223.  
  224.  
  225. pre a {
  226. color:#000;
  227. text-decoration:none;
  228. font-weight:normal;
  229. }
  230.  
  231. blockquote {
  232. border-left:1px solid {color:Border};
  233. padding-left:15px;
  234. margin:8px;
  235. }
  236.  
  237. blockquote img {
  238. width:100%;
  239. height:auto;
  240. }
  241.  
  242.  
  243.  
  244. #sidebar {
  245. border-radius:{select:border radius};
  246. position:fixed;
  247. margin-left:400px;
  248. top:175x;
  249. font-size:{text:font size}px;
  250. width:110px;
  251. text-align:{select:align};
  252.  
  253. }
  254. #content{
  255. width:430px;
  256. margin-left:200px;
  257. overflow:hidden;
  258. }
  259.  
  260. #wrapper {
  261.  
  262.  
  263. width: 745px;
  264. margin: 0 auto;
  265. }
  266.  
  267.  
  268. #wrapper #content .post {
  269. background: #fff;
  270. width:250px;
  271. font-family:arial;
  272. position: relative;
  273. margin-left:240px;
  274. border:1px solid #000;
  275. }
  276.  
  277.  
  278. #wrapper #content .post .footer {
  279. font-family:{text:font family};
  280. font-size: {text:font size}px;
  281. color: #ffffff;
  282. margin-top: 10px;
  283.  
  284. padding:5px;
  285. background:#000;
  286. }
  287.  
  288. #updates {
  289. position:fixed;
  290. top:175x;
  291. border-radius:{select:border radius};
  292. width:110px;
  293. margin-left:850px;
  294. padding:7px;
  295. background-color:{color:updates tab};
  296. font-family:{text:font family};
  297. font-size:{text:font size}px;
  298. line-height:15px;
  299. box-shadow:{block:ifpostshadows} 10px 10px 5px rgba(0,0,0,0.1) {/block:ifpostshadows};
  300. color:{color:text};
  301. text-align:center;
  302. border: 1px {select:border style} {color:border};
  303. }
  304.  
  305.  
  306.  
  307. .links a {
  308. font-size:10px;
  309. border-radius:0px;
  310. letter-spacing:1px;
  311. text-decoration:none;
  312. }
  313.  
  314. .links a:hover {
  315. color:#ffffff;
  316. letter-spacing:1px;
  317. text-decoration:none;
  318. }
  319.  
  320. .post{
  321. {block:ifpostbgs}background:{color:post color};{/block:ifpostbgs}
  322. background:{color:post bg};
  323. width:250px;
  324. border-radius:{select:border radius};
  325. margin:0 0 10px 0;
  326. overflow:hidden;
  327. padding:10px;
  328. border: 1px {select:border style} {color:border};
  329. box-shadow:{block:ifpostshadows} 10px 10px 5px rgba(0,0,0,0.1) {/block:ifpostshadows};
  330. }
  331.  
  332. #sidebar img{
  333. border: 1px {select:border style} {color:border};
  334. max-width:100%;
  335. text-align:center;
  336. border-radius:{select:border radius};
  337. box-shadow:{block:ifpostshadows} 10px 10px 5px rgba(0,0,0,0.1) {/block:ifpostshadows};
  338. }
  339.  
  340. #post img{
  341. border: 1px {select:border style} {color:border};
  342. border-radius:{select:border radius};
  343. max-width:100%;
  344. text-align:center;
  345.  
  346. }
  347.  
  348. #nav{
  349. margin:50px 0 0 0;
  350. background-color:{color:post bg};
  351. padding:1px;
  352.  
  353. }
  354.  
  355. #title {
  356. font-weight:bold;
  357. font-size:19px;
  358. margin:0 0 10px 0;
  359. border-bottom:1px solid {color:border};
  360. padding-bottom:5px;
  361. }
  362.  
  363. #links {
  364. margin-top:5px;
  365. text-align:center;
  366. margin-bottom:5px;
  367. color:{color:link};
  368. border-radius:0px;
  369. border:1px black;
  370. text-decoration:none;
  371. }
  372.  
  373. #audio {
  374. overflow:hidden;
  375. padding:15px 20px;
  376. background:#e4e4e4;
  377. }
  378.  
  379. #entries {
  380. margin-left:550px;
  381. margin-top:75px;
  382. width:500px;
  383. }
  384.  
  385.  
  386. #wrapper #content {
  387.  
  388. margin-top: 50px;
  389. }
  390.  
  391. #wrapper #content .post a {
  392. color: {color:link};
  393. text-decoration: none;
  394. }
  395.  
  396. #posts {
  397. width:500px;
  398. padding:10px;
  399. font-size:12px;
  400.  
  401. border:1px {select:border style} {color:Border};
  402. background:{color:post bg};
  403. display:block;
  404. margin-bottom:0px;
  405. }
  406.  
  407. .label {
  408. font-weight:bold;
  409. /*
  410. To customize this, you add
  411. .user_1, .user_2, .user_3*/
  412. }
  413.  
  414. ol.chat, ul.chat, .chat li {
  415. list-style:none;
  416. margin:0px;
  417. padding:0px;
  418. }
  419.  
  420. #perma a {
  421. text-decoration:none;
  422. }
  423.  
  424.  
  425. #credit{
  426. color:{color:link color};
  427. position:left;
  428. right:0px;
  429. bottom:0px;
  430. font-size:16px;
  431. }
  432. #notes {
  433.  
  434. line-height:300px;
  435. }
  436.  
  437. #notes li {
  438. display:none;
  439. }
  440.  
  441.  
  442.  
  443. .post .footer{
  444. margin:0;
  445. text-align:center;
  446. padding:5px;
  447. border: 1px {select:border style} {color:border};
  448. color:{color:footer text};
  449. background:{color:footer color};
  450.  
  451. }
  452.  
  453. #ernst {
  454.  
  455. padding:10px;
  456. background:{color:sidebar bg};
  457. border-radius:{select:border radius};
  458. text-align:{select:align};
  459. border: 1px {select:border style} {color:border};
  460. box-shadow:{block:ifpostshadows} 10px 10px 5px rgba(0,0,0,0.1) {/block:ifpostshadows};
  461. }
  462.  
  463. .hanschen {
  464. border:1px {select:border style} {color:border};
  465. width:50px;
  466. padding:2px;
  467. border-radius:3px;
  468. }
  469.  
  470.  
  471.  
  472. /*
  473. post
  474. */
  475. ol.notes{
  476. list-style-type:none;
  477. padding:0;
  478. margin:0;
  479. text-align:left;
  480. }
  481.  
  482. ol.notes li.note img{
  483. display:none;
  484. }
  485.  
  486. ol.notes li.note{
  487. margin:0px;
  488. }
  489.  
  490.  
  491.  
  492. </style> </head> <body>
  493.  
  494. <!-- t.heme by f.lutekid -->
  495.  
  496. <img src="{image:side image}" height="{select:Side Image Size}" style="position:fixed;bottom:0px;right:0px;z-index:1"/>
  497.  
  498. {block:ifupdatestab}
  499. <div id="updates">
  500. <center><b>{text:updates title}</b></center><br>
  501. {text:updates}
  502. </div>
  503. {/block:ifupdatestab}
  504. <div id="sidebar"><a {text:sidebar title}>
  505. <div align="center"><a href="/" title="{text:icon title hover}">
  506. <img src="{image:Sidebar Image}"></a>
  507. <p><div id="ernst">
  508. {block:IfInfiniteScroll}<script type="text/javascript" src="https://yourjavascript.com/21212225154/esz.js"></script>{/block:IfInfiniteScroll}{Description}
  509. <br> <br>
  510. {block:iflistlinks}
  511. <a href="/">index</a><br>
  512. <a href="/ask">ask</a><br>
  513. <a href="{text:link one url}">{text:link one}</a>
  514. {/block:iflistlinks}
  515.  
  516. {block:ifnotlistlinks}
  517. <a href="/">index</a>
  518. <a href="/ask">ask</a>
  519. <a href="{text:link one url}">{text:link one}</a>
  520. {/block:ifnotlistlinks}
  521.  
  522. </div>
  523. </div>
  524. <br>
  525. {block:ifpagination}
  526. <div id="ernst">
  527. {block:PreviousPage}<a href="{PreviousPage}"> ← prev</a> /{/block:PreviousPage}
  528.  
  529. {block:NextPage}<a href="{NextPage}">next → </a>{/block:NextPage}
  530. </div>
  531. {/block:ifpagination}
  532. </div>
  533.  
  534.  
  535. <div id="entries">
  536. {block:Posts}
  537.  
  538. <div class="post">
  539.  
  540. {block:Text}
  541. {block:Title}
  542. <div class="title">{Title}</div>
  543. {/block:Title}
  544. {Body}
  545. {/block:Text}
  546.  
  547. {block:Photo}
  548. <div class="media">{LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>
  549. {block:Caption}{block:ifshowcaptions}<div class="caption">{Caption}</div>}{/block:ifshowcaptions}{/block:Caption}
  550. {/block:Photo}
  551.  
  552. {block:Photoset}
  553. <div class="media">{Photoset-250}</div>
  554. {block:Caption}}{block:ifshowcaptions}<div class="caption">{Caption}</div>{/block:ifshowcaptions}{/block:Caption}
  555. {/block:Photoset}
  556.  
  557. {block:Quote}
  558. <div class="quote">"{Quote}"</div>
  559. {block:Source}
  560. <div class="quotesource"><blockquote>{Source}</blockquote></div>
  561. {/block:Source}
  562. {/block:Quote}
  563.  
  564. {block:Link}
  565. <div class="title"><a href="{URL}">{Name}</a></div>
  566. {block:Description}
  567. <div class="description">{Description}</div>
  568. {/block:Description}
  569. {/block:Link}
  570.  
  571. {block:Chat}
  572. {block:Title}
  573. <div class="title">{Title}</div>
  574. {/block:Title}
  575.  
  576. {block:Lines}
  577. <div class="{Alt} user_{UserNumber}">
  578. {block:Label}
  579. <b>{Label}</b>{/block:Label}
  580. &nbsp;{Line}
  581. </div>
  582. {/block:Lines}
  583. {/block:Chat}
  584.  
  585. {block:Video}
  586. <div class="media">{Video-250}</div>
  587. {block:Caption}}{block:ifshowcaptions}<div class="caption">{Caption}</div>}{/block:ifshowcaptions}{/block:Caption}
  588. {/block:Video}
  589.  
  590. {block:Audio}
  591. <div class="media">
  592. {AudioPlayerWhite}
  593. {block:TrackName}<b>{TrackName}</b><br>{/block:TrackName}
  594. {block:Artist}<small>{Artist}</small><br>{/block:Artist}
  595. {block:Album}<small>{Album}</small>{/block:Album}
  596. </div>
  597. {block:Caption}{block:ifshowcaptions}{Caption}{/block:ifshowcaptions}{/block:Caption}
  598. {/block:Audio}
  599.  
  600. {block:Answer}
  601. <div class="question"><b>{Asker}</b> asked: {Question}</div>
  602. <div class="caption"><b></b>{Answer}</div>
  603. {/block:Answer}
  604.  
  605. {block:Date}
  606. <div class="footer"><div align="center">
  607. <a href="{Permalink}" title="{timeago}">{monthnumberwithzero}.{dayofmonth}.{year}</a> + <a href={permalink}">{NoteCount}%</a>
  608. {block:HasTags}<br>{block:Tags}<a href="{TagURL}">{text:tag symbol}{Tag}</a> {/block:Tags}{/block:HasTags}
  609. {block:RebloggedFrom}<br><a href="{ReblogParentURL}">via</a> +{/block:RebloggedFrom}
  610.  
  611. {block:ContentSource}<a href="{SourceURL}">src</a>{/block:ContentSource}
  612. </div></div>
  613.  
  614. {block:PermalinkPage}
  615. {block:NoteCount}
  616. {block:PostNotes}{PostNotes}{/block:PostNotes}
  617. {/block:NoteCount}
  618. {/block:PermalinkPage}
  619. {/block:Date}
  620.  
  621. </div>
  622. {/block:Posts}
  623. </div>
  624. <!-- please don't touch this, unless you wanna fix the color or something -->
  625. <div style="position:fixed;left:10px;bottom:5px;font-weight:bold;font-size:15px;border:1px solid {color:Border};padding:2px;background:#fff"><div id="credit">
  626. <a href="https://flutekid.tumblr.com/" title="theme by flutekid">F</a>
  627. </div>
  628. </div>
  629. </body>
  630. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement