palfin

NEW THEME

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