Advertisement
benedictcumbvrbatch

mountain tops (#18)

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