Advertisement
themesbysunny

theme 12: mockingjay [UPDATED]

Sep 4th, 2013
2,237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.57 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. <!--
  4. theme twelve by lionshearted
  5. dont steal or i cut off ur dick
  6. -->
  7.  
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10. <head>
  11. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  12. <title>{Title}</title>
  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. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  18. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  19. <script>
  20. (function($){
  21. $(document).ready(function(){
  22. $("a[title]").style_my_tooltips({
  23. tip_follows_cursor:true,
  24. tip_delay_time:1,
  25. tip_fade_speed:100,
  26. attribute:"title"
  27. });
  28. });
  29. })(jQuery);
  30. </script>
  31.  
  32.  
  33. <meta name="color:Background" content="#ffffff"/>
  34. <meta name="color:Sidebar" content="#ffffff"/>
  35. <meta name="color:Postbg" content="#ffffff"/>
  36. <meta name="color:Text" content="#a8a8a8"/>
  37. <meta name="color:Title" content="#a8a8a8"/>
  38. <meta name="color:TitleHover" content="#a8a8a8"/>
  39. <meta name="color:Link" content="#b8b8b8"/>
  40. <meta name="color:SBLink" content="#b8b8b8"/>
  41. <meta name="color:Tags" content="f0f0f0"/>
  42. <meta name="color:Hover" content="#f2f2f2"/>
  43. <meta name="color:SBHover" content="#f2f2f2"/>
  44. <meta name="color:Line" content="#f2f2f2"/>
  45. <meta name="color:Border" content="#e4e4e4"/>
  46. <meta name="color:Info" content="#a8a8a8"/>
  47. <meta name="color:Answer" content="#f8f8f8"/>
  48. <meta name="color:scrollbar" content="#D6D5D5">
  49. <meta name="image:sidebar" content=""/>
  50. <meta name="image:bg" content=""/>
  51.  
  52. <meta name="if:Background Cover" content="0" />
  53.  
  54. <meta name="text:link A" content="Link A"/>
  55. <meta name="text:link A url" content="/"/>
  56. <meta name="text:link B" content="Link B"/>
  57. <meta name="text:link B url" content="/"/>
  58. <meta name="text:link C" content="Link C"/>
  59. <meta name="text:link C url" content="/"/>
  60. <meta name="text:link D" content="Link D"/>
  61. <meta name="text:link D url" content="/"/>
  62. <meta name="text:link E" content="Link E"/>
  63. <meta name="text:link E url" content="/"/>
  64. <meta name="text:link F" content="Link F"/>
  65. <meta name="text:link F url" content="/"/>
  66.  
  67.  
  68.  
  69. <link href='http://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
  70.  
  71. <style type="text/css">
  72.  
  73. /* --- SCROLLBAR ---*/
  74.  
  75. ::-webkit-scrollbar-thumb{
  76. background-color: {color:scrollbar};
  77. border: 2px solid {color:background};
  78. height:auto;
  79. }
  80.  
  81. ::-webkit-scrollbar {
  82. height:auto;
  83. width:11px;
  84. background-color: {color:scrollbar};
  85. border:5px solid {color:background};
  86. }
  87.  
  88.  
  89. /* --- BODY ---*/
  90.  
  91. body {
  92. background: {color:Background} url('{image:Background}') top left fixed repeat;
  93. {block:ifbackgroundcover}background-size:cover;{/block:ifbackgroundcover}
  94. margin:0px;
  95. color:{color:text};
  96. font-family:sans-serif;
  97. font-size:8px;
  98. line-height:130%;
  99. line-height: 150%;
  100. }
  101.  
  102. a {
  103. text-decoration:none;
  104. outline:none;
  105. -moz-outline-style:none;
  106. color:{color:link};
  107. -moz-transition-duration:0.5s;
  108. -webkit-transition-duration:0.5s;
  109. -o-transition-duration:0.5s;
  110. }
  111.  
  112. a:hover {
  113. color:{color:Hover};
  114. -moz-transition-duration:0.5s;
  115. -webkit-transition-duration:0.5s;
  116. -o-transition-duration:0.5s;
  117. }
  118.  
  119.  
  120. img {
  121. border:none;
  122. }
  123.  
  124. blockquote {
  125. padding-left:5px;
  126. border-left:2px solid;
  127. }
  128.  
  129. blockquote blockquote {
  130. padding-left:5px;
  131. border-left:2px solid;
  132. }
  133.  
  134. h1 {
  135. font-size:9px;
  136. text-transform:uppercase;
  137. }
  138.  
  139.  
  140. h2 {
  141. border: 1px solid #e8e8e8;
  142. background:#f7f7f7;
  143. letter-spacing: 1px;
  144. padding:4px;
  145. font-size: 8px;
  146. font-style: none;
  147. }
  148.  
  149. /* --- POST ENTRIES ---*/
  150.  
  151.  
  152. #entries {
  153. width:400px;
  154. margin-left:440px;
  155. margin-top:0px;
  156. padding-top:60px;
  157. padding-left:60px;
  158. padding-right:80px;
  159. font-size:10px;
  160. border-left: solid 1px #e8e8e8;
  161. border-right: solid 1px #e8e8e8;
  162. }
  163.  
  164.  
  165. /* --- BODY: POSTS ---*/
  166.  
  167.  
  168. #post {
  169. width:400px;
  170. padding-bottom:20px;
  171. padding:10px;
  172. margin-top:15px;
  173. background-color:{color:Postbg};
  174. }
  175.  
  176.  
  177. /* --- SIDEBAR ---*/
  178.  
  179.  
  180. #sidebar {
  181. width:180px;
  182. position:fixed;
  183. margin-left:205px;
  184. margin-top:85px;
  185. opacity:1;
  186. background-color:;
  187. }
  188.  
  189. #sidebarimage {
  190. width:158px;
  191. }
  192.  
  193. #sidebarimage img {
  194. margin-left:px;
  195. width:158px;
  196. }
  197.  
  198. #sidebarimage img:hover {
  199. }
  200. /* --- SIDEBAR LINKS ---*/
  201.  
  202.  
  203. #links {
  204. font-size:8px;
  205. line-height:20px;
  206. width:170px;
  207. margin-left:-2px;
  208. color:{color:sblink};
  209. }
  210.  
  211.  
  212.  
  213. #links a {
  214. display:inline-block;
  215. text-align:center;
  216. line-height:16px;
  217. margin-left:8px;
  218. margin-right:8px;
  219. margin-top:8px;
  220. padding-left:2px;
  221. padding-right:2px;
  222. width:60px;
  223. border-bottom:1px solid #dfdfdf;
  224. letter-spacing:1px;
  225. color:{color:sblink};
  226. }
  227.  
  228.  
  229. #links a:hover {
  230. color:{color:hover};
  231. }
  232.  
  233.  
  234. /* --- DESCRIPTION ---*/
  235.  
  236. #description {
  237. position:relative;
  238. font-family:arial;
  239. line-height:135%;
  240. font-size:8px;
  241. letter-spacing:1px;
  242. font-style:none;
  243. width:158px;
  244. margin-top:10px;
  245. padding-bottom:11px;
  246. text-align:justify;
  247. color:{color:text};
  248. }
  249.  
  250. #description a {color:{color:text};-moz-transition-duration:0.4s;
  251. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  252.  
  253. /* --- PAGINATION---*/
  254.  
  255.  
  256. #pagination {
  257. width:160px;
  258. font-size:7px;
  259. text-align:center;
  260. margin-left:0px;
  261. margin-top:20px;
  262. position:relative;
  263. font-family:arial;
  264. letter-spacing:1px;
  265. }
  266.  
  267.  
  268. /* --- POST INFO ---*/
  269.  
  270.  
  271. #info {
  272. text-align:left;
  273. margin-top:5px;
  274. font-size:8px;
  275. font-family:sans-serif;
  276. letter-spacing:1px;
  277. -moz-transition-duration:0.5s;
  278. -webkit-transition-duration:0.5s;
  279. -o-transition-duration:0.5s;
  280. }
  281.  
  282. #info a {
  283. color:{color:Info};
  284. }
  285.  
  286. #info a:hover {
  287. opacity:0.4;
  288. -moz-transition-duration:0.5s;
  289. -webkit-transition-duration:0.5s;
  290. -o-transition-duration:0.5s;
  291. }
  292.  
  293. #tags {
  294. text-align:left;
  295. margin-top:1px;
  296. font-size:8px;
  297. padding-top:2px;
  298. font-family:times;
  299. letter-spacing:1px;
  300. border-top:solid 1px #e8e8e8;
  301. -moz-transition-duration:0.5s;
  302. -webkit-transition-duration:0.5s;
  303. -o-transition-duration:0.5s;
  304. }
  305.  
  306. #tags a {
  307. color:{color:Info};
  308. }
  309.  
  310. #tags a:hover {
  311. opacity:0.4;
  312. -moz-transition-duration:0.5s;
  313. -webkit-transition-duration:0.5s;
  314. -o-transition-duration:0.5s;
  315. }
  316.  
  317.  
  318.  
  319.  
  320. /* --- QUESTIONS ---*/
  321.  
  322. #asker {
  323. padding:15px;
  324. font-size:9px;
  325. letter-spacing:1px;
  326. text-align:left;
  327. background-color:#f7f7f7;
  328. border-left:solid 6px #ededed;
  329. }
  330.  
  331. /* --- CREDIT dont edit pls --- */
  332.  
  333. #credit {
  334. position:fixed;
  335. right:0px;
  336. bottom:0px;
  337. padding:4px;
  338. text-transform:uppercase;
  339. letter-spacing:2px;
  340. font-size:8px;
  341. font-family: georgia;
  342. margin-bottom:3px;
  343. margin-right:3px;
  344.  
  345. }
  346.  
  347. /* link hover title */
  348.  
  349. #s-m-t-tooltip {
  350. max-width:300px;
  351. padding:5px;
  352. padding-left:7px;
  353. padding-right:7px;
  354. margin:10px 0px 0px 10px;
  355. background-color:#7a7a7a; /* change the background color */
  356. border:;
  357. font-family:sans-serif; /* change the font */
  358. font-size:8px; /* change the font size */
  359. font-style:none; /* can be italic, normal, etc. */
  360. letter-spacing:1px; /* change the letter spacing */
  361. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  362. color:#FFF; /* change the text color */
  363. z-index:999999999999999999999999999999999999;
  364. }
  365.  
  366.  
  367.  
  368. {CustomCSS}</style></head><body>
  369.  
  370. <div id="sidebar">
  371. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  372.  
  373.  
  374. <div id="description">
  375. {Description}
  376. </div>
  377.  
  378.  
  379. <div id="links">
  380. <a href="{text:Link A url}">{text:Link A}</a>
  381. <a href="{text:Link B url}">{text:Link B}</a>
  382. <a href="{text:Link C url}">{text:Link C}</a>
  383. <a href="{text:Link D url}">{text:Link D}</a>
  384. <a href="{text:Link E url}">{text:Link E}</a>
  385. <a href="{text:Link F url}">{text:Link F}</a>
  386. </div>
  387.  
  388. {block:Pagination}<div id="pagination">
  389. {block:Pagination}
  390. {block:PreviousPage}
  391. <a href="{PreviousPage}">back </a>
  392. {/block:PreviousPage}
  393. {block:NextPage}
  394. <a href="{NextPage}"> — forth</a>
  395. {/block:NextPage}
  396. {/block:Pagination}
  397. </div>
  398. </div>{/block:Pagination}
  399.  
  400. </div>
  401.  
  402. <div id="entries">{block:Posts}
  403. <div id="post">
  404.  
  405. {block:Text}{block:Title}<h1>{Title}{/block:Title}</h1>{Body}{/block:Text}
  406.  
  407. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}" width="400px">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  408.  
  409. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  410.  
  411. {block:Quote}
  412. {Quote}
  413. {block:Source}
  414. <div class="source">– {Source}</div>
  415. {/block:Source}
  416. {SourceURL}
  417. {/block:Quote}
  418.  
  419.  
  420. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  421.  
  422. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  423.  
  424. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="90px" height="90px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  425. <p>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  426. <p>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  427. {/block:ExternalAudio}<p><b>Played:</b> {PlayCount} times <p>{block:Caption}{Caption}{/block:Caption}
  428. {/block:Audio}
  429.  
  430. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  431.  
  432. {block:Answer}<div id="asker">{Asker} asked: {Question}</div><left>{Answer}{/block:Answer}
  433.  
  434. <div id="info">
  435. <span style="text-transform:uppercase;"><a href="{Perimalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a> {/block:Date} <a href="{Permalink}">with {NoteCount} ‧</a> <a href="{ReblogParentURL}"> via </a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">‧ source </a>{/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}</span><br>
  436.  
  437. <div id="tags">
  438. {block:HasTags}<span style="color:#888888;"> <i>index: </span>{block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:HasTags}</i></div></div></div>
  439. <br>
  440. <br>
  441. <br>
  442. {/block:Posts}
  443. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  444. {/block:Posts}</div></div></div>
  445.  
  446.  
  447. <!--
  448. THEME MAKER CREDIT
  449. -->
  450.  
  451. <span style="border:solid 1px #e8e8e8; padding:5px;background-color:#ffffff; position:fixed;bottom:3px; right:3px; font-size:9px; letter-spacing:1px; font-family:georgia; color:{color:link};"><a href="http://lionshearted.tumblr.com/" title="credit">LH</a></center></span>
  452.  
  453.  
  454. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement