Advertisement
benedictcumbvrbatch

who are you (#17)

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