humpschapel

theme11

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