Advertisement
mtnduthemes

Foothills Theme

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