Belgrravia

Cold Smoke

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