Advertisement
benedictcumbvrbatch

basilica (#10)

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