Advertisement
happy_konoha

[updated] theme #3.5

Apr 7th, 2016
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.07 KB | None | 0 0
  1. <!-- (*ノωノ)☆ theme n°3.5 by migu migurin -->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head><title>{title}</title>
  6. <link rel="shortcut icon" href="{image:shortcut icon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10.  
  11.  
  12. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  13.  
  14.  
  15. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  16.  
  17. <!-- Back to top Button (start) -->
  18. <script>
  19. jQuery(document).ready(function() {
  20. var offset = 220;
  21. var duration = 1000;
  22. jQuery(window).scroll(function() {
  23. if (jQuery(this).scrollTop() > offset) {
  24. jQuery('.top_button').fadeIn(duration);
  25. } else {
  26. jQuery('.top_button').fadeOut(duration);
  27. }
  28. });
  29.  
  30. jQuery('.top_button').click(function(event) {
  31. event.preventDefault();
  32. jQuery('html, body').animate({scrollTop: 0}, duration);
  33. return false;
  34. })
  35. });
  36. </script>
  37. <!-- Back to top Button (end) -->
  38.  
  39. <script>
  40. (function($){
  41. $(document).ready(function(){
  42. $("a[title]").style_my_tooltips({
  43. tip_follows_cursor:true,
  44. tip_delay_time:1,
  45. tip_fade_speed:100,
  46. attribute:"title"
  47. });
  48. });
  49. })(jQuery);
  50. </script>
  51.  
  52. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  53. <script type="text/javascript">
  54. $(document).ready(function(){
  55. $(".linkie").hide();
  56. $(".links_title").click(function(){
  57. $(this).next(".linkie").slideToggle('fast');
  58. }); }); </script>
  59. <!---- options --->
  60.  
  61. <meta name="color:background" content="#fff5e7"/>
  62. <meta name="color:title color" content="#444444"/>
  63. <meta name="color:sidebar" content="#bdbcbe"/>
  64. <meta name="color:text" content="#444444"/>
  65. <meta name="color:link" content="#888888"/>
  66. <meta name="color:hover" content="#d1bfba"/>
  67. <meta name="color:border" content="#dcc4be"/>
  68. <meta name="color:border sidebar" content="#dcc4be"/>
  69. <meta name="color:posts" content="#fff5e7"/>
  70. <meta name="color:footer" content="#fff5e7"/>
  71. <meta name="color:scrollbar" content="#888888"/>
  72. <meta name="color:scrollbar background" content="#ffffff"/>
  73. <meta name="color:selection color" content="#fff5e7"/>
  74. <meta name="color:selection text" content="#444444"/>
  75.  
  76. <meta name="image:sidebar" content="https://secure.static.tumblr.com/2c3488b967ef3691830491dc5d40339b/6tznfh1/2SHo59raj/tumblr_static_4fi0rpdue1esswo4cg040sc88.png"/>
  77. <meta name="image:background" content=""/>
  78. <meta name="image:shortcut icon" content=""/>
  79. <meta name="image:bg post" content="https://36.media.tumblr.com/ae4171766e274eb39606126ced85b75c/tumblr_inline_o59oa3oRzj1qliycb_500.png"/>
  80.  
  81. <meta name="text:link 1" content="about"/>
  82. <meta name="text:link 1 url" content="/about"/>
  83. <meta name="text:link 1 title" content="about"/>
  84.  
  85. <meta name="text:link 2" content="tags"/>
  86. <meta name="text:link 2 url" content="/tags"/>
  87. <meta name="text:link 2 title" content="tags"/>
  88.  
  89. <meta name="text:link 3" content="ask"/>
  90. <meta name="text:link 3 url" content="/ask"/>
  91. <meta name="text:link 3 title" content="ask"/>
  92.  
  93. <meta name="text:font size" content="12" />
  94.  
  95. <meta name="if:250px post" content="0"/>
  96. <meta name="if:400px post" content="1"/>
  97. <meta name="if:500px post" content="0"/>
  98.  
  99. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  100.  
  101.  
  102. <style type="text/css">
  103.  
  104. ::selection {background: {color:selection color};color: {color:selection Text};}::-moz-selection {background: {color:selection color};
  105. color: {color:selection Text};}::-webkit-selection {background: {color:selection color};color: {color:selection Text};}
  106.  
  107. ::-webkit-scrollbar {height: 10px;width: 12px;background-color: {color:Scrollbar Background};}::-webkit-scrollbar-thumb:vertical {background-color: {color:Scrollbar};height: 50px;}
  108.  
  109. body {background:{color:background};background-image:url('{image:Background}');background-attachment: fixed;{block:ifnotBackgroundRepeat}background-size: 100% 100%;{/block:ifnotBackgroundRepeat}{block:ifBackgroundRepeat}background-repeat: repeat;{/block:ifBackgroundRepeat};color:{color:text};font-size:{text:font size}px; font-family:calibri, helvetica, arial;
  110. line-height:1.6em;
  111. word-wrap:break-word;
  112. letter-spacing:1px;
  113. -moz-font-smoothing:subpixel-antialiased;
  114. -webkit-font-smoothing:subpixel-antialiased;
  115. font-smoothing:subpixel-antialiased;
  116.  
  117. }
  118.  
  119.  
  120. a {text-decoration: none;outline:none;-moz-outline-style:none;color:{color:link}; border-bottom: 0px solid {color:link underline};-webkit-transition: all 0.3s;-moz-transition: all 0.3s ;-o-transition: all 0.3s ;-ms-transition: all 0.3s ;transition: all 0.3s ;
  121. text-shadow: 1px 1px 0px #dcecf5;
  122. }
  123.  
  124. a:hover {
  125.  
  126. color:{color:hover};-webkit-transition: all 0.3s;-moz-transition: all 0.3s ;-o-transition: all 0.3s ;-ms-transition: all 0.3s ;transition: all 0.3s ;}
  127.  
  128. #wrapper{width: auto;margin:to;}
  129.  
  130. #content{width:418px;margin-top: 40px; margin-left: 40%;}
  131.  
  132. #post{position: relative;background-color: {color:posts};background-image:url('{image:bg post}'); width:275px;{block:if250pxpost}width: 250px;{block:ifsidebarright}margin-left:50%;{/block:ifsidebarright}{/block:if250pxpost}{block:if400pxpost}width: 400px;{block:ifsidebarright}margin-left:50%;{/block:ifsidebarright}{/block:if400pxpost}{block:if500pxpost}width: 500px;{block:ifsidebarright}margin-left:50%;{/block:ifsidebarright}{/block:if500pxpost}margin-bottom: 120px;margin-top: 40px;padding: 25px;border-radius: 0px;border: 0px solid {color:border}; border-radius:0px; opacity:{select:post opacity};box-shadow: 0px 0px 0px 0px {color:shadow};
  133. }
  134.  
  135. #post img {border:none; max-width: 100%;height: auto;} img a{border:0px; outline:none;}#posttitle {width: auto;height: auto;text-align: center;font-size:16px;font-family: {select:font};color:{color:title color};padding: 5px;border-bottom: 0px solid {color:border};}iframe.photoset {width: 275px {block:if250pxpost}width: 250px;{/block:if250pxpost}{block:if400pxpost}width: 375px;{/block:if400pxpost}{block:if500pxpost}width: 500px;{/block:if500pxpost} !important;}
  136. .photoset img {max-width: 100%;}
  137.  
  138. blockquote {
  139. margin: 0 0 10px 0;
  140. padding: 0 0 0 10px;
  141. border-left: 2px solid #aaa;
  142. word-wrap: break-word; }
  143.  
  144. #pic{position: relative;z-index:80;padding: 0px;margin: auto;}
  145. #sid{position: relative;z-index:80;padding: 5px;margin: auto;background:{color:transparent}; border: 0px solid {color:border}; border-radius:0px;}
  146. #pic img{width:130px;padding:0px;border-radius: 0px;border:0px solid {color:border sidebar};box-shadow: 0px 0px 0px 0px {color:border};background:white;}
  147.  
  148. #sidebar {position: fixed !important;;z-index: 999;margin-left:-250px; border-radius: 0px;border: 0px {select:post border}{color:border};margin-top:110px; border-radius:2px;background-color: {color:posts}; background-image:url('{image:bg post}'); font-family: {select:font};text-align: left;padding:20px;
  149. box-shadow: 0px 0px 0px 0px {color:border};
  150. }
  151.  
  152.  
  153. #footie {position: relative;padding:5px;background-color: transparent;text-align:right;font-size:10px;line-height:1.6em;
  154. word-wrap:break-word;
  155. letter-spacing:1px; font-family:inherit;border: 0px solid {color:border}; border-radius: 2px;}
  156. #info {position:relative;width: auto;height: auto;padding: 5px;border-top: 0px solid {color:border};background-color: transparent;text-align:right;}#footie a{border-top: 0px solid {color:link underline}; border-bottom: 0px solid {color:link underline};padding: 0px; font-family:inherit}
  157.  
  158.  
  159. #text {position:relative; display:block; background-color: transparent; word-wrap: break-word;padding:0px;}#text a{border-bottom: 0px solid {color:link underline};}
  160.  
  161.  
  162. #tags {position:relative;padding:3px;padding-top:5px;background-color:{block:indexpage}{color:footer}{/block:indexpage}{block:permalinkpage}transparent{/block:permalinkpage};text-align: right;font-size:9px;}
  163.  
  164. #tags a{ text-decoration: none;border-bottom: 0px solid; background-color:; border-radius: 3px;padding:3px;}
  165.  
  166. #notes {padding:5px;background-color: {color:posts color};font-size: {text:fontsize}px;text-align:center;}
  167. ol.notes {list-style: none;padding: 0px 0px 10px 0px;}
  168. ol.notes img {width:0px;height: 0px;border: 1px solid {color:border};margin-right: 5px; width: 0px; height: 0px;}
  169.  
  170. #quote {font-size: 15px;padding: 10px 20px 5px 10px;font-family: {select:font};text-align: center;}
  171. #open {position: absolute;font-size:30px;margin-top: 0px;padding-bottom: 15px;margin-left: -10px;font-family:georgia;text-align: left;opacity: 0.5;}
  172. #close {position: absolute;font-size: 35px;font-family:georgia;opacity: 0.5;padding-top:5px;margin-left: 240px;{block:if400pxpost}margin-left:340px;{/block:if400pxpost}{block:if250pxpost}margin-left:220px;{/block:if250pxpost}{block:if500pxpost}margin-left:460px;{/block:if500pxpost}}
  173. #source {text-align: center;padding-top: 5px;padding-bottom: 5px;{block:permalinkpage}padding-bottom:10px;{/block:permalinkpage}}
  174.  
  175. .tumblr_audio_player {border: 0px solid {color:border};height: 30px;margin-left: 100px;width: 170px;{block:if250pxpost}width:145px;{/block:if250pxpost}{block:if400pxpost}width:295px;{/block:if400pxpost}{block:if500pxpost}width:395px;{/block:if500pxpost}}
  176. .audioimgwrapper {position: absolute;border: 1px solid {color:border};overflow: hidden;width: 90px;height: 90px;}
  177. .audioimgwrapper img {width: 100%;height: 90px;}
  178. .trackdetails {width: auto;display:inline-block;padding-top:10px;margin-left:100px;min-height: 50px;}
  179. .audiowrapper {position: relative;display:inline-block;}
  180.  
  181.  
  182.  
  183. .bubble {line-height: 20px;padding: 8px 10px;position: relative;display:block;margin-bottom: 1em;min-height: 45p}.portrait {display:inline;border: 1px solid {color:border};border-radius:99px;}
  184. #asker {position:relative;background-color: #000;font-weight:bold;text-align:left;width: 250px;float: right}
  185. #answerer {font-weight:bold;text-align:left;padding-left:25px;}
  186. #question {text-align:left;margin-left: 50px;}
  187. #answer {text-align:left;margin-left: 50px;}
  188.  
  189.  
  190.  
  191. #nextp {width: 125px;display:block;float:right;padding-right:5px;text-align:right}#previousp {width: 125px;display:block;margin-left: 5px;float:left;padding-right:5px;text-align:left}
  192.  
  193. #s-m-t-tooltip{position:fixed;z-index: -1;color:{color:text};
  194. background:white; width:auto;border: 1px {select:post border}{color:border}; padding:3px;margin-left: 25px; z-index:1000;font-family:12px arial;letter-spacing:0px;text-align:center;text-transform:justify; box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  195.  
  196. .top_button {
  197. display:none;
  198. background:transparent;
  199. border: 0px solid {color:border};
  200. border-radius: 90px;
  201. padding:15px;
  202. font-size:20px;
  203. font-weight:normal;
  204. text-align:center;
  205. text-transform:uppercase;
  206. position:fixed;
  207. left:300px;
  208. bottom:90px;}
  209.  
  210. /*start of updates tab css by oxygenthemes @ tumblr*/
  211.  
  212. #updatestab {
  213. position:fixed;
  214. text-align:left;
  215. top:30px; /*how far from top*/
  216. left:5px; /*how far from the left - if you want the tab on the right, change margin-left to just "right:20px"*/
  217. z-index:999;
  218.  
  219. width:210px; /*width of tab*/
  220. font-size:9px; /*font size*/
  221. padding:15px;
  222. transition:0.5s ease-in-out;
  223. -webkit-transition:0.5s ease-in-out;
  224. -moz-transition:0.5s ease-in-out;
  225. }
  226.  
  227. .box {
  228. opacity:0;
  229. padding:12px;
  230. letter-spacing:1px;
  231.  
  232. border-radius: 5px;
  233. box-shadow: 0px 0px 0px 0px {color:border};
  234. margin-top:100px;
  235. transition:0.5s ease-in-out;
  236. -webkit-transition:0.5s ease-in-out;
  237. -moz-transition:0.5s ease-in-out;
  238. }
  239.  
  240. .box:hover {
  241. opacity:1;
  242. transition:0.5s ease-in-out;
  243. -webkit-transition:0.5s ease-in-out;
  244. -moz-transition:0.5s ease-in-out;
  245. }
  246. #updatestab:hover .box {
  247. opacity:1;
  248. margin-top:0px;
  249. letter-spacing:0px;
  250. background:#fff; /*background of individual boxes*/
  251. border:2px solid {color:border};
  252. transition:0.5s ease-in-out;
  253. -webkit-transition:0.5s ease-in-out;
  254. -moz-transition:0.5s ease-in-out;
  255. }
  256.  
  257. #updatestab h7 { /*customising the subheadings: you can change the color by choosing an alternative from colorpicker.com*/
  258. font-size:9px;text-transform:uppercase;font-weight:700;
  259. }
  260.  
  261. #updatestab h5 { /*customising the main heading: you can change the color by choosing an alternative from colorpicker.com*/
  262. font-size:8px;text-transform:uppercase;letter-spacing:1px;font-weight:700;
  263.  
  264. }
  265.  
  266. /*end of updates tab css*/
  267.  
  268. #topBar
  269. {
  270. background: url({image:topbar}); /*you can change the top bar background over here*/
  271. width: 100%;
  272. height: 150px;
  273. position: fixed;
  274. top: 0;
  275. z-index:-1;
  276. opacity: 0.9;
  277. border-bottom: 0px solid white;
  278. }
  279.  
  280.  
  281. {CustomCSS}
  282.  
  283. </style>
  284.  
  285.  
  286. <!--start of updates tab-->
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293. </head>
  294. <div id="topBar"></div><body>
  295. <div id="wrapper">
  296. <div id="content">
  297.  
  298. <div id="dani">
  299. <div style="border-bottom:0px solid #efefef;background-color:transparent;">
  300.  
  301. <a href="#" class="top_button">▲</a>
  302.  
  303. <div id="sidebar">
  304.  
  305. <div id="pic"><a href="/" title="home"><img src="{image:sidebar}"></a><br>
  306.  
  307. <div id="sid"><center>{description}<br>
  308. <a href="{text:link 1 url}" title="{text:link 1 title}" >{text:link 1}</a> <a href="{text:link 2 url}" title="{text:link 2 title}" >{text:link 2}</a> <a href="{text:link 3 url}" title="{text:link 3 title}" >{text:link 3}</a></center></div>
  309.  
  310. <center><font family="helvetica"><font size="1px">{block:Pagination}{CurrentPage} of {TotalPages} <br>
  311.  
  312. <span style="position: relative; margin: 10px 0 0 0; font-size: 7pt">{block:NextPage}<a href="{NextPage}">next</a> {/block:NextPage}</span> <span style="position: relative; margin: 10px 0 0 0; font-size: 7pt">{block:PreviousPage}<a href="{PreviousPage}">previous</a>{/block:PreviousPage}</span>{/block:Pagination}</font></font></center>
  313. </div>
  314.  
  315.  
  316. </div>
  317.  
  318. {block:Posts}
  319.  
  320. <!-- {block:NoRebloggedFrom}
  321. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  322. {/block:NoRebloggedFrom} -->
  323.  
  324. {block:ContentSource}<!-- {SourceURL}
  325. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  326. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  327. {/block:ContentSource}
  328.  
  329. {block:ifinfinitescroll}<div class = "autopagerize_page_element" >{/block:ifinfinitescroll}
  330. <div id="post">
  331.  
  332. {block:Text}
  333. <div id="text">
  334. {block:Title}
  335. <div id="posttitle">{Title}</div>
  336. {/block:Title}
  337. {Body}
  338. </div>
  339. {/block:Text}
  340.  
  341. {block:Photo}
  342. <div class="photo">
  343. <center>{LinkOpenTag}<a href="{Permalink}">{block:ifnot500pxpost}{block:ifnot400pxpost}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="{block:if275pxpost}275{block:if275pxpost}{block:if250pxpost}300{/block:if250pxpost}"/>{/block:ifnot400pxpost}{/block:ifnot500pxpost}
  344. {block:ifnot500pxpost}{block:if400pxpost}<img src="{PhotoURL-400}">{/block:if400pxpost}{/block:ifnot500pxpost}
  345. {block:if500pxpost}<img src="{PhotoURL-500}">{/block:if500pxpost}
  346. </a>{LinkCloseTag}</center>
  347.  
  348. {block:Caption}
  349. <div id="text">{Caption}</div>
  350. {/block:Caption}
  351. </div>
  352. {/block:Photo}
  353.  
  354. {block:Panorama}
  355. <div class="post panorama">
  356. {LinkOpenTag}
  357. <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
  358. {LinkCloseTag}{block:Caption}
  359. <div id="text">{Caption}</div>
  360. {/block:Caption}
  361. </div>
  362. {/block:Panorama}
  363.  
  364. {block:Photoset}
  365. <div class="post photoset">
  366. {Photoset}{block:Caption}
  367. <div id="text">{Caption}</div>
  368. {/block:Caption}
  369. </div>
  370. {/block:Photoset}
  371.  
  372. {block:Link}
  373. <div class="post link">
  374. <a href="{URL}" class="link" {Target}>{Name}</a>
  375. </div>
  376.  
  377. {block:Description}
  378. <div class="description">{Description}</div>
  379. {/block:Description}
  380. </li>
  381. {/block:Link}
  382.  
  383. {block:Quote}<div id="quote"><div id="open">“</div>{Quote}<div id="close">”</div></div><br><div id="source">{block:Source}{Source}{/block:Source}</div>{/block:Quote}
  384.  
  385. {block:Chat}{block:Title}<div id="posttitle">{Title}</div>{/block:Title}<br>{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  386.  
  387. {block:Video}
  388. <div class="post video">
  389. <center>{block:ifnot500pxpost}{VideoEmbed-400}{/block:ifnot500pxpost}</center>
  390. {block:if500pxpost}{VideoEmbed-500}{/block:if500pxpost}
  391. {block:Caption}<div id="text">{Caption}</div>{/block:Caption}
  392. </div>
  393. {/block:Video}
  394.  
  395. {block:AudioPlayer}
  396. <div class="audiowrapper">
  397. {block:AlbumArt}
  398. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  399. {/block:AlbumArt}
  400.  
  401. {AudioPlayerWhite}
  402. <div class="trackdetails">
  403. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  404. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  405. {block:Album}Album: {Album}{/block:Album}<br/>
  406. </div>
  407. </div>
  408.  
  409. {block:Caption}{Caption}{/block:Caption}
  410.  
  411.  
  412. {/block:AudioPlayer}
  413.  
  414. {block:Answer}
  415. <table style="border-bottom:1px solid {color:border};padding-bottom:5px;margin-bottom:5px;{block:if250pxpost}width:250px;{/block:if250pxpost}{block:if400pxpost}width:375px;{/block:if400pxpost}{block:if500pxpost}width:500px;{/block:if500pxpost}background-color: {color:post}; border-bottom: 1px dashed {color:border};">
  416. <tr>
  417. <td style="vertical-align:top;width:45px; padding-top: 5px"><a href="{AskerURL}" title="{AskerName}"><img class="portrait" src="{AskerPortraitURL-40}" alt=""></a></td>
  418.  
  419. <td style="vertical-align:top;padding: 10px; padding-left:5px;"><strong><a href="{AskerURL}">{Asker}</a> said:</strong> <br>{Question}</td>
  420. </tr>
  421. </table>
  422.  
  423. <table style="padding-bottom:5px;margin-bottom:5px;{block:if250pxpost}width:250px;{/block:if250pxpost}{block:if400pxpost}width:400px;{/block:if400pxpost}{block:if500pxpost}width500px;{/block:if500pxpost}height:auto; background-color: {color:post};">
  424. <tr>
  425. <td style="vertical-align:top; margin-left: -10px; padding:0px;">{Answer}</td>
  426. </tr>
  427. </table>
  428.  
  429. {/block:Answer}
  430.  
  431. {block:permalinkpage}
  432. {block:Date}
  433. {block:PostNotes}<div id="footie"><div id="notes"><div id="info">{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>
  434. </a> <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>
  435. {/block:RebloggedFrom} {NoteCountwithLabel}{/block:NoteCount}
  436. <p>
  437. {block:HasTags}<img src="https://secure.static.tumblr.com/3yblkz0/zPsn8jthk/tag.png">{block:Tags} <a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div></div><div id="notes">{PostNotes}</p></div></div>{/block:PostNotes}
  438. {/block:Date}
  439. {/block:permalinkpage}
  440.  
  441. {block:indexpage}<div id="footie"><a class="date" title="{NoteCountWithLabel}" href="{Permalink}">{MonthNumberWithZero}/{DayOfMonthWithZero}</a> <a href="{ReblogURL}" title="reblog"><img src="https://secure.static.tumblr.com/3yblkz0/a5jn8jtgu/reblog.png"></a></span>
  442. {block:HasTags}<br><img src="https://secure.static.tumblr.com/3yblkz0/zPsn8jthk/tag.png">{block:Tags} <a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  443.  
  444. {/block:indexpage}
  445.  
  446. </div>
  447. {/block:Posts}
  448. {block:ifinfinitescroll}</div>{/block:ifinfinitescroll}
  449.  
  450. <div id="imageright" style="position:fixed; bottom:-5px; right:-25px; z-index:-1;"><img src="{image:Right Image}" width="500px" style="opacity: 1.0;"></div>
  451.  
  452. <div id="imageleft" style="position:fixed; bottom:{text:left image margin bottom}px; z-index:-1; left:{text:left image margin left}px;"><img src="{image:Left Image}"width="{text:left image width}" style="opacity: 0.8;"></div>
  453.  
  454. <div id="theme" style="position:fixed; z-index:999; right:20px; bottom:0px; font-size:28px;padding: 15px; border: 0px solid {color:border}; border-radius: 99px;"><a href="http://migurin.tumblr.com/" title="theme by migu">✿</a></div>
  455.  
  456. <div style="position:fixed; z-index:999; font-size:9px; margin-left:-200px; top: 265px;"></font></div>
  457. </body>
  458. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement