humpschapel

theme03

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