Advertisement
benedictcumbvrbatch

desert (#3)

May 23rd, 2014
1,410
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.68 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4.  
  5. <title>{Title}</title>
  6.  
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <!--theme by benedictcumbvrbatch (#3) revamped cause i was like 12 when i made the other one
  12.  
  13. just 2 things, remove credit and i kill you, steal theme i kill you. bUT OTHERWISE HAVE FUN GUYSSSSS!!!!
  14.  
  15. if you have any questions dont hesitate to ask!-->
  16.  
  17. <!--Default Variables-->
  18.  
  19. <meta name="color:Background" content="#ffffff"/>
  20. <meta name="color:Text" content="#aaaaaa"/>
  21. <meta name="color:Link" content="#000000"/>
  22.  
  23. <meta name="image:Sidebar Image" content=""/>
  24.  
  25. <meta name="text:Link 1 URL" content="" />
  26. <meta name="text:Link 1" content="" />
  27. <meta name="text:Link 2 URL" content="" />
  28. <meta name="text:Link 2" content="" />
  29. <meta name="text:Link 3 URL" content="" />
  30. <meta name="text:Link 3" content="" />
  31.  
  32.  
  33. <!-- jquery for tooltips-->
  34.  
  35.  
  36. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  37.  
  38. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  39.  
  40. <script>
  41.  
  42. (function($){
  43.  
  44. $(document).ready(function(){
  45.  
  46. $("a[title]").style_my_tooltips({
  47.  
  48. tip_follows_cursor:true,
  49.  
  50. tip_delay_time:30,
  51.  
  52. tip_fade_speed:300,
  53.  
  54. attribute:"title"
  55.  
  56. });
  57.  
  58. });
  59.  
  60. })(jQuery);
  61.  
  62. </script>
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69. <!--CSS customization here. -->
  70.  
  71. <style type="text/css">
  72.  
  73. ::-webkit-scrollbar {width: 6px; height: 4px; background: #ffffff; }
  74. ::-webkit-scrollbar-thumb { background-color: #000000; }
  75.  
  76. #s-m-t-tooltip{
  77. position:absolute;
  78. margin-top: 15px;
  79. z-index:9999;
  80. background:{color:background};
  81. }
  82.  
  83.  
  84.  
  85. /*basics*/
  86. blockquote {padding:5px 0 5px 30px;
  87. border-left:1px solid {color:text};
  88. margin-left:30px;
  89. }
  90.  
  91. body {
  92. background:{color:background};
  93. color:{color:text};
  94. font-family:arial;
  95. font-size:11px;
  96. text-align:justify;
  97. margin:0;
  98. line-height:16px;}
  99.  
  100.  
  101. a {
  102. color:{color:link};
  103. text-decoration:none;
  104. }
  105.  
  106. a:hover {
  107. text-decoration:underline;}
  108.  
  109. img{opacity:1;
  110. border:none;
  111. text-decoration:none}
  112.  
  113.  
  114. small {
  115. font-size:9px;}
  116.  
  117. big {
  118. font-size:12px;}
  119.  
  120. #sidebar2 {
  121. width:840px;
  122. height:100px;
  123. margin-left:280px;
  124. position:fixed;
  125. border-bottom: dotted 1px;
  126. background-color:{color:background};
  127.  
  128. }
  129.  
  130. #title {font-size:12px;
  131. line-height:18px;
  132. font-weight:bold;
  133. margin-bottom:10px;
  134. text-transform:uppercase;
  135. text-align:left;}
  136.  
  137.  
  138. /*sidebar*/
  139. #sidebar {text-align:left;
  140. position:fixed;
  141. margin-left:550px;
  142. margin-top:125px;
  143. width:125px;
  144. }
  145.  
  146. #sidebarim {margin-bottom:20px
  147. }
  148.  
  149. #sidebarim img {width:125px
  150. ;
  151. }
  152.  
  153.  
  154.  
  155. #blogt {font-size:18px;
  156. font-family: 'News Cycle', sans-serif;
  157. font-weight:bold;}
  158.  
  159. #links {
  160. line-height:16px;
  161. text-transform:lowercase;
  162. opacity:0;
  163. text-align:left;
  164. color:{color:Description Text};
  165. -webkit-transition-duration:0.7s;
  166. -moz-transition-duration:0.7s;
  167. -o-transition-duration:0.7s;
  168. }
  169.  
  170. #sidebar:hover #links {
  171. opacity:1;
  172. margin-top:20px;
  173. -webkit-transition-duration:0.7s;
  174. -moz-transition-duration:0.7s;
  175. -o-transition-duration:0.7s;
  176. }
  177.  
  178.  
  179. #links a {
  180. margin-right:5px;
  181. display:inline-block;
  182. margin-bottom:5px;
  183. }
  184.  
  185. #description {
  186. margin:20px 0;
  187. }
  188.  
  189.  
  190. /*pagination*/
  191. #pagination {
  192. margin:50px 0;
  193. text-transform:lowercase;
  194. font-weight:bold;
  195. }
  196. #pagination a {
  197. padding:0 15px;
  198. }
  199.  
  200. /*container*/
  201. #con {
  202. left:42%;
  203. margin-left:-250px;
  204. position:absolute;
  205. border-right: dotted 1px;
  206. }
  207.  
  208.  
  209.  
  210. /*posts*/
  211.  
  212. #entries {
  213. margin-top:110px;
  214. width:500px;
  215. padding:15px;
  216.  
  217. }
  218.  
  219.  
  220.  
  221. #posts {
  222. width:500px;
  223. {block:IndexPage}
  224. margin-bottom:75px;
  225. {/block:IndexPage}
  226. {block:PermalinkPage}
  227. margin-bottom:50px;
  228. {/block:PermalinkPage}
  229.  
  230. }
  231. #posts img {
  232. max-width:500px;
  233. }
  234.  
  235. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  236. .caption {width:100%;
  237. margin-top:10px;
  238.  
  239. }
  240.  
  241. /*quote*/
  242.  
  243. #titlequote{text-align:left;
  244. font-size:14px;
  245. line-height:18px;
  246. font-weight:bold;
  247. }
  248. #source {
  249. margin-top:15px;
  250. margin-left:15px;}
  251.  
  252. /*audio*/
  253.  
  254. .player {
  255. width:25px;
  256. height:25px;
  257. overflow:hidden;
  258. position:absolute;
  259. background:white;}
  260.  
  261. .audioinfo {
  262. margin-left:50px;
  263. }
  264.  
  265.  
  266. /*asks*/
  267. .q {margin-bottom:10px;
  268. }
  269. .as {
  270. font-weight:bold;}
  271.  
  272. .a {
  273. margin-top:10px;
  274. }
  275.  
  276.  
  277. /*chat*/
  278.  
  279. .chat ol {
  280. padding:0;
  281. list-style:none;
  282. }
  283. .line {padding:5px 0;}
  284.  
  285. .label {font-weight:bold;
  286. }
  287.  
  288.  
  289.  
  290.  
  291.  
  292. /*permalink and notes*/
  293.  
  294. #permalink {
  295. margin-top:15px;
  296. font-size:9px;
  297. text-transform:uppercase;
  298. }
  299. #permalink a {margin-right:10px;
  300. }
  301.  
  302.  
  303. .tags {
  304. word-break:break-all;
  305. font-size:9px;
  306. }
  307.  
  308. .pagenotes {
  309. {block:IndexPage}
  310. display: none!important;
  311. {/block:IndexPage}
  312. width:400px;
  313. text-align:left;
  314.  
  315. }
  316. .pagenotes img {
  317. display:none!important;}
  318. .pagenotes li {
  319. list-style-type:none;
  320. padding:5px 0px;
  321. text-align:left;
  322. margin:0 0 0 -40px;
  323. }
  324.  
  325.  
  326.  
  327.  
  328. {CustomCSS}
  329.  
  330.  
  331. </style>
  332.  
  333.  
  334.  
  335. </head>
  336. <script type="text/javascript">
  337. WebFontConfig = {
  338. google: { families: [ 'News+Cycle::latin' ] }
  339. };
  340. (function() {
  341. var wf = document.createElement('script');
  342. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  343. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  344. wf.type = 'text/javascript';
  345. wf.async = 'true';
  346. var s = document.getElementsByTagName('script')[0];
  347. s.parentNode.insertBefore(wf, s);
  348. })(); </script>
  349. <body>
  350.  
  351.  
  352. <div id="con">
  353.  
  354. <div id="sidebar">
  355. <div id="sidebarim"><img src="{image:Sidebar Image}"></div>
  356. <div id="blogt">{Title}</div>
  357. <div id="description">{Description}</div>
  358. <div id="links">
  359. <a href="/">home</a>
  360. <a href="/ask">ask</a>
  361. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  362. {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}
  363. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3}
  364. </div>
  365.  
  366.  
  367. </div>
  368.  
  369.  
  370.  
  371. <div id="entries">
  372.  
  373. {block:Posts}
  374. <div id="posts">
  375.  
  376.  
  377. {block:Quote}
  378.  
  379.  
  380. <div id="titlequote">“{Quote}”</div>
  381. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  382. {/block:Quote}
  383.  
  384.  
  385.  
  386. {block:Text}
  387.  
  388. {block:Title}
  389. <div id="title">{Title}</div>{/block:Title}
  390. {Body}
  391. {/block:Text}
  392.  
  393. {block:Link}
  394. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  395. {/block:Link}
  396.  
  397. {block:Chat}
  398. {block:Title}
  399. <h1>{Title}</h1>
  400. {/block:Title}
  401. <div class="chat">
  402. <ol>{block:Lines}
  403. <li class="line {Alt}">
  404. {block:Label}
  405. <span class="label">
  406. {Label}</span>
  407. {/block:Label}{Line}</li>
  408. {/block:Lines}
  409. </ol></div>
  410. {/block:Chat}
  411.  
  412. {block:Photo}
  413. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  414. {/block:Photo}
  415.  
  416. {block:Photoset}
  417. {Photoset-500}
  418. {/block:Photoset}
  419.  
  420. {block:Video}
  421. {Video-500}
  422. {/block:Video}
  423.  
  424. {block:Audio}
  425. <div class="player">{AudioPlayerWhite}</div>
  426. <div class="audioinfo">
  427. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  428. </div>
  429. {/block:Audio}
  430.  
  431.  
  432.  
  433. {block:Answer}
  434. <div class="q">
  435. <div class="as">{Asker} said: </div>
  436. {Question}</div>
  437. <div class="a">{Answer}</div>
  438. {/block:Answer}
  439.  
  440. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  441.  
  442. {block:Date}
  443. <div id="permalink">
  444. <a href="{Permalink}" >{12Hour}:{Minutes} {AmPm}</a>{block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  445. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  446. </div>
  447. {/block:Date}
  448.  
  449.  
  450.  
  451. </div>
  452.  
  453.  
  454. {block:PostNotes}
  455. <div class="pagenotes">
  456. {PostNotes}
  457. </div>
  458. {/block:PostNotes}
  459.  
  460.  
  461. {/block:Posts}
  462.  
  463. <div id="pagination">
  464. {block:Pagination}
  465. {block:PreviousPage}
  466. <a href="{PreviousPage}">&larr; previous </a>
  467. {/block:PreviousPage}
  468.  
  469.  
  470. {block:NextPage}
  471. <a href="{NextPage}">next &rarr;</a>
  472. {/block:NextPage}
  473. {/block:Pagination}
  474. </div>
  475.  
  476.  
  477.  
  478. </div>
  479.  
  480. </div>
  481.  
  482.  
  483. {block:ContentSource}
  484. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  485. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  486. {/block:SourceLogo}
  487. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  488.  
  489. {/block:ContentSource}
  490. <div id="sidebar2"><div></div>
  491. </body>
  492.  
  493. <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>
  494. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement