Advertisement
mtnduthemes

Kiwi Theme

Aug 8th, 2015
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.52 KB | None | 0 0
  1. <html>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5.  
  6. <!-- KIWI THEME by MTNDU -->
  7.  
  8. <meta name="color:Background" content="#ffffff"/>
  9. <meta name="color:Text" content="#828282"/>
  10. <meta name="color:Link" content="#8ea089"/>
  11. <meta name="color:Link Hover" content="#e8e8e8"/>
  12.  
  13. <meta name="font:Body" content=""/>
  14. <meta name="font:Title" content""/>
  15.  
  16. <meta name="image:Background" content""/>
  17.  
  18. <meta name="if:Infinite Scrolling" content=""/>
  19. <meta name="if:Scroll To Top Button" content=""/>
  20. <meta name="if:Hide Captions" content="0" />
  21. <meta name="if:Link Hover Fade" content=""/>
  22. <meta name="if:Permalink" content=""/>
  23.  
  24. <meta name="text:Link 1 URL" content="" />
  25. <meta name="text:Link 1" content="" />
  26. <meta name="text:Link 2 URL" content="" />
  27. <meta name="text:Link 2" content="" />
  28. <meta name="text:Link 3 URL" content="" />
  29. <meta name="text:Link 3" content="" />
  30.  
  31. {block:ifInfiniteScrolling}
  32. <script type="text/javascript" src="http://yourjavascript.com/21212225154/esz.js"></script>
  33. {/block:ifInfiniteScrolling}
  34.  
  35. {block:Description}
  36. <meta name="description" content="{MetaDescription}" />{/block:Description}
  37. <title>
  38. {block:PostSummary}
  39. {PostSummary} - {/block:PostSummary}{Title}</title>
  40. </style>
  41.  
  42. <style type="text/css">
  43.  
  44. body{
  45. background-color: {color:Background};
  46. background-image: url({image:Background});
  47. background-attachment: fixed;
  48. background-repeat: repeat;
  49. background-position: center;
  50. font-family:{font:Body};
  51. font-size:16px;
  52. line-height:18px;
  53. color:{color:Text};
  54. }
  55.  
  56. a:link, a:active, a:visited{
  57. color: {color:Link};
  58. text-decoration:none;
  59. {block:ifLinkHoverFade}
  60. transition: ease-in-out 1s; -webkit-transition: ease-in-out 1s; -moz-transition: ease-in-out 1s;
  61. {/block:ifLinkHoverFade}
  62. }
  63.  
  64. a:hover{
  65. color: {color:Link Hover};
  66. {block:ifLinkHoverFade}
  67. transition: ease-in-out 1s; -webkit-transition: ease-in-out 1s; -moz-transition: ease-in-out 1s;
  68. {/block:ifLinkHoverFade}
  69. }
  70.  
  71. #container {
  72. margin:auto;
  73. width:700px;
  74. }
  75.  
  76. #entry {
  77. width:500px;
  78. left:180px;
  79. margin-top:15px;
  80. margin-bottom:100px;
  81. padding:3px;
  82. }
  83.  
  84. #permalink{
  85. position:relative;
  86. text-align:right;
  87. margin-top:5px;
  88. padding:2px;
  89. font-size:14px;
  90. }
  91.  
  92. #side {
  93. text-align:left;
  94. position:fixed;
  95. width:200px;
  96. top:160px;
  97. left:15px;
  98. z-index:1;
  99. padding:4px;
  100. }
  101.  
  102. .navigate{
  103. font-size:16px;
  104. line-height:14px;
  105. text-transform:lowercase;
  106. margin-top:4px;
  107. margin-bottom:4px;
  108. }
  109.  
  110. .blogtitle{
  111. font-size:26px;
  112. line-height:28px;
  113. font-family:{font:Title};
  114. text-transform:uppercase;
  115. }
  116.  
  117. .posttitle{
  118. font-size: 16px;
  119. line-height: 18px;
  120. }
  121.  
  122. .audio{
  123. background:#ffffff;
  124. padding:5px;
  125. text-align:center;
  126. color:{color:Text};
  127. }
  128.  
  129. blockquote{
  130. margin-left:10px;
  131. padding-left:4px;
  132. border-left: 3px solid {color:Text};
  133. }
  134.  
  135. .p { padding-top: 5px; }
  136. .ol, ul { margin-left: 10px; padding: 5px; }
  137. .ul { list-style-type: square; }
  138.  
  139. {CustomCSS}
  140. </style>
  141.  
  142. <link rel="shortcut icon" href="{Favicon}">
  143. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  144.  
  145. {block:ifScrollToTopButton}
  146. <title>Scroll to Bottom or Top - DevCurry.com</title>
  147. <script type="text/javascript"
  148. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js">
  149. </script>
  150. <script type="text/javascript" language="javascript">
  151. $(function () {
  152. $('#scrlBotm').click(function () {
  153. $('html, body').animate({
  154. scrollTop: $(document).height()
  155. },
  156. 1500);
  157. return false;
  158. });
  159.  
  160. $('#scrlTop').click(function () {
  161. $('html, body').animate({
  162. scrollTop: '0px'
  163. },
  164. 1500);
  165. return false;
  166. });
  167. });
  168. </script>
  169. {/block:ifScrollToTopButton}
  170.  
  171. </head>
  172. <body>
  173. <div id="container">
  174.  
  175. <div id="side">
  176. <div class="blogtitle"><a href="/">{Title}</a></div>
  177. <br>
  178.  
  179. <div class="navigate">
  180. <a href="/ask">ask</a> |
  181. <a href="/archive">archive</a>
  182. {block:ifLink1}|<a href="{text:Link 1 URL}"> {text:Link 1}</a>{/block:ifLink1}
  183. {block:ifLink2}|<a href="{text:Link 2 URL}" > {text:Link 2}</a>{/block:ifLink2}
  184. {block:ifLink3}|<a href="{text:Link 3 URL}"> {text:Link 3}</a> {/block:ifLink3}
  185. </div>
  186.  
  187. {Description}
  188.  
  189. <br>
  190.  
  191. {block:ifNotInfiniteScrolling}
  192. <div class="navigate">
  193. {block:Pagination}
  194. {block:PreviousPage}
  195. <a href="{PreviousPage}">«««</a>
  196. {/block:PreviousPage}
  197.  
  198. {block:NextPage}
  199. <a href="{NextPage}">»»»</a>
  200. {/block:NextPage}
  201. {/block:Pagination}
  202. </div>
  203. {/block:ifNotInfiniteScrolling}
  204. </div>
  205.  
  206.  
  207. {block:Posts}
  208. <div id="entry">
  209.  
  210. {block:Text}
  211. {block:Title}
  212. <div class="posttitle">{Title}</div>
  213. {/block:Title}
  214. {Body}
  215. {/block:Text}
  216.  
  217. {block:Link}
  218. <div class="posttitle">
  219. <a href="{URL}">{Name}</a>
  220. </div>
  221. {block:Description}{Description}{/block:Description}
  222. {/block:Link}
  223.  
  224. {block:Photo}
  225. <center>
  226. {LinkOpenTag}
  227. <a href="{permalink}">
  228. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"></a>
  229. {LinkCloseTag}
  230. </center>
  231. {block:IfNotHideCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfNotHideCaptions}
  232. {block:ContentSource}
  233. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  234. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  235. {/block:SourceLogo}
  236. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  237. {/block:ContentSource}
  238. {block:ReblogParentURL}
  239. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  240. {/block:ReblogParentURL}
  241. {/block:Photo}
  242.  
  243. {block:Photoset}
  244. {Photoset-500}
  245. {block:IfNotHideCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfNotHideCaptions}
  246. {/block:Photoset}
  247.  
  248. {block:Quote}
  249. <div class="posttitle">"{Quote}"</div>
  250. {block:Source}
  251. - {Source}
  252. {/block:Source}
  253. {/block:Quote}
  254.  
  255. {block:Chat}
  256. {block:Title}
  257. <div class="posttitle">
  258. {Title}
  259. </div>
  260. {/block:Title}
  261. {block:Lines}
  262. {block:Label}
  263. <b>{Label} </b>
  264. {/block:Label}
  265. {Line}
  266. <br>
  267. {/block:Lines}
  268. {/block:Chat}
  269.  
  270. {block:Audio}
  271. <div class="audio">
  272. {block:AlbumArt}<img src="{AlbumArtURL}" width="490" height="495"/>{/block:AlbumArt}<br><br>{block:AudioPlayer}<center>{AudioPlayerWhite}</center>{/block:AudioPlayer}<div class="audioinfo">{block:IfNotHideCaptions}<br>{block:TrackName}<b>{TrackName}</b>{/block:TrackName} - {block:Artist}{Artist}{/block:Artist}{/block:IfNotHideCaptions}</div></div>
  273. {block:IfNotHideCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfNotHideCaptions}
  274. {block:ifshownotes}<div id="notes">
  275. <a href="{Permalink}">♒</a></div>
  276. {/block:ifshownotes}
  277. {/block:Audio}
  278.  
  279. {block:Video}
  280. {Video-500}
  281. {/block:Video}
  282.  
  283. {block:IndexPage}
  284. <div id="permalink">
  285. {block:ifPermalink}
  286. ∆ <a href="{Permalink}">{NoteCount}</a>
  287. {/block:ifPermalink}
  288. </div>
  289. {/block:IndexPage}
  290.  
  291. {block:PermalinkPage}
  292. <div id="permalink">
  293.  
  294. ∆ <a href="{Permalink}">{NoteCount}</a>
  295.  
  296. </div>
  297.  
  298. {/block:PermalinkPage}
  299.  
  300. {block:PostNotes}
  301. {PostNotes}
  302. {/block:PostNotes}
  303. </div>
  304. {/block:Posts}
  305.  
  306. </body>
  307. </html>
  308.  
  309. {block:ifScrollToTopButton}
  310. <a id="scrlTop" title="Top" href="#" style="position: fixed; bottom: 0px; left: 5px;"><font size="9">^</font></a>
  311. {/block:ifScrollToTopButton}
  312.  
  313. <!--
  314. <a title="Home" href="http://academyoftumblr.tumblr.com/" style="position: fixed; bottom: 361px; right: 22px;"><img src="http://cdn4.iconfinder.com/data/icons/PixeloPhilia_2/PNG/home.png"></a>
  315.  
  316. <a id="scrlBotm" title="Bottom" href="#" style="position: fixed; bottom: 300px; right: 2px;"><img src="http://29.media.tumblr.com/tumblr_lr6vxlHRDx1qmnaxoo1_75sq.png"></a>
  317. -->
  318.  
  319. <div style="position:fixed; right:5px; bottom:5px;"><a href="http://mtndu.tumblr.com"><font size="4">&copy</font></a></div>
  320.  
  321. </body>
  322. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement