Advertisement
dylaenobriens

Theme #49: "You Are The Mockingjay,Katniss"

Dec 7th, 2013
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.88 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. <!-- theme #49 by alexgaeskarth -->
  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="#000000">
  19. <meta name="color:Text" content="#9a9a9a">
  20. <meta name="color:Tags" content="#b9b7b7">
  21. <meta name="color:Ask" content="#000000">
  22. <meta name="color:Hover" content="#eeeeee">
  23. <meta name="color:Scrollbar" content="#000000">
  24. <meta name="color:Bold Text" content="#ff1493">
  25. <meta name="color:Italic Text" content="#00bfff">
  26. <meta name="color:Selection" content="#f6f6f6">
  27. <meta name="color:Description Links" content="#00ffd4">
  28.  
  29. <meta name="image:sidebar" 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. <meta name="if:500pxPosts" content="1">
  44.  
  45. <style type="text/css">
  46.  
  47. iframe#tumblr_controls {
  48. margin-left: 30px !important;
  49. position: fixed !important;
  50. z-index: 999999999999999999999999999999 !important;
  51. opacity:0.3;
  52. -webkit-filter: invert(100%);
  53. -moz-filter: invert(100%);
  54. -webkit-transition:0.5s ease-in-out;
  55. -moz-transition:0.5s ease-in-out;
  56. -o-transition:0.5s ease-in-out;
  57. }
  58.  
  59.  
  60. /*--scrollbar--*/
  61.  
  62. ::-webkit-scrollbar-thumb:vertical {border:2px solid #fff;height:12px; background-color:{color:scrollbar};}
  63. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  64. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  65. ::-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;
  66. }
  67. /*--body--*/
  68.  
  69.  
  70. body {
  71. margin:0px;
  72. font-style:none;
  73. background-color:{color:bg};
  74. font-family:arial;
  75. color:{color:text};
  76. font-size:8px;
  77. }
  78.  
  79.  
  80. a {
  81. color:{color:link};
  82. text-decoration:none;
  83. -webkit-transition: all 0.6s ease;
  84. -moz-transition: all 0.6s ease;
  85. -o-transition: all 0.6s ease;
  86. }
  87.  
  88. a:hover {
  89. color:{color:hover};
  90. text-decoration:none;
  91. -webkit-transition: all 0.8s ease-out;
  92. -moz-transition: all 0.8s ease-out;
  93. transition: all 0.8s ease-out;
  94. }
  95.  
  96. img {
  97. border:none;
  98. }
  99.  
  100. blockquote {
  101. padding-left:5px;
  102. border-left:2px solid #000;
  103. }
  104.  
  105. h1 {
  106. text-align:center;
  107. font-size:18px;
  108. font-family:bebas neue;
  109. font-style:none;
  110. color:#000;
  111. }
  112.  
  113. h1 a {
  114. color:#000;
  115. }
  116.  
  117. b {
  118. color:{color:Bold Text};
  119. }
  120.  
  121. ::selection {
  122. background-color:{color:Selection};
  123. }
  124.  
  125. i {
  126. color:{color:italic text};
  127. }
  128.  
  129. h3 {
  130. color:#000;
  131. font-size:18px;
  132. font-family:bebas neue;
  133. }
  134.  
  135.  
  136.  
  137. /*--Cursor code--*/
  138.  
  139. {block:ifCursor}
  140.  
  141. body, a{cursor:url("http://i.imgur.com/2qleX.jpg"), auto !important; }
  142.  
  143. a:hover{cursor:url("http://i.imgur.com/IepP2.jpg"), auto !important;}
  144.  
  145. {/block:ifCursor}
  146.  
  147.  
  148.  
  149. /*--sidebar--*/
  150.  
  151. #sidebar {
  152. position:fixed;
  153. width:150px;
  154. text-align:left;
  155. margin-left:220px;
  156. margin-top:130px;
  157. }
  158.  
  159. #sidebarimage {
  160. width:80px;
  161. }
  162.  
  163. #sidebarimage img {
  164. width:80px;
  165. height:80px;
  166. padding:3px;
  167. margin-top:80px;
  168. position:absolute;
  169. margin-left:-40px;
  170. background-color:#000;
  171. }
  172.  
  173. #arrow {
  174. position:fixed;
  175. color:transparent;
  176. height:250px;
  177. border-left:3px solid #000;
  178. -webkit-transform:rotate(40deg);
  179. }
  180.  
  181.  
  182. #triangle {
  183. margin-top:-7px;
  184. margin-left:75px;
  185. position:absolute;
  186. width: 0;
  187. height: 0;
  188. border-bottom: 40px solid black;
  189. border-left: 20px solid transparent;
  190. color:transparent;
  191. border-right: 20px solid transparent;
  192. -webkit-transform:rotate(40deg);
  193. }
  194. #bottom {
  195. position:absolute;
  196. }
  197.  
  198. #bottom img {
  199. width:60px;
  200. margin-top:215px;
  201. margin-left:-125px;
  202. -webkit-transform:rotate(313deg);
  203. }
  204.  
  205. /*--links--*/
  206.  
  207. #links {
  208. width:500px;
  209. font-family:'bebas neue';
  210. text-transform:uppercase;
  211. text-align:center;
  212. }
  213.  
  214. #links a {
  215. padding:3px;
  216. font-size:13px;
  217. color:#000;
  218. }
  219.  
  220. #links a:hover {
  221. color:#fff;
  222. background-color:#000;
  223. }
  224.  
  225. /*--description--*/
  226.  
  227. #description {
  228. opacity:0;
  229. width:73px;
  230. overflow:hidden;
  231. height:73px;
  232. padding:6px;
  233. position:absolute;
  234. z-index:99999;
  235. margin-top:80px;
  236. margin-left:-40px;
  237. font-family:'calibri';
  238. text-transform:uppercase;
  239. font-size:7px;
  240. text-align:justify;
  241. color:#fff;
  242. background-color:#000;
  243. -webkit-transition: all 0.5s ease-out;
  244. -moz-transition: all 0.5s ease-out;
  245. transition: all 0.5s ease-out;
  246. }
  247.  
  248. #description a {
  249. color:{color:Description Links};
  250. }
  251.  
  252. #sidebar:hover #description {
  253. opacity:0.9;
  254. -webkit-transition: all 0.8s ease-out;
  255. -moz-transition: all 0.8s ease-out;
  256. transition: all 0.8s ease-out;
  257. }
  258.  
  259. /*--pagination--*/
  260.  
  261. #pagination {
  262. margin-left:800px;
  263. margin-top:100px;
  264. position:fixed;
  265. text-align:center;
  266. font-size:17px;
  267. font-family:bebas neue;
  268. }
  269.  
  270. #pagination a{
  271. color:#000;
  272. }
  273.  
  274. #pagination a:hover {
  275. color:{color:Hover};
  276. }
  277.  
  278. /*--posts--*/
  279.  
  280. {block:if500pxPosts}
  281.  
  282. #posts {
  283. width:500px;
  284. margin-bottom:10px;
  285. padding:1px;
  286. font-size:11px;
  287. color:{color:Text};
  288. line-height:100%;
  289. text-align:justify;
  290. }
  291.  
  292. {/block:if500pxPosts}
  293.  
  294.  
  295. #postscontainer {
  296. margin-bottom:20px;
  297. padding:1px;
  298. margin-left:450px;
  299. margin-top:65px;
  300. }
  301.  
  302.  
  303. #info {
  304. font-family:'trebuchet ms';
  305. text-align:center;
  306. text-transform:uppercase;
  307. background-color:#000;
  308. margin-bottom:10px;
  309. font-size:8px;
  310. margin-top:10px;
  311. padding:3px;
  312. color:#fff;
  313. }
  314.  
  315. #info a {
  316. color:#fff;
  317. }
  318.  
  319.  
  320.  
  321. /*--tags--*/
  322.  
  323. #tags {
  324. font-family:trebuchet ms;
  325. width:490px;
  326. margin-left:0px;
  327. margin-top:-3px;
  328. font-size:7px;
  329. color:{color:Tags}:
  330. }
  331.  
  332. #tags a {
  333. color:{color:Tags};
  334. }
  335.  
  336. #tags a:hover {
  337. color:{color:Hover};
  338. }
  339.  
  340. /*--asks--*/
  341.  
  342. #askbg {
  343. padding:12px;
  344. background-color:{color:Ask};
  345. color:#fff;
  346. }
  347.  
  348. #askbg a {
  349. color:#fff;
  350. }
  351.  
  352. /*--credit--*/
  353.  
  354. #credit {
  355. right:2px;
  356. bottom:0px;
  357. font-size:9px;
  358. padding:5px;
  359. text-transform:uppercase;
  360. position:fixed;
  361. -webkit-transition: all 0.5s ease-out;
  362. -moz-transition: all 0.5s ease-out;
  363. transition: all 0.5s ease-out;
  364. }
  365.  
  366.  
  367.  
  368. #s-m-t-tooltip {
  369. max-width:300px;
  370. padding:3px 4px 5px 4px;
  371. margin:20px 0px 0px 20px;
  372. background-color:#000; /* change the background color */
  373. font-family:calibri; /* change the font */
  374. font-size:9px; /* change the font size */
  375. border:3px double #fff;
  376. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  377. color:white; /* change the text color */
  378. z-index:999999999999999999999999999999999999;
  379. }
  380.  
  381. #title {
  382. top:0px;
  383. padding-bottom:10px;
  384. padding-top:3px;
  385. margin-left:230px;
  386. text-align:center;
  387. width:502px;
  388. background-color:#fff;
  389. position:fixed;
  390. border-bottom:3px solid #000;
  391. color:#000;
  392. font-size:20px;
  393. font-family:bebas neue;
  394. }
  395.  
  396. @font-face {font-family:Bebas Neue;src:url(http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf);}
  397.  
  398.  
  399.  
  400. {CustomCSS}
  401.  
  402. </style></head>
  403.  
  404. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  405.  
  406. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  407.  
  408. <script>
  409.  
  410. (function($){
  411.  
  412. $(document).ready(function(){
  413.  
  414. $("a[title]").style_my_tooltips({
  415.  
  416. tip_follows_cursor:true,
  417.  
  418. tip_delay_time:90,
  419.  
  420. tip_fade_speed:600,
  421.  
  422. attribute:"title"
  423.  
  424. });
  425.  
  426. });
  427.  
  428. })(jQuery);
  429.  
  430. </script>
  431.  
  432. <body>
  433.  
  434. <div id="sidebar">
  435. <div id="title">{title}
  436. <div id="links">
  437. <a href="{text:link 1 url}">{text:link 1}</a>
  438. <a href="{text:link 2 url}">{text:link 2}</a>
  439. <a href="{text:link 3 url}">{text:link 3}</a>
  440. <a href="{text:link 4 url}">{text:link 4}</a>
  441. <a href="{text:link 5 url}">{text:link 5}</a>
  442. </div>
  443. </div>
  444. <div id="triangle">i</div>
  445. <div id="arrow">i</div>
  446. <div id="bottom"><img src="https://24.media.tumblr.com/55596c35cfcf3b762483b2580527e067/tumblr_mxhvatbWwR1s49701o1_250.png"></div>
  447. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  448.  
  449.  
  450.  
  451. <div id="description">{description}</div>
  452.  
  453.  
  454. {block:Pagination}
  455. <div id="pagination">
  456.  
  457. {block:PreviousPage}<a href="{PreviousPage}">Prev</a>{/block:PreviousPage}
  458. {block:NextPage}<a href="{NextPage}">Next</a>{/block:NextPage}
  459. </div>{/block:Pagination}
  460.  
  461. </div></div>
  462.  
  463.  
  464. <div id="postscontainer">
  465.  
  466. {block:Posts}
  467.  
  468. <div id="posts">
  469.  
  470.  
  471. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  472.  
  473.  
  474. {block:Photo}{LinkOpenTag}
  475.  
  476. {block:if500pxPosts}
  477. <img src="{PhotoURL-500}">
  478. {/block:if500pxPosts}
  479.  
  480. {LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  481.  
  482. {block:Photoset}
  483.  
  484. {block:if500pxPosts}
  485. {Photoset-500}
  486. {/block:if500pxPosts}
  487.  
  488. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  489.  
  490. {block:Quote}<h3>{Quote}</h3>{block:Source} &#8212; {Source}{/block:Source}{/block:Quote}
  491.  
  492. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  493.  
  494. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  495.  
  496. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  497.  
  498. {block:Video}
  499.  
  500. {block:if500pxPosts}
  501. {Video-500}
  502. {/block:if500pxPosts}
  503.  
  504. {block:Caption}{Caption}{/block:Caption}{/block:Video}
  505.  
  506.  
  507. {block:Answer}<div id="askbg"><span style="font-size:18px;font-family:bebas neue;">{Asker}</span> said: {Question}</div> {Answer}{/block:Answer}
  508.  
  509. <div id="info"><a href="{ReblogURL}" target="_blank" class="details">Reblog</a><a href="{Permalink}"> -
  510. {NoteCountWithLabel}</a> - {block:Date}<a title="{DayOfMonth}{DayOfMonthSuffix} {Month} {Year}"href="{Permalink}">
  511. {TimeAgo}</a></a>{/block:Date} {block:RebloggedFrom} - <a href="{ReblogParentURL}"
  512. title="{ReblogParentName}">Via</a> - <a href="{ReblogRootURL}"title="{ReblogRootName}">Source</a>{/block:RebloggedFrom}</div>
  513. {block:HasTags} <div id="tags">Tags:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  514.  
  515.  
  516. </div>
  517.  
  518. {/block:Posts}
  519.  
  520. {block:PostNotes}{PostNotes}</div>{/block:PostNotes}
  521. {/block:Posts}
  522.  
  523. </div>
  524.  
  525. <div id="credit"><a href="http://alexgaeskarth.tumblr.com/"><img src="http://static.tumblr.com/ujmsumm/TJamv4jm6/sg.png" width="40px;"></div></a>
  526. </body>
  527. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement