Belgrravia

Flaws

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