humpschapel

theme02

Jun 9th, 2013
583
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.35 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4.  
  5. theme 02 by faith aka humpschapel
  6. follow the rules ok
  7. if you steal this then i'll kill you in the woods
  8. thanks for using! x
  9. -->
  10.  
  11.  
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  13. <head><title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18.  
  19. <meta name="color:Background" content="#ffffff"/>
  20. <meta name="color:Sidebar" content="#ffffff"/>
  21. <meta name="color:Text" content="#a8a8a8"/>
  22. <meta name="color:Link" content="#b8b8b8"/>
  23. <meta name="color:Tags" content="f0f0f0"/>
  24. <meta name="color:Hover" content="#f2f2f2"/>
  25. <meta name="color:Line" content="#f2f2f2"/>
  26. <meta name="color:Border" content="#e4e4e4"/>
  27. <meta name="color:Post" content="#ffffff"/>
  28. <meta name="color:Answer" content="#f8f8f8"/>
  29. <meta name="image:sidebar1" content=""/>
  30. <meta name="image:sidebar2" content=""/>
  31. <meta name="image:sidebar3" content=""/>
  32. <meta name="image:bg" content=""/>
  33. <meta name="text:Link 1" content="" />
  34. <meta name="text:Link 1 Text" content="" />
  35. <meta name="text:Link 2" content="" />
  36. <meta name="text:Link 2 Text" content="" />
  37. <meta name="if:Show Link 1" content="1" />
  38. <meta name="if:Show Link 2" content="1" />
  39. <meta name="color:scrollbarbg" content="ffffff"/>
  40.  
  41.  
  42. <style type="text/css">
  43.  
  44.  
  45. /* --- SCROLLBAR ---*/
  46.  
  47. ::-webkit-scrollbar {
  48. width: 5px;height: 5px;}
  49. ::-webkit-scrollbar-button:start:decrement,
  50. ::-webkit-scrollbar-button:end:increment {
  51. height: 6px;display: block;background-color: {color:white};}
  52. ::-webkit-scrollbar-track-piece {
  53. background-color: {color:scrollbarbg};}
  54. ::-webkit-scrollbar-thumb:vertical {
  55. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  56.  
  57.  
  58. /* --- BODY ---*/
  59.  
  60. body {
  61. background:{color:background};
  62. margin:0px;
  63. color:{color:text};
  64. font-family:Calibri;
  65. font-size:9px;
  66. line-height:100%;
  67. }
  68.  
  69. a {
  70. text-decoration:none;
  71. outline:none;
  72. -moz-outline-style:none;
  73. color:{color:link};
  74. }
  75.  
  76. img {
  77. border:none;
  78. }
  79.  
  80. blockquote {
  81. padding-left:5px;
  82. border-left:2px solid;
  83. }
  84.  
  85. blockquote blockquote {
  86. padding-left:5px;
  87. border-left:2px solid;
  88. }
  89.  
  90. h1 {
  91. font-size:9px;
  92. text-transform:uppercase;
  93. }
  94.  
  95. a:hover {
  96. opacity:10;
  97. color:{color:hover};
  98. -webkit-transition: all 0.7s ease;
  99. -moz-transition: all 0.7s ease;
  100. -o-transition: all 0.7s ease
  101. }
  102.  
  103. /* --- POST ENTRIES ---*/
  104.  
  105.  
  106. #entries {
  107. padding:10px;
  108. width:500px;
  109. margin-left:450px;
  110. margin-top:40px;
  111. font-size:10px;
  112. }
  113.  
  114. /* --- BODY: POSTS ---*/
  115.  
  116.  
  117. #post {
  118. width:500px;
  119. padding-bottom:20px;
  120. padding:10px;
  121. margin-top:15px;
  122. background-color:{color:Post};
  123. }
  124.  
  125. /* --- SIDEBAR IMAGE ---*/
  126.  
  127.  
  128. #sidebar {
  129. width:90px;
  130. position:fixed;
  131. margin-left:260px;
  132. margin-top:70px;
  133. opacity:.80;
  134. background-color:{color:Sidebar};
  135. }
  136.  
  137. #sidebarimage {
  138. width 80px;
  139. }
  140.  
  141. #sidebarimage1 img {
  142. width:80px;
  143. border:dotted 1px;
  144. margin-left:-40px;
  145. margin-top:20px;
  146. padding:6px;
  147. border-color: {color:border};
  148. background-color:{color:Sidebar};
  149. }
  150.  
  151. #sidebarimage2 {
  152. width 80px;
  153. }
  154.  
  155. #sidebarimage2 img {
  156. width:80px;
  157. border:dotted 1px;
  158. margin-left:20px;
  159. margin-top:10px;
  160. padding:6px;
  161. border-color: {color:border};
  162. background-color:{color:Sidebar};
  163. }
  164.  
  165. #sidebarimage3 {
  166. width 80px;
  167. }
  168.  
  169. #sidebarimage3 img {
  170. width:80px;
  171. border:dotted 1px;
  172. margin-left:-90px;
  173. margin-top:-40px;
  174. padding:6px;
  175. border-color: {color:border};
  176. background-color:{color:Sidebar};
  177. }
  178.  
  179. /* --- SIDEBAR LINKS ---*/
  180.  
  181. .links {
  182. margin-top:-240px;
  183. margin-left:70px;
  184. font-size:10px;
  185. font-family:candara;
  186. text-transform:lowercase;
  187. text-align:center;
  188. letter-spacing:2px;
  189. line-height:170%;
  190. }
  191.  
  192. .links a{
  193. padding:3px;
  194. color:#bbbaba;
  195. letter-spacing:0px;
  196. text-decoration:none;
  197. -moz-transition-duration:1s;
  198. -webkit-transition-duration:1s;
  199. -o-transition-duration:1s;
  200. }
  201.  
  202. .links a:hover{
  203. color:#454545;
  204. -moz-transition-duration:1s;
  205. -webkit-transition-duration:1s;
  206. -o-transition-duration:1s;
  207. }
  208.  
  209.  
  210.  
  211.  
  212. /* --- DESCRIPTION ---*/
  213.  
  214. #description {
  215. position:fixed;
  216. font-family:candara;
  217. line-height:90%;
  218. font-size:9px;
  219. width:90px;
  220. margin-top:-155px;
  221. padding:8px;
  222. margin-left:-95px;
  223. text-align:justify;
  224. color:{color:text};
  225. }
  226.  
  227. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  228. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  229.  
  230. /* --- PAGINATION---*/
  231.  
  232.  
  233. #pagination {
  234. width:100px;
  235. font-size:8px;
  236. text-align:center;
  237. margin-left:20px;
  238. margin-top:130px;
  239. position:fixed;
  240. font-family:consolas;
  241. letter-spacing:0px;
  242. }
  243.  
  244. /* --- POST INFO ---*/
  245.  
  246.  
  247. #info {
  248. text-align:left;
  249. margin-top:10px;
  250. text-transform:uppercase;
  251. font-size:8px;
  252. font-style:none;
  253. border-top:1px solid {color:Line}
  254. }
  255.  
  256. /* --- POST TAGS---*/
  257.  
  258.  
  259. #tags {
  260. font-family:cambria;
  261. letter-spacing:0px;
  262. text-transform:lowercase;
  263. font-size:10px;
  264. font-style:italic;
  265. margin-top:4px;
  266. text-align:left;
  267. }
  268.  
  269. #tags
  270. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  271. -webkit-transition: all 0.6s ease-in-out;
  272. -moz-transition: all 0.6s ease-in-out;
  273. -o-transition: all 0.6s ease-in-out;
  274. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  275.  
  276.  
  277. /* --- QUESTIONS ---*/
  278.  
  279. #asker {
  280. padding:5px;
  281. font-family:cambria;
  282. letter-spacing:1px;
  283. text-align:left;
  284. font-style:italic;
  285. margin-left:10px;
  286. border-left:3px #eee solid;
  287. background-color:{color:background}
  288. }
  289.  
  290. {CustomCSS}</style></head><body>
  291.  
  292. <div id="sidebar">
  293. <div id="sidebarimage1"><img src="{image:sidebar1}"></div>
  294. <div id="sidebarimage2"><img src="{image:sidebar2}"></div>
  295. <div id="sidebarimage3"><img src="{image:sidebar3}"></div>
  296.  
  297. <div id="description">
  298. {Description}
  299. </div>
  300.  
  301.  
  302. <div class="links">
  303. <a href="/">home</a>
  304. <a href="/ask">ask</a>
  305. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  306. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  307. </div>
  308.  
  309.  
  310. {block:Pagination}<div id="pagination">
  311. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  312. {block:JumpPagination length="5"}
  313. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  314. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  315. {/block:JumpPagination}
  316. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  317. </div>{/block:Pagination}
  318.  
  319. </div>
  320.  
  321. <div id="entries">{block:Posts}<div id="post">
  322.  
  323. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  324.  
  325. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  326.  
  327. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  328.  
  329. {block:Quote}{Quote}{/block:Quote}
  330.  
  331. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  332.  
  333. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  334.  
  335. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  336. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  337. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  338. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  339. {/block:Audio}
  340.  
  341. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  342.  
  343. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;">✎ {Asker}: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  344.  
  345. <div id="info">
  346. <br>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  347. {block:HasTags}<div id="tags"><img src="http://static.tumblr.com/qlfmldj/wOKmcnquv/untitled-2.png">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  348. {/block:Posts}
  349. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  350. {/block:Posts}</div></div></div>
  351.  
  352.  
  353.  
  354. <!--
  355. THEME MAKER CREDIT
  356. -->
  357.  
  358. <div style="position:fixed;bottom:3px; right:3px; font-size:13px; letter-spacing:1px; font-family:consolas;"><a href="http://dontcastor.tumblr.com/">f.t.</a></center></div>
  359.  
  360. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment