Advertisement
mtnduthemes

Peachy Keen Theme

Feb 8th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.46 KB | None | 0 0
  1. <html>
  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">
  5. <head>
  6.  
  7. <!-- PEACHY KEEN THEME by MTNDU -->
  8.  
  9. <meta name="color:Background" content="#ffffff"/>
  10. <meta name="color:Title Color" content="#ffffff"/>
  11. <meta name="color:Text" content="#828282"/>
  12. <meta name="color:Link" content="#8ea089"/>
  13. <meta name="color:Link Hover" content="#e8e8e8"/>
  14. <meta name="color:Border" content=""/>
  15.  
  16. <meta name="font:Body" content=""/>
  17. <meta name="font:Title" content=""/>
  18.  
  19. <meta name="image:Background" content""/>
  20.  
  21. <meta name="if:Infinite Scrolling" content=""/>
  22. <meta name="if:Hide Captions" content=""/>
  23. <meta name="if:Hide Notes" content=""/>
  24. <meta name="if:Hide Tags" content=""/>
  25.  
  26. <meta name="text:Link 1 URL" content="" />
  27. <meta name="text:Link 1" content="" />
  28. <meta name="text:Link 2 URL" content="" />
  29. <meta name="text:Link 2" content="" />
  30. <meta name="text:Link 3 URL" content="" />
  31. <meta name="text:Link 3" content="" />
  32.  
  33. {block:ifInfiniteScrolling}
  34. <script type="text/javascript" src="http://yourjavascript.com/21212225154/esz.js"></script>
  35. {/block:ifInfiniteScrolling}
  36.  
  37. {block:Description}
  38. <meta name="description" content="{MetaDescription}" />{/block:Description}
  39. <title>
  40. {block:PostSummary}
  41. {PostSummary} - {/block:PostSummary}{Title}</title>
  42. </style>
  43.  
  44. <style type="text/css">
  45.  
  46. body {
  47. background-color: {color:Background};
  48. background-image: url({image:Background});
  49. background-attachment: fixed;
  50. background-repeat: no-repeat;
  51. background-size: cover;
  52. font-family: {font:Body};
  53. font-size: 11px;
  54. line-height: 12px;
  55. color: {color:Text};
  56. }
  57.  
  58. a:link, a:active, a:visited{
  59. color: {color:Link};
  60. text-decoration: none;
  61. transition: ease-in-out 1s; -webkit-transition: ease-in-out 1s; -moz-transition: ease-in-out 1s;
  62. }
  63.  
  64. a:hover{
  65. color: {color:Link Hover};
  66. transition: ease-in-out 1s; -webkit-transition: ease-in-out 1s; -moz-transition: ease-in-out 1s;
  67. }
  68.  
  69. #container {
  70. /* margin:auto; */
  71. position:left: 0px;
  72. width: 700px;
  73. }
  74.  
  75. #entry {
  76. width: 500px;
  77. margin-left: 100px;
  78. margin-top: 45px;
  79. border: dashed 1px;
  80. border-color: {color:Border};
  81. padding: 5px;
  82. }
  83.  
  84. #permalink {
  85. top: 5px;
  86. padding: 5px;
  87. font-size: 11px;
  88. text-align: center;
  89. }
  90.  
  91. #tags {
  92. font-style: italic;
  93. text-transform: lowercase;
  94. font-size: 10px;
  95. text-align: center;
  96. }
  97.  
  98. #side {
  99. text-align: center;
  100. position: fixed;
  101. width: 200px;
  102. height: 100px;
  103. top: 150px;
  104. left: 650px;
  105. z-index: 1;
  106. padding: 3px;
  107. font-family: {font:Body};
  108. }
  109.  
  110. .navigate {
  111. font-size: 11px;
  112. line-height: 12px;
  113. text-transform: lowercase;
  114. bottom: 4px;
  115. text-align: left;
  116. letter-spacing: 1px;
  117. text-align: center;
  118. padding-top: 12px;
  119. }
  120.  
  121. .blogtitle{
  122. font-size: 16px;
  123. line-height: 17px;
  124. text-transform: uppercase;
  125. font-family: {font:Title};
  126. border: dashed 1px;
  127. border-color: {color:Border};
  128. padding: 3px;
  129. }
  130.  
  131. .blogtitle a {
  132. color: {color:Title Color};
  133. }
  134.  
  135.  
  136. .blogtitle a:hover {
  137. color: {color:Link Hover};
  138. }
  139.  
  140.  
  141. .posttitle{
  142. font-size: 18px;
  143. line-height: 20px;
  144. }
  145.  
  146. .audio {
  147. background: #E4E4E4;
  148. padding: 5px;
  149. }
  150.  
  151. .audioinfo {
  152. text-transform: uppercase;
  153. text-align: center;
  154. }
  155.  
  156. blockquote{
  157. margin-left: 10px;
  158. padding-left: 4px;
  159. border-left: 3px solid {color:Text};
  160. }
  161.  
  162. .p { padding-top: 5px; }
  163. .ol, ul { margin-left: 10px; padding: 5px; }
  164. .ul { list-style-type: square; }
  165.  
  166. {CustomCSS}
  167.  
  168. </style>
  169.  
  170. <link rel="shortcut icon" href="{Favicon}">
  171. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  172.  
  173. </head>
  174.  
  175. <body>
  176. <div id="container">
  177. <div id="side">
  178.  
  179. <div class="blogtitle"><a href="/">{Title}: </a></div>
  180.  
  181. <div class="navigate">
  182.  
  183. [<a href="/ask">mail</a>]
  184. [<a href="/archive">index</a>]
  185. {block:ifLink1}[<a href="{text:Link 1 URL}">{text:Link 1}</a>]{/block:ifLink1}
  186. {block:ifLink2}[<a href="{text:Link 2 URL}">{text:Link 2}</a>]{/block:ifLink2}
  187. {block:ifLink3}[<a href="{text:Link 3 URL}">{text:Link 3}</a>]{/block:ifLink3}
  188.  
  189. </div>
  190.  
  191. <br>
  192. {Description}
  193. <br>
  194.  
  195. {block:ifNotInfiniteScrolling}
  196. <div class="navigate">
  197. {block:Pagination}
  198. {block:PreviousPage}
  199. <a href="{PreviousPage}">«««</a>
  200. {/block:PreviousPage}
  201. {block:NextPage}
  202. <a href="{NextPage}">»»»</a>
  203. {/block:NextPage}
  204. {/block:Pagination}
  205. </div>
  206. {/block:ifNotInfiniteScrolling}
  207.  
  208. </div>
  209.  
  210. {block:Posts}
  211. <div id="entry">
  212. {block:Text}
  213. {block:Title}
  214. <div class="posttitle">{Title}</div>
  215. {/block:Title}
  216. {Body}
  217. {/block:Text}
  218.  
  219. {block:Link}
  220. <div class="posttitle">
  221. <a href="{URL}">{Name}</a>
  222. </div>
  223. {block:Description}{Description}{/block:Description}
  224. {/block:Link}
  225.  
  226. {block:Photo}
  227. <center>
  228. {LinkOpenTag}
  229. <a href="{permalink}">
  230. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"></a>
  231. {LinkCloseTag}
  232. </center>
  233. {block:ContentSource}
  234. {block:IfNotHideCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfNotHideCaptions}
  235. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  236. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  237. {/block:SourceLogo}
  238. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  239. {/block:ContentSource}
  240. {block:ReblogParentURL}
  241. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  242. {/block:ReblogParentURL}
  243. {/block:Photo}
  244.  
  245. {block:Photoset}
  246. {Photoset-500}
  247. {block:IfNotHideCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfNotHideCaptions}
  248. {/block:Photoset}
  249.  
  250. {block:Quote}
  251. <div class="posttitle">{Quote}"</div>
  252. {block:Source}
  253. - {Source}
  254. {/block:Source}
  255. {/block:Quote}
  256.  
  257. {block:Chat}
  258. {block:Title}
  259. <div class="posttitle">
  260. {Title}
  261. </div>
  262. {/block:Title}
  263. {block:Lines}
  264. {block:Label}
  265. <b>{Label} </b>
  266. {/block:Label}
  267. {Line}
  268. <br>
  269. {/block:Lines}
  270. {/block:Chat}
  271.  
  272. {block:Audio}
  273. <div class="audio">
  274. {block:AlbumArt}<img src="{AlbumArtURL}" width="490" height="495"/>{/block:AlbumArt}
  275. <br>
  276. {block:AudioPlayer}<center>{AudioPlayerGrey}</center>{/block:AudioPlayer}
  277. <div class="audioinfo">
  278. <br>
  279. {block:TrackName}
  280. <b>{TrackName}</b>
  281. {/block:TrackName} - {block:Artist}
  282. {Artist}
  283. {/block:Artist}
  284. </div>
  285. </div>
  286. {block:IfNotHideCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfNotHideCaptions}
  287. {/block:Audio}
  288.  
  289. {block:Video}
  290. {Video-500}
  291. {block:IfNotHideCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfNotHideCaptions}
  292. {/block:Video}
  293.  
  294. <!--
  295. {block:IndexPage}
  296. <div id="permalink">
  297. {block:ifNotHideNotes}<a href="{Permalink}">{NoteCount}</a>
  298. {/block:ifNotHideNotes}
  299. <br>
  300. <div id="tags">
  301. {block:ifNotHideTags}{block:Tags}<a href="{TagURL}">#{Tag}; </a>
  302. {/block:Tags}
  303. {/block:HasTags}
  304. {/block:ifNotHideTags}
  305. </div>
  306. </div>
  307. {/block:IndexPage}
  308. -->
  309.  
  310. {block:PermalinkPage}
  311. <div id="permalink">
  312. {block:Date}{DayOfMonthWithZero} {Month}{/block:Date} | {12HourWithZero}:{Minutes} {ampm} | <a href="{Permalink}">{NoteCountWithLabel}</a>
  313. <br>
  314. <div id="tags">
  315. {block:Tags}<a href="{TagURL}">#{Tag}; </a>
  316. {/block:Tags}
  317. {/block:HasTags}
  318. </div>
  319. </div>
  320. {/block:PermalinkPage}
  321.  
  322. {block:PostNotes}
  323. {PostNotes}
  324. {/block:PostNotes}
  325. </div>
  326.  
  327. {block:IndexPage}
  328. <div id="permalink">
  329. {block:ifNotHideNotes}<a href="{Permalink}">{NoteCount}</a>
  330. {/block:ifNotHideNotes}
  331.  
  332. <div id="tags">
  333. {block:ifNotHideTags}{block:Tags}<a href="{TagURL}">#{Tag}; </a>
  334. {/block:Tags}
  335. {/block:HasTags}
  336. {/block:ifNotHideTags}
  337. </div>
  338. </div>
  339. {/block:IndexPage}
  340.  
  341. {/block:Posts}
  342.  
  343. <div style="position:fixed; right:5px; bottom:5px;"><a href="http://mtnduthemes.tumblr.com"><font size="2">CREDIT</font></a></div>
  344.  
  345. </div>
  346. </body>
  347. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement