palfin

theme #2 simply love

May 28th, 2014
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.82 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9.  
  10. <!--META NAMES-->
  11.  
  12. <meta name="color:body" content="#666666"/>
  13. <meta name="color:links" content="#6f6e6e"/>
  14.  
  15. <meta name="color:hover" content="#fafafa"/>
  16. <meta name="color:info" content="#a8a8a8">
  17. <meta name="color:desc" content="#aaaaaa">
  18.  
  19. <meta name="color:bg" content="#ffffff">
  20. <meta name="color:maincolor" content="#ffffff">
  21.  
  22.  
  23. <meta name="image:sb" content=""/>
  24. <meta name="text:sidebartitle" content="text here">
  25.  
  26. <meta name="text:link1title" content="" />
  27. <meta name="text:link1url" content="/" />
  28. <meta name="text:link2title" content="" />
  29. <meta name="text:link2url" content="/" />
  30. <meta name="text:link3title" content="" />
  31. <meta name="text:link3url" content="/" />
  32. <meta name="text:link4title" content="" />
  33. <meta name="text:link4url" content="/" />
  34.  
  35. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  36. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  37. <script>
  38. (function($){
  39. $(document).ready(function(){
  40. $("a[title]").style_my_tooltips({
  41. tip_follows_cursor:true,
  42. tip_delay_time:90,
  43. tip_fade_speed:600,
  44. attribute:"title"
  45. });
  46. });
  47. })(jQuery);
  48. </script>
  49.  
  50.  
  51. <style type="text/css">
  52.  
  53.  
  54. #s-m-t-tooltip {
  55. max-width:300px;
  56. padding:4px;
  57. margin:10px 0px 0px 10px;
  58. background-color:#000; /*background color */
  59. font-family:tahoma; /*font */
  60. font-size:9px; /*font size */
  61. font-style:normal; /* can be italic, normal, etc. */
  62. letter-spacing:2px; /*letter spacing */
  63. text-transform:none; /* can be uppercase, lowercase, none*/
  64. color:#fff; /*text color */
  65. z-index:999999999999999999999999999999999999;
  66. }
  67.  
  68.  
  69. ::-webkit-scrollbar-thumb {
  70. height:auto;
  71. background-color:{color:maincolor};
  72. }
  73.  
  74. ::-webkit-scrollbar {
  75. height:9px;
  76. width:4px;
  77. background-color:#fff;
  78. }
  79.  
  80. body {
  81. background-color:{color:bg};
  82. font-family:calibri;
  83. font-size:11px;
  84. text-align:justify;
  85. color:{color:body};
  86. margin:0;
  87. }
  88.  
  89. a {
  90. color:{color:links};
  91. text-decoration:none;
  92. -moz-outline-style:none;
  93. }
  94.  
  95. a:hover{
  96. color:{color:hover};
  97. -moz-transition-duration:0.3s;
  98. -webkit-transition-duration:0.3s;
  99. -o-transition-duration:0.3s;
  100. }
  101.  
  102. img {
  103. border:none;
  104. }
  105.  
  106. blockquote {
  107. padding-left:5px;
  108. border-left:2px solid;
  109. }
  110.  
  111. blockquote blockquote {
  112. padding-left:5px;
  113. border-left:2px solid;
  114. }
  115.  
  116. #sidebar{
  117. position:fixed;
  118. margin-top:160px;
  119. margin-left:200px;
  120. width:150px;
  121. }
  122.  
  123. #sidebarimg img{
  124. width:270px;
  125. margin-left:-18px;
  126. height:auto;
  127.  
  128. }
  129.  
  130. .links{
  131. padding:8px;
  132. font-size:7px;
  133. margin-top:0px;
  134. margin-left:-18px;
  135. width:250px;
  136. text-transform:uppercase;
  137. margin-bottom:0px;
  138. font-family:'helvetica';
  139. word-spacing:3px;
  140. text-align:center;
  141. }
  142.  
  143. .links a{
  144. padding:0px;
  145. letter-spacing:1px;
  146. color:{color:link};
  147. text-decoration:none;
  148. -moz-transition-duration:0.4s;
  149. -webkit-transition-duration:0.4s;
  150. -o-transition-duration:0.4s;
  151. }
  152.  
  153. .links a:hover{
  154. text-decoration:underline;
  155. color:{color:maincolor};
  156. -moz-transition-duration:0.4s;
  157. -webkit-transition-duration:0.4s;
  158. -o-transition-duration:0.4s;
  159. }
  160.  
  161. .desc{
  162. position:fixed;
  163. overflow:auto;
  164. height:100px;
  165. margin-top:5px;
  166. width:230px;
  167. font-size:10px;
  168. margin-left:-2px;
  169. text-align:center;
  170. -moz-transition-duration:0.9s;
  171. -webkit-transition-duration:0.9s;
  172. -o-transition-duration:0.9s;
  173. }
  174.  
  175. .desc a{
  176. width:10px;
  177. display:inline-block;
  178. margin:2px;
  179. text-align:center;
  180. -moz-transition-duration:0.9s ;
  181. -webkit-transition-duration:0.9s;
  182. -o-transition-duration:0.9s;
  183. }
  184.  
  185. .desc a:hover{
  186. display:inline-block;
  187. background:#fff;
  188. color:#fff;
  189. text-align:center;
  190. -moz-transition-duration:0.9s ;
  191. -webkit-transition-duration:0.9s;
  192. -o-transition-duration:0.9s;
  193. }
  194.  
  195.  
  196. #pagi{
  197. display:block;
  198. width:100px;
  199. font-size:20px;
  200. margin-top:-15px;
  201. text-align:center;
  202. position:fixed;
  203. margin-left:55px;
  204. font-weight:bold;
  205. font-family:arial;
  206. letter-spacing:0px;
  207. word-spacing:5px;
  208. }
  209.  
  210. #pagi a{
  211. color:#999;
  212. }
  213.  
  214. #pagi a:hover {
  215. color:#fff;
  216. }
  217.  
  218. /*ENTRIES*/
  219.  
  220. #container {
  221. width:400px;
  222. padding:10px;
  223. margin-left:550px;
  224. margin-top:10px;
  225. }
  226.  
  227. #posts{
  228. width:400px;
  229. padding:25px;
  230. margin-top:15px;
  231. }
  232.  
  233.  
  234. /*POST INFO*/
  235.  
  236. #info {
  237. width:400px;
  238. text-align:left;
  239. font-family:monkey;
  240. font-size:10px;
  241. text-transform:normal;
  242. padding:1px;
  243. color:{color:info};
  244. line-height:10px;
  245. margin-top:5px;
  246. margin-bottom:55px;
  247. }
  248.  
  249. #info a{
  250. color:{color:info};
  251. }
  252.  
  253. #info a:hover{
  254. color:{color:maincolor};
  255. }
  256.  
  257.  
  258.  
  259. #notes{
  260. font-size:11px;
  261.  
  262. text-transform:uppercase;
  263. }
  264.  
  265. #audio {
  266. margin-bottom:5px;
  267. width:500px;
  268. height:105px;
  269. }
  270.  
  271. .albumart {
  272. width:100px;
  273. height:100px;
  274. position:absolute;
  275. }
  276.  
  277. .albumart img {
  278. width:100px;
  279. height:100px;
  280. float:left;
  281. }
  282.  
  283. .playercontainer {
  284. opacity: .2;
  285. display:block;
  286. width:100px;
  287. height:100px;
  288. background:#fff;
  289. position:absolute;
  290. -webkit-transition:all 0.9s ease-in-out;
  291. -moz-transition:all 0.9s ease-in-out;
  292. -o-transition:all 0.9s ease-in-out;
  293. -ms-transition: all 0.9s ease-in-out;
  294. transition:all 0.9s ease-in-out;
  295.  
  296. }
  297.  
  298. .playercontainer:hover {
  299. opacity:.7;
  300. position:absolute;
  301. -webkit-transition:all 0.9s ease-in-out;
  302. -moz-transition:all 0.9s ease-in-out;
  303. -o-transition:all 0.9s ease-in-out;
  304. -ms-transition: all 0.9s ease-in-out;
  305. transition:all 0.9s ease-in-out;
  306. }
  307.  
  308. .player {
  309. margin-left:36px;
  310. margin-top:36px;
  311. width:25px;
  312. height:25px;
  313. overflow:hidden;
  314. position:absolute;
  315. background:#fff;
  316. }
  317.  
  318. .audioinfo {
  319. margin-left:110px;
  320. float:left;
  321. color:#000;
  322. letter-spacing:1px;
  323. font-size:11px;
  324. text-transform:normal;
  325. width:386px;
  326. padding:2px;
  327. margin-top:3px;
  328. }
  329.  
  330. .audioinfo b {
  331. font-family:calibri;
  332. background:#fff;
  333. padding:3px 4px 3px 4px;
  334. font-weight:normal;
  335. margin-right:5px;
  336. }
  337.  
  338. .quote {
  339. font-size:11px;
  340. }
  341.  
  342. .chat{
  343. line-height: 12px;
  344. color:{color:text};
  345. }
  346.  
  347. .chat ul {
  348. line-height: 15px;
  349. list-style: none;
  350. padding: 0px;
  351. line-height: 20px;
  352. }
  353.  
  354. .person1 {
  355. color:{color:Text};
  356. background-color:#eee;
  357. }
  358.  
  359. .person1 .label {
  360. font-weight: bold;
  361. margin-left:5px;
  362. color:{color:Text};
  363. }
  364.  
  365. .person2 {
  366. color:{color:Text};
  367. background-color:#fff;
  368. }
  369.  
  370. .person2 .label {
  371. font-weight: bold;
  372. padding: 0px;
  373. margin-left: 5px;
  374. color: {color:Text};
  375. }
  376.  
  377. #title {
  378. margin-left:74px;
  379. margin-top:-25px;
  380. position:fixed;
  381. font-size:20px;
  382. color:#000;
  383. width:175px;
  384. text-align:right;
  385. font-family:arial;
  386. font-weight:bold;
  387. z-index:9999999999999999;
  388.  
  389.  
  390. }
  391.  
  392. #credit{
  393. right:8px;
  394. bottom: 2px;
  395. position:fixed;
  396. padding:5px;
  397. }
  398.  
  399.  
  400. {CustomCSS}
  401.  
  402. </style></head>
  403.  
  404.  
  405. <body>
  406.  
  407. <div id="sidebar">
  408. <div id="title">{text:sidebartitle}</div>
  409. <div id="sidebarimg">
  410. <img src="{image:sb}"></div>
  411. <div class="links">
  412. <a href="{text:link1url}" title="{text:link1title}">uno</a>
  413. <a href="{text:link2url}" title="{text:link2title}">dos</a>
  414. <a href="{text:link3url}" title="{text:link3title}">tres</a>
  415. <a href="{text:link4url}" title="{text:link4title}">cuatro</a>
  416. </div>
  417. <div class="desc">{description}<br><br>
  418.  
  419.  
  420.  
  421.  
  422. <div id="pagi">
  423. {block:PreviousPage}
  424. <a href="{PreviousPage}"> ↩ </a>
  425. {/block:PreviousPage}
  426. {block:NextPage}
  427. <a href="{NextPage}"> ↪ </a>
  428. {/block:NextPage}
  429. </div>
  430. {/block:Pagination}</div>
  431. </div>
  432.  
  433. </div>
  434.  
  435.  
  436. <div id="container">
  437. {block:Posts}
  438. <div id="post">
  439.  
  440. <!--TEXT POSTS-->
  441.  
  442. {block:Text}
  443. {block:Title}<h2>{Title}</h2>{/block:Title}
  444. {Body}
  445. {/block:Text}
  446.  
  447. <!--ASKS-->
  448.  
  449. {block:Answer}
  450. <div class="question">
  451. <img src="{AskerPortraitURL-40}"> {Asker} asked: {Question}
  452. </div>
  453. {Answer}
  454. {/block:Answer}
  455.  
  456. <!--QUOTE POSTS-->
  457. {block:Quote}
  458.  
  459. <div class="quote">
  460. "<div class="quotetext_{Length}">{Quote}</div>"
  461. {block:Source}<div class="source">{Source}</div>{/block:Source}
  462. </div>
  463. {/block:Quote}
  464.  
  465. <!--LINK POSTS-->
  466.  
  467. {block:Link}
  468. <h2><a href="{URL}">{Name}</a></h2>
  469. {block:Description}{Description}{/block:Description}
  470. {/block:Link}
  471.  
  472. <!--CHAT POSTS-->
  473.  
  474. {block:Chat}
  475. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  476. <div class="chat"><ul>{block:Lines}
  477. <li class="person{UserNumber}">{block:Label}
  478. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  479. {/block:Chat}
  480.  
  481. <!--PHOTO POSTS-->
  482.  
  483. {block:Photo}
  484. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}" width="400px">{LinkCloseTag}
  485.  
  486. {block:Caption}{Caption}{/block:Caption}
  487. {/block:Photo}
  488.  
  489. <!--PHOTOSET POSTS-->
  490.  
  491. {block:Photoset}
  492. {Photoset-400}
  493. {block:Caption}{Caption}{/block:Caption}
  494. {/block:Photoset}
  495.  
  496. <!--VIDEO POSTS-->
  497.  
  498. {block:Video}
  499. {Video-400}
  500. {block:Caption}{Caption}{/block:Caption}
  501. {/block:Video}
  502.  
  503.  
  504. <!--AUDIO-->
  505.  
  506.  
  507. {block:Audio}
  508. <div id="audio">
  509. <div class="albumart"><img src="http://static.tumblr.com/4wyqgof/Dyvm2qmp1/default.jpg" width="100px" height="100px"></div>{block:AlbumArt}
  510. <div class="albumart"><img src="{AlbumArtURL}" width="100px" height="100px"></div>{/block:AlbumArt}
  511. <div class="playercontainer"><div class="player">{AudioPlayerwhite}</div></div>
  512. {block:Artist}<div class="audioinfo"><b>Artist:</b> {Artist}</div><br>{/block:Artist}
  513. {block:Album}<div class="audioinfo"><b>Album:</b> {Album}</div>{/block:Album}
  514. {block:PlayCount}<div class="audioinfo"><b>Played:</b> {FormattedPlayCount} times</div> {/block:PlayCount}
  515. </div>{block:Caption}{Caption}{/block:Caption}
  516. {/block:Audio}
  517.  
  518.  
  519. <!--POST INFO-->
  520.  
  521. <div id="info">
  522. <a title="{Month} {DayOfMonth}, {Year} at {12Hour}:{Minutes} {CapitalAMPM}" href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}">{DayOfMonthWithZero}.{MonthNumberWithZero}.{Year}</a> - {block:RebloggedFrom} via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource} - © <a href="{SourceURL}" title="{SourceTitle}">{SourceLink}</a> {/block:ContentSource} -
  523. <a href="{Permalink}" title="Permalink">{NoteCount} ♡ -</a>
  524. <a href="{ReblogURL}" title="Reblog This Post">↺</a>
  525. </div>
  526.  
  527. </div>
  528.  
  529.  
  530.  
  531. {/block:Posts}
  532. <br><br>{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  533. {/block:Posts}</div></div></div>
  534. <br><br><br><br>
  535.  
  536.  
  537. <div id="credit" data="credit"><a href="http://hellzayn.tumblr.com"><img src="http://media.tumblr.com/tumblr_lm6prnRzP61qfoi4t.gif" width="15px" height="15px"></a></div>
  538.  
  539. </div></div>
  540.  
  541. {/block:Posts}
  542.  
  543.  
  544. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment