palfin

theme 10

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