humpschapel

theme08

Jul 15th, 2013
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.68 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 faith aka humpschapel
  6. follow the rules or i'll come and cut your wifi
  7. ooo
  8. thanks for using!
  9.  
  10. -->
  11.  
  12.  
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14. <head>
  15. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  16.  
  17.  
  18.  
  19.  
  20. <title>{Title}</title>
  21. <link rel="shortcut icon" href="{Favicon}">
  22. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  23. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  24.  
  25.  
  26. <meta name="color:Background" content="#ffffff"/>
  27. <meta name="color:Sidebar" content="#ffffff"/>
  28. <meta name="color:Text" content="#a8a8a8"/>
  29. <meta name="color:Link" content="#b8b8b8"/>
  30. <meta name="color:Tags" content="f0f0f0"/>
  31. <meta name="color:Hover" content="#f2f2f2"/>
  32. <meta name="color:Line" content="#f2f2f2"/>
  33. <meta name="color:Border" content="#e4e4e4"/>
  34. <meta name="color:Post" content="#ffffff"/>
  35. <meta name="color:Answer" content="#f8f8f8"/>
  36. <meta name="image:sidebar" content=""/>
  37. <meta name="image:bg" content=""/>
  38. <meta name="text:Link 1 Title" content="/">
  39. <meta name="text:Link 1" content="/">
  40. <meta name="text:Link 2 Title" content="/">
  41. <meta name="text:Link 2" content="/">
  42. <meta name="text:Link 3 Title" content="/">
  43. <meta name="text:Link 3" content="/">
  44. <meta name="text:Link 4 Title" content="/">
  45. <meta name="text:Link 4" content="/">
  46. <meta name="text:Link 5 Title" content="/">
  47. <meta name="text:Link 5" content="/">
  48. <meta name="color:scrollbarbg" content="ffffff"/>
  49.  
  50.  
  51. <style type="text/css">
  52.  
  53. /* --- SCROLLBAR ---*/
  54.  
  55. ::-webkit-scrollbar {background-color:#f7f7f7; border:3px solid #fff;height:8px; width:8px;}
  56. ::-webkit-scrollbar-thumb:vertical {background-color:#D6D5D5; border:2px solid #fff; height:50px;border-radius:300px;-webkit-border-radius: 300px;
  57. -moz-border-radius: 300px;}
  58. ::-webkit-scrollbar-thumb:horizontal {background-color:#D6D5D5;border:2px solid #fff; height:8px!important}
  59.  
  60.  
  61. /* --- BODY ---*/
  62.  
  63. body {
  64. background:{color:background};
  65. margin:0px;
  66. color:{color:text};
  67. font-family:Calibri;
  68. font-size:9px;
  69. line-height:100%;
  70. }
  71.  
  72. a {
  73. text-decoration:none;
  74. outline:none;
  75. -moz-outline-style:none;
  76. color:{color:link};
  77. }
  78.  
  79. img {
  80. border:none;
  81. }
  82.  
  83. blockquote {
  84. padding-left:5px;
  85. border-left:2px solid;
  86. }
  87.  
  88. blockquote blockquote {
  89. padding-left:5px;
  90. border-left:2px solid;
  91. }
  92.  
  93. h1 {
  94. font-size:9px;
  95. text-transform:uppercase;
  96. }
  97.  
  98. a:hover {
  99. opacity:10;
  100. color:{color:hover};
  101. -webkit-transition: all 0.7s ease;
  102. -moz-transition: all 0.7s ease;
  103. -o-transition: all 0.7s ease
  104. }
  105.  
  106. /* --- POST ENTRIES ---*/
  107.  
  108.  
  109. #entries {
  110. padding:10px;
  111. width:500px;
  112. margin-left:450px;
  113. margin-top:-55px;
  114. padding:50px;
  115. border:1px solid #eee;
  116. }
  117.  
  118. /* --- BODY: POSTS ---*/
  119.  
  120.  
  121. #post {
  122. width:500px;
  123. padding-bottom:20px;
  124. padding:10px;
  125. margin-top:50px;
  126. background-color:{color:Post};
  127. }
  128.  
  129. /* --- SIDEBAR IMAGE ---*/
  130.  
  131.  
  132. #sidebar {
  133. width:100px;
  134. position:fixed;
  135. margin-left:140px;
  136. margin-top:350px;
  137. opacity:.80;
  138. background-color:{color:Sidebar};
  139. }
  140.  
  141. #sidebarimage {
  142. width 100px;
  143. }
  144.  
  145. #sidebarimage img {
  146. width:250px;
  147. height:160px;
  148. border:solid 1px;
  149. padding:1px;
  150. border-color: {color:border};
  151. background-color:{color:Sidebar};
  152. }
  153.  
  154.  
  155. /* --- SIDEBAR LINKS ---*/
  156.  
  157. .links {
  158. margin-bottom:10px;
  159. margin-top:-140px;
  160. margin-left:260px;
  161. font-size:10px;
  162. font-family: 'Inconsolata', sans-serif;
  163. text-transform:lowercase;
  164. text-align:left;
  165. letter-spacing:2px;
  166. line-height:110%;
  167. width:18px;
  168. height:130px;
  169. opacity:1;
  170. border-left:1px solid {color:border};
  171. -moz-transition-duration:1s;
  172. -webkit-transition-duration:1s;
  173. -o-transition-duration:1s;
  174. }
  175.  
  176. .links a{
  177. padding:6px;
  178. color:{color:link};
  179. width:12px;
  180. height:9px;
  181. background:{color:background};
  182. display:inline-block;
  183. margin-top:1px;
  184. letter-spacing:0px;
  185. text-decoration:none;
  186. text-shadow:#aaa 1px 1px 2px;
  187. -moz-transition-duration:.8s;
  188. -webkit-transition-duration:.8s;
  189. -o-transition-duration:.8s;
  190. }
  191.  
  192. .links a:hover{
  193. color:{color:hover};
  194. text-decoration:italic;
  195. background:{color:background};
  196. hover-display:title;
  197. -moz-transition-duration:.8s;
  198. -webkit-transition-duration:.8s;
  199. -o-transition-duration:.8s;
  200. }
  201.  
  202.  
  203.  
  204. /* --- DESCRIPTION ---*/
  205.  
  206. #description {
  207. position:fixed;
  208. font-family: 'Inconsolata', sans-serif;
  209. line-height:90%;
  210. font-size:9px;
  211. font-style:lowercase;
  212. width:250px;
  213. margin-top:5px;
  214. padding:8px;
  215. margin-left:-10px;
  216. text-align:right;
  217. color:{color:text};
  218. }
  219.  
  220. #description a {color:{color:text};
  221. -moz-transition-duration:0.4s;
  222. -webkit-transition-duration:0.4s;
  223. -o-transition-duration:0.4s;}
  224.  
  225. /* --- PAGINATION---*/
  226.  
  227.  
  228. #pagination {
  229. width:100px;
  230. font-size:8px;
  231. text-align:right;
  232. margin-left:145px;
  233. margin-top:80px;
  234. position:fixed;
  235. font-family: 'Inconsolata', sans-serif;
  236. letter-spacing:0px;
  237. }
  238.  
  239. /* --- POST INFO ---*/
  240.  
  241.  
  242. #info {
  243. text-align:left;
  244. margin-top:10px;
  245. text-transform:uppercase;
  246. font-size:8px;
  247. font-style:none;
  248. border-top:1px solid {color:Line}
  249. }
  250.  
  251. /* --- POST TAGS---*/
  252.  
  253.  
  254. #tags {
  255. font-family: 'Inconsolata', sans-serif;
  256. letter-spacing:0px;
  257. text-transform:lowercase;
  258. font-size:10px;
  259. font-style:italic;
  260. margin-top:4px;
  261. text-align:left;
  262. }
  263.  
  264. #tags
  265. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  266. -webkit-transition: all 0.6s ease-in-out;
  267. -moz-transition: all 0.6s ease-in-out;
  268. -o-transition: all 0.6s ease-in-out;
  269. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  270.  
  271.  
  272. /* --- QUESTIONS ---*/
  273.  
  274. #ask {
  275. padding:10px;
  276. background:gray;
  277. width:490px;
  278. color:white;
  279. text-align:left;
  280. line-height:120%;
  281. font-size:15px;
  282. font-family: 'Inconsolata', sans-serif;
  283. font-style:italic;
  284. }
  285.  
  286. #ask a {
  287. color:white;
  288. moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;-o -transition-duration:0.5s;}
  289.  
  290. #ask a:hover {
  291. opacity:0;
  292. }
  293.  
  294. #answer {
  295. width:490px;
  296. padding:5px;
  297. text-align:right;
  298. margin-top:0px;
  299. color:#9A9A9A;
  300. background:#f8f8f8;
  301. }
  302.  
  303.  
  304. {CustomCSS}
  305. #s-m-t-tooltip {
  306. max-width:300px;
  307. padding:3px 4px 5px 4px;
  308. margin:20px 0px 0px 20px;
  309. background-color:#fff;
  310. border:1px solid #ddd;
  311. font-family:calibri;
  312. font-size:9px;
  313. letter-spacing:2px;
  314. text-transform:uppercase;
  315. color:#999;
  316. z-index:999999999999999999999999999999999999;
  317. }
  318.  
  319. </style></head>
  320.  
  321. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  322. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  323. <script>
  324. (function($){
  325. $(document).ready(function(){
  326. $("a[title]").style_my_tooltips({
  327. tip_follows_cursor:true,
  328. tip_delay_time:90,
  329. tip_fade_speed:600,
  330. attribute:"title"
  331. });
  332. });
  333. })(jQuery);
  334. </script>
  335.  
  336. <body>
  337.  
  338. <div id="sidebar">
  339. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  340.  
  341.  
  342. <div id="description">
  343. {Description}
  344. </div>
  345.  
  346.  
  347. <div class="links">
  348. {block:IfLink1}
  349. <a href="{text:Link 1}" title="{text:Link 1 Title}">I.</a>
  350. {/block:IfLink1}
  351. {block:IfLink2}
  352. <a href="{text:Link 2}" title="{text:Link 2 Title}">II.</a>
  353. {/block:IfLink2}
  354. {block:IfLink3}
  355. <a href="{text:Link 3}" title="{text:Link 3 Title}">III.</a>
  356. {/block:IfLink3}
  357. {block:IfLink4}
  358. <a href="{text:Link 4}" title="{text:Link 4 Title}">IV.</a>
  359. {/block:IfLink4}
  360. {block:IfLink5}
  361. <a href="{text:Link 5}" title="{text:Link 5 Title}">V.</a>
  362. {/block:IfLink5}
  363. </div>
  364.  
  365.  
  366. {block:Pagination}<div id="pagination">
  367. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  368. {block:JumpPagination length="5"}
  369. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  370. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  371. {/block:JumpPagination}
  372. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  373. </div>{/block:Pagination}
  374.  
  375. </div>
  376.  
  377. <div id="entries">{block:Posts}<div id="post">
  378.  
  379. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  380.  
  381. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  382.  
  383. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  384.  
  385. {block:Quote}{Quote}{/block:Quote}
  386.  
  387. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  388.  
  389. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  390.  
  391. {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>
  392. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  393. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  394. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  395. {/block:Audio}
  396.  
  397. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  398.  
  399. {block:Answer}<div class="ask"><big><big><b>{Asker}</b></big></big>: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  400.  
  401. <div id="info">
  402. <br>affixed <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} from <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>
  403. {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>
  404. {/block:Posts}
  405. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  406. {/block:Posts}</div></div></div>
  407.  
  408.  
  409.  
  410. <!--
  411. THEME MAKER CREDIT
  412. -->
  413.  
  414. <div style="position:fixed;bottom:3px; right:3px; font-size:15px; letter-spacing:1px; font-family: 'Inconsolata', sans-serif;"><a href="http://dontcastor.tumblr.com/">f.t.</a></center></div>
  415.  
  416.  
  417. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment