palfin

theme 12

Apr 24th, 2013
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.61 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <meta name="color:background" content="#ffffff"/>
  9. <meta name="color:text" content="#838282"/>
  10. <meta name="color:postlink" content="#b8b8b8"/>
  11. <meta name="color:links" content="#3d3d3f" />
  12. <meta name="color:navbg" content="#ffffff" />
  13. <meta name="color:questionbg" content="#ffffff" />
  14. <meta name="color:scrollbar" content="#686868" />
  15. <meta name="color:navhover" content= "#ffffff" />
  16. <meta name="color:questionbg" content="#f8f8f8" />
  17.  
  18. <meta name="image:sidebarimage" content=""/>
  19.  
  20. <meta name="text:link1" content="link1" />
  21. <meta name="text:link1 URL" content="/" />
  22. <meta name="text:link2" content="link2" />
  23. <meta name="text:link2 URL" content="/" />
  24.  
  25. <style type="text/css">
  26.  
  27. #tumblr_controls{
  28. position:fixed !important;
  29. -webkit-filter: invert(100%)
  30. }
  31.  
  32. #bite
  33. #bite a{
  34. display:block
  35. }
  36. #bite .death {
  37. margin-top:-40px;filter: alpha(opacity = 0);
  38. opacity:0;-webkit-transition: all 0.5s ease-out;
  39. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  40. }
  41.  
  42. #bite:hover .death {
  43. margin-top:2px;
  44. -webkit-transition: all 0.8s ease-out;
  45. -moz-transition: all 0.8s ease-out;
  46. transition: all 0.8s ease-out;
  47. filter: alpha(opacity = 100);
  48. filter: alpha(opacity = 100);
  49. opacity:100;
  50. }
  51.  
  52. body {
  53. background:{color:background};
  54. margin:0px;
  55. color:{color:text};
  56. font-family:calibri;
  57. font-size:11px;
  58. line-height:100%;
  59. }
  60.  
  61. a {
  62. text-decoration:none;
  63. outline:none;
  64. -moz-outline-style:none;
  65. color:{color:postlink};
  66. }
  67.  
  68. a:hover {
  69. color:{color:linkhover};
  70. -webkit-transition: all 0.5s ease-out;
  71. -moz-transition: all 0.5s ease-out;
  72. transition: all 0.5s ease-out;
  73. }
  74.  
  75. img {
  76. border:none;
  77. }
  78.  
  79. blockquote {
  80. padding-left:3px;
  81. border-left:2px solid;
  82. }
  83.  
  84. blockquote blockquote {
  85. padding-left:3px;
  86. border-left:2px solid;
  87. }
  88.  
  89. h1 {
  90. font-size:15px;
  91. }
  92.  
  93. ::-webkit-scrollbar {
  94. height: 3px;
  95. width: 7px;
  96. background: {color:background};
  97.  
  98. }
  99.  
  100. ::-webkit-scrollbar-thumb {
  101. background-color: {color:scrollbar};
  102. border:1px solid #EEE0E5;
  103.  
  104. }
  105.  
  106. #entries {
  107. padding:10px;
  108. width:500px;
  109. margin-left:330px;
  110. margin-top:10px;
  111. }
  112.  
  113. #post {
  114. width:500px;
  115. padding:20px;
  116. margin-bottom:30px;
  117. }
  118.  
  119.  
  120.  
  121. #navbar {
  122. width:100px;
  123. position:fixed;
  124. margin-top: -40px;
  125. margin-left:120px;
  126. height:200%;
  127. background-repeat:repeat;
  128. background-color:{color:navbg};
  129. }
  130.  
  131. #navigation {
  132. margin-top:235px;
  133. line-height:50px
  134. }
  135.  
  136. #navigation a {
  137. font-size:12px;
  138. letter-spacing:3px;
  139. color:{color:links};
  140. font-family:'monotype corsiva';
  141. text-align:center;
  142. padding:5px;
  143. background-color:{color:navbg};
  144. }
  145.  
  146. #navigation a:hover {
  147. -webkit-transition: all 0.5s ease-out;
  148. -moz-transition: all 0.5s ease-out;
  149. transition: all 0.5s ease-out;
  150. background-color: {color:navhover};
  151. }
  152.  
  153. #sidebar {
  154. width:250px;
  155. position:fixed;
  156. margin-top:200px;
  157. margin-left:950px;
  158. }
  159.  
  160. #sidebarimage {
  161. width:130px;
  162. text-align:center;
  163. margin-top:10px;
  164. }
  165.  
  166. #sidebarimage img {
  167. width:130px;
  168. padding:5px;
  169. }
  170.  
  171. .description {
  172. margin-top:10px;
  173. color:{color:text};
  174. width:200px;
  175. font-family:cambria;
  176. font-size:9px;
  177. line-height:12px;
  178. margin-left:25px;
  179. }
  180.  
  181. #pagination {
  182. font-size:11px;
  183. margin-left:-95px;
  184. letter-spacing:3px;
  185. text-align:center;
  186. margin-top:18px;
  187. font-family: 'times new roman';
  188. }
  189.  
  190. #info {
  191. text-align:center;
  192. margin-top:20px;
  193. font-family:calibri;
  194. letter-spacing:2px;
  195. font-size:10px;
  196. padding-left:5px;
  197. }
  198.  
  199. .ask {
  200. padding:10px;
  201. text-align:center;
  202. color:{color:text};
  203. background-color:{color:questionbg};
  204. }
  205.  
  206. .ans {
  207. text-align:center;
  208. padding:10px;
  209. color:{color:text};
  210. }
  211.  
  212. #credit {
  213. position:fixed;
  214. font-size:8px;
  215. font-weight:normal;
  216. line-height:150%;
  217. letter-spacing:2px;
  218. right:10px;
  219. bottom:10px;
  220. text-transform:uppercase;
  221. text-align:center;
  222. }
  223.  
  224. #credit a {
  225. padding:3px;
  226. color:{color:text};
  227. -moz-transition-duration:0.5s;
  228. -webkit-transition-duration:0.5s;
  229. -o-transition-duration:0.5s;
  230. }
  231.  
  232. {CustomCSS}</style></head><body>
  233.  
  234. <div id="bar1">
  235.  
  236. <div id="navbar">
  237.  
  238. <div id="navigation">
  239. <center><a href="/" id="sidebarlinks">home</a><br>
  240. <a href="/ask" id="sidebarlinks">ask</a><br>
  241. <a href="{text:link1 URL}" id="sidebarlinks">{text:link1}</a><br>
  242. <a href="{text:link2 URL}" id="sidebarlinks">{text:link2}</a><br>
  243.  
  244. </div>
  245.  
  246. </div>
  247.  
  248. <div id="bite"><div id="sidebar">
  249.  
  250. <div id="sidebarimage"><img src="{image:sidebarimage}"></div>
  251.  
  252. <div class="description">{Description}</div>
  253.  
  254. <div class="death"><div id="pagination">
  255. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}{block:JumpPagination length="5"}
  256. {block:CurrentPage}
  257. <span class="current_page">{PageNumber}</span>
  258. {/block:CurrentPage}
  259.  
  260. {block:JumpPage}
  261. <a class="jump_page" href="{URL}">{PageNumber}</a>
  262. {/block:JumpPage}
  263. {/block:JumpPagination}
  264. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}{/block:Pagination}
  265. </div>
  266.  
  267. </div></div></div>
  268.  
  269. </div>
  270.  
  271. <div id="entries">{block:Posts}<div id="post">
  272.  
  273. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  274.  
  275. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  276.  
  277. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  278.  
  279. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  280.  
  281. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  282.  
  283. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  284.  
  285. {block:Audio}{AudioPlayerBlack}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  286.  
  287. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  288.  
  289. {block:Answer}<div class="ask">{Asker} asked: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  290.  
  291. {block:ContentSource}
  292. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  293. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  294. {/block:SourceLogo}
  295. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  296. {/block:ContentSource}
  297.  
  298. <div id="info">
  299. {block:Date}{TimeAgo}{/block:Date} / <a href="{Permalink}">{NoteCountWithLabel}</a>{block:RebloggedFrom} / <a href="{ReblogParentURL}">via</a>/<a href="{ReblogRootURL}">©</a>{/block:RebloggedFrom}<br>{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  300.  
  301. </div>
  302. {block:PostNotes}{PostNotes}{/block:PostNotes}
  303. {/block:Posts}</div>
  304.  
  305. <div id="info">
  306. {block:Date}{TimeAgo}{/block:Date} / <a href="{Permalink}">{NoteCountWithLabel}</a>{block:RebloggedFrom} / <a href="{ReblogParentURL}">via</a>/<a href="{ReblogRootURL}">©</a>{/block:RebloggedFrom}<br>{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  307.  
  308. <div id="credit"><a href="http://palfin.tumblr.com/">T</a></div>
  309.  
  310.  
  311. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment