Belgrravia

Such Great Heights

Feb 8th, 2015
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.72 KB | None | 0 0
  1. <!--
  2. Such Great Heights
  3. theme by kalopsiathemes
  4. Please do not
  5. -remove the credit
  6. -steal parts of code
  7. -use as a base
  8.  
  9. Feel free to
  10. -edit parts of the theme
  11. -ask me any questions
  12. -->
  13.  
  14. <!DOCTYPE html>
  15. <head>
  16. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,700|Open+Sans' rel='stylesheet' type='text/css'>
  17. <title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  21.  
  22. <meta name="image:background" content="#"/>
  23. <meta name="image:sidebar" content=""/>
  24. <meta name="color:background" content="#ffffff"/>
  25. <meta name="color:title" content="#838383"/>
  26. <meta name="color:sidebar background" content="#f1f1f1"/>
  27. <meta name="color:link" content="#838383"/>
  28. <meta name="color:link hover" content="#838383"/>
  29. <meta name="color:text" content="#838383"/>
  30.  
  31. <meta name="if:500px posts" content="1"/>
  32. <meta name="if:400px posts" content="0"/>
  33.  
  34. <meta name="text:link1" content="">
  35.  
  36. <meta name="text:link1 url" content="/">
  37.  
  38. <meta name="text:link2" content="">
  39.  
  40. <meta name="text:link2 url" content="/">
  41. <meta name="text:link3" content="">
  42.  
  43. <meta name="text:link3 url" content="/">
  44.  
  45. <meta name="text:link4" content="">
  46.  
  47. <meta name="text:link4 url" content="/">
  48. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  49. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  50.  
  51. <script>
  52.  
  53. (function($){
  54.  
  55. $(document).ready(function(){
  56.  
  57. $("a[title]").style_my_tooltips({
  58.  
  59. tip_follows_cursor:true,
  60.  
  61. tip_delay_time:30,
  62.  
  63. tip_fade_speed:300,
  64.  
  65. attribute:"title"
  66.  
  67. });
  68.  
  69. });
  70.  
  71. })(jQuery);
  72.  
  73. </script>
  74.  
  75.  
  76.  
  77. <style type="text/css">
  78. ::-webkit-scrollbar {height: 0px;
  79. width: 2px;
  80. -webkit-border-radius: 1px;
  81. background-color:none;}
  82. ::-webkit-scrollbar-thumb {height:auto;
  83. background-color:{color:text};
  84. }
  85. ::-webkit-scrollbar-track {
  86. background:color:none;}
  87.  
  88. #s-m-t-tooltip {max-width:400px;
  89. padding:2px;
  90. margin:10px 0px 0px 10px;
  91. padding:1px 4px;
  92. background-color:{color:text};
  93. text-transform:uppercase;
  94. font-size:8px;
  95. letter-spacing:2px;
  96. color:{color:background};
  97. z-index:999;
  98. font-weight:700;
  99. font-family:Century Gothic, sans-serif;
  100.  
  101. }
  102.  
  103.  
  104. body {
  105. background:{color:background};
  106. color:{color:text};
  107. font-size:11px;
  108. margin:0;
  109. line-height:16px;
  110. font-family: Courier, serif;
  111. background-image: url("{image:background}");
  112. font-family: Helvetica, sans-serif;
  113. background-repeat: no-repeat;
  114. background-position: bottom;
  115. background-attachment: fixed;
  116. -webkit-background-size: cover;
  117. -moz-background-size: cover;
  118. -o-background-size: cover;
  119. background-size: cover;
  120. }
  121.  
  122.  
  123. blockquote {
  124. border-left:1px solid {color:link};
  125. padding-left:5px;
  126. margin:5px;
  127. margin-left:20px;
  128. word-wrap:break-word;
  129. padding-top:2px;
  130. padding-bottom:2px;
  131. }
  132.  
  133. #posts {
  134. {block:If500pxposts}
  135. width:500px;
  136. {/block:If500pxposts}
  137. {block:If400pxposts}
  138. width:400px;
  139. {/block:If400pxposts}
  140. margin-top:0px;
  141. }
  142.  
  143. #posts img {
  144. {block:If500pxposts}
  145. max-width:500px;
  146. {/block:If500pxposts}
  147. {block:If400pxposts}
  148. max-width:400px;
  149. {/block:If400pxposts}
  150. }
  151.  
  152.  
  153. #posts, #posts img, #posts blockquote {
  154. font-size:11px;
  155. color:{color:text};
  156. }
  157.  
  158. small {
  159. font-size:10px;
  160. }
  161.  
  162. big {
  163. font-size:12px;
  164. }
  165.  
  166.  
  167. h2 {
  168. font-size:15px;
  169. color:{color:title};
  170. Text-align:center;
  171. font-weight:700;
  172. font-family:Century Gothic, sans-serif;
  173. text-transform:uppercase;
  174. }
  175.  
  176. h1 {
  177. font-size:9px;
  178. text-transform:uppercase;
  179. Text-align:center;
  180. letter-spacing:1px;
  181. color:{color:text};
  182. }
  183.  
  184. h3 {
  185. font-size:13px;
  186. color:{color:title};
  187. letter-spacing:1px;
  188. text-transform:uppercase;
  189. }
  190.  
  191. #content {
  192. width:100%;
  193. {block:If500pxposts}
  194. width:500px;
  195. {/block:If500pxposts}
  196. {block:If400pxposts}
  197. width:400px;
  198. {/block:If400pxposts}
  199. margin:auto;
  200. padding:10px;
  201. border:1px solid {color:link hover};
  202.  
  203. }
  204.  
  205. #title {
  206. width:400px;
  207. font-size:18px;
  208. padding:10px;
  209. word-wrap:break-word;
  210. text-transform:uppercase;
  211. display:table-cell;
  212. color:{color:title};
  213. letter-spacing:.5px;
  214. font-weight:700;
  215. font-family:Century Gothic, sans-serif;
  216. border-left:1px solid {color:link hover};
  217. border-right:1px solid {color:link hover};
  218. }
  219.  
  220. #sidebar {
  221. width:400px;
  222. margin:auto;
  223. margin-top:80px;
  224. margin-bottom:80px;
  225. text-align:center;
  226. border-top:1px solid {color:link hover};
  227. }
  228.  
  229.  
  230. #top {
  231. width:402px;
  232. margin:auto;
  233. text-align:center;
  234. display:table;
  235.  
  236. }
  237. #box {
  238. width:400px;
  239. margin:auto;
  240. text-align:center;
  241. border:1px solid {color:link hover};
  242. margin-top:0px;
  243. display:inline-block;
  244. }
  245.  
  246. .right {
  247. width:100px;
  248. float:right;
  249. display:inline;
  250. }
  251.  
  252. #description {
  253. margin-top:0px;
  254. width:289px;
  255. height:70px;
  256. overflow:scroll;
  257. font-size:10px;
  258. word-wrap:break-word;
  259. line-height:150%;
  260. text-align:justify;
  261. font-style:italic;
  262. float:left;
  263. color:{color:text};
  264. text-transform:lowercase;
  265. padding:5px;
  266. display:inline-block;
  267.  
  268. }
  269.  
  270. .sidebarimage {
  271. width:96px;
  272. height:80px;
  273. position:absolute;
  274. -moz-transition-duration:all .7s ease-in-out;
  275. -webkit-transition-duration:all .7s ease-in-out;
  276. -o-transition-duration:all .7s ease-in-out;
  277. }
  278.  
  279. .sidebarimage img {
  280. width:90px;
  281. height:70px;
  282. padding:6px;
  283. }
  284.  
  285. .nav {
  286. width:88px;
  287. height:70px;
  288. padding:5px;
  289. padding-left:8px;
  290. font-size:10px;
  291. letter-spacing:2px;
  292. text-transform:uppercase;
  293. text-align:left;
  294. border-left:1px solid {color:link hover};
  295.  
  296. }
  297.  
  298. #postinfo {
  299. {block:If500pxposts}
  300. width:510px;
  301. {/block:If500pxposts}
  302. {block:If400pxposts}
  303. width:410px;
  304. {/block:If400pxposts}
  305. margin-left:-10px;
  306. text-align:center;
  307. font-size:10px;
  308. margin-top:20px;
  309. margin-bottom:50px;
  310. padding:5px;
  311. border-top:1px solid {color:link hover};
  312. border-bottom:1px solid {color:link hover};
  313. }
  314.  
  315.  
  316.  
  317. a:link, a:visited {
  318. text-decoration:none;
  319. color:{color:link};
  320. }
  321.  
  322. a:hover {
  323. text-decoration:none;
  324. color:{color:link hover};
  325. cursor:help;
  326. }
  327.  
  328.  
  329. .pagenotes {
  330. {block:IndexPage}
  331. display: none;
  332. {/block:IndexPage}
  333. {block:If500pxposts}
  334. width:500px;
  335. {/block:If500pxposts}
  336. {block:If400pxposts}
  337. width:400px;
  338. {/block:If400pxposts}
  339. margin-top:40px;
  340. text-transform:uppercase;
  341. font-size:9px;
  342. letter-spacing:1px;
  343. }
  344.  
  345. .permalink {
  346. font-size:9px;
  347. letter-spacing:.4px;
  348. text-transform:lowercase;
  349. }
  350.  
  351. .pagenotes img {
  352. display:none;}
  353. .pagenotes li {
  354. list-style-type:none;
  355. padding:5px 0px;
  356. text-align:left;
  357. margin:20 0 0 0px;
  358. }
  359.  
  360.  
  361. #pagi {
  362. font-size:10px;
  363. width:100%;
  364. font-weight:normal;
  365. text-align:center;
  366. margin-bottom:50px;
  367. color:{color:links};
  368. letter-spacing:0px;
  369. text-transform:uppercase;
  370. font-weight:700;
  371. font-family:Century Gothic, sans-serif;
  372. }
  373.  
  374. .numbers {
  375. border-bottom:1px solid {color:link};
  376. word-spacing:2px;
  377. width:100px;
  378. }
  379.  
  380. #pagi a {
  381. display:inline-block;
  382. color:{color:links};
  383. }
  384.  
  385. #pagi a:hover {
  386. color:{color:links hover};
  387. font-style:italic;
  388. }
  389.  
  390. .tags {
  391. text-align:center;
  392. font-size:9px;
  393. font-style:italic;
  394. text-transform:lowercase;
  395. {block:Permalink}
  396. margin-top:2px;
  397. {/block:Permalink}
  398.  
  399. }
  400.  
  401. .player {
  402. width:25px;
  403. height:25px;
  404. overflow:hidden;
  405. position:absolute;
  406. background:white;}
  407.  
  408. .audioinfo {
  409. margin-left:50px;
  410. font-size:12px;
  411. }
  412.  
  413. .q {
  414. text-align:center;
  415. font-weight:bold;
  416. }
  417.  
  418. .as {
  419. font-weight:bold;
  420. text-transform:uppercase;
  421. margin-bottom:10px;
  422. }
  423.  
  424.  
  425. .a {
  426. margin-top:10px;
  427.  
  428. }
  429.  
  430. .chat ol {
  431. padding:0;
  432. list-style:none;
  433. }
  434.  
  435. .label {font-weight:bold;
  436. }
  437.  
  438.  
  439. .newplayerbutton {
  440. position: relative;
  441. width: 28px;
  442. height: 27px;
  443. overflow: hidden;
  444. }
  445.  
  446. .playerbuttonhug {
  447. position: absolute;
  448. top: -11px;
  449. left: -12px;
  450. }
  451.  
  452.  
  453. .tumblr_audio_player {
  454. border: none;
  455. padding: 0px;
  456. margin: 0px;
  457. height: 50px;
  458. width: 500px;
  459. }
  460.  
  461. .playerbuttonbg {
  462. position: absolute;
  463. left: 25px;
  464. top: 25px;
  465. width: 28px;
  466. height: 28px;
  467. background-color: #ffffff;
  468. padding: 10px;
  469. opacity: .4;
  470. filter: alpha(opacity=40);
  471. -moz-opacity: 0.4;
  472. -khtml-opacity: 0.4;
  473. transition: opacity .7s ease-in-out;
  474. -moz-transition: opacity .7s ease-in-out;
  475. -webkit-transition: opacity .7s ease-in-out;
  476. }
  477.  
  478. .playerbuttonbg:hover {
  479. opacity: 1;
  480. filter: alpha(opacity=100);
  481. -moz-opacity: 1;
  482. -khtml-opacity: 1;
  483. }
  484.  
  485. .audioimgwrapper {
  486. position: absolute;
  487. left: 0px;
  488. top: 0px;
  489. overflow: hidden;
  490. width: 88px;
  491. height: 88px;
  492. padding:5px;
  493. border:1px solid {color:link hover};
  494. }
  495.  
  496. .audioimgwrapper img {
  497. width: 100%;
  498. height: auto;
  499. }
  500.  
  501. .trackdetails {
  502. width: auto;
  503. display:inline-block;
  504. margin-left: 115px;
  505. min-height: 85px;
  506. line-height:180%;
  507. }
  508.  
  509. .audiowrapper {
  510. position: relative;
  511. display:inline-block;
  512. margin-bottom:10px;
  513. }
  514.  
  515. #credit {
  516. position:fixed;
  517. color:{color:text};
  518. bottom:5px;
  519. right:10px;
  520. padding:4px;
  521. font-size:12px;
  522. }
  523.  
  524. #credit a {
  525. text-decoration:none;
  526. }
  527.  
  528. </style>
  529. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  530. <script>
  531. $(document).ready(function(){
  532. $("#sidebar").hover(function(){
  533. $(".sidebarimage").fadeToggle(800);
  534. });
  535. });
  536. </script>
  537. </head>
  538. <body>
  539.  
  540. <div id="sidebar">
  541. <div id="top">
  542. <div id="title">{Title}</div>
  543. </div>
  544. <div id="box">
  545. <div id="description">{Description}</div>
  546. <div class="right">
  547. <div class="sidebarimage"><img src="{image:sidebar}"></div>
  548. <div class="nav">
  549. <a href="{text:link1 url}">{text:link1}</a>&nbsp;<br>
  550. <a href="{text:link2 url}">{text:link2}</a>&nbsp;<br>
  551. <a href="{text:link3 url}">{text:link3}</a>&nbsp;<br>
  552. <a href="{text:link4 url}">{text:link4}</a></div>
  553. </div></div>
  554. </div>
  555.  
  556.  
  557. <div id="content">
  558.  
  559. {block:Posts}<div id="posts">
  560.  
  561. {block:Text}{block:Title}<h3>{Title}</h3>{/block:Title}{Body}{/block:Text}
  562.  
  563. {block:Quote}<h2>&#147;{Quote}&#148;</h2><h1>-{Source}</h1>{/block:Quote}
  564.  
  565. {block:Link}<a href="{URL}"><h3>{Name}</h3></a>
  566.  
  567. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  568.  
  569. {block:Photo}{block:If500pxposts}<img src="{PhotoURL-500}" />{block:Caption}{Caption}{/block:Caption} {/block:If500pxposts}{block:If400pxposts}<img src="{PhotoURL-400}" />{block:Caption}{Caption}{/block:Caption} {/block:If400pxposts}{/block:Photo}
  570.  
  571. {block:Photoset} {block:If500pxposts}
  572. <center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}
  573. {/block:If500pxposts}
  574. {block:If400pxposts}
  575. <center>{Photoset-400}</center>{block:Caption}{Caption} {/block:If400pxposts}{/block:Caption}
  576.  
  577. {/block:If400pxposts}{/block:Photoset}
  578.  
  579. {block:Chat}<ul class="chat">{block:Title}<h3>{Title}</h3>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</ul>{/block:Chat}
  580.  
  581. {block:Video} {block:If500pxposts}
  582. {Video-500}{block:Caption}{Caption}{/block:Caption}
  583. {/block:If500pxposts}
  584. {block:If400pxposts}
  585. {Video-400}{block:Caption}{Caption}{/block:Caption}
  586. {/block:If400pxposts}
  587. {/block:Video}
  588.  
  589. {block:Audio}{block:AudioPlayer}
  590. <div class="audiowrapper">
  591. {block:AlbumArt}
  592. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  593. {/block:AlbumArt}
  594.  
  595.  
  596. <div class="playerbuttonbg">
  597. <div class="newplayerbutton">
  598. <div class="playerbuttonhug">
  599.  
  600. {AudioPlayerWhite}
  601.  
  602. </div>
  603. </div>
  604. </div>
  605.  
  606. <div class="trackdetails">
  607.  
  608. {block:TrackName}<strong>{TrackName}</strong>{/block:TrackName}<br/>
  609. {block:Artist}<strong>Artist:</strong> {Artist}{/block:Artist}<br/>
  610. {block:Album}<strong>Album:</strong> {Album}{/block:Album}<br/>
  611. {PlayCountWithLabel}
  612.  
  613. </div>
  614. </div>
  615. {/block:AudioPlayer}{/block:Audio}
  616.  
  617.  
  618.  
  619. {block:Answer}
  620. <div class="q">
  621. <div class="as">{Asker} inquired: </div>
  622. {Question}</div>
  623. <div class="a">{Answer}</div>
  624. {/block:Answer}
  625.  
  626.  
  627. {block:Date}<div id="postinfo">{MonthNumberWithZero}.&nbsp;{DayOfMonthWithZero}.&nbsp;{ShortYear}&nbsp;{block:NoteCount}<a href="{Permalink}">&nbsp;{NoteCount} notes</a>{/block:NoteCount}<br>{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via&nbsp;</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">&#x7c;&nbsp;src&nbsp;</a>{/block:ContentSource}{/block:RebloggedFrom}{block:PermalinkPage}{block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}&nbsp;</a>{/block:Tags}</div>{/block:HasTags}{/block:PermalinkPage}</div>
  628. {/block:Date}
  629.  
  630. {block:PostNotes}
  631. <div class="pagenotes">
  632. {PostNotes}
  633. </div>
  634. {/block:PostNotes}
  635. {/block:Posts}
  636.  
  637. </div>
  638. </div>
  639. <div id="pagi">
  640. {block:Pagination}
  641. {block:PreviousPage}
  642. <a href="{PreviousPage}">back</a>
  643. {/block:PreviousPage}
  644.  
  645.  
  646. {block:NextPage}
  647. <a href="{NextPage}">forth </a>
  648. {/block:NextPage}
  649. {/block:Pagination}
  650. </div>
  651.  
  652. {block:ContentSource}
  653. {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  654. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  655. {/block:SourceLogo}
  656. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}
  657. {/block:ContentSource}
  658.  
  659. <div id="credit">
  660. <a href="http://kalopsiathemes.tumblr.com" title="kalopsiathemes"</div>&#916;</a></div>
  661. </div>
  662.  
  663. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment