palfin

theme 2 ha

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