palfin

theme 3.

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