Advertisement
benedictcumbvrbatch

wilderness (#16)

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