Advertisement
beliebertime

Theme 4 - Mission Failed

Nov 13th, 2013
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.04 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.  
  3. <!-- BY LOUISWILLAM AKA LAURA DO NOT REMOVE THE CREDIT OR I'LL FEED U TO WOLVES I S2G-->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9.  
  10. <title>{Title}</title>
  11.  
  12. {block:Description}<meta name="description" content="{MetaDescription}"/>
  13. {/block:Description}
  14. <link rel="shortcut icon" href="{Favicon}" />
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  16.  
  17. <meta name="color:bg" content="#ffffff">
  18. <meta name="color:link" content="#bbb8b8">
  19. <meta name="color:text" content="#9a9a9a">
  20. <meta name="color:tags" content="#b9b7b7">
  21. <meta name="color:ask" content="#fcfcfc">
  22. <meta name="color:hover" content="#eeeeee">
  23. <meta name="color:border" content="#e7e7e7">
  24. <meta name="color:scrollbar" content="#d6d5d5">
  25.  
  26.  
  27. <meta name="image:sidebar" content=""/>
  28.  
  29. <meta name="text:customtitle" content="">
  30.  
  31. <meta name="text:link 1" content="">
  32. <meta name="text:link 1 url" content="/">
  33. <meta name="text:link 2" content="">
  34. <meta name="text:link 2 url" content="/">
  35. <meta name="text:link 3" content="">
  36. <meta name="text:link 3 url" content="/">
  37. <meta name="text:link 4" content="">
  38. <meta name="text:link 4 url" content="/">
  39. <meta name="text:link 5" content="">
  40. <meta name="text:link 5 url" content="/">
  41.  
  42. <meta name="if:Cursor" content="1">
  43.  
  44.  
  45. <style type="text/css">
  46.  
  47.  
  48.  
  49. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};}
  50. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  51. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  52. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbar};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
  53. }
  54.  
  55.  
  56. body {
  57. font-style:none;
  58. background-color:{color:bg};
  59. font-family:share tech;
  60. color:{color:text};
  61. font-size:6px;
  62. }
  63.  
  64.  
  65. a {
  66. color:{color:link};
  67. text-decoration:none;
  68. -webkit-transition: all 0.5s ease-out;
  69. -moz-transition: all 0.5s ease-out;
  70. transition: all 0.5s ease-out;
  71. }
  72.  
  73. a:hover {
  74. color:{color:hover};
  75. text-decoration:none;
  76. -webkit-transition: all 0.8s ease-out;
  77. -moz-transition: all 0.8s ease-out;
  78. transition: all 0.8s ease-out;
  79. }
  80.  
  81. img {
  82. border:none;
  83. }
  84.  
  85. blockquote {
  86. padding-left:5px;
  87. border-left:2px solid {color:border};
  88. }
  89.  
  90. h1 {
  91. font-size:10px;
  92. }
  93.  
  94.  
  95. {block:ifCursor}
  96.  
  97. *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  98.  
  99. {/block:ifCursor}
  100.  
  101.  
  102.  
  103.  
  104. #sidebar {
  105. position:fixed;
  106. width:120px;
  107. margin-left:50px;
  108. margin-top:140px;
  109. }
  110.  
  111. #sidebarimage {
  112. width:120px;
  113. }
  114.  
  115. #sidebarimage img {
  116. width:120px;
  117. padding:0px;
  118. border:4px solid #000;
  119.  
  120. }
  121.  
  122.  
  123. #customtitle {
  124. position:fixed;
  125. margin-top:-180px;
  126. margin-left:0px;
  127. height:50px;
  128. width:336px;
  129. line-height:50px;
  130. font-size:28px;
  131. font-style:italic;
  132. font-family:'passingnotes';
  133. letter-spacing:3px;
  134. text-align:center;
  135. color:#fff;
  136. background-color:#000;
  137. text-shadow: 2px 0 .2px #00FF33, -2px 0 .2px #FF00CC;
  138.  
  139. }
  140.  
  141.  
  142. #links {
  143. margin-top:0px;
  144. width:336px;
  145. height:30px;
  146. margin-left:0px;
  147. font-family:'pf ronda seven';
  148. font-size:14px;
  149. text-transform:uppercase;
  150. text-align:center;
  151. position:fixed;
  152. background-color:#000;
  153.  
  154. }
  155.  
  156. #links a {
  157. padding:3px;
  158. font-size:9px;
  159. color:#fff;
  160. }
  161.  
  162. #links a:hover {
  163. text-shadow: 2px 0 .2px #00FF33, -2px 0 .2px #FF00CC;
  164. }
  165.  
  166.  
  167. #description {
  168. margin-top:-129px;
  169. margin-left:128px;
  170. width:200px;
  171. height:120px;
  172. font-family:'pf ronda seven';
  173. font-size:9px;
  174. text-align:center;
  175. background-color:#000;
  176. color:#fff;
  177. padding:4px;
  178. position:fixed;
  179. }
  180.  
  181.  
  182. #pagination {
  183. margin-top:50px;
  184. margin-left:158px;
  185. font-style:italic;
  186. text-align:center;
  187. font-size:12px;
  188. font-family:pf ronda seven;
  189. color:#000;
  190. position:fixed;
  191. }
  192.  
  193. #pagination a{
  194. color:#000;
  195. }
  196.  
  197. #pagination a:hover {
  198. color:{color:hover};
  199. }
  200.  
  201.  
  202. #posts {
  203. width:500px;
  204. margin-bottom:10px;
  205. padding:5px;
  206. font-size:11px;
  207. color:{color:text};
  208. line-height:90%;
  209. text-align:justify;
  210. }
  211.  
  212. #postscontainer {
  213. margin-bottom:20px;
  214. padding:1px;
  215. margin-left:450px;
  216. margin-top:55px;
  217. }
  218.  
  219.  
  220. #info {
  221. margin-bottom:0px;
  222. font-size:8px;
  223. margin-top:10px;
  224. text-align:left;
  225. padding:5px;
  226. color:#000;
  227. border-top:4px solid #000;
  228. }
  229.  
  230.  
  231. #notes {
  232. margin-left:0px;
  233. margin-top:0px;
  234. }
  235.  
  236. #rightinfo {
  237. text-transform:uppercase;
  238. font-size:8px;
  239. margin-left:30px;
  240. text-align:justify;
  241. padding:3px;
  242. margin-top:-12px;
  243. color:{color:link};
  244. }
  245.  
  246. #rightinfo a {
  247. color:{color:link};
  248. }
  249.  
  250. #rightinfo a:hover {
  251. color:{color:hover};
  252. }
  253.  
  254.  
  255. #audioinfo {
  256. padding:10px;
  257. color:{color:text};
  258. }
  259.  
  260.  
  261. #tags {
  262. width:490px;
  263. margin-left:-4px;
  264. margin-top:7px;
  265. font-size:8px;
  266. color:{color:tags}:
  267. }
  268.  
  269. #tags a {
  270. color:{color:tags};
  271. }
  272.  
  273. #tags a:hover {
  274. color:{color:hover}
  275. }
  276.  
  277.  
  278. #askbg {
  279. padding:12px;
  280. background-color:{color:ask};
  281. }
  282.  
  283. #ask {
  284. margin-top:-10px;
  285. font-family:calibri;
  286. text-align:left;
  287. }
  288.  
  289. #ask img {
  290. margin-top:30px;
  291. width:50px;
  292. }
  293.  
  294.  
  295. #credit {
  296. right:3px;
  297. bottom:6px;
  298. font-size:9px;
  299. padding:5px;
  300. color:{color:text};
  301. background-color:#fafafa;
  302. text-transform:uppercase;
  303. position:fixed;
  304. -webkit-transition: all 0.5s ease-out;
  305. -moz-transition: all 0.5s ease-out;
  306. transition: all 0.5s ease-out;
  307. }
  308.  
  309. #credit:hover {
  310. text-decoration:underline;
  311. color:{text:hover};
  312. }
  313.  
  314. #s-m-t-tooltip {
  315.  
  316. max-width:300px;
  317. padding:3px 4px 5px 4px;
  318. margin:20px 0px 0px 20px;
  319. background-color:#fff;
  320. border:2px solid #000;
  321. font-family:pf ronda seven;
  322. font-size:6px;
  323. letter-spacing:2px;
  324. text-transform:uppercase;
  325. color:#000;
  326. z-index:999999999999999999999999999999999999;
  327.  
  328. }
  329.  
  330.  
  331. {CustomCSS}
  332.  
  333. </style></head>
  334.  
  335. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  336.  
  337. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  338.  
  339. <script>
  340.  
  341. (function($){
  342.  
  343. $(document).ready(function(){
  344.  
  345. $("a[title]").style_my_tooltips({
  346.  
  347. tip_follows_cursor:true,
  348.  
  349. tip_delay_time:90,
  350.  
  351. tip_fade_speed:600,
  352.  
  353. attribute:"title"
  354.  
  355. });
  356.  
  357. });
  358.  
  359. })(jQuery);
  360.  
  361. </script>
  362.  
  363.  
  364. <body>
  365.  
  366. <div id="sidebar">
  367. <div id="sidebarimage">
  368. <a title="home" href="/"><img src="{image:sidebar}"></a></div>
  369.  
  370. <div id="customtitle">{text:customtitle}</div>
  371.  
  372. <div id="links">
  373. <a href="{text:link 1 url}">{text:link 1}</a>
  374. <a href="{text:link 2 url}">{text:link 2}</a>
  375. <a href="{text:link 3 url}">{text:link 3}</a>
  376. <a href="{text:link 4 url}">{text:link 4}</a>
  377. <a href="{text:link 5 url}">{text:link 5}</a>
  378. </div>
  379.  
  380. <div id="description">{description}</div>
  381.  
  382. {block:Pagination}
  383. <div id="pagination">
  384.  
  385. {block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
  386. </div>{/block:Pagination}
  387.  
  388. </div></div>
  389.  
  390.  
  391. <div id="postscontainer">
  392.  
  393. {block:Posts}
  394. {block:ContentSource}
  395. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  396. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  397. {/block:SourceLogo}
  398. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  399. {/block:ContentSource}
  400.  
  401. <div id="posts">
  402.  
  403.  
  404. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  405.  
  406.  
  407. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  408.  
  409. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  410.  
  411. {block:Quote}<big><em>"{Quote}"</em></big>{block:Source} &#8212;{Source}{/block:Source}{/block:Quote}
  412.  
  413. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  414.  
  415. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  416.  
  417. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}<div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}{/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>{/block:Audio}
  418.  
  419. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  420.  
  421. {block:Answer}<div id="askbg"><div id="ask"></div><br><img src="{AskerPortraitURL-24}"> {Asker} said: {Question}</div> {Answer}{/block:Answer}
  422.  
  423. <div id="info"><div id="notes"><a href="{Permalink}">
  424. ({NoteCount})</a></div>
  425. <div id="rightinfo">{block:Date}<a href="{Permalink}">
  426. {TimeAgo}</a></a>{/block:Date} / {block:RebloggedFrom}<a href="{ReblogParentURL}">Via</a> / <a href="{ReblogRootURL}">©</a>{/block:RebloggedFrom}</div>
  427. {block:HasTags} <div id="tags">Filed under:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  428.  
  429.  
  430. </div>
  431.  
  432. {/block:Posts}
  433.  
  434. {block:PostNotes}{PostNotes}</div>{/block:PostNotes}
  435. {/block:Posts}
  436.  
  437. </div>
  438.  
  439.  
  440. <div id="credit"><a href="http://louiswillam.tumblr.com/">LW</a>
  441. </body>
  442. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement