palfin

theme 9

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