Advertisement
rorvpond

Mission Failed Version 2

May 2nd, 2014
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.51 KB | None | 0 0
  1. <!--This is klngjoffrey's fourth theme, Mission Failed. Please don't steal ANY parts, using as a base or moving the credit, deleting this also counts as moving the credit. Message me if you need help with anything and feel free to edit to your liking. Have fun yo!-->
  2.  
  3. <!DOCTYPE html>
  4. <head>
  5.  
  6. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  7.  
  8. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
  9.  
  10. <title>{Title}</title>
  11.  
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15.  
  16. <!--Default Variables-->
  17.  
  18. <meta name="color:Background" content="#ffffff"/>
  19. <meta name="color:Text" content="#aaaaaa"/>
  20. <meta name="color:Link" content="#000000"/>
  21. <meta name="color:Link Hover" content="#aaaaaa"/>
  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. #s-m-t-tooltip{
  74. position:absolute;
  75. margin-top: 15px;
  76. z-index:9999;
  77. background:{color:background};
  78. }
  79.  
  80.  
  81.  
  82. /*basics*/
  83. blockquote {padding:5px 0 5px 30px;
  84. border-left:1px solid {color:text};
  85. margin-left:30px;
  86. }
  87.  
  88. body {
  89. background:{color:background};
  90. color:{color:text};
  91. font-family:arial;
  92. font-size:11px;
  93. text-align:italic;
  94. margin:0;
  95. line-height:16px;}
  96.  
  97.  
  98. a {
  99. color:{color:link};
  100. text-decoration:none;
  101. }
  102.  
  103. a:hover {
  104. text-shadow: 3px 3px 3px {color:link hover};
  105. -webkit-transition: all 0.3s ease-in-out;
  106. -moz-transition: all 0.3s ease-in-out;
  107. -o-transition: all 0.3s ease-in-out;
  108. -ms-transition: all 0.3s ease-in-out;
  109. transition: all 0.3s ease-in-out;
  110. opacity:0.8;
  111. text-transform:uppercase;
  112.  
  113. }
  114.  
  115. img{opacity:1;
  116. border:none;
  117. text-decoration:none}
  118.  
  119.  
  120. small {
  121. font-size:9px;}
  122.  
  123. big {
  124. font-size:12px;}
  125.  
  126.  
  127. #title {font-size:12px;
  128. line-height:18px;
  129. font-weight:bold;
  130. margin-bottom:20px;
  131. text-transform:uppercase;
  132. text-align:left;
  133.  
  134.  
  135.  
  136. }
  137.  
  138.  
  139. /*sidebar*/
  140. #sidebar {text-align:left;
  141. position:fixed;
  142. margin-left:-250px;
  143. margin-top:150px;
  144. width:225px;
  145. }
  146.  
  147. #sidebarim {
  148.  
  149. margin-bottom:20px
  150. }
  151.  
  152. #sidebarim img {width:265px
  153.  
  154. }
  155.  
  156. #blogt {font-size:18px;
  157. font-weight:bold;
  158. margin-bottom:10px;
  159.  
  160. }
  161.  
  162. #links {
  163. line-height:16px;
  164. text-transform:uppercase;
  165. width:200px;
  166. text-align:center;
  167. margin-top:10px;
  168. margin-left:30px;
  169. }
  170.  
  171.  
  172. #links a {
  173. margin-right:5px;
  174. display:inline-block;
  175. margin-bottom:5px;
  176. }
  177.  
  178. #description {
  179. margin-bottom:20px;
  180. margin-top: -10px;
  181. margin-left: 20px;
  182. text-align:justify;
  183. width:220px;
  184.  
  185. }
  186.  
  187. /*pagination*/
  188. #pagination {
  189. margin-left:500px;
  190. margin-bottom:15px;
  191. width:500px;
  192. text-transform:lowercase;
  193. font-weight:bold;
  194. }
  195. #pagination a {
  196. padding:0 15px;
  197. }
  198.  
  199.  
  200. /*container*/
  201. #con {
  202. left:50%;
  203. margin-left:-250px;
  204. position:absolute;
  205. }
  206.  
  207.  
  208.  
  209. /*posts*/
  210.  
  211. #entries {
  212. margin-top:75px;
  213. width:500px;
  214. }
  215.  
  216.  
  217.  
  218. #posts {
  219. width:500px;
  220. {block:IndexPage}
  221. margin-bottom:75px;
  222. {/block:IndexPage}
  223. {block:PermalinkPage}
  224. margin-bottom:50px;
  225. {/block:PermalinkPage}
  226. margin-left:200px;
  227.  
  228. }
  229. #posts img {
  230. max-width:500px;
  231. }
  232.  
  233. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  234. .caption {width:100%;
  235. margin-top:10px;
  236.  
  237. }
  238.  
  239. /*quote*/
  240.  
  241. #titlequote{text-align:left;
  242. font-size:14px;
  243. line-height:18px;
  244. font-weight:bold;
  245. }
  246. #source {
  247. margin-top:15px;
  248. margin-left:15px;}
  249.  
  250. /*audio*/
  251.  
  252. .player {
  253. width:25px;
  254. height:25px;
  255. overflow:hidden;
  256. position:absolute;
  257. background:white;}
  258.  
  259. .audioinfo {
  260. margin-left:50px;
  261. }
  262.  
  263.  
  264. /*asks*/
  265. .q {margin-bottom:10px;
  266. }
  267. .as {
  268. font-weight:bold;}
  269.  
  270. .a {
  271. margin-top:10px;
  272. }
  273.  
  274.  
  275. /*chat*/
  276.  
  277. .chat ol {
  278. padding:0;
  279. list-style:none;
  280. }
  281. .line {padding:5px 0;}
  282.  
  283. .label {font-weight:bold;
  284. }
  285.  
  286.  
  287.  
  288.  
  289.  
  290. /*permalink and notes*/
  291.  
  292. #permalink {
  293. margin-top:15px;
  294. font-size:9px;
  295. text-transform:uppercase;
  296. }
  297. #permalink a {margin-right:10px;
  298. }
  299.  
  300.  
  301. .tags {
  302. text-transform:none;
  303. word-break:break-all;
  304. font-size:9px;
  305. text-align:right;}
  306.  
  307.  
  308. .pagenotes {
  309. {block:IndexPage}
  310. display: none!important;
  311. {/block:IndexPage}
  312. width:400px;
  313. text-align:center;
  314. margin-left:250px;
  315.  
  316. }
  317. .pagenotes img {
  318. display:none!important;}
  319. .pagenotes li {
  320. list-style-type:none;
  321. padding:5px 0px;
  322. text-align:left;
  323. margin:0 0 0 -40px;
  324. }
  325.  
  326.  
  327. ::-webkit-scrollbar-thumb:vertical {background-color:{color:text}}; height:auto;}
  328. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:text};height:10px !important;}
  329. ::-webkit-scrollbar {height:7px; width:7px; background-color:#FFFFFF;}
  330.  
  331.  
  332. {CustomCSS}
  333.  
  334.  
  335. </style>
  336.  
  337.  
  338.  
  339. </head>
  340.  
  341. <body>
  342.  
  343. <div id="con">
  344.  
  345. <div id="sidebar">
  346. <div id="blogt"><a href="/">{Title}</a></div>
  347. <div id="sidebarim"><script language="JavaScript">
  348. <!--
  349.  
  350. /*
  351. Random Image Script- By JavaScript Kit (http://www.javascriptkit.com)
  352. Over 400+ free JavaScripts here!
  353. Keep this notice intact please
  354. */
  355.  
  356. function random_imglink(){
  357. var myimages=new Array()
  358. //If you'd like to have multiple sidebar images, simply replace the part where it say IMG URL with the url of the image you wish to use. To add more images, copy from myimages to the end of the url, and replace the number with the next number, eg if you have three images already, replace the 3 with 4.
  359. myimages[1]="IMG URL"
  360. myimages[2]="IMG URL"
  361. myimages[3]="IMG URL"
  362.  
  363.  
  364.  
  365. var ry=Math.floor(Math.random()*myimages.length)
  366. if (ry==0)
  367. ry=1
  368. document.write('<img src="'+myimages[ry]+'" border=0>')
  369. }
  370. random_imglink()
  371. //-->
  372. </script>
  373.  
  374. </div>
  375.  
  376.  
  377. <div id="description">{Description}</div>
  378.  
  379.  
  380.  
  381. <script type="text/javascript">
  382. jQuery(document).ready(function() {
  383. jQuery(".sub").hide();
  384. //toggle the componenet with class msg_body
  385. jQuery(".cthrough").click(function()
  386. {
  387. jQuery(this).next(".sub").slideToggle(500);
  388. });});
  389. </script>
  390.  
  391. <a href="#" class="cthrough" style="margin-left:95px">NAVIGATION</a>
  392. <div class="sub">
  393. <div id="links">
  394. <a href="/ask">ask</a><br>
  395. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}<br>
  396. {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}<br>
  397. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3}<br>
  398. </div>
  399.  
  400. </div>
  401.  
  402.  
  403.  
  404.  
  405.  
  406. </div>
  407.  
  408.  
  409.  
  410.  
  411. <div id="entries">
  412.  
  413. {block:Posts}
  414. <div id="posts">
  415.  
  416.  
  417. {block:Quote}
  418.  
  419.  
  420. <div id="titlequote">“{Quote}”</div>
  421. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  422. {/block:Quote}
  423.  
  424.  
  425.  
  426. {block:Text}
  427.  
  428. {block:Title}
  429. <div id="title">{Title}</div>{/block:Title}
  430. {Body}
  431. {/block:Text}
  432.  
  433. {block:Link}
  434. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  435. {/block:Link}
  436.  
  437. {block:Chat}
  438. {block:Title}
  439. <h1>{Title}</h1>
  440. {/block:Title}
  441. <div class="chat">
  442. <ol>{block:Lines}
  443. <li class="line {Alt}">
  444. {block:Label}
  445. <span class="label">
  446. {Label}</span>
  447. {/block:Label}{Line}</li>
  448. {/block:Lines}
  449. </ol></div>
  450. {/block:Chat}
  451.  
  452. {block:Photo}
  453. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  454. {/block:Photo}
  455.  
  456. {block:Photoset}
  457. {Photoset-500}
  458. {/block:Photoset}
  459.  
  460. {block:Video}
  461. {Video-500}
  462. {/block:Video}
  463.  
  464. {block:Audio}
  465. <div class="player">{AudioPlayerWhite}</div>
  466. <div class="audioinfo">
  467. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  468. </div>
  469. {/block:Audio}
  470.  
  471. {block:Answer}
  472. <div class="q">
  473. <div class="as">{Asker} said: </div>
  474. {Question}</div>
  475. <div class="a">{Answer}</div>
  476. {/block:Answer}
  477.  
  478. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  479.  
  480. {block:Date}
  481. <div id="permalink">
  482. <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}
  483. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  484. </div>
  485. {/block:Date}
  486.  
  487.  
  488.  
  489. </div>
  490.  
  491.  
  492. {block:PostNotes}
  493. <div class="pagenotes">
  494. {PostNotes}
  495. </div>
  496. {/block:PostNotes}
  497.  
  498.  
  499. {/block:Posts}
  500.  
  501. <div id="pagination">
  502. {block:Pagination}
  503. {block:PreviousPage}
  504. <a href="{PreviousPage}">&larr; previous </a>
  505. {/block:PreviousPage}
  506.  
  507.  
  508. {block:NextPage}
  509. <a href="{NextPage}">next &rarr;</a>
  510. {/block:NextPage}
  511. {/block:Pagination}
  512. </div>
  513.  
  514.  
  515.  
  516. </div>
  517.  
  518. </div>
  519.  
  520.  
  521. {block:ContentSource}
  522. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  523. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  524. {/block:SourceLogo}
  525. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  526. {/block:ContentSource}
  527.  
  528. <div id="credit"><div style="position:fixed;bottom:9px; right:9px; font-size:7px; letter-spacing:1px; font-family:cambria;"><a href="http://klngjoffrey.tumblr.com/" title="KLNGJOFFREY">KJ</a>
  529.  
  530. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement