Advertisement
sofiiayala

London dreams by Sofi for Tumblr

Dec 23rd, 2013
813
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.19 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. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- DON'T STEAL THE CREDIT, CUSTOMIZE IT AS MUCH AS YOU WANT BUT DON'T STEAL IT, IT'S ILLEGAL ---->
  9.  
  10. <meta name="color:Background" content="#ffffff"/>
  11. <meta name="color:Text" content="#838282"/>
  12. <meta name="color:Link" content="#b8b8b8"/>
  13. <meta name="color:hover Link" content="#d3d3d3"/>
  14. <meta name="image:sidebar" content=""/>
  15.  
  16. <meta name="text:link 1 message" content="home"/>
  17. <meta name="text:link 1 url" content="/"/>
  18. <meta name="text:link 2 message" content="mail"/>
  19. <meta name="text:link 2 url" content="/ask"/>
  20. <meta name="text:link 3 message" content="about"/>
  21. <meta name="text:link 3 url" content="/"/>
  22. <meta name="text:link 4 message" content="navi"/>
  23. <meta name="text:link 4 url" content="/"/>
  24. <meta name="text:link 5 message" content="navi"/>
  25. <meta name="text:link 5 url" content="/"/>
  26.  
  27. <meta name="if:links on hover" content="0"/>
  28.  
  29. <script type="text/javascript">
  30. WebFontConfig = {
  31. google: { families: [ 'Flamenco::latin' ] }
  32. };
  33. (function() {
  34. var wf = document.createElement('script');
  35. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  36. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  37. wf.type = 'text/javascript';
  38. wf.async = 'true';
  39. var s = document.getElementsByTagName('script')[0];
  40. s.parentNode.insertBefore(wf, s);
  41. })(); </script>
  42.  
  43.  
  44. <style type="text/css">
  45.  
  46. #dhtmltooltip{
  47. position: absolute;
  48. padding:3px;
  49. padding-bottom: 2px;
  50. margin-left:70px;
  51. margin-top: -7px;
  52. background: {color:background}; /* change the background color */
  53. font-family:times; /* change the font */
  54. font-size:7px; /* change the font size */
  55. letter-spacing:1px; /* change the letter spacing */
  56. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  57. font-style: bold;
  58. color:{color:text}; /* change the text color */
  59. visibility: hidden;
  60. z-index: 100;
  61. /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
  62. filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
  63. }
  64.  
  65. ::-webkit-scrollbar {width: 4px; height: 4px; background: #f0f0f0; }
  66. ::-webkit-scrollbar-thumb { background-color: #999999; -webkit-border-radius: 0ex; }
  67.  
  68. body {
  69. background:{color:background};
  70. margin:0px;
  71. color:{color:text};
  72. font-family:Calibri;
  73. font-size:10px;
  74. line-height:100%;
  75. }
  76.  
  77. body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_mem9zjUXhw1rqv2lu.png), auto;}
  78.  
  79. h1 {
  80. font-size:18px;
  81. font-family: times;
  82. text-align: center;
  83. line-height: 14px;
  84. }
  85.  
  86. a {
  87. text-decoration:none;
  88. outline:none;
  89. -moz-outline-style:none;
  90. color:{color:link};
  91. }
  92.  
  93. a:hover {
  94. text-decoration:none;
  95. outline:none;
  96. -moz-outline-style:none;
  97. color:{color:hover link};
  98. }
  99.  
  100. img {
  101. border:none;
  102. }
  103.  
  104. blockquote {
  105. padding-left:5px;
  106. border-left:2px solid;
  107. margin-left: 2px;
  108. }
  109.  
  110. blockquote {
  111. padding-left:5px;
  112. border-left:2px solid;
  113. margin-left: 2px;
  114. }
  115.  
  116. #entries {
  117. padding:10px;
  118. width:600px;
  119. margin-left:500px;
  120. margin-top:40px;
  121. margin-bottom: 20px;
  122. }
  123.  
  124. #post {
  125. opacity: 1;
  126. margin-top:20px;
  127. margin-bottom:0px;
  128. padding:9px;
  129. overflow: hidden;
  130. margin-right: 25px;
  131. text-align: left;
  132. width: 500px;
  133. padding:10px;
  134. border: 1px solid #F2F2F2;
  135. transition: all 0.3s linear;
  136. -webkit-transition: opacity 0.3s linear;
  137. -webkit-transition: all 0.3s linear;
  138. -moz-transition: all 0.3s linear;
  139. }
  140.  
  141. #post:hover #tags {
  142. opacity: 1;
  143. font-size: 8.5px;
  144. margin-top: 4px;
  145. text-align:center;
  146. letter-spacing: 0.8;
  147. transition: all 0.3s linear;
  148. -webkit-transition: opacity 0.3s linear;
  149. -webkit-transition: all 0.3s linear;
  150. -moz-transition: all 0.3s linear;
  151. }
  152.  
  153. #links {
  154. font-size:13px;
  155. text-align:center;
  156. font-family: 'Bodoni MT Condensed';
  157. letter-spacing: 2px;
  158. width: 115px;
  159. background-color: {color:background};
  160. font-style: italic;
  161. {block:ifLinksonhover}
  162. opacity: 0;
  163. height: 0px;
  164. transition: all 0.3s linear;
  165. -webkit-transition: opacity 0.3s linear;
  166. -webkit-transition: all 0.3s linear;
  167. -moz-transition: all 0.3s linear;
  168. {/block:ifLinksonhover}
  169. }
  170.  
  171. #sidebar {
  172. width:200px;
  173. position:fixed;
  174. margin-left:250px;
  175. margin-top:80px;
  176. text-align: center;
  177. transition: all 0.3s linear;
  178. -webkit-transition: opacity 0.3s linear;
  179. -webkit-transition: all 0.3s linear;
  180. -moz-transition: all 0.3s linear;
  181. }
  182.  
  183. #sidebar:hover #links {
  184. opacity: 1;
  185. height: auto;
  186. transition: all 0.3s linear;
  187. -webkit-transition: opacity 0.3s linear;
  188. -webkit-transition: all 0.3s linear;
  189. -moz-transition: all 0.3s linear;
  190. }
  191.  
  192. #sidebarimage {
  193. width 80px;
  194. opacity: 0.9;
  195. transition: all 0.3s linear;
  196. -webkit-transition: opacity 0.3s linear;
  197. -webkit-transition: all 0.3s linear;
  198. -moz-transition: all 0.3s linear;
  199. }
  200.  
  201. #sidebarimage img {
  202. margin-top:50px;
  203. width:80px;
  204. padding: 2px;
  205. image:url({"image:sidebar"});
  206. }
  207.  
  208. #sidebarimage:hover {
  209. opacity: 1;
  210. transition: all 0.3s linear;
  211. -webkit-transition: opacity 0.3s linear;
  212. -webkit-transition: all 0.3s linear;
  213. -moz-transition: all 0.3s linear;
  214. }
  215.  
  216. #description {
  217. background-color: {color:background};
  218. width: 115px;
  219. height: auto;
  220. padding: 2px;
  221. text-align: center;
  222. padding:5px;
  223. letter-spacing: 0.3px;
  224. overflow: hidden;
  225. font-size: 9px;
  226. letter-spacing: 0.5px;
  227. border-top: 4px #f0eded double;
  228. border-bottom: 4px #f0eded double;
  229. }
  230.  
  231. #pagination {
  232. font-size:10px;
  233. text-align:center;
  234. color: #666;
  235. font-family: times;
  236. width: 115px;
  237. font-style: italic;
  238. }
  239.  
  240. .notes {
  241. font-size: 7px;
  242. font-family: times;
  243. text-transform: uppercase;
  244. letter-spacing: 0.8;
  245. margin-top: 3px;
  246. margin-bottom: 3px;
  247. }
  248.  
  249. .notes a {
  250. color: {color:text};
  251. }
  252.  
  253. .notes a:hover {
  254. color:{color:hover link};
  255. }
  256.  
  257. heart {
  258. font-size: 8px;
  259. line-height: -5px;
  260. }
  261.  
  262. #border {
  263. margin-top: 8px;
  264. border-top: 1px solid #f0eded;
  265. }
  266.  
  267. #tags {
  268. {block:PermalinkPage}
  269. font-size: 9px;
  270. margin-top: 4px;
  271. text-align:center;
  272. letter-spacing: 0.8;
  273. {/block:PermalinkPage}
  274. }
  275.  
  276. #asker {
  277. float:left;
  278. }
  279.  
  280. .question{
  281. text-align: center;
  282. letter-spacing:1px;
  283. padding:6px;
  284. background-color: #ebebeb;
  285. }
  286.  
  287. .answer{
  288. background-color:transparent;
  289. line-height: 10px;
  290. text-align: left;
  291. font-size: 10px;
  292. }
  293.  
  294. .answer img {
  295. {block:indexpage}
  296. max-width: 480px;
  297. {/block:indexpage}
  298. {block:PermalinkPage}
  299. width: 480px;
  300. height: auto;
  301. {/block:PermalinkPage}
  302. }
  303.  
  304. #quote {
  305. line-height: 120%;
  306. font-size:20px;
  307. font-family: times;
  308. text-align: center;
  309. font-weight: bolder;
  310. }
  311.  
  312. #source {
  313. text-align: right;
  314. }
  315.  
  316. .audio {
  317. width:500px;
  318. padding-bottom:10px;
  319. }
  320.  
  321. .albumart {
  322. float:left;
  323. }
  324.  
  325. .albumart img {
  326. width:80px;
  327. height:80px;
  328. z-index:1;
  329. position: relative;
  330. padding:2px;
  331. border: 3px solid #f0f0f0;
  332. z-index:1;
  333. }
  334.  
  335. #player:hover {
  336. opacity: 0.5;
  337. transition: all 0.2s linear;
  338. -webkit-transition: opacity 0.2s linear;
  339. -webkit-transition: all 0.2s linear;
  340. -moz-transition: all 0.2s linear;
  341. }
  342.  
  343. #player {
  344. text-align:left;
  345. padding:10px;
  346. background-color:#ffffff;
  347. width:60px;
  348. height: 62px;
  349. margin-left: -85px;
  350. margin-top:-80px;
  351. overflow: hidden;
  352. opacity: 0;
  353. z-index: 999999;
  354. margin-bottom: -7px;
  355. position: relative;
  356. transition: all 0.2s linear;
  357. -webkit-transition: opacity 0.2s linear;
  358. -webkit-transition: all 0.2s linear;
  359. -moz-transition: all 0.2s linear;
  360. }
  361.  
  362. .musicinfo {
  363. padding-left:5px;
  364. padding-top: 15px;
  365. color:{color:text};
  366. text-align: center;
  367. }
  368.  
  369. #credit {
  370. font-size:9px;
  371. font-family:georgia;
  372. letter-spacing:1px;
  373. -moz-transition-duration:0.5s;
  374. -webkit-transition-duration:0.5s;
  375. -o-transition-duration:0.5s;
  376. }
  377.  
  378. #credit a {
  379. background-color:transparent;
  380. padding:5px;
  381. border:1px solid #e9e9e9;
  382. position:fixed;
  383. right:15px;
  384. bottom:10px;
  385. }
  386.  
  387. .right {
  388. text-align: right;
  389. }
  390.  
  391. .left {
  392. text-align: left;
  393. margin-top: -10px;
  394. margin-bottom: -8px;
  395. }
  396.  
  397. .note {
  398. text-align: left;
  399. }
  400.  
  401. {CustomCSS}</style></head><body>
  402.  
  403. <div id="sidebar">
  404.  
  405. <center><br><br><div id="sidebarimage"><img src="{image:sidebar}"></div><br>
  406.  
  407. <div id="links">
  408. <a href="{text:link 1 url}" onMouseover="ddrivetip('{text:link 1 message}')";
  409. onMouseout="hideddrivetip()">i.</a>
  410. <a href="{text:link 2 url}" onMouseover="ddrivetip('{text:link 2 message}')";
  411. onMouseout="hideddrivetip()">ii.</a>
  412. <a href="{text:link 3 url}" onMouseover="ddrivetip('{text:link 3 message}')";
  413. onMouseout="hideddrivetip()">iii.</a>
  414. <a href="{text:link 4 url}" onMouseover="ddrivetip('{text:link 4 message}')";
  415. onMouseout="hideddrivetip()">iv.</a>
  416. <a href="{text:link 5 url}" onMouseover="ddrivetip('{text:link 5 message}')";
  417. onMouseout="hideddrivetip()">v.</a>
  418.  
  419. </div><br>
  420.  
  421. <div id="description">{description}</div>
  422.  
  423. <div id="pagination">
  424. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
  425. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}{/block:Pagination}
  426. </div>
  427.  
  428. </div>
  429.  
  430. </center>
  431.  
  432. <div id="entries">{block:Posts}
  433.  
  434. {block:ContentSource}
  435.  
  436. <!--{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  437.  
  438. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  439.  
  440. {/block:SourceLogo}
  441.  
  442. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}-->
  443.  
  444. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  445.  
  446. <div id="post">
  447.  
  448. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  449.  
  450. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  451.  
  452. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  453.  
  454. {block:Quote}<div id="quote">'{Quote}'</div>{block:Source}<div id="source"><br><br> —<b><font size="1.5">{Source}</font></b></div>{/block:Source}{/block:Quote}
  455.  
  456. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  457.  
  458. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}<font size="2">{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}
  459. <br><br>{/block:Lines}</font>{/block:Chat}
  460.  
  461. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  462. <div class="musicinfo">{block:TrackName}<h1> {TrackName}</h1><br />{/block:TrackName}{block:Artist}<div style="font-size:12px; font-style: italic; font-family: times; margin-top: -8px;">{Artist}</div><br />{/block:Artist}
  463. {/block:ExternalAudio}</div>
  464. <br><div id="player">{AudioPlayerWhite}</div></div>
  465. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  466.  
  467. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  468.  
  469. {block:Answer}
  470. <div class="question"><b>{Asker}:</b> {Question}</div><div class="answer"><blockquote>{Answer}</blockquote></div>{/block:Answer}
  471.  
  472. <div id="border"></div>
  473. <div class="notes">
  474. <div class="right">{block:Date} {TimeAgo}{/block:Date} · <heart>♥</heart><a href="{Permalink}">
  475. {NoteCount}</a></div>
  476. <div class="left">{block:RebloggedFrom}<a href="{ReblogRootURL}">source</a> · <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}</div>
  477. </div>
  478.  
  479. {block:PermalinkPage}<div id="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>{/block:PermalinkPage}
  480.  
  481. </div>
  482. <div class="note">{block:PostNotes}{PostNotes}{/block:PostNotes}
  483. {/block:Posts}</div></div>
  484.  
  485. <div id="credit"><a href="http://www.nobodycouldbethatclever.tumblr.com">221b</div>
  486.  
  487. <div id="dhtmltooltip"></div>
  488.  
  489. <script type="text/javascript">
  490.  
  491. /***********************************************
  492. * Cool DHTML tooltip script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
  493. * This notice MUST stay intact for legal use
  494. * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
  495. ***********************************************/
  496.  
  497. var offsetxpoint=-60 //Customize x offset of tooltip
  498. var offsetypoint=20 //Customize y offset of tooltip
  499. var ie=document.all
  500. var ns6=document.getElementById && !document.all
  501. var enabletip=false
  502. if (ie||ns6)
  503. var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : ""
  504.  
  505. function ietruebody(){
  506. return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
  507. }
  508.  
  509. function ddrivetip(thetext, thecolor, thewidth){
  510. if (ns6||ie){
  511. if (typeof thewidth!="undefined") tipobj.style.width=thewidth+"px"
  512. if (typeof thecolor!="undefined" && thecolor!="") tipobj.style.backgroundColor=thecolor
  513. tipobj.innerHTML=thetext
  514. enabletip=true
  515. return false
  516. }
  517. }
  518.  
  519. function positiontip(e){
  520. if (enabletip){
  521. var curX=(ns6)?e.pageX : event.clientX+ietruebody().scrollLeft;
  522. var curY=(ns6)?e.pageY : event.clientY+ietruebody().scrollTop;
  523. //Find out how close the mouse is to the corner of the window
  524. var rightedge=ie&&!window.opera? ietruebody().clientWidth-event.clientX-offsetxpoint : window.innerWidth-e.clientX-offsetxpoint-20
  525. var bottomedge=ie&&!window.opera? ietruebody().clientHeight-event.clientY-offsetypoint : window.innerHeight-e.clientY-offsetypoint-20
  526.  
  527. var leftedge=(offsetxpoint<0)? offsetxpoint*(-1) : -1000
  528.  
  529. //if the horizontal distance isn't enough to accomodate the width of the context menu
  530. if (rightedge<tipobj.offsetWidth)
  531. //move the horizontal position of the menu to the left by it's width
  532. tipobj.style.left=ie? ietruebody().scrollLeft+event.clientX-tipobj.offsetWidth+"px" : window.pageXOffset+e.clientX-tipobj.offsetWidth+"px"
  533. else if (curX<leftedge)
  534. tipobj.style.left="5px"
  535. else
  536. //position the horizontal position of the menu where the mouse is positioned
  537. tipobj.style.left=curX+offsetxpoint+"px"
  538.  
  539. //same concept with the vertical position
  540. if (bottomedge<tipobj.offsetHeight)
  541. tipobj.style.top=ie? ietruebody().scrollTop+event.clientY-tipobj.offsetHeight-offsetypoint+"px" : window.pageYOffset+e.clientY-tipobj.offsetHeight-offsetypoint+"px"
  542. else
  543. tipobj.style.top=curY+offsetypoint+"px"
  544. tipobj.style.visibility="visible"
  545. }
  546. }
  547.  
  548. function hideddrivetip(){
  549. if (ns6||ie){
  550. enabletip=false
  551. tipobj.style.visibility="hidden"
  552. tipobj.style.left="-1000px"
  553. tipobj.style.backgroundColor=''
  554. tipobj.style.width=''
  555. }
  556. }
  557.  
  558. document.onmousemove=positiontip
  559.  
  560. </script>
  561.  
  562. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement