Advertisement
benedictcumbvrbatch

oblivion (#7)

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