humpschapel

theme01

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