palfin

theme 5

Mar 23rd, 2013
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.17 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5.  
  6.  
  7. <head>
  8.  
  9.  
  10. <meta name="color:bg" content="#FFFFFF">
  11. <meta name="color:link" content="#E6E4E4">
  12. <meta name="color:hover" content="#454545">
  13. <meta name="color:infobg" content="#FFFFFF">
  14. <meta name="color:text" content="#9A9A9A">
  15. <meta name="color:tags" content="#EDEDED">
  16. <meta name="color:scrollbar" content="#D6D5D5">
  17. <meta name="color:border" content="#FAFAFA">
  18.  
  19. <meta name="image:sidebar" content=""/>
  20.  
  21. <meta name="text:linkA" content="" />
  22. <meta name="text:linkA url" content="/">
  23. <meta name="text:linkB" content="" />
  24. <meta name="text:linkB url" content="/">
  25. <meta name="text:linkC" content="" />
  26. <meta name="text:linkC url" content="/">
  27.  
  28. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  29. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  30. <link rel="shortcut icon" href="{Favicon}" />
  31. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  32.  
  33. <style type="text/css">
  34. #tumblr_controls{
  35. position:fixed !important;
  36. -webkit-filter: invert(100%)
  37. }
  38.  
  39.  
  40. #bite
  41. #bite a{
  42. display:block
  43. }
  44. #bite .death {
  45. margin-top:-40px;filter: alpha(opacity = 0);
  46. opacity:0;-webkit-transition: all 0.5s ease-out;
  47. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  48. }
  49.  
  50. #bite:hover .death {
  51. margin-top:0px;
  52. -webkit-transition: all 0.8s ease-out;
  53. -moz-transition: all 0.8s ease-out;
  54. transition: all 0.8s ease-out;
  55. filter: alpha(opacity = 100);
  56. filter: alpha(opacity = 100);
  57. opacity:100;
  58. }
  59.  
  60.  
  61.  
  62.  
  63.  
  64. a {
  65. color:{color:link};
  66. text-decoration:none;
  67. -moz-transition-duration:0.5s;
  68. -webkit-transition-duration:0.5s;
  69. -o-transition-duration:0.5s;
  70. }
  71.  
  72. a:hover {
  73. color:{color:hover};
  74. text-decoration:none;
  75. -moz-transition-duration:0.5s;
  76. -webkit-transition-duration:0.5s;
  77. -o-transition-duration:0.5s;
  78. }
  79.  
  80.  
  81. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  82. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  83. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  84.  
  85. body {
  86. background-color:{color:bg};
  87. font-family:Calibri;
  88. font-weight:normal;
  89. }
  90.  
  91.  
  92.  
  93.  
  94. h1 {
  95. font-weight:normal;
  96. font-size:10px;
  97. text-align:center;
  98. font-style:normal;
  99. line-height:80%;
  100. letter-spacing:1px;
  101. text-transform:uppercase;
  102. color:{color:text};
  103. }
  104.  
  105. h2 {
  106. font-size:15px;
  107. text-align:center;
  108. line-height:100%;
  109. letter-spacing:-0.5px;
  110. color:{color:text};
  111. font-weight:normal;
  112. padding:5px;
  113. padding-bottom:2px;
  114. }
  115.  
  116.  
  117. blockquote {
  118. border-left:2px solid {color:text};
  119. padding-left:5px;
  120. margin:5px;
  121. }
  122.  
  123. #theme {
  124. background-color:{color:bg};
  125. width:700px;
  126. margin: 0 auto -12px auto;
  127. text-align: center;
  128. }
  129.  
  130. #sidebar {
  131. color:{color:text};
  132. position:fixed;
  133. width:150px;
  134. height:auto;
  135. margin-top:280px;
  136. top-left:-100px;
  137. text-align:left;
  138. margin-left:-70px
  139. }
  140.  
  141. #sidebar img {
  142. width:100px;
  143. height:100px;
  144. margin-left:10px;
  145. margin-bottom:10px;
  146. }
  147.  
  148.  
  149. .links {
  150. width:50px;
  151. padding: 10px;
  152. font-size:10px;
  153. font-family:calibri light;
  154. text-align:center;
  155. margin-top:-102px;
  156. margin-left:75px;
  157. height:20px;
  158. letter-spacing: 2px;
  159. text-align:right;
  160. text-transform:lowercase;
  161. position:fixed;
  162. -moz-transition-duration: 0.7s;
  163. -webkit-transition-duration: 0.7s;
  164. -o-transition-duration: 0.7s;
  165. }
  166.  
  167. .links a{
  168. letter-spacing:1px;
  169. text-transform:lowercase;
  170. text-decoration:none;
  171. display:block;
  172. padding:3px;
  173. color:{color:link};
  174. background-color: {color:link bg};
  175. margin-bottom: -5px;
  176. -moz-transition-duration:0.7s
  177. -webkit-transition-duration:0.7s;
  178. -o-transition-duration:0.7s;
  179. }
  180.  
  181. .links a:hover{
  182. color:{color:hover};
  183. -moz-transition-duration:1s;
  184. -webkit-transition-duration:1s;
  185. -o-transition-duration:1s;
  186. }
  187.  
  188. .desc {
  189. width:100px;
  190. font-size:10px;
  191. font-family:calibri light;
  192. font-style:italic;
  193. letter-spacing:1px;
  194. padding:2px;
  195. border: 1px: solid:
  196. line-height:120%;
  197. padding-top:2px;
  198. color:{color:text};
  199. background-color:{color:infobg}
  200. position:center;
  201. margin-top:-79px;
  202. margin-left:-60px;
  203. text-align:center;
  204. margin-left:-100px
  205.  
  206. }
  207.  
  208. #pagination {
  209. font-size:8px;
  210. text-align:center;
  211. padding:5px;
  212. margin-left:49px;
  213. margin-top:20px;
  214. position:fixed;
  215. }
  216.  
  217. #stuffcontainer {
  218. float:left;
  219. margin-left:200px;
  220. margin-top:75px;
  221. text-align:justify;
  222. background-color:{color:bg};
  223. color:{color:text};
  224. margin-bottom: 35px;
  225. }
  226.  
  227.  
  228. #stuff {
  229. width:500px;
  230. margin-top:75px;
  231. text-align:justify;
  232. font-size:11px;
  233. line-height:90%;
  234. letter-spacing:0x;
  235. color:{color:text};
  236. }
  237.  
  238. .caption {
  239. width:500px;
  240. text-align:justify;
  241. line-height:120%;
  242. }
  243.  
  244. .ask {
  245. padding:10px;
  246. text-align:left;
  247. color:{color:text};
  248. background-color:{color:bg};
  249. border-bottom:0px solid {color:border};
  250. border-right:0px solid {color:border};
  251. }
  252.  
  253. .ans {
  254. text-align:left;
  255. padding:10px;
  256. color:{color:text};
  257. }
  258.  
  259. .audio {
  260. width:500px;
  261. padding-bottom:10px;
  262. background-color:{color:infobg};
  263. }
  264.  
  265. .albumart {
  266. float:left;
  267. padding:0px 10px 10px 0px;
  268. }
  269.  
  270. .albumart img {
  271. width:45px;
  272. height:45px;
  273. }
  274.  
  275. .playercontainer {
  276. text-align:left;
  277. padding:10px;
  278. background-color:#ffffff;
  279. width:480px;
  280. }
  281.  
  282. .audioinfo {
  283. padding:10px;
  284. color:{color:text};
  285. }
  286.  
  287. #postinfo {
  288. width:490px;
  289. padding:5px;
  290. font-size:8px;
  291. color:{color:link};
  292. text-transform:uppercase;
  293. font-style:normal;
  294. letter-spacing:2px;
  295. text-align:left;
  296. border-top:0px solid {color:border};
  297. border-bottom:1px solid {color:border};
  298. -moz-transition-duration:0.5s;
  299. -webkit-transition-duration:0.5s;
  300. -o-transition-duration:0.5s;
  301. }
  302.  
  303. #postinfo a {
  304. color:{color:link};
  305. text-align:center;
  306. letter-spacing:1px;
  307. font-style:normal;
  308. }
  309.  
  310. #postinfo a:hover {
  311. color:{color:hover};
  312. }
  313.  
  314. .note {
  315. text-transform:uppercase;
  316. font-style:normal;
  317. letter-spacing:0px;
  318. font-size: 9px;
  319. text-align:left;
  320. line-height:90%;
  321. margin-left:-40px;
  322. }
  323.  
  324. .note li {
  325. list-style-type:none;
  326. border-bottom:1px solid {color:border};
  327. padding:10px 25px 10px 25px;
  328. text-align:left;
  329. margin:0px;
  330. -moz-transition-duration:0.5s;
  331. -webkit-transition-duration:0.5s;
  332. -o-transition-duration:0.5s;
  333. }
  334.  
  335. .tags {
  336. font-style:normal;
  337. width:500px;
  338. text-transform:uppercase;
  339. font-style:normal;
  340. color:{color:tags};
  341. letter-spacing:2px;
  342. line-height:120%;
  343. font-size:8px;
  344. text-align:left;
  345. padding:2px;
  346. -moz-transition-duration:0.5s;
  347. -webkit-transition-duration:0.5s;
  348. -o-transition-duration:0.5s;
  349. }
  350.  
  351. .tags a {
  352. color:{color:tags};
  353. letter-spacing:1px;
  354. padding:1px;
  355. }
  356.  
  357. .tags a:hover {
  358. color:{color:link};
  359. }
  360.  
  361. ul.chat, .chat ol, .chat li {
  362. list-style:none;
  363. margin:0px;
  364. padding:2px;
  365. }
  366.  
  367. .label {
  368. text-decoration:underline;
  369. font-weight:700;
  370. background-color:{color:infobg};
  371. margin-right:5px;
  372. }
  373.  
  374. #credit {
  375. position:fixed;
  376. font-size:8px;
  377. font-weight:normal;
  378. line-height:150%;
  379. letter-spacing:2px;
  380. right:10px;
  381. bottom:10px;
  382. text-transform:uppercase;
  383. text-align:center;
  384. }
  385.  
  386. #credit a {
  387. padding:3px;
  388. color:{color:text};
  389. -moz-transition-duration:0.5s;
  390. -webkit-transition-duration:0.5s;
  391. -o-transition-duration:0.5s;
  392. }
  393.  
  394.  
  395. {CustomCSS}
  396.  
  397. </style></head>
  398.  
  399. <body>
  400. <div id="theme">
  401. <div id="bite"> <div id="sidebar">
  402. <img src="{image:sidebar}">
  403. <div class="links">
  404. <a href="/"title="home">01.</a>
  405. <a href="/ask"title="mail">02.</a>
  406. {block:IfLinkA}
  407. <a href="{text:linkA url}"title="{text:linkA}">03.</a>
  408. {/block:IfLinkA}
  409. {block:IfLinkB}
  410. <a href="{text:linkB url}"title="{text:linkB}">04.</a>
  411. {/block:IfLinkB}
  412. {block:IfLinkC}
  413. <a href="{text:linkC url}"title="{text:linkC}">05.</a>
  414. {/block:IfLinkC}
  415. </div>
  416. <div class="death"><div class="desc">
  417. {Description}
  418. </div>
  419. <div id="pagination">
  420. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
  421. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}{/block:Pagination}
  422. </div></div></div></div>
  423.  
  424.  
  425. <div id="stuffcontainer">
  426.  
  427. {block:Posts}
  428.  
  429. <div id="stuff">
  430.  
  431. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  432.  
  433. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  434.  
  435. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  436. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  437.  
  438. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  439.  
  440. {block:Photoset}<center>{Photoset-500}</center>
  441. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  442.  
  443. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  444.  
  445. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  446.  
  447. {block:Answer}<div class="ask">{Asker} asked: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  448.  
  449. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  450. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  451. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  452. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  453. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  454.  
  455.  
  456.  
  457. {block:Date}<div id="postinfo">{MonthNumberWithZero}-{DayOfMonthWithZero} / <a href="{Permalink}">{24Hour}:{Minutes}</a>{block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} / <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  458. {block:ContentSource} / <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  459. {block:HasTags}
  460. <div class="tags">
  461. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  462. {/block:HasTags}
  463. <div class="note">
  464. {block:PostNotes}{PostNotes}{/block:PostNotes}
  465. </div>
  466. </div>
  467. {/block:Posts}
  468.  
  469.  
  470. </div>
  471.  
  472. <div id="credit"><a href="http://palfin.tumblr.com/">T</a></div>
  473.  
  474. </div>
  475. </div>
  476. </div>
  477. </body>
  478. </html>
Advertisement
Add Comment
Please, Sign In to add comment