Advertisement
benedictcumbvrbatch

very best of times (#12)

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