Advertisement
benedictcumbvrbatch

disguise (#5)

May 29th, 2014
609
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.94 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9.  
  10. <!--
  11.  
  12. theme by benedictcumbvrbatch (#5)
  13.  
  14. (admit it he hella fine)
  15. just 2 things, remove credit and i kill you, steal theme i kill you. bUT OTHERWISE HAVE FUN GUYSSSSS!!!!
  16.  
  17. if you have any questions dont hesitate to ask!
  18.  
  19. -->
  20.  
  21.  
  22.  
  23. <meta name="color:Background" content="#000000"/>
  24.  
  25. <meta name="color:Text" content="#9C9C9C"/>
  26.  
  27. <meta name="color:Links" content="#B3B3B3"/>
  28.  
  29. <meta name="color:Hover" content="#f3f3f3"/>
  30.  
  31. <meta name="image:Sidebar" content=""/>
  32.  
  33. <meta name="text:Link 1" content="/"/>
  34.  
  35. <meta name="text:Link 1 URL" content="Link"/>
  36.  
  37. <meta name="text:Link 2" content="/"/>
  38.  
  39. <meta name="text:Link 2 URL" content="Link"/>
  40.  
  41. <meta name="text:Link 3" content="/"/>
  42.  
  43. <meta name="text:Link 3 URL" content="Link"/>
  44.  
  45. <meta name="text:Link 4" content="/"/>
  46.  
  47. <meta name="text:Link 4 URL" content="Link"/>
  48.  
  49. <meta name="text:Link 5" content="/"/>
  50.  
  51. <meta name="text:Link 5 URL" content="Link"/>
  52.  
  53.  
  54.  
  55. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  56.  
  57. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  58.  
  59. <script>
  60.  
  61. (function($){
  62.  
  63. $(document).ready(function(){
  64.  
  65. $("a[title]").style_my_tooltips({
  66.  
  67. tip_follows_cursor:true,
  68.  
  69. tip_delay_time:30,
  70.  
  71. tip_fade_speed:300,
  72.  
  73. attribute:"title"
  74.  
  75. });
  76.  
  77. });
  78.  
  79. })(jQuery);
  80.  
  81. </script>
  82.  
  83. <style type="text/css">
  84.  
  85. #s-m-t-tooltip{
  86. position:absolute;
  87. margin-top: 15px;
  88. z-index:9999;
  89. border:dotted 1px;
  90. padding:4px;
  91. background:{color:background};
  92. }
  93.  
  94. body {
  95. background:{color:Background};
  96. color:{color:Text};
  97. font-family:helvetica;
  98. font-size:10px;
  99. }
  100.  
  101. a {
  102. color:{color:Links};
  103. text-decoration:none;
  104. -webkit-transition: all 0.4s ease-in-out;
  105. -moz-transition: all 0.4s ease-in-out;
  106. -o-transition: all 0.4s ease-in-out;
  107. transition: all 0.4s ease-in-out;
  108. }
  109.  
  110. a:hover {
  111. text-decoration:none;
  112. color:{color:Hover};
  113. -webkit-transition: all 0.4s ease-in-out;
  114. -moz-transition: all 0.4s ease-in-out;
  115. -o-transition: all 0.4s ease-in-out;
  116. transition: all 0.4s ease-in-out;
  117. }
  118.  
  119.  
  120.  
  121.  
  122. blockquote {
  123. border-left:1px solid #ededed;
  124. padding-left:10px;
  125. margin-left:6px;
  126. }
  127.  
  128. h1 {
  129. font-family:sans-serif;
  130. font-weight:lighter;
  131. font-family:sans-serif;
  132. font-weight:lighter;
  133. font-size:17px;
  134. letter-spacing:1px;
  135. text-transform:uppercase;
  136. text-align:center;
  137. }
  138.  
  139.  
  140.  
  141.  
  142. #entries {
  143. width:500px;
  144. margin-left:400px;
  145. margin-top:-100px;
  146. margin-bottom:100px;
  147. }
  148.  
  149. #post {
  150. width:500px;
  151. margin-top:200px;
  152. }
  153.  
  154.  
  155.  
  156.  
  157. #sbar {
  158. margin-left:1000px;
  159. margin-top:200px;
  160. position:fixed;
  161. width:200px;
  162. }
  163.  
  164. .image {
  165. }
  166.  
  167. .image img {
  168. width:200px;
  169. }
  170.  
  171. .title {
  172. font-size:25px;
  173. text-align:right;
  174. font-style:italic;
  175. font-family:times;
  176. }
  177.  
  178. .title a {
  179. color:#9C9C9C;
  180. }
  181.  
  182. .desc {
  183. margin-top:10px;
  184. text-align:left;
  185. text-transform:lowercase;
  186. }
  187.  
  188. #links {
  189. z-index:0.91;
  190. text-align:center;
  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:5px;
  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:link bg}; /*variable*/
  210. background-color: {color:link bg};
  211. }
  212.  
  213. .link:hover {
  214. background-color: {color:link bg hover}; /*variable*/
  215. border:1px solid {color:background}; /*variable*/
  216. }
  217.  
  218.  
  219.  
  220.  
  221. #pagination {
  222. position:fixed;
  223. width:480px;
  224. height:10px;
  225. font-size:10px;
  226. text-align:center;
  227. margin-left:400px;
  228. bottom:0px;
  229. opacity:0.7;
  230. padding:10px;
  231. font-family:consolas;
  232. letter-spacing:4px;
  233. background-color:#000000;
  234. }
  235.  
  236.  
  237.  
  238.  
  239. #info {
  240. text-align:left;
  241. margin-top:2px;
  242. border-bottom:1px solid #ededed;
  243. padding-bottom:5px;
  244. text-transform:lowercase;
  245. -webkit-transition: all 0.4s ease-in-out;
  246. -moz-transition: all 0.4s ease-in-out;
  247. -o-transition: all 0.4s ease-in-out;
  248. transition: all 0.4s ease-in-out;
  249. }
  250.  
  251. #tags {
  252. text-align:left;
  253. margin-top:4px;
  254. }
  255.  
  256.  
  257.  
  258.  
  259. #ask {
  260. margin-top:-55px;
  261. margin-left:80px;
  262. }
  263.  
  264. #askimg {
  265. }
  266.  
  267. #askimg img {
  268. height:64px;
  269. width:64px;
  270. border-radius:50%;
  271. -moz-box-shadow: 3px 3px 5px #888;
  272. -webkit-box-shadow: 3px 3px 5px #888;
  273. box-shadow: 3px 3px 5px #888;
  274. }
  275.  
  276. #ask2 {
  277. margin-top:50px;
  278. }
  279.  
  280. #quote {
  281. padding:10px;
  282. font-size:12px;
  283. font-style:italic;
  284. text-align:center;
  285. }
  286.  
  287. #source {
  288. text-align:center;
  289. padding:8px;
  290. }
  291.  
  292. #chat1 {
  293. border-bottom:1px solid #ededed;
  294. border-top:1px solid #ededed;
  295. margin-top:10px;
  296. }
  297.  
  298. {CustomCSS}</style></head>
  299.  
  300. <body>
  301.  
  302. <div id="sbar">
  303.  
  304. <div class="title">
  305. <a href="/">
  306.  
  307. </a>
  308. </div>
  309.  
  310.  
  311.  
  312.  
  313. <div class="image">
  314. <img src="{image:Sidebar}">
  315. </div>
  316.  
  317.  
  318.  
  319.  
  320. <div class="desc">
  321. {description}
  322. </div>
  323.  
  324. <br><br>
  325.  
  326.  
  327. <div id="links">
  328. {block:iflink1}<a class="masterTooltip" title="{text:link 1}" href="{text:link 1 url}"><div class="link"></div></a>{/block:iflink1}
  329. {block:iflink2}<a class="masterTooltip" title="{text:link 2}" href="{text:link 2 url}"><div class="link"></div></a>{/block:iflink2}
  330. {block:iflink3}<a class="masterTooltip" title="{text:link 3}" href="{text:link 3 url}"><div class="link"></div></a>{/block:iflink3}
  331. {block:iflink4}<a class="masterTooltip" title="{text:link 4}" href="{text:link 4 url}"><div class="link"></div></a>{/block:iflink4}
  332. {block:iflink5}<a class="masterTooltip" title="{text:link 5}" href="{text:link 5 url}"><div class="link"></div></a>{/block:iflink5}
  333. </div>
  334.  
  335. </div>
  336.  
  337.  
  338.  
  339.  
  340. <div id="pagination">
  341.  
  342. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><big>&laquo;</big></a>{/block:PreviousPage}{/block:Pagination}
  343. {block:JumpPagination length="5"}
  344. {block:CurrentPage}<span class="pagination_a">{PageNumber}</span>{/block:CurrentPage}
  345. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  346. {/block:JumpPagination}
  347. {block:Pagination}{block:NextPage}<big><a href="{NextPage}">&raquo;</a></big>{/block:NextPage}{/block:Pagination}
  348.  
  349. </div>
  350.  
  351.  
  352.  
  353.  
  354. <div id="entries">
  355. {block:Posts}
  356. <div id="post">
  357.  
  358.  
  359. {block:Text}
  360. <h1>{block:Title}{Title}{/block:Title}</h1>
  361. {Body}{/block:Text}
  362.  
  363.  
  364.  
  365. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  366.  
  367.  
  368.  
  369. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  370.  
  371.  
  372.  
  373.  
  374. {block:Quote}
  375. <div id="quote">
  376. "{Quote}"
  377. </div>
  378. {block:Source}
  379. <div id="source">
  380. {Source}
  381. </div>
  382. {/block:Source}{/block:Quote}
  383.  
  384.  
  385.  
  386. {block:Link}<h1><a href="{URL}" {Target}>{Name} →</a></h1>{/block:Link}
  387.  
  388.  
  389.  
  390. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<div id="chat1"><b>{Label}</b>{/block:Label} {Line}</div>{/block:Lines}{/block:Chat}
  391.  
  392.  
  393.  
  394. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  395. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  396. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  397. {/block:ExternalAudio}
  398. {/block:Audio}<br>
  399.  
  400.  
  401.  
  402. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  403.  
  404.  
  405.  
  406. {block:Answer}
  407. <div id="askimg"><img src="{AskerPortraitURL-64}"></div>
  408. <div id="ask">
  409. <div style="font-size:14px; font-weight:lighter; font-style:italic;">{Asker}</div>
  410. {Question}
  411. </div>
  412. <div id="ask2">
  413. {Answer}</div>{/block:Answer}
  414.  
  415.  
  416.  
  417.  
  418. <div id="info">
  419.  
  420. <a href="{permalink}">{shortmonth} {dayofmonth}{dayofmonthsuffix}</a> &nbsp;&nbsp; <a href="{permalink}">♥ {NoteCount}</a>
  421.  
  422. <div style="float:right;">
  423.  
  424. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} /
  425. {block:ContentSource} <a href="{SourceURL}">source</a>{/block:ContentSource}
  426.  
  427. </div>
  428.  
  429. </div>
  430.  
  431. <div id="tags">
  432.  
  433. {block:HasTags}{block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;&nbsp;&nbsp;&nbsp;{/block:Tags}{/block:HasTags}
  434.  
  435. </div>
  436.  
  437. {/block:Posts}
  438.  
  439. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  440.  
  441. <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>
  442.  
  443. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement