Belgrravia

Endure

Jun 25th, 2014
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.39 KB | None | 0 0
  1. <!--
  2. Endure
  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.  
  15. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  16. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17. <head>
  18. <link href='http://fonts.googleapis.com/css?family=Abril+Fatface' rel='stylesheet' type='text/css'>
  19. <title>{Title}</title>
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  23.  
  24. <meta name="color:title" content="#ffffff">
  25. <meta name="color:background" content="#000000">
  26. <meta name="color:link" content="#ffffff">
  27. <meta name="color:link hover" content="#ffffff">
  28. <meta name="color:text" content="#ffffff">
  29. <meta name="text:link1" content="">
  30.  
  31. <meta name="text:link1 url" content="" />
  32.  
  33. <meta name="text:link2" content="">
  34.  
  35. <meta name="text:link2 url" content="" />
  36. <meta name="text:link3" content="">
  37.  
  38. <meta name="text:link3 url" content="" />
  39.  
  40. <meta name="text:link4" content="">
  41.  
  42. <meta name="text:link4 url" content="" />
  43.  
  44. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  45. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  46.  
  47. <script>
  48.  
  49. (function($){
  50.  
  51. $(document).ready(function(){
  52.  
  53. $("a[title]").style_my_tooltips({
  54.  
  55. tip_follows_cursor:true,
  56.  
  57. tip_delay_time:30,
  58.  
  59. tip_fade_speed:300,
  60.  
  61. attribute:"title"
  62.  
  63. });
  64.  
  65. });
  66.  
  67. })(jQuery);
  68.  
  69. </script>
  70.  
  71.  
  72. <style type="text/css">
  73.  
  74. #s-m-t-tooltip {max-width:400px;
  75. padding:2px;
  76. margin:10px 0px 0px 10px;
  77. padding:1px 4px;
  78. background-color:{color:background};
  79. text-transform:uppercase;
  80. font-size:8px;
  81. letter-spacing:2px;
  82. color:{color:text};
  83. z-index:999
  84.  
  85. }
  86.  
  87. body {
  88. background:{color:background};
  89. color:{color:text};
  90. font-size:11px;
  91. margin:0;
  92. font-family:New Century Schoolbook, serif;
  93. line-height:16px;}
  94.  
  95. blockquote {
  96. border-left:1px solid {color:link};
  97. padding-left:5px;
  98. margin:5px;
  99. margin-left:20px;
  100. word-wrap:break-word;
  101. padding-top:2px;
  102. padding-bottom:2px;
  103. }
  104.  
  105. #posts {
  106. width:500px;
  107. margin-top:80px;
  108. margin-bottom:80px;
  109. }
  110.  
  111. #posts img {
  112. max-width:500px;
  113. }
  114.  
  115.  
  116. #posts, #posts img, #posts blockquote {
  117. font-size:11px;
  118. color:{color:text};
  119. font-family:Times,sans-serif;
  120. }
  121.  
  122.  
  123. small {
  124. font-size:10px;
  125. }
  126.  
  127. big {
  128. font-size:12px;
  129. }
  130.  
  131.  
  132. h2 {
  133. font-size:12px;
  134. font-family:Helvetica, sans-serif;
  135. color:{color:title};
  136. text-transform:uppercase;
  137. }
  138.  
  139. h1 {
  140. font-size:9px;
  141. text-transform:uppercase;
  142. font-family:Helvetica, sans-serif;
  143. Text-align:center;
  144. letter-spacing:1px;
  145. color:{color:text};
  146. }
  147.  
  148. h3 {
  149. font-size:13px;
  150. font-family:Helvetica, sans-serif;
  151. color:{color:title};
  152. letter-spacing:1px;
  153. text-transform:uppercase;
  154. }
  155.  
  156.  
  157.  
  158. #sidebar {
  159. width:100px;
  160. margin-top:50px;
  161. margin-left:150px;
  162. position:fixed;
  163. padding:10px;
  164. border:1px solid #ffffff;
  165. }
  166.  
  167.  
  168. .title {
  169. word-wrap:break-word;
  170. margin-top:5px;
  171. text-align:center;
  172. font-size:24px;
  173. text-transform:lowercase;
  174. font-family: 'Abril Fatface', cursive;
  175. }
  176.  
  177. .links {
  178. text-align:center;
  179. margin-top:10px;
  180. letter-spacing:2px;
  181. font-size:9px;
  182. }
  183.  
  184. #description {
  185. width:100px;
  186. word-wrap:break-word;
  187. font-size:10px;
  188. text-align:justify;
  189. margin-top:5px;
  190. font-family:New Century Schoolbook, serif;
  191. }
  192.  
  193. #content {
  194. margin-top:80px;
  195. width:500px;
  196. margin-left:40%;
  197. }
  198.  
  199. table {
  200. width:100px;
  201. border:1px solid {color:text};
  202. }
  203.  
  204. td {
  205. width:50px;
  206. text-align:center;
  207. border:1px solid {color:text};
  208. background-color:{color:background};
  209. }
  210.  
  211. td:hover {
  212. border:1px solid {color:background};
  213. background-color:{color:background};
  214.  
  215. }
  216.  
  217. a:link, a:visited {
  218. text-decoration:none;
  219. color:{color:link};
  220. }
  221.  
  222. a:hover {
  223. text-decoration:none;
  224. color:{color:link hover};
  225. }
  226.  
  227. #pagi {
  228. margin-top:5px;
  229. border:1px solid {color:text};
  230. text-align:center;
  231. width:100px;
  232.  
  233. }
  234.  
  235. #postinfo {
  236. text-align:center;
  237. border:1px solid {color:text};
  238. width:200px;
  239. font-size:8px;
  240. margin:auto;
  241. margin-top:5px;
  242. padding:5px;
  243. letter-spacing:2px;
  244. text-transform:uppercase;
  245. opacity:0;
  246. -moz-transition-duration:all 1s ease-in-out;
  247. -webkit-transition-duration:all 1s ease-in-out;
  248. -o-transition-duration:all 1s ease-in-out;
  249. }
  250.  
  251. #posts:hover #postinfo {
  252. opacity:1;
  253. -moz-transition-duration:1s;
  254. -webkit-transition-duration: 1s;
  255. -o-transition-duration:1s;
  256.  
  257. }
  258.  
  259. #permalink {
  260. text-align:center;
  261. padding:5px;
  262. font-size:8px;
  263. padding:5px;
  264. letter-spacing:2px;
  265. text-transform:uppercase;
  266. }
  267.  
  268. .tags {
  269. text-align:center;
  270. margin-top:5px;
  271. text-transform:lowercase;
  272. }
  273.  
  274. .pagenotes {
  275. {block:IndexPage}
  276. display: none;
  277. {/block:IndexPage}
  278. border:1px solid {color:text};
  279. width:500px;
  280. margin-top:50px;
  281. text-transform:uppercase;
  282. font-size:8px;
  283. letter-spacing:1px;
  284. font-family:Times,sans-serif;
  285. }
  286.  
  287. .pagenotes img {
  288. display:none;
  289. border-radius:100px;
  290. }
  291. .pagenotes li {
  292. letter-spacing:1px;
  293. font-size:8px;
  294. list-style-type:square;
  295. text-transform:uppercase;
  296. padding:5px 0px;
  297.  
  298. }
  299.  
  300. .player {
  301. width:25px;
  302. height:25px;
  303. overflow:hidden;
  304. position:absolute;
  305. background:white;}
  306.  
  307. .audioinfo {
  308. margin-left:50px;
  309. font-size:12px;
  310. }
  311.  
  312. .q {
  313. text-align:center;
  314. font-weight:bold;
  315. }
  316.  
  317. .as {
  318. font-weight:bold;
  319. text-transform:uppercase;
  320. margin-bottom:10px;
  321. }
  322.  
  323.  
  324. .a {
  325. margin-top:10px;
  326.  
  327. }
  328.  
  329. .chat ol {
  330. padding:0;
  331. list-style:none;
  332. }
  333.  
  334. .label {font-weight:bold;
  335. }
  336.  
  337. .newplayerbutton {
  338. position: relative;
  339. width: 28px;
  340. height: 27px;
  341. overflow: hidden;
  342. }
  343.  
  344. .playerbuttonhug {
  345. position: absolute;
  346. top: -11px;
  347. left: -12px;
  348. }
  349.  
  350.  
  351. .tumblr_audio_player {
  352. border: none;
  353. padding: 0px;
  354. margin: 0px;
  355. height: 50px;
  356. width: 500px;
  357. }
  358.  
  359. .playerbuttonbg {
  360. position: absolute;
  361. left: 20px;
  362. top: 20px;
  363. width: 28px;
  364. height: 28px;
  365. background-color: #ffffff;
  366. padding: 10px;
  367. -webkit-border-radius: 40px;
  368. -moz-border-radius: 40px;
  369. border-radius: 40px;
  370. opacity: .4;
  371. filter: alpha(opacity=40);
  372. -moz-opacity: 0.4;
  373. -khtml-opacity: 0.4;
  374. transition: opacity .7s ease-in-out;
  375. -moz-transition: opacity .7s ease-in-out;
  376. -webkit-transition: opacity .7s ease-in-out;
  377. }
  378.  
  379. .playerbuttonbg:hover {
  380. opacity: 1;
  381. filter: alpha(opacity=100);
  382. -moz-opacity: 1;
  383. -khtml-opacity: 1;
  384. }
  385.  
  386. .audioimgwrapper {
  387. position: absolute;
  388. left: 0px;
  389. top: 0px;
  390. -webkit-border-radius: 50px;
  391. -moz-border-radius: 50px;
  392. border-radius: 50px;
  393. overflow: hidden;
  394. width: 88px;
  395. height: 88px;
  396. }
  397.  
  398. .audioimgwrapper img {
  399. width: 100%;
  400. height: auto;
  401. -webkit-border-radius: 50px;
  402. -moz-border-radius: 50px;
  403. border-radius: 50px;
  404. }
  405.  
  406. .trackdetails {
  407. width: auto;
  408. display:inline-block;
  409. margin-left: 100px;
  410. min-height: 85px;
  411. }
  412.  
  413. .audiowrapper {
  414. position: relative;
  415. display:inline-block;
  416. }
  417. #credit {
  418. position:fixed;
  419. color:{color:text};
  420. bottom:5px;
  421. right:10px;
  422. padding:4px;
  423. font-size:12px;
  424. }
  425.  
  426. #credit a {
  427. text-decoration:none;
  428. }
  429.  
  430.  
  431.  
  432. </style>
  433. </head>
  434. <body>
  435. <div id="sidebar">
  436. <div class="title">{Title}</div>
  437. <table>
  438. <div class="links">
  439. <tr>
  440. <td><a href="{text:link1 url}" title="{text:link1}">i</a></td>
  441. <td><a href="{text:link2 url" title="{text:link2}">ii</a></tr></td>
  442. <tr>
  443. <td><a href="{text:link3 url}" title="{text:link3}">iii</a></td>
  444. <td><a href="{text:link4 url}" title="{text:link4}">iv</a></div></td></tr></table>
  445. <div id="description">{Description}</div>
  446. <div id="pagi">
  447. {block:Pagination}
  448. {block:PreviousPage}
  449. <a href="{PreviousPage}">&#8592;&nbsp;</a>
  450. {/block:PreviousPage}
  451.  
  452.  
  453. {block:NextPage}
  454. <a href="{NextPage}"> &#8594;</a>
  455. {/block:NextPage}
  456. {/block:Pagination}</div>
  457. </div>
  458.  
  459. <div id="content">
  460. {block:Posts}<div id="posts">
  461.  
  462. {block:Text}{block:Title}<h3>{Title}</h3>{/block:Title}{Body}{/block:Text}
  463.  
  464. {block:Quote}<h2>&#147;{Quote}&#148;</h2><h1>-{Source}</h1>{/block:Quote}
  465.  
  466. {block:Link}</div><a href="{URL}"><h3>{Name}</h3></a>
  467.  
  468. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  469.  
  470. {block:Photo}<img src="{PhotoURL-500}" />{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  471.  
  472. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  473.  
  474. {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}
  475.  
  476. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  477.  
  478. {block:Audio}{block:AudioPlayer}
  479. <div class="audiowrapper">
  480. {block:AlbumArt}
  481. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  482. {/block:AlbumArt}
  483.  
  484. <div class="playerbuttonbg">
  485. <div class="newplayerbutton">
  486. <div class="playerbuttonhug">
  487.  
  488. {AudioPlayerWhite}
  489.  
  490. </div>
  491. </div>
  492. </div>
  493.  
  494. <div class="trackdetails">
  495.  
  496. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  497. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  498. {block:Album}Album: {Album}{/block:Album}<br/>
  499. {PlayCountWithLabel}
  500.  
  501. </div>
  502. </div>
  503. {/block:AudioPlayer}{/block:Audio}
  504.  
  505.  
  506. {block:Answer}
  507. <div class="q">
  508. <div class="as">{Asker} inquired: </div>
  509. {Question}</div>
  510. <div class="a">{Answer}</div>
  511. {/block:Answer}
  512.  
  513. {block:Date}{block:IndexPage}<div id="postinfo"><a href="{Permalink}">{TimeAgo} <a href="{Permalink}">&nbsp;+{NoteCount} </a>{/block:NoteCount}<br>
  514. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via&nbsp;</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">&#x7c;&nbsp;src&nbsp;</a></div>{/block:ContentSource}{/block:RebloggedFrom}</div>{/block:IndexPage}{/block:Date}
  515.  
  516. {block:Date}
  517. {block:PermalinkPage}<div id="permalink"><a href="{Permalink}">{ShortMonth}.&nbsp;{DayofMonthWithZero}.&nbsp;{ShortYear}<a href="{Permalink}">&nbsp;with {NoteCount} notes</a>{/block:NoteCount}&nbsp;{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">&#8594;via&nbsp;</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">&#x7c;&nbsp;src&nbsp;</a>{/block:ContentSource}{/block:RebloggedFrom}{block:HasTags}<div class="tags"> #{block:Tags}<a href="{TagUrl}">&nbsp;{Tag},&nbsp;</a>{/block:Tags}</div>{/block:HasTags}</div>{/block:PermalinkPage}{/block:Date}
  518.  
  519. {block:PostNotes}
  520. <div class="pagenotes">
  521. {PostNotes}
  522. </div>
  523. {/block:PostNotes}
  524. {/block:Posts}
  525. </div>
  526. </div>
  527. {block:ContentSource}
  528. {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  529. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  530. {/block:SourceLogo}
  531. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}
  532. {/block:ContentSource}
  533.  
  534. <div id="credit">
  535. <a href="http://kalopsiathemes.tumblr.com" title="kalopsiathemes"</div>&#916;</a></div>
  536.  
  537. </body>
  538. </html>
Advertisement
Add Comment
Please, Sign In to add comment