palfin

yay new theme

Jun 12th, 2013
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.28 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>{title}</title>
  4.  
  5. <meta name="if:ShowLink3" content="1" />
  6. <meta name="if:ShowLink4" content="1" />
  7.  
  8. <meta name="color:border" content="#000000" />
  9. <meta name="color:text" content="#0000000" />
  10. <meta name="color:link" content="#fff" />
  11. <meta name="color:link hover" content="#000" />
  12. <meta name="color:scrollbarbg" content="#ffffff" />
  13. <meta name="color:descriptiontext" content="#000" />
  14. <meta name="color:pagination" content="#353535" />
  15. <meta name="color:bgcolor" content="#353535" />
  16. <meta name="color:infobg" content="#FCFCFC">
  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 name="image:one" content="" />
  28. <meta name="image:two" content="" />
  29.  
  30. <meta name="if:tinycursor" content="1"/>
  31.  
  32. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  33.  
  34. <link rel="shortcut icon" href="{favicon}" />
  35.  
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  37.  
  38. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  39.  
  40.  
  41. <style type="text/css">
  42.  
  43.  
  44. {block:iftinycursor}
  45. body, a, a:hover{
  46. cursor: url('http://24.media.tumblr.com/tumblr_mdig6jktic1riysloo1_100.png'), progress;
  47. }
  48. {/block:iftinycursor}
  49.  
  50. ::-webkit-scrollbar-track {background-color:#dcdcdc;}
  51. ::-webkit-scrollbar-thumb {background-color:#f0f0f0;border:1px solid #dcdcdc;}
  52. ::-webkit-scrollbar {width:5px;height:5px;}
  53.  
  54.  
  55.  
  56. body {
  57. color: {color:text};
  58. line-height: 100%;
  59. text-transform: lowercase;
  60. }
  61.  
  62. a:link, a:active, a:visited {
  63. text-decoration: none;
  64. color: {color:link};
  65. -moz-transition-duration:.6s;
  66. -webkit-transition-duration:.6s;
  67. -o-transition-duration:.6s;
  68. }
  69.  
  70. a:hover {
  71. color: {color:link hover};
  72. -moz-transition-duration:.6s;
  73. -webkit-transition-duration:.6s;
  74. -o-transition-duration:.6s;
  75. }
  76.  
  77. #entries {
  78. padding:20px;
  79. width:500px;
  80. margin-left:600px;
  81. margin-top:-10px;
  82. color: {color:descriptiontext};
  83. }
  84.  
  85. #posts {
  86. width: 450px;
  87. text-align: justify;
  88. font-family: cambria;
  89. text-transform:lowercase;
  90. font-size:11px;
  91. font-style:none;
  92. }
  93.  
  94. #info {
  95. text-align:center;
  96. margin-top:10px;
  97. text-transform:uppercase;
  98. font-size:8px;
  99. font-style:none;
  100. border-top:1px solid {color:border}
  101. color: {color:descriptiontext};
  102. }
  103.  
  104.  
  105. #sidebar {
  106. width: 240px;
  107. height: 670px;
  108. display: block;
  109. position: fixed;
  110. margin-top:10px;
  111. margin-left: 180px;
  112. }
  113.  
  114. #one {
  115. margin-top:180px;
  116. margin-left: -60px;
  117. -webkit-transition: opacity 0.8s ease-in-out;
  118. -moz-transition: opacity 0.8s ease-in-out;
  119. -o-transition: opacity 0.8s ease-in-out;
  120. -ms-transition: opacity 0.8s ease-in-out;
  121. transition: opacity 0.8s ease-in-out;
  122. }
  123.  
  124. #one img {
  125. opacity:.7;
  126. width:80px;
  127. height:80px;
  128. padding:5px;
  129. border: 2px double #EBE8E8;
  130. background: #fff;
  131. }
  132.  
  133. #two {
  134. z-index:999999999999999;
  135. margin-top:-95px;
  136. margin-left: 150px;
  137. -webkit-transition: opacity 0.8s ease-in-out;
  138. -moz-transition: opacity 0.8s ease-in-out;
  139. -o-transition: opacity 0.8s ease-in-out;
  140. -ms-transition: opacity 0.8s ease-in-out;
  141. transition: opacity 0.8s ease-in-out;
  142. }
  143.  
  144. #two img {
  145. opacity:.7;
  146. width:80px;
  147. height:80px;
  148. padding:5px;
  149. border: 2px double #EBE8E8;
  150. background: #fff;
  151. }
  152.  
  153.  
  154. #description {
  155. width:280px;
  156. position:absolute;
  157. height: 90px;
  158. margin-left:-60px;
  159. margin-top:10px;
  160. font-family: cambria;
  161. font-size: 10px;
  162. color: {color:descriptiontext};
  163. padding: 5px;
  164. text-align:center;
  165. opacity: 0;
  166. line-height:15px;
  167. letter-spacing:.5px;
  168. overflow: auto;
  169. -moz-transition-duration:1s;
  170. -webkit-transition-duration:1s;
  171. -o-transition-duration:1s;
  172. }
  173.  
  174. #description {
  175. background:#fff;
  176. opacity:9;
  177. -moz-transition-duration:1s;
  178. -webkit-transition-duration:1s;
  179. -o-transition-duration:1s;
  180. }
  181.  
  182. #links {
  183. text-align:center;
  184. position:fixed;
  185. text-transform: lowercase;
  186. width:60px;
  187. height:150px;
  188. margin-top:190px;
  189. margin-left:240px;
  190. opacity:0;
  191. font-family: 'Alef', sans-serif;
  192. color:{color:Link};
  193. transition: all 0.5s ease-out;
  194. -o-transition: all 0.5s ease-out;
  195. -webkit-transition: all 0.5s ease-out;
  196. -moz-transition: all 0.5s ease-out;
  197. }
  198.  
  199. #links a {
  200. display:block;
  201. font-family: 'Alef', sans-serif;
  202. width:60px;
  203. height:23px;
  204. font-size:10px;
  205. line-height:210%;
  206. text-decoration:none;
  207. opacity:1;
  208. text-align:center;
  209. background-color:#ffffff;
  210. -webkit-transition: all 0.5s ease-in-out;
  211. -moz-transition: all 0.5s ease-in-out;
  212. -o-transition: all 0.5s ease-in-out;
  213. -ms-transition: all 0.5s ease-in-out;
  214. transition: all 0.5s ease-in-out;
  215. }
  216.  
  217. #links{
  218. opacity:1;
  219. }
  220.  
  221.  
  222. #links a:hover{
  223. background-color:#464545;
  224. color:#ffffff;
  225. opacity:1;
  226. -webkit-transition: all 0.5s ease-in-out;
  227. -moz-transition: all 0.5s ease-in-out;
  228. -o-transition: all 0.5s ease-in-out;
  229. -ms-transition: all 0.5s ease-in-out;
  230. transition: all 0.5s ease-in-out;
  231. }
  232.  
  233. #pagination {
  234. width:100px;
  235. font-size:10px;
  236. text-align:center;
  237. margin-left:118px;
  238. margin-top:170px;
  239. position:fixed;
  240. font-family:consolas;
  241. letter-spacing:0px;
  242. }
  243.  
  244.  
  245. h1{
  246. background-color: transparent;
  247. font-family: baskerville;
  248. font-size: 13px;
  249. line-height: 10px;
  250. letter-spacing: 2px;
  251. text-align: left;
  252. text-transform: uppercase;
  253. color: {color:link};
  254. }
  255.  
  256. #asker {
  257. float:left;
  258. margin-right:5px;
  259.  
  260. }
  261.  
  262. .bubble {align:right;background: #eee; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  263. .bubble p {margin:1px 0px;}
  264. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #eee;}
  265.  
  266. .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: #eee}
  267.  
  268. blockquote {
  269. margin: 10px 2px 10px 10px;
  270. border-left: 4px solid {color:border};
  271. padding-left: 3px;
  272. }
  273.  
  274. blockquote img, blockquote a img {
  275. max-width: 490px;
  276. }
  277.  
  278. p {
  279. margin-top: 5px;
  280. margin-bottom: 10px;
  281. }
  282.  
  283. img a{
  284. border: none;
  285. }
  286.  
  287. img a:hover {
  288. opacity: 1;
  289. }
  290.  
  291. .audio{
  292. background-color: black;
  293. display: block;
  294. }
  295.  
  296.  
  297. .notes img{
  298. width: 10px;
  299. position: relative;
  300. top: 1px;
  301. }
  302.  
  303. ol.notes, .notes li{
  304. list-style: none;
  305. margin: 0px;
  306. padding: 0px;
  307. }
  308.  
  309. #themec {
  310. text-align:center;
  311. font-family:consolas;
  312. font-size:8px;
  313. line-height:70%;
  314. background-color:#fcfcfc;
  315. position:fixed;
  316. border-radius:100px;
  317. right:10px;
  318. bottom:12px;
  319. }
  320.  
  321. #themec a {
  322. width:5px;
  323. height:5px;
  324. border-radius:100px;
  325. padding:5px;
  326. background-color:#fcfcfc;
  327. border:1px solid #eeeeee;
  328. display:block;
  329. -moz-transition-duration:0.5s;
  330. -webkit-transition-duration:0.5s;
  331. -o-transition-duration:0.5s;
  332. }
  333.  
  334. #themec a:hover { background-color:#1a1a1a;
  335. -moz-transition-duration:0.5s;
  336. -webkit-transition-duration:0.5s;
  337. -o-transition-duration:0.5s;
  338. }
  339.  
  340.  
  341. {CustomCSS}</style>
  342.  
  343. </head>
  344.  
  345. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  346.  
  347. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  348.  
  349. <script>
  350.  
  351. (function($){
  352.  
  353. $(document).ready(function(){
  354.  
  355. $("a[title]").style_my_tooltips({
  356.  
  357. tip_follows_cursor:true,
  358.  
  359. tip_delay_time:90,
  360.  
  361. tip_fade_speed:600,
  362.  
  363. attribute:"title"
  364.  
  365. });
  366.  
  367. });
  368.  
  369. })(jQuery);
  370.  
  371. </script>
  372.  
  373.  
  374. <body>
  375.  
  376.  
  377. {block:Pagination}<div id="pagination">
  378. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  379. {block:JumpPagination length="5"}
  380. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  381. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  382. {/block:JumpPagination}
  383. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  384. </div>{/block:Pagination}
  385.  
  386. </div>
  387.  
  388.  
  389. <div id="sidebar">
  390. <div id="one"><img src="{image:one}"></div>
  391. <div id="two"><img src="{image:two}"></div>
  392. <div id="description">{block:Description}{Description}{/block:Description}</div></div></div></div>
  393.  
  394. <div id="linkbar"><div id="links">
  395. {block:IfLinkA}
  396. <a href="{text:linkA url}">{text:linkA}</a>
  397. {/block:IfLinkA}
  398. {block:IfLinkB}
  399. <a href="{text:linkB url}">{text:linkB}</a>
  400. {/block:IfLinkB}
  401. {block:IfLinkC}
  402. <a href="{text:linkC url}">{text:linkC}</a>
  403. {/block:IfLinkC}
  404. {block:IfLinkD}
  405. <a href="{text:linkD url}">{text:linkD}</a>
  406. {/block:IfLinkD}
  407. </div></div></div></div>
  408.  
  409. <BR>
  410.  
  411. <div id="entries">
  412. {block:Posts}
  413.  
  414. <div id="posts">
  415.  
  416. {block:Quote}"<i>{Quote}</i>"&nbsp; <br><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; — {Source} {/block:Quote}
  417. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  418. {block:Text}{Body}{/block:Text}
  419.  
  420. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  421. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  422.  
  423. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  424. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  425.  
  426. {block:Chat}<ul class="chat"><BR>{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li><BR>{/block:Lines}</ul>{/block:Chat}
  427.  
  428. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  429.  
  430. {block:Answer}<img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="bubble"><span></span>{Asker}: {Question} <br> &nbsp;
  431. <BR>
  432. </div>{Answer}{/block:Answer}
  433.  
  434.  
  435. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  436. </div>
  437.  
  438. <div id="info">
  439. <div align="left">
  440. {block:Date}
  441. {block:NotReblog} posted{/block:NotReblog}{block:RebloggedFrom}
  442. reblogged{/block:RebloggedFrom} <a href="{Permalink}">{TimeAgo}
  443. </a>{/block:Date}{block:NoteCount} with <a href="{Permalink}">
  444. {NoteCountWithLabel}</a>{/block:NoteCount} {block:RebloggedFrom};
  445. via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  446. {/block:RebloggedFrom}{block:ContentSource}+
  447. <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}
  448. {/block:ContentSource}</div>
  449.  
  450.  
  451. <div id="themec"><a href="http://palfin.tumblr.com/"><center>T</center></a></div>
  452.  
  453.  
  454. <br>
  455. </html>
Advertisement
Add Comment
Please, Sign In to add comment