Advertisement
benedictcumbvrbatch

oblivion (#7, uncontained version)

Aug 20th, 2014
703
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.88 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:450px;{/block:if500pxposts}
  175. {block:ifnot500pxposts}margin-left:250px;{/block:ifnot500pxposts}
  176. background-color:{color:sidebar color};
  177. margin-top:150px;
  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. {block:if500pxposts}width:530px; margin-left:10px;{/block:if500pxposts}
  237. {block:ifnot500pxposts}width:430px;{/block:ifnot500pxposts}
  238. position:absolute;
  239. }
  240.  
  241.  
  242.  
  243. /*posts*/
  244.  
  245. #entries {
  246. {block:if500pxposts}width:500px;{/block:if500pxposts}
  247. {block:ifnot500pxposts}width:400px;{/block:ifnot500pxposts}
  248. }
  249.  
  250.  
  251.  
  252. #posts {
  253. margin-top:80px;
  254. margin-bottom:80px;
  255. margin-left:-320px;
  256. box-shadow:rgba(0,0,0,0.1)7px 7px;
  257. border:solid 1px {color:post border};
  258. background-color:{color:container color};
  259. {block:if500pxposts}width:500px;{/block:if500pxposts}
  260. {block:ifnot500pxposts}width:400px;{/block:ifnot500pxposts}
  261. {block:IndexPage}
  262. margin-bottom:15px;
  263. {/block:IndexPage}
  264. {block:PermalinkPage}
  265. margin-bottom:40px;
  266. {/block:PermalinkPage}
  267. padding:15px;
  268. }
  269. #posts img {
  270. max-width:500px;
  271. }
  272.  
  273. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  274. .caption {width:100%;
  275. padding:1px;
  276. margin-top:10px;
  277.  
  278. }
  279.  
  280. /*quote*/
  281.  
  282. #titlequote{text-align:left;
  283. font-size:14px;
  284. line-height:18px;
  285. font-weight:bold;
  286. }
  287. #source {
  288. margin-top:15px;
  289. margin-left:15px;}
  290.  
  291. /*audio*/
  292.  
  293. .player {
  294. width:25px;
  295. height:25px;
  296. overflow:hidden;
  297. position:absolute;
  298. background:white;}
  299.  
  300. .audioinfo {
  301. margin-left:50px;
  302. }
  303.  
  304.  
  305. /*asks*/
  306. .q {margin-bottom:10px;
  307. background-color:{color:ask background};
  308. border: 1px dotted;
  309. text-align:center;
  310. }
  311. .as {
  312. font-weight:bold;}
  313.  
  314. .a {
  315. margin-top:10px;
  316. }
  317.  
  318.  
  319. /*chat*/
  320.  
  321. .chat ol {
  322. padding:0;
  323. list-style:none;
  324. }
  325. .line {padding:5px 0;}
  326.  
  327. .label {font-weight:bold;
  328. }
  329.  
  330.  
  331.  
  332.  
  333.  
  334. /*permalink and notes*/
  335.  
  336. #permalink {
  337. margin-top:15px;
  338. font-size:9px;
  339. text-transform:uppercase;
  340. }
  341. #permalink a {margin-right:10px;
  342. }
  343.  
  344.  
  345. .tags {
  346. word-break:break-all;
  347. text-align:right;
  348. font-size:9px;
  349. border-top: solid 1px {color:post border};
  350. padding:2px;
  351. }
  352.  
  353. .pagenotes {
  354. {block:IndexPage}
  355. display: none!important;
  356. {/block:IndexPage}
  357. width:400px;
  358. text-align:left;
  359.  
  360. }
  361. .pagenotes img {
  362. display:none!important;}
  363. .pagenotes li {
  364. list-style-type:none;
  365. padding:5px 0px;
  366. text-align:left;
  367. margin:0 0 0 -40px;
  368. }
  369.  
  370.  
  371.  
  372.  
  373. {CustomCSS}
  374.  
  375.  
  376. </style>
  377.  
  378.  
  379.  
  380. </head>
  381. <script type="text/javascript">
  382. WebFontConfig = {
  383. google: { families: [ 'Montserrat:700:latin' ] }
  384. };
  385. (function() {
  386. var wf = document.createElement('script');
  387. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  388. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  389. wf.type = 'text/javascript';
  390. wf.async = 'true';
  391. var s = document.getElementsByTagName('script')[0];
  392. s.parentNode.insertBefore(wf, s);
  393. })(); </script>
  394.  
  395. <body>
  396. <div id="con">
  397. <div id="sidebar">
  398. <div id="blogt">{Title}</div>
  399. <div id="description">{Description}</div>
  400.  
  401.  
  402. <div id="links">
  403. {block:iflink1}<a class="masterTooltip" title="{text:link 1}" href="{text:link 1 url}"><div class="link"></div></a>{/block:iflink1}
  404. {block:iflink2}<a class="masterTooltip" title="{text:link 2}" href="{text:link 2 url}"><div class="link"></div></a>{/block:iflink2}
  405. {block:iflink3}<a class="masterTooltip" title="{text:link 3}" href="{text:link 3 url}"><div class="link"></div></a>{/block:iflink3}
  406. {block:iflink4}<a class="masterTooltip" title="{text:link 4}" href="{text:link 4 url}"><div class="link"></div></a>{/block:iflink4}
  407. {block:iflink5}<a class="masterTooltip" title="{text:link 5}" href="{text:link 5 url}"><div class="link"></div></a>{/block:iflink5}
  408.  
  409. </div>
  410.  
  411.  
  412. <div id="pagination">
  413. {block:Pagination}
  414. {block:PreviousPage}
  415. <a href="{PreviousPage}">&larr; </a>
  416. {/block:PreviousPage}
  417.  
  418.  
  419. {block:NextPage}
  420. <a href="{NextPage}"> &rarr;</a>
  421. {/block:NextPage}
  422. {/block:Pagination}
  423. </div>
  424.  
  425. </div>
  426.  
  427.  
  428.  
  429.  
  430. <div id="entries">
  431.  
  432. {block:Posts}
  433. <div id="posts">
  434.  
  435.  
  436. {block:Quote}
  437.  
  438.  
  439. <div id="titlequote">“{Quote}”</div>
  440. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  441. {/block:Quote}
  442.  
  443.  
  444.  
  445. {block:Text}
  446.  
  447. {block:Title}
  448. <div id="title">{Title}</div>{/block:Title}
  449. {Body}
  450. {/block:Text}
  451.  
  452. {block:Link}
  453. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  454. {/block:Link}
  455.  
  456. {block:Chat}
  457. {block:Title}
  458. <h1>{Title}</h1>
  459. {/block:Title}
  460. <div class="chat">
  461. <ol>{block:Lines}
  462. <li class="line {Alt}">
  463. {block:Label}
  464. <span class="label">
  465. {Label}</span>
  466. {/block:Label}{Line}</li>
  467. {/block:Lines}
  468. </ol></div>
  469. {/block:Chat}
  470.  
  471. {block:Photo}
  472. {LinkOpenTag}<img src="{block:if500pxposts}{PhotoURL-500}{/block:if500pxposts}
  473. {block:ifnot500pxposts}{PhotoURL-400}{/block:ifnot500pxposts}"
  474. {block:if500pxposts}width="500"{/block:if500pxposts}
  475. {block:ifnot500pxposts}width="400"{/block:ifnot500pxposts}
  476. >{LinkCloseTag}
  477. {/block:Photo}
  478.  
  479. {block:Photoset}
  480. {block:if500pxposts}{Photoset-500}{/block:if500pxposts} {block:ifnot500pxposts}{Photoset-400}{/block:ifnot500pxposts}
  481. {/block:Photoset}
  482.  
  483. {block:Video}
  484. {block:if500pxposts}{Video-500}{/block:if500pxposts}{block:ifnot500pxposts}{Video-400}{/block:ifnot500pxposts}
  485. {/block:Video}
  486.  
  487. {block:Audio}
  488. <div class="player">{AudioPlayerWhite}</div>
  489. <div class="audioinfo">
  490. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  491. </div>
  492. {/block:Audio}
  493.  
  494. {block:Answer}
  495. <div class="q">
  496. <div class="as">{Asker} said: </div>
  497. {Question}</div>
  498. <div class="a">{Answer}</div>
  499. {/block:Answer}
  500.  
  501. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  502.  
  503. {block:Date}
  504. <div id="permalink">
  505. <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}
  506. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  507. </div>
  508. {/block:Date}
  509.  
  510.  
  511.  
  512. </div>
  513.  
  514.  
  515. {block:PostNotes}
  516. <div class="pagenotes">
  517. {PostNotes}
  518. </div>
  519. {/block:PostNotes}
  520.  
  521.  
  522. {/block:Posts}
  523.  
  524.  
  525.  
  526.  
  527.  
  528. </div>
  529.  
  530. </div>
  531.  
  532.  
  533. {block:ContentSource}
  534. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  535. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  536. {/block:SourceLogo}
  537. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  538. {/block:ContentSource}
  539.  
  540. </body>
  541. <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>
  542.  
  543. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement