Advertisement
josthemes

Theme 7 by Bellatriv

Oct 11th, 2014
1,257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.09 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5.  
  6. <!-----------
  7. THEME 07 -D E M U R E; BY BELLATRIV/ARDENTTHEMES (prev amazingpond/josthemes)
  8.  
  9. USUAL RULES APPLY. DON'T REMOVE CREDIT, OR EDIT THE LINK. EDIT AS MUCH AS YOU LIKE, BUT DON'T USE AS A BASE SO THAT IT LOOKS COMPLETELY DIFFERENT.
  10.  
  11. MAKE SURE YOU LIKE/REBLOG THE POST AT http://riverpond.co.vu/post/99791338282/theme-07-d-e-m-u-r-e-by-bellatriv-ardentthemes
  12.  
  13. BASE CODE BY BRITISHROBERT
  14. ------------>
  15.  
  16. <!--scripts-->
  17. <!--popup script--->
  18. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js">
  19. </script>
  20. <script type="text/javascript"
  21. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  22. <script>
  23. $(document).ready(function() {
  24. //
  25. $('a.poplight[href^=#]').click(function() {
  26. var popID = $(this).attr('rel'); //Get Popup Name
  27. var popURL = $(this).attr('href'); //Get Popup href to define size
  28. var query= popURL.split('?');
  29. var dim= query[1].split('&');
  30. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  31. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  32. var popMargTop = ($('#' + popID).height() + 80) / 2;
  33. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  34. //Apply Margin to Popup
  35. $('#' + popID).css({
  36. 'margin-top' : -popMargTop,
  37. 'margin-left' : -popMargLeft
  38. });
  39. $('body').append('<div id="fade"></div>');
  40. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  41. return false;
  42. });
  43. $('a.close, #fade').live('click', function() {
  44. $('#fade , .popup_block').fadeOut(function() {
  45. $('#fade, a.close').remove(); //fade them both out
  46. });
  47. return false;
  48. });
  49. });
  50. </script>
  51. <!--tooltips script-->
  52. <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
  53. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  54. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  55. <script>
  56. (function($){
  57. $(document).ready(function(){
  58. $("a[title]").style_my_tooltips({
  59. tip_follows_cursor:true,
  60. tip_delay_time:30,
  61. tip_fade_speed:300,
  62. attribute:"title"
  63. });
  64. });
  65. })(jQuery);
  66. </script>
  67.  
  68. <title>{Title}</title>
  69. <link rel="shortcut icon" href="{Favicon}">
  70. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  71. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  72. <!--meta names-->
  73. <meta name="color:Background" content="#FFFFFF">
  74. <meta name="color:sidebar links" content="#CCCCCC">
  75. <meta name="color:sidebar links hover" content="#000000">
  76. <meta name="color:title" content="#FFFFFF">
  77. <meta name="color:title line" content="#EEEEEE">
  78. <meta name="color:description" content="#F4F4F4">
  79. <meta name="color:Link" content="#5D5C5C">
  80. <meta name="color:Link Hover" content="#9D9D9D">
  81. <meta name="color:Text" content="#838282">
  82. <meta name="color:Scrollbar" content="#979797">
  83. <meta name="color:tooltip" content="#EEE">
  84. <meta name="color:pagination" content="#EEEEEE">
  85. <meta name="color:Blockquote" content="#EAEAEA">
  86. <meta name="color:Info Border" content="#F5F5F5">
  87. <meta name="color:Questions Border" content="#FBFBFB">
  88.  
  89. <meta name="if:Show 400px posts" content="0"/>
  90. <meta name="if:Show captions" content="0"/>
  91. <meta name="if:Crosshair cursor" content="1"/>
  92. <meta name="if:Popup ask" content="1"/>
  93.  
  94. <meta name="text:link1" content="link">
  95. <meta name="text:link1 url" content="/">
  96. <meta name="text:link2" content="link">
  97. <meta name="text:link2 url" content="/">
  98. <meta name="text:link3" content="link">
  99. <meta name="text:link3 url" content="/">
  100. <meta name="text:link4" content="link">
  101. <meta name="text:link4 url" content="/">
  102. <meta name="text:link5" content="link">
  103. <meta name="text:link5 url" content="/">
  104. <meta name="text:URL" content=".tumblr.com">
  105.  
  106. <!--CSS styling woohoo-->
  107. <style type="text/css">
  108.  
  109. /*scrollbar*/
  110. ::-webkit-scrollbar {background-color:{color:Background}; height:4px; width:6px}
  111. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height:50px}
  112. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; height:8px!important}
  113.  
  114. /*cursor*/
  115. {block:ifCrosshaircursor}
  116. *, a {
  117. cursor:crosshair;
  118. }
  119. {/block:ifCrosshaircursor}
  120.  
  121. /*tooltips*/
  122. #s-m-t-tooltip {
  123. max-width:300px;
  124. background-color:{color:background};
  125. font-size:10px;
  126. font-family:calibri;
  127. color:{color:tooltip};
  128. letter-spacing:1px;
  129. text-transform:lowercase;
  130. padding:3px;
  131. margin:20px 0px 0px 20px;
  132. z-index:9999999999999999999999;
  133. }
  134.  
  135. h1 {
  136. font-weight:normal;
  137. font-size:10px;
  138. text-align:center;
  139. font-style:italic;
  140. line-height:50%;
  141. letter-spacing:0px;
  142. font-family:calibri;
  143. text-transform:none;
  144. color:{color:Text};
  145. }
  146.  
  147. h2 {
  148. font-size:10px;
  149. font-family:calibri;
  150. letter-spacing:0px;
  151. margin-bottom:12px;
  152. padding-bottom:10px;
  153. font-weight:normal;
  154. line-height:90%;
  155. text-transform:lowercase;
  156. color:{color:Text};
  157. margin: 0px;
  158. }
  159.  
  160. pre {
  161. {block:ifNotShow400pxposts}
  162. width:500px;
  163. {/block:ifNotShow400pxposts}
  164. {block:ifShow400pxposts}
  165. width:400px;
  166. {/block:ifShow400pxposts}
  167. text-align: left;
  168. word-wrap: break-word;
  169. color:{color:Text};
  170. }
  171.  
  172. blockquote {
  173. border-left:1px solid {color:Blockquote};
  174. padding-left:6px;
  175. margin:8px;
  176. }
  177.  
  178. body {
  179. background:{color:background};
  180. margin:0px;
  181. color:{color:text};
  182. font-family:Calibri;
  183. font-size:10px;
  184. line-height:100%;
  185. }
  186.  
  187. a {
  188. text-decoration:none;
  189. outline:none;
  190. -moz-outline-style:none;
  191. color:{color:link};
  192. }
  193.  
  194. img {
  195. border:none;
  196. }
  197.  
  198. /*sidebar*/
  199. .sidebar {
  200. width:250px;
  201. position:fixed;
  202. height:40px;
  203. margin-left:100px;
  204. margin-top:100px;
  205. overflow:hidden;
  206. padding:10px;
  207. -webkit-transition: all 0.3s ease-in-out;
  208. -moz-transition: all 0.3s ease-in-out;
  209. -o-transition: all 0.3s ease-in-out;
  210. }
  211.  
  212. .sidebar:hover {
  213. height:185px;
  214. -webkit-transition: all 0.3s ease-in-out;
  215. -moz-transition: all 0.3s ease-in-out;
  216. -o-transition: all 0.3s ease-in-out;
  217. }
  218.  
  219. /*sidebar links*/
  220. .links {
  221. text-align:left;
  222. letter-spacing:11px;
  223. word-spacing:3px;
  224. margin-top:20px;
  225. z-index:99999999999;
  226. }
  227.  
  228. .links a {
  229. display:inline-block;
  230. color:{color:sidebar links};
  231. letter-spacing:1.5px;
  232. text-transform:lowercase;
  233. transition-duration: 0.7s;
  234. -moz-transition-duration: 0.7s;
  235. -webkit-transition-duration: 0.7s;
  236. -o-transition-duration: 0.7s;
  237. }
  238.  
  239. .links a:hover {
  240. color:{color:sidebar links hover};
  241. }
  242.  
  243. /*sidebar title*/
  244. .title {
  245. font-size:25px;
  246. text-transform:uppercase;
  247. letter-spacing:13px;
  248. border-bottom:1px solid {color:title line};
  249. padding-bottom:20px;
  250. text-align:left;
  251. margin-bottom:7px;
  252. }
  253.  
  254. .title a {
  255. color:{color:title};
  256. }
  257.  
  258. /*description*/
  259. .description {
  260. padding:5px;
  261. margin-left:-6px;
  262. color:{color:description};
  263. text-align:justify;
  264. }
  265.  
  266. .description a {
  267. color:{color:description};
  268. }
  269.  
  270. /*pagination*/
  271. .pagination {
  272. font-size:20px;
  273. text-align:center;
  274. color:{color:pagination};
  275. margin-bottom:30px;
  276. padding:30px;
  277. }
  278.  
  279. .pagination a {
  280. color:{color:pagination};
  281. }
  282.  
  283. /*posts*/
  284. .container {
  285. width:900px;
  286. margin: auto;
  287. margin-top:-8px;
  288. }
  289.  
  290. .postscontainer {
  291. {block:ifNotShow400pxposts}
  292. max-width:500px;
  293. {/block:ifNotShow400pxposts}
  294. {block:ifShow400pxposts}
  295. max-width:400px;
  296. {/block:ifShow400pxposts}
  297. margin: auto;
  298. margin-top:-60px;
  299. margin-left:450px;
  300. }
  301.  
  302. .posts {
  303. {block:ifNotShow400pxposts}
  304. width:500px;
  305. {/block:ifNotShow400pxposts}
  306. {block:ifShow400pxposts}
  307. width:400px;
  308. {/block:ifShow400pxposts}
  309. line-height:100%;
  310. font-size:10px;
  311. font-family:calibri;
  312. margin-top:120px;
  313. text-align:justify;
  314. }
  315.  
  316. .posts img {
  317. {block:ifNotShow400pxposts}
  318. max-width:500px;
  319. {/block:ifNotShow400pxposts}
  320. {block:ifShow400pxposts}
  321. max-width:400px;
  322. {/block:ifShow400pxposts}
  323. }
  324.  
  325. .info {
  326. margin-top:20px;
  327. padding-top:3px;
  328. margin-bottom:1px;
  329. text-align:left;
  330. font-size:10px;
  331. font-family:calibri;
  332. color:{color:Text};
  333. border-top:1px solid {color:Info Border};
  334. }
  335.  
  336. .info a {
  337. color:{color:Link};
  338. }
  339.  
  340. .info a:hover {
  341. text-decoration:underline;
  342. color:{color:Link Hover};
  343. }
  344.  
  345. .tags {
  346. {block:ifNotShow400pxposts}
  347. width:500px;
  348. {/block:ifNotShow400pxposts}
  349. {block:ifShow400pxposts}
  350. width:400px;
  351. {/block:ifShow400pxposts}
  352. position:absolute;
  353. margin-top:-10px;
  354. line-height:100%;
  355. font-family:calibri;
  356. font-size:10px;
  357. text-align:right;
  358. }
  359.  
  360. .tags a {
  361. color:{color:Link};
  362. }
  363.  
  364. .tags a:hover {
  365. text-decoration:underline;
  366. color:{color:Link Hover};
  367. }
  368.  
  369. .postnote {
  370. {block:ifNotShow400pxposts}
  371. width:500px;
  372. {/block:ifNotShow400pxposts}
  373. {block:ifShow400pxposts}
  374. width:400px;
  375. {/block:ifShow400pxposts}
  376. font-family:calibri;
  377. text-transform:lowercase;
  378. font-size:10px;
  379. text-align:left;
  380. line-height:90%;
  381. margin-top:40px;
  382. }
  383.  
  384. .postnote li {
  385. list-style-type:none;
  386. border-bottom:1px solid {color:Info Border};
  387. padding:37px 0px 3px 0px;
  388. text-align:left;
  389. margin:0px;
  390. -moz-transition-duration:0.5s;
  391. -webkit-transition-duration:0.5s;
  392. -o-transition-duration:0.5s;
  393. }
  394.  
  395. .postnote img {
  396. width:20px;
  397. padding: 3px;
  398. margin:2px 7px -3px 6px;
  399. text-align:left;
  400. }
  401.  
  402. .music {
  403. width:500px;
  404. {block:ifShow400pxposts}
  405. width:400px;
  406. {/block:ifShow400pxposts}
  407. padding-bottom:10px;
  408. }
  409.  
  410. .albumart {
  411. float:left;
  412. padding:10px 10px 10px 0px;
  413. }
  414.  
  415. .albumart img {
  416. width:30px;
  417. padding: 3px;
  418. margin:2px 7px -3px 6px;
  419. }
  420.  
  421. .playercontainer {
  422. text-align:left;
  423. padding:5px 5px -5px;
  424. width:480px;
  425. }
  426.  
  427. .musicinfo {
  428. padding:10px;
  429. margin-top:9px;
  430. color:{color:Text};
  431. }
  432.  
  433. .quote {
  434. font-size:10px;
  435. font-family:calibri;
  436. letter-spacing:0px;
  437. line-height:90%;
  438. font-weight:normal;
  439. text-align:center;
  440. }
  441.  
  442. .source {
  443. font-family:calibri;
  444. font-size:10px;
  445. font-style:normal;
  446. text-align:center;
  447. line-height:17px;
  448. }
  449.  
  450. .chat ol {
  451. font-size:10px;
  452. font-family:calibri;
  453. line-height:100%;
  454. padding:0px;
  455. list-style:none;
  456. }
  457.  
  458. .label {
  459. font-size:10px;
  460. font-family:calibri;
  461. font-weight:bold;
  462. color:{color:Text};
  463. }
  464.  
  465. .line.odd {
  466. padding:4px;
  467. margin-bottom:2px;
  468. }
  469.  
  470. .line.even {
  471. padding:4px;
  472. margin-bottom:2px;
  473. }
  474.  
  475. .ask {
  476. font-size:10px;
  477. font-family:calibri;
  478. text-align:left;
  479. padding-top:4px;
  480. text-transform:lowercase;
  481. }
  482.  
  483. .question {
  484. {block:ifNotShow400pxposts}
  485. width:500px;
  486. {/block:ifNotShow400pxposts}
  487. {block:ifShow400pxposts}
  488. width:400px;
  489. {/block:ifShow400pxposts}
  490. letter-spacing:0px;
  491. margin-top:3px;
  492. padding-bottom:4px;
  493. text-align:justify;
  494. color:{color:Text};
  495. font-size:10px;
  496. font-family:calibri;
  497. border-bottom: 1px solid {color:Questions Border};
  498. }
  499.  
  500. .answer {
  501. {block:ifNotShow400pxposts}
  502. width:500px;
  503. {/block:ifNotShow400pxposts}
  504. {block:ifShow400pxposts}
  505. width:400px;
  506. {/block:ifShow400pxposts}
  507. letter-spacing:0px;
  508. text-align:justify;
  509. padding-top:5px;
  510. margin-bottom:1px;
  511. font-size:10px;
  512. font-family:calibri;
  513. color:{color:Text};
  514. }
  515.  
  516. .askimg {
  517. padding: 3px;
  518. margin:2px 7px -3px 6px;
  519. }
  520.  
  521. /*popup ask*/
  522. #fade { /*--Transparent background layer--*/
  523. display: none; /*--hidden by default--*/
  524. background: #000;
  525. position: fixed; left: 0; top: 0;
  526. width: 100%; height: 100%;
  527. opacity: .9;
  528. z-index: 99999999;
  529. }
  530.  
  531. .popup_block{
  532. display: none; /*--hidden by default--*/
  533. padding: 20px;
  534. font-weight:normal;
  535. float: left;
  536. font-size: 11px;
  537. position: fixed;
  538. top: 50%; left: 50%;
  539. z-index: 99999999999999999999999999999;
  540. border-radius: 3px;
  541. }
  542.  
  543. /*--Making IE6 Understand Fixed Positioning--*/
  544. *html #fade {
  545. position: absolute;
  546. }
  547.  
  548. *html .popup_block {
  549. position: absolute;
  550. }
  551.  
  552. .credit a {
  553. background-color:{color:background};
  554. padding:5px;
  555. font-size:11px;
  556. position:fixed;
  557. font-family:arial;
  558. color:#626262;
  559. right:15px;
  560. bottom:15px;
  561. transition-duration: 0.7s;
  562. -moz-transition-duration: 0.7s;
  563. -webkit-transition-duration: 0.7s;
  564. -o-transition-duration: 0.7s;
  565. }
  566.  
  567. .credit a:hover {
  568. color:#fff;
  569. font-size:11px;
  570. text-decoration:none;
  571. transition-duration: 0.7s;
  572. -moz-transition-duration: 0.7s;
  573. -webkit-transition-duration: 0.7s;
  574. -o-transition-duration: 0.7s;
  575. }
  576.  
  577. /*html*/
  578. {CustomCSS}</style></head><body>
  579. <link href="#s-m-t-tooltip" rel="stylesheet" type="text/css"/>
  580.  
  581. <div class="sidebar">
  582.  
  583. <div class="title"><a href="/">{Title}</a></div>
  584.  
  585. <div class="links">
  586. {block:ifPopupask}
  587. <a href="#?w=500" rel="ask" class="poplight">ask</a>
  588. {/block:ifPopupask}
  589. <a href="{text:link1 url}">{text:link1}</a>
  590. <a href="{text:link2 url}">{text:link2}</a>
  591. <a href="{text:link3 url}">{text:link3}</a>
  592. <a href="{text:link4 url}">{text:link4}</a>
  593. {block:ifNotPopupask}
  594. <a href="{text:link5 url}">{text:link5}</a>
  595. {/block:ifNotPopupask}
  596. <br><br>
  597. </div>
  598. <div class="description">{Description}</div>
  599. </div>
  600.  
  601. </div>
  602.  
  603. <div class="postscontainer">
  604. {block:Posts}
  605.  
  606. <div class="posts">
  607.  
  608. {block:Text}
  609. {block:Title}<h2>{Title}</h2>{/block:Title}
  610. {Body}
  611. {/block:Text}
  612.  
  613. {block:Quote}<div class="quote">&#8220;{Quote}&#8221;</div><center><div class="source">&mdash; {block:Source}{Source}{/block:Source}</div></center><br>{/block:Quote}
  614.  
  615. {/block:Quote}
  616.  
  617. {block:Link}
  618. <h2><a href="{URL}">{Name}</a></h2>
  619. {block:Description}{Description}{/block:Description}
  620. {/block:Link}
  621.  
  622. {block:Chat}{block:Title}<h2>{Title}</h2>{/block:Title}<div class="chat"><ol>{block:Lines}<li class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}
  623. </ol></div>{/block:Chat}
  624.  
  625. {block:Answer}<img src="{AskerPortraitURL-48}" width="20px" align="left" class="askimg"> <div class="ask"><span style="text-transform:lowercase;">{Asker} asked:</b></span></div> <div class="question">{Question}</div><div class="answer">{Answer}</div>{/block:answer}
  626.  
  627. {block:Photo}
  628. {LinkOpenTag}{block:ifNotShow400pxposts}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{/block:ifNotShow400pxposts}
  629. {block:ifShow400pxposts}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{/block:ifShow400pxposts}{LinkCloseTag}{block:ifNotshowcaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:ifNotshowcaptions}{block:ifshowcaptions}{block:Caption}{Caption}{block:Caption}{/block:ifshowCaptions}
  630. {/block:Photo}
  631.  
  632. {block:Photoset}
  633. {block:ifNotShow400pxposts}{Photoset-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Photoset-400}{/block:ifShow400pxposts}
  634. {block:ifNotshowcaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:ifNotshowcaptions}{block:ifshowcaptions}{block:Caption}{Caption}{block:Caption}{/block:ifshowCaptions}
  635. {/block:Photoset}
  636.  
  637. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  638. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  639. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  640. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  641. {block:ifNotshowcaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:ifNotshowcaptions}{block:ifshowcaptions}{block:Caption}{Caption}{block:Caption}{/block:ifshowCaptions}{<br>{/block:Audio}
  642.  
  643. {block:Video}
  644. {block:ifNotShow400pxposts}{Video-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Video-400}{/block:ifShow400pxposts}
  645. {block:ifNotshowcaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:ifNotshowcaptions}{block:ifshowcaptions}{block:Caption}{Caption}{block:Caption}{/block:ifshowCaptions}
  646. {/block:Video}
  647.  
  648. {block:Date}<div class="info"><a href="{Permalink}">{12Hour}:{Minutes}{CapitalAmPm}</a>{block:NoteCount} {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom}<a href="{ReblogURL}">reblog</a>{/block:RebloggedFrom}</div>{/block:Date}{block:HasTags}<div class="tags">{block:Tags} <a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  649.  
  650. <div class="postnote">
  651. {block:PostNotes}{PostNotes}{/block:PostNotes}
  652. </div>
  653. {/block:Posts}
  654.  
  655. <div class="pagination">
  656. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  657. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  658. </div>
  659. <div class="credit"><a href="http://bellatriv.tumblr.com" title="coded by bellatriv/ardentthemes">AT</a></div>
  660. </body>
  661. {block:ifPopupask}
  662. <div id="ask" class="popup_block">
  663. <iframe frameborder="0" height="200px" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/{text:URL}" width="460px"></iframe>
  664. {/block:ifPopupask}
  665. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement