Advertisement
benedictcumbvrbatch

journey (#19)

Jul 25th, 2014
1,072
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.86 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head><title>{Title}</title>
  6.  
  7. <link rel="shortcut icon" href="{Favicon}">
  8.  
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10.  
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13.  
  14.  
  15. <!---- theme by benedictcumbvrbatch (#19)
  16.  
  17. (admit it he hella fine)
  18. just 2 things, remove credit and i kill you, steal theme i kill you. bUT OTHERWISE HAVE FUN GUYSSSSS!!!!
  19.  
  20. if you have any questions dont hesitate to ask!--->
  21.  
  22.  
  23.  
  24. <meta name="image:header" content=""/>
  25.  
  26. <meta name="color:Background" content="#ffffff"/>
  27.  
  28. <meta name="color:Text" content="#838383"/>
  29.  
  30. <meta name="color:Link" content="#8f8f8f"/>
  31.  
  32. <meta name="color:linkbg" content="#8f8f8f"/>
  33.  
  34. <meta name="color:border" content="#eeeeee"/>
  35.  
  36. <meta name="color:link backgound color" content="#000000"/>
  37.  
  38.  
  39.  
  40. <meta name="text:linkA" content="">
  41.  
  42. <meta name="text:linkA url" content="/">
  43.  
  44. <meta name="text:linkB" content="">
  45.  
  46. <meta name="text:linkB url" content="/">
  47.  
  48. <meta name="text:linkC" content="">
  49.  
  50. <meta name="text:linkC url" content="/">
  51.  
  52. <meta name="text:linkD" content="">
  53.  
  54. <meta name="text:linkD url" content="/">
  55.  
  56. <meta name="text:linkE" content="">
  57.  
  58. <meta name="text:linkE url" content="/">
  59.  
  60. <meta name="text:linkF" content="">
  61.  
  62. <meta name="text:linkF url" content="/">
  63.  
  64. <style type="text/css">
  65.  
  66. body {
  67.  
  68. background:{color:background};
  69.  
  70. margin:0px;
  71.  
  72. color:{color:text};
  73.  
  74. font-size:9px;
  75.  
  76. line-height:100%;
  77.  
  78. }
  79.  
  80.  
  81.  
  82. a {
  83.  
  84. text-decoration:none;
  85.  
  86. outline:none;
  87.  
  88. -moz-outline-style:none;
  89.  
  90. color:{color:link};
  91.  
  92. -moz-transition-duration:0.5s;
  93.  
  94. -webkit-transition-duration:0.5s;
  95.  
  96. -o-transition-duration:0.5s;
  97.  
  98. }
  99.  
  100.  
  101.  
  102. a:hover{
  103.  
  104. color:{color:link hover};
  105.  
  106. -moz-transition-duration:0.5s;
  107.  
  108. -webkit-transition-duration:0.5s;
  109.  
  110. -o-transition-duration:0.5s;}
  111.  
  112.  
  113.  
  114. img {
  115.  
  116. border:none;
  117.  
  118. }
  119.  
  120.  
  121.  
  122. blockquote {
  123.  
  124. padding-left:5px;
  125.  
  126. border-left:2px solid;
  127.  
  128. }
  129.  
  130.  
  131.  
  132. blockquote blockquote {
  133.  
  134. padding-left:5px;
  135.  
  136. border-left:2px solid;
  137.  
  138. }
  139.  
  140.  
  141.  
  142. h1 {
  143.  
  144. font-size:10px;
  145.  
  146. }
  147.  
  148.  
  149.  
  150.  
  151.  
  152. #entries {
  153.  
  154. padding:0px;
  155.  
  156. width:500px;
  157.  
  158. margin-left:350px;
  159.  
  160. margin-top:280px;
  161.  
  162. padding:30px;
  163. border-right:solid 3px #eaeaea;
  164.  
  165. }
  166.  
  167.  
  168.  
  169. #post {
  170.  
  171. width:500px;
  172.  
  173. }
  174.  
  175. #title{
  176. font-size:30px;
  177. font-family: 'Pacifico', cursive;
  178. text-align:center;
  179. color:{color:link};
  180. padding-left:0px;
  181. height:40px;
  182. width:100%;
  183. margin-top:-30px;
  184. font: white;
  185. text-shadow:color: white; text-shadow: black 0.2em 0.2em 0.3em;
  186.  
  187. }
  188.  
  189.  
  190. #sidebar {
  191. width:100%;
  192. position:absolute;
  193. margin-left:0px;
  194. margin-top:-280px;
  195. }
  196.  
  197.  
  198. #sidebarimage {
  199. width 170px;
  200. height:200px;
  201. }
  202.  
  203. #sidebarimage img {
  204. width:100%;
  205. height:200px;
  206. }
  207.  
  208. #description {
  209. position:fixed;
  210. width:200px;
  211. margin-top:150px;
  212. margin-left:930px;
  213. line-height:13px;
  214. text-align:center;
  215. font-family:calibri;
  216. font-size:10px;
  217. padding:2px;
  218. }
  219.  
  220. #line {
  221. color:{color:line};
  222. margin-top:-4px;
  223. text-align:center;
  224. }
  225.  
  226.  
  227. #links {
  228. margin-top:-10px;
  229. background-color:{color:link backgound color};
  230. margin-left:0px;
  231. font-size:17px;
  232. text-transform:normal;
  233. text-align:center;
  234. word-spacing:30px;
  235. line-height:140%;
  236. width:100%;
  237. font-style:bold;
  238. font-family: 'Pacifico', cursive;
  239.  
  240.  
  241. }
  242.  
  243.  
  244.  
  245.  
  246. #links a{
  247. padding:3px;
  248. color:{color:link};
  249. letter-spacing:0px;
  250. text-decoration:none;
  251. -moz-transition-duration:1s;
  252. -webkit-transition-duration:1s;
  253. -o-transition-duration:1s;
  254. }
  255.  
  256. #links a:hover{
  257. color: transparent;
  258.  
  259. text-shadow: #fff 0 0 5px;
  260.  
  261. text-decoration:none;
  262. }
  263.  
  264.  
  265.  
  266.  
  267.  
  268. #pagination {
  269. font-size:10px;
  270. position:fixed;
  271. margin-top:8px;
  272. text-align:center;
  273. margin-left:930px;
  274. font-style:normal;
  275. font-family:calibri;
  276. line-height:130%;
  277. width:200px;
  278. letter-spacing:1px;
  279. }
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288. .caption {
  289.  
  290. width:500px;
  291.  
  292. text-align:justify;
  293.  
  294. line-height:120%;
  295.  
  296. }
  297.  
  298.  
  299.  
  300. .ask {
  301.  
  302. padding:10px;
  303.  
  304. text-align:left;
  305.  
  306. color:{color:text};
  307.  
  308. background-color:#eee;
  309.  
  310. border-bottom:1px solid #eee;
  311.  
  312. }
  313.  
  314.  
  315.  
  316. .ans {
  317.  
  318. text-align:left;
  319.  
  320. padding:10px;
  321.  
  322. color:{color:text};
  323.  
  324. }
  325.  
  326.  
  327.  
  328. .audio {
  329.  
  330. width:500px;
  331.  
  332. padding-bottom:10px;
  333.  
  334. background-color:{color:infobg};
  335.  
  336. }
  337.  
  338.  
  339.  
  340. .albumart {
  341.  
  342. float:left;
  343.  
  344. padding:0px 10px 10px 0px;
  345.  
  346. }
  347.  
  348.  
  349.  
  350. .albumart img {
  351.  
  352. width:45px;
  353.  
  354. height:45px;
  355.  
  356. }
  357.  
  358.  
  359.  
  360. .playercontainer {
  361.  
  362. text-align:left;
  363.  
  364. padding:10px;
  365.  
  366. background-color:#ffffff;
  367.  
  368. width:480px;
  369.  
  370. }
  371.  
  372.  
  373.  
  374. .audioinfo {
  375.  
  376. padding:10px;
  377.  
  378. color:{color:text};
  379.  
  380. }
  381.  
  382.  
  383.  
  384. #info {
  385. text-align:left;
  386. text-size:10px
  387. margin-top:2px;
  388. padding-top:5px;
  389. text-transform:lowercase;
  390. -webkit-transition: all 0.4s ease-in-out;
  391. -moz-transition: all 0.4s ease-in-out;
  392. -o-transition: all 0.4s ease-in-out;
  393. transition: all 0.4s ease-in-out;
  394. }
  395.  
  396. #tags {
  397. text-align:left;
  398. padding:2px;
  399. border-top:1px solid {color:link};
  400. margin-top:4px;
  401. text-size:10px
  402. }
  403.  
  404.  
  405.  
  406.  
  407.  
  408. .note {
  409.  
  410. text-transform:lowercase;
  411.  
  412. font-style:normal;
  413.  
  414. letter-spacing:0px;
  415.  
  416. font-size: 9px;
  417.  
  418. text-align:left;
  419.  
  420. line-height:90%;
  421.  
  422. margin-left:-40px;
  423.  
  424. }
  425.  
  426.  
  427.  
  428. .note li {
  429.  
  430. list-style-type:none;
  431.  
  432. border-bottom:1px solid {color:border};
  433.  
  434. padding:10px 25px 10px 25px;
  435.  
  436. text-align:left;
  437.  
  438. margin:0px;
  439.  
  440. -moz-transition-duration:0.5s;
  441.  
  442. -webkit-transition-duration:0.5s;
  443.  
  444. -o-transition-duration:0.5s;
  445.  
  446. }
  447.  
  448.  
  449.  
  450. .tags {
  451.  
  452. font-style:normal;
  453.  
  454. width:500px;
  455.  
  456. text-transform:uppercase;
  457.  
  458. font-style:normal;
  459.  
  460. color:{color:tags};
  461.  
  462. letter-spacing:2px;
  463.  
  464. line-height:30%;
  465.  
  466. font-size:8px;
  467.  
  468. text-align:left;
  469.  
  470. padding:2px;
  471.  
  472. -moz-transition-duration:0.5s;
  473.  
  474. -webkit-transition-duration:0.5s;
  475.  
  476. -o-transition-duration:0.5s;
  477.  
  478. }
  479.  
  480.  
  481.  
  482. .tags a {
  483.  
  484. color:{color:tags};
  485.  
  486. letter-spacing:1px;
  487.  
  488. padding:1px;
  489.  
  490. }
  491.  
  492.  
  493.  
  494. .tags a:hover {
  495.  
  496. color:{color:link};
  497.  
  498. }
  499.  
  500.  
  501. ul.chat, .chat ol, .chat li {
  502.  
  503. list-style:none;
  504.  
  505. margin:0px;
  506.  
  507. padding:2px;
  508.  
  509. }
  510.  
  511.  
  512.  
  513. .label {
  514.  
  515. text-decoration:underline;
  516.  
  517. font-weight:300;
  518.  
  519. background-color:{color:infobg};
  520.  
  521. margin-right:5px;
  522.  
  523. }
  524.  
  525.  
  526.  
  527.  
  528. .user_1 .label {color:{color:text}; font-weight:bold}
  529.  
  530. .user_2 .label {color:{color:link}; font-weight:bold}
  531.  
  532. .user_3 .label {color:{color:text}; font-weight:bold}
  533.  
  534. .user_4 .label {color:{color:link}; font-weight:bold}
  535.  
  536. .user_5 .label {color:{color:text}; font-weight:bold}
  537.  
  538. .user_6 .label {color:{color:link}; font-weight:bold}
  539.  
  540. ul.chat, .chat ol, .chat li {list-style:none; padding:2px}
  541.  
  542.  
  543.  
  544. {CustomCSS}</style></head>
  545. <script type="text/javascript">
  546. WebFontConfig = {
  547. google: { families: [ 'Pacifico::latin' ] }
  548. };
  549. (function() {
  550. var wf = document.createElement('script');
  551. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  552. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  553. wf.type = 'text/javascript';
  554. wf.async = 'true';
  555. var s = document.getElementsByTagName('script')[0];
  556. s.parentNode.insertBefore(wf, s);
  557. })(); </script>
  558.  
  559. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
  560. <script type="text/javascript">
  561. $(function(){
  562. var stickyRibbonTop = $('#links').offset().top;
  563. $(window).scroll(function(){
  564. if( $(window).scrollTop() > stickyRibbonTop ) {
  565. $('#links').css({position: 'fixed', top: '10px'});
  566. } else {
  567. $('#links').css({position: 'static', top: '0px'});
  568. }
  569. });
  570. });
  571. </script>
  572.  
  573. <body>
  574.  
  575. <div id="sidebar">
  576.  
  577.  
  578.  
  579. <div id="sidebarimage"><img src="{image:header}"></div>
  580.  
  581. <div id="title">{title}</div>
  582.  
  583. <div id="links">
  584. <a href="{text:linkA url}">{text:linkA}</a>
  585. <a href="{text:linkB url}">{text:linkB}</a>
  586. <a href="{text:linkC url}">{text:linkC}</a>
  587. <a href="{text:linkD url}">{text:linkD}</a>
  588. <a href="{text:linkE url}">{text:linkE}</a>
  589. <a href="{text:linkF url}">{text:linkF}</a>
  590.  
  591. </div>
  592.  
  593.  
  594. <div id="description">{Description}</div>
  595.  
  596.  
  597. <div id="pagination">
  598. {block:Pagination}
  599. <a href="{PreviousPage}">prev</a>
  600. {/block:PreviousPage}
  601. -
  602. {block:NextPage}
  603. <a href="{NextPage}">next</a>
  604. {/block:NextPage}
  605. {/block:Pagination}
  606. </div>
  607.  
  608.  
  609. </div>
  610.  
  611.  
  612.  
  613. <div id="entries">
  614.  
  615.  
  616. {block:Posts}<div id="post"><br><br><br><br><br><br>
  617.  
  618.  
  619.  
  620. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  621.  
  622.  
  623.  
  624. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  625.  
  626.  
  627.  
  628. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  629.  
  630. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  631.  
  632.  
  633.  
  634. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  635.  
  636.  
  637.  
  638. {block:Photoset}<center>{Photoset-500}</center>
  639.  
  640. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  641.  
  642.  
  643.  
  644. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  645.  
  646.  
  647.  
  648. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  649.  
  650.  
  651.  
  652. {block:Answer}
  653. <div id="questions">
  654. <big><big><big><i> <a href="{askerURL}"><b>{Asker}:</b></big></big>
  655. {Question}</big></i>
  656. </div>
  657. <div id="answers">{Answer}</div>
  658. {/block:answer}
  659.  
  660.  
  661. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  662.  
  663. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  664.  
  665. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  666.  
  667. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  668.  
  669. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  670.  
  671.  
  672.  
  673.  
  674.  
  675.  
  676. <div id="info">
  677.  
  678. <a href="{permalink}">{shortmonth} {dayofmonth}{dayofmonthsuffix}</a> &nbsp;&nbsp; <a href="{permalink}">♥ {NoteCount}</a>
  679.  
  680. <div style="float:right;">
  681.  
  682. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} /
  683. {block:ContentSource} <a href="{SourceURL}">source</a>{/block:ContentSource}
  684.  
  685. </div>
  686.  
  687. </div>
  688.  
  689. <div id="tags">
  690.  
  691. {block:HasTags}{block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;&nbsp;&nbsp;&nbsp;{/block:Tags}{/block:HasTags}
  692.  
  693. </div>
  694.  
  695. {/block:Posts}
  696.  
  697. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  698.  
  699.  
  700. {/block:Posts}</div></div></div>
  701.  
  702.  
  703.  
  704.  
  705.  
  706. </div>
  707.  
  708.  
  709.  
  710.  
  711.  
  712. </div>
  713.  
  714. </div>
  715.  
  716. </div>
  717.  
  718.  
  719.  
  720. </body>
  721.  
  722.  
  723.  
  724. <div style="position:fixed;bottom:2px; right:3px; font-size:9px; letter-spacing:1px; font-family:calibri;border:1px solid;padding:4px;"><a href="http://tietjens.co.vu/">BCV THEMES</a></center></div>
  725. </div>
  726.  
  727. </div>
  728.  
  729. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement