Advertisement
benedictcumbvrbatch

consulting (#21)

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