Belgrravia

Restless Dream

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