Advertisement
benedictcumbvrbatch

the fall (#15)

Jul 8th, 2014
1,263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.38 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 (#15)
  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:postbackgroundcolour" content="#ededed"/>
  29.  
  30. <meta name="color:sidebarbackgroundcolour" content="#ededed"/>
  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. <style type="text/css">
  64.  
  65. ::-webkit-scrollbar {width: 6px; height: 4px; background: #ffffff; }
  66. ::-webkit-scrollbar-thumb { background-color: #000000; }
  67.  
  68. /*--UPDATES TAB--*/
  69. #updatestab {
  70. width:180px;
  71. height:90px;
  72. margin-top:50px;
  73. position:fixed;
  74. font-size:20px;
  75. margin-left:3px;
  76. }
  77.  
  78. .updatetitle {
  79. text-transform:uppercase;
  80. letter-spacing:1px;
  81. line-height:20px;
  82.  
  83. }
  84.  
  85. .updatetitle a {
  86. margin-left:3px;
  87. color:{color:Text};
  88. }
  89.  
  90. .updatetitle a:hover {
  91. color:{color:Link};
  92. }
  93.  
  94. #update1 {
  95.  
  96. }
  97.  
  98. #update1:hover .updatesinfo1{
  99. height:400px; /*--change the length of your updates text here--*/
  100. opacity:1;
  101. -moz-transition-duration:0.8s;
  102. -webkit-transition-duration:0.8s;
  103. -o-transition-duration:0.8s;
  104. }
  105.  
  106. .updatesinfo1 {
  107. margin-left:20px;
  108. width:100px;
  109. height:10px;
  110. opacity:0;
  111. font-size:10px;
  112. position:fixed;
  113. margin-top:-15px;
  114. overflow:hidden;
  115. -moz-transition-duration:0.8s;
  116. -webkit-transition-duration:0.8s;
  117. -o-transition-duration:0.8s;
  118. }
  119.  
  120. #update2 {
  121.  
  122. }
  123.  
  124. #update2:hover .updatesinfo2{
  125. height:300px; /*--change the length of your updates text here--*/
  126. opacity:1;
  127. -moz-transition-duration:0.8s;
  128. -webkit-transition-duration:0.8s;
  129. -o-transition-duration:0.8s;
  130. }
  131.  
  132. .updatesinfo2 {
  133. margin-left:20px;
  134. width:100px;
  135. height:10px;
  136. opacity:0;
  137. font-size:10px;
  138. position:fixed;
  139. overflow:hidden;
  140. margin-top:-15px;
  141. -moz-transition-duration:0.8s;
  142. -webkit-transition-duration:0.8s;
  143. -o-transition-duration:0.8s;
  144. }
  145.  
  146. #update3 {
  147.  
  148. }
  149.  
  150. #update3:hover .updatesinfo3{
  151. opacity:1;
  152. height:300px; /*--change the length of your updates text here--*/
  153. -moz-transition-duration:0.8s;
  154. -webkit-transition-duration:0.8s;
  155. -o-transition-duration:0.8s;
  156. }
  157.  
  158. .updatesinfo3 {
  159. margin-left:20px;
  160. width:100px;
  161. height:1px;
  162. opacity:0;
  163. position:fixed;
  164. font-size:10px;
  165. overflow:hidden;
  166. margin-top:-15px;
  167. -moz-transition-duration:0.8s;
  168. -webkit-transition-duration:0.8s;
  169. -o-transition-duration:0.8s;
  170. }
  171.  
  172. #update4 {
  173.  
  174. }
  175.  
  176. #update4:hover .updatesinfo4{
  177. opacity:1;
  178. height:300px; /*--change the length of your updates text here--*/
  179. -moz-transition-duration:0.8s;
  180. -webkit-transition-duration:0.8s;
  181. -o-transition-duration:0.8s;
  182. }
  183.  
  184. .updatesinfo4 {
  185. margin-left:20px;
  186. width:100px;
  187. height:1px;
  188. opacity:0;
  189. position:fixed;
  190. font-size:10px;
  191. margin-top:-15px;
  192. overflow:hidden;
  193. -moz-transition-duration:0.8s;
  194. -webkit-transition-duration:0.8s;
  195. -o-transition-duration:0.8s;
  196. }
  197.  
  198. body {
  199.  
  200. background:{color:background};
  201.  
  202. margin:0px;
  203.  
  204. color:{color:text};
  205.  
  206. font-size:10px;
  207.  
  208. line-height:100%;
  209.  
  210. }
  211.  
  212.  
  213.  
  214. a {
  215.  
  216. text-decoration:none;
  217.  
  218. outline:none;
  219.  
  220. -moz-outline-style:none;
  221.  
  222. color:{color:link};
  223.  
  224. -moz-transition-duration:0.5s;
  225.  
  226. -webkit-transition-duration:0.5s;
  227.  
  228. -o-transition-duration:0.5s;
  229.  
  230. }
  231.  
  232.  
  233.  
  234. a:hover{
  235.  
  236. color:{color:link hover};
  237.  
  238. font-style:italic;
  239.  
  240. -moz-transition-duration:0.5s;
  241.  
  242. -webkit-transition-duration:0.5s;
  243.  
  244. -o-transition-duration:0.5s;}
  245.  
  246.  
  247.  
  248. img {
  249.  
  250. border:none;
  251.  
  252. }
  253.  
  254.  
  255.  
  256. blockquote {
  257.  
  258. padding-left:5px;
  259.  
  260. border-left:2px solid;
  261.  
  262. }
  263.  
  264.  
  265.  
  266. blockquote blockquote {
  267.  
  268. padding-left:5px;
  269.  
  270. border-left:2px solid;
  271.  
  272. }
  273.  
  274.  
  275.  
  276. h1 {
  277.  
  278. font-size:10px;
  279.  
  280. }
  281.  
  282.  
  283.  
  284.  
  285.  
  286. #entries {
  287.  
  288.  
  289. width:500px;
  290.  
  291. margin-left:400px;
  292.  
  293. margin-top:30px;
  294. margin-bottom:30px;
  295.  
  296. padding:15px;
  297. background-color:{color:postbackgroundcolour};
  298. border: solid 1px;
  299.  
  300. }
  301.  
  302.  
  303.  
  304. #post {
  305.  
  306. width:500px;
  307. font-family:calibri;
  308. margin-top:-30px;
  309.  
  310.  
  311. }
  312.  
  313. #title{
  314. font-size:20px;
  315. font-style:italic;
  316. text-align:center;
  317. padding-left:0px;
  318. height:40px;
  319. width:200px;
  320. line-height:40px;
  321.  
  322. }
  323. #sidebar {
  324. width:200px;
  325. position:fixed;
  326. margin-left:1000px;
  327. margin-top:130px;
  328. background-color:{color:sidebarbackgroundcolour};
  329. padding: 10px;
  330. border: solid 1px;
  331. }
  332.  
  333.  
  334. #sidebarimage {
  335. width 170px;
  336. }
  337.  
  338. #sidebarimage img {
  339. width:200px;
  340. }
  341.  
  342. #description {
  343. width:200px;
  344. margin-top:4px;
  345. margin-left:0px;
  346. line-height:13px;
  347. text-align:center;
  348. font-family:calibri;
  349. font-size:10px;
  350. }
  351.  
  352. #line {
  353. color:{color:line};
  354. margin-top:-4px;
  355. text-align:center;
  356. }
  357.  
  358.  
  359. #links {
  360. margin-top:3px;
  361. margin-left:0px;
  362. font-size:11px;
  363. text-transform:normal;
  364. text-align:center;
  365. letter-spacing:1px;
  366. line-height:140%;
  367. width:200px;
  368. font-style:bold;
  369. font-family:calibri;
  370. border-top: solid 1px;
  371. padding:2px;
  372. opacity:0;
  373. text-align:center;
  374. color:{color:Description Text};
  375. -webkit-transition-duration:0.7s;
  376. -moz-transition-duration:0.7s;
  377. -o-transition-duration:0.7s;
  378. }
  379.  
  380. #sidebar:hover #links {
  381. opacity:1;
  382. margin-top:20px;
  383. -webkit-transition-duration:0.7s;
  384. -moz-transition-duration:0.7s;
  385. -o-transition-duration:0.7s;
  386. }
  387.  
  388. #pagination {
  389. font-size:10px;
  390. margin-top:8px;
  391. text-align:center;
  392. margin-left:0px;
  393. font-style:normal;
  394. font-family:calibri;
  395. line-height:130%;
  396. width:200px;
  397. letter-spacing:1px;
  398. }
  399.  
  400.  
  401.  
  402. .caption {
  403.  
  404. width:500px;
  405.  
  406. text-align:justify;
  407.  
  408. line-height:120%;
  409.  
  410. }
  411.  
  412.  
  413.  
  414. .ask {
  415.  
  416. padding:10px;
  417.  
  418. text-align:left;
  419.  
  420. color:{color:text};
  421.  
  422. background-color:#eee;
  423.  
  424. border-bottom:1px solid #eee;
  425.  
  426. }
  427.  
  428.  
  429.  
  430. .ans {
  431.  
  432. text-align:left;
  433.  
  434. padding:10px;
  435.  
  436. color:{color:text};
  437.  
  438. }
  439.  
  440.  
  441.  
  442. .audio {
  443.  
  444. width:500px;
  445.  
  446. padding-bottom:10px;
  447.  
  448. background-color:{color:infobg};
  449.  
  450. }
  451.  
  452.  
  453.  
  454. .albumart {
  455.  
  456. float:left;
  457.  
  458. padding:0px 10px 10px 0px;
  459.  
  460. }
  461.  
  462.  
  463.  
  464. .albumart img {
  465.  
  466. width:45px;
  467.  
  468. height:45px;
  469.  
  470. }
  471.  
  472.  
  473.  
  474. .playercontainer {
  475.  
  476. text-align:left;
  477.  
  478. padding:10px;
  479.  
  480. background-color:#ffffff;
  481.  
  482. width:480px;
  483.  
  484. }
  485.  
  486.  
  487.  
  488. .audioinfo {
  489.  
  490. padding:10px;
  491.  
  492. color:{color:text};
  493.  
  494. }
  495.  
  496.  
  497.  
  498. #postinfo {
  499.  
  500. text-align:left;
  501.  
  502. padding-top:3px;
  503.  
  504. margin-top:5px;
  505.  
  506. margin-bottom:10px;
  507.  
  508. text-transform: lowercase;
  509.  
  510. letter-spacing:0px;
  511. text-align:left;
  512.  
  513. font-size:9px;
  514.  
  515. line-height: 10px;
  516.  
  517. color:{color:link};
  518.  
  519. width:500px;
  520.  
  521. font-family:calibri;
  522.  
  523.  
  524. }
  525.  
  526.  
  527.  
  528.  
  529.  
  530.  
  531. #info {
  532. text-align:left;
  533. text-size:10px
  534. margin-top:2px;
  535. padding-top:5px;
  536. text-transform:lowercase;
  537. -webkit-transition: all 0.4s ease-in-out;
  538. -moz-transition: all 0.4s ease-in-out;
  539. -o-transition: all 0.4s ease-in-out;
  540. transition: all 0.4s ease-in-out;
  541. }
  542.  
  543. #tags {
  544. text-align:left;
  545. padding:2px;
  546. border-top:1px solid {color:link};
  547. margin-top:4px;
  548. text-size:10px
  549. }
  550.  
  551.  
  552.  
  553.  
  554.  
  555. .note {
  556.  
  557. text-transform:lowercase;
  558.  
  559. font-style:normal;
  560.  
  561. letter-spacing:0px;
  562.  
  563. font-size: 9px;
  564.  
  565. text-align:left;
  566.  
  567. line-height:90%;
  568.  
  569. margin-left:-40px;
  570.  
  571. }
  572.  
  573.  
  574.  
  575. .note li {
  576.  
  577. list-style-type:none;
  578.  
  579. border-bottom:1px solid {color:border};
  580.  
  581. padding:10px 25px 10px 25px;
  582.  
  583. text-align:left;
  584.  
  585. margin:0px;
  586.  
  587. -moz-transition-duration:0.5s;
  588.  
  589. -webkit-transition-duration:0.5s;
  590.  
  591. -o-transition-duration:0.5s;
  592.  
  593. }
  594.  
  595.  
  596.  
  597.  
  598.  
  599.  
  600. ul.chat, .chat ol, .chat li {
  601.  
  602. list-style:none;
  603.  
  604. margin:0px;
  605.  
  606. padding:2px;
  607.  
  608. }
  609.  
  610.  
  611.  
  612. .label {
  613.  
  614. text-decoration:underline;
  615.  
  616. font-weight:300;
  617.  
  618. background-color:{color:infobg};
  619.  
  620. margin-right:5px;
  621.  
  622. }
  623.  
  624.  
  625.  
  626.  
  627. .user_1 .label {color:{color:text}; font-weight:bold}
  628.  
  629. .user_2 .label {color:{color:link}; font-weight:bold}
  630.  
  631. .user_3 .label {color:{color:text}; font-weight:bold}
  632.  
  633. .user_4 .label {color:{color:link}; font-weight:bold}
  634.  
  635. .user_5 .label {color:{color:text}; font-weight:bold}
  636.  
  637. .user_6 .label {color:{color:link}; font-weight:bold}
  638.  
  639. ul.chat, .chat ol, .chat li {list-style:none; padding:2px}
  640.  
  641.  
  642.  
  643. {CustomCSS}</style></head><body>
  644.  
  645. <div id="updatestab">
  646.  
  647. <div id="update1">
  648. <div class="updatetitle"><a ="">◘</a><br></div>
  649. <div class="updatesinfo1"> <div style="color:white;background-color:black;padding:1px;">titles</div><br> text goes here. write anything you like and you can change the length in the codes and if you need any help just ask me xx</div>
  650. </div>
  651.  
  652. <div id="update2">
  653. <div class="updatetitle"><a ="">◘</a><br></div>
  654. <div class="updatesinfo2"> <div style="color:white;background-color:black;padding:1px;">titles</div> <b>bold</b>, <i>italic</i>, <u>underline</u>, <s>strikethrough</s><br>new line<p>new paragraph<br><br></div>
  655. </div>
  656.  
  657. <div id="update3">
  658. <div class="updatetitle"><a ="">◘</a><br></div>
  659. <div class="updatesinfo3"> <div style="color:white;background-color:black;padding:1px;">titles</div><br> BENEDICT CUMBERBATCH IS A HOT POTATO</div>
  660. </div>
  661.  
  662. <div id="update4">
  663. <div class="updatetitle"><a ="">◘</a><br></div>
  664. <div class="updatesinfo4"> <div style="color:white;background-color:black;padding:1px;">titles</div> <br> christopher tietjens (dont ask just google and watch) </div>
  665. </div>
  666.  
  667. </div>
  668.  
  669. <div id="sidebar">
  670.  
  671. <div id="title">{title}</div>
  672.  
  673.  
  674. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  675.  
  676. <div id="links">
  677. <a href="{text:linkA url}">{text:linkA}</a>
  678. <a href="{text:linkB url}">{text:linkB}</a>
  679. <a href="{text:linkC url}">{text:linkC}</a>
  680. <a href="{text:linkD url}">{text:linkD}</a>
  681. <a href="{text:linkE url}">{text:linkE}</a>
  682.  
  683. </div>
  684.  
  685.  
  686. <div id="description">{Description}</div>
  687.  
  688.  
  689. <div id="pagination">
  690. {block:Pagination}
  691. <a href="{PreviousPage}">newer</a>
  692. {/block:PreviousPage}
  693. -
  694. {block:NextPage}
  695. <a href="{NextPage}">older</a>
  696. {/block:NextPage}
  697. {/block:Pagination}
  698. </div>
  699.  
  700.  
  701. </div>
  702.  
  703.  
  704.  
  705. <div id="entries">
  706.  
  707.  
  708. {block:Posts}<div id="post"><br><br><br><br><br><br>
  709.  
  710.  
  711.  
  712. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  713.  
  714.  
  715.  
  716. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  717.  
  718.  
  719.  
  720. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  721.  
  722. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  723.  
  724.  
  725.  
  726. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  727.  
  728.  
  729.  
  730. {block:Photoset}<center>{Photoset-500}</center>
  731.  
  732. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  733.  
  734.  
  735.  
  736. {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}
  737.  
  738.  
  739.  
  740. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  741.  
  742.  
  743.  
  744. {block:Answer}
  745. <div id="questions">
  746. <big><big><big><i> <a href="{askerURL}"><b>{Asker}:</b></big></big>
  747. {Question}</big></i>
  748. </div>
  749. <div id="answers">{Answer}</div>
  750. {/block:answer}
  751.  
  752.  
  753. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  754.  
  755. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  756.  
  757. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  758.  
  759. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  760.  
  761. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  762.  
  763.  
  764.  
  765.  
  766.  
  767.  
  768. <div id="info">
  769.  
  770. <a href="{permalink}">{shortmonth} {dayofmonth}{dayofmonthsuffix}</a> &nbsp;&nbsp; <a href="{permalink}">♥ {NoteCount}</a>
  771.  
  772. <div style="float:right;">
  773.  
  774. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} /
  775. {block:ContentSource} <a href="{SourceURL}">source</a>{/block:ContentSource}
  776.  
  777. </div>
  778.  
  779. </div>
  780.  
  781. <div id="tags">
  782.  
  783. {block:HasTags}{block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;&nbsp;&nbsp;&nbsp;{/block:Tags}{/block:HasTags}
  784.  
  785. </div>
  786.  
  787. {/block:Posts}
  788.  
  789. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  790.  
  791.  
  792. {/block:Posts}</div></div></div>
  793.  
  794.  
  795.  
  796.  
  797.  
  798. </div>
  799.  
  800.  
  801.  
  802.  
  803.  
  804. </div>
  805.  
  806. </div>
  807.  
  808. </div>
  809.  
  810.  
  811.  
  812. </body>
  813.  
  814.  
  815.  
  816. <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>
  817.  
  818. </div>
  819.  
  820. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement