Advertisement
nithith

unseenmockingjay

Sep 14th, 2014
632
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.53 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. <html>
  5. <head>
  6.  
  7.  
  8.  
  9. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  10. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11. <link rel="shortcut icon" href="{Favicon}" />
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  13.  
  14. <script type="text/javascript"
  15. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  16.  
  17. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  18.  
  19.  
  20.  
  21. <style type="text/css">
  22.  
  23. #s-m-t-tooltip {
  24. margin-left:15px;
  25. margin-top:21px;
  26. background:#161616;
  27. letter-spacing:-1px;
  28. font-family:arial;
  29. text-transform:uppercase;
  30. font-weight: bold;
  31. font-size:13px;
  32. color:#161616;
  33. text-shadow: 1px 1px 0px #aa9543;
  34. padding: 8px;
  35. z-index:99999999999999999999999;
  36. -webkit-transition:all 1.5s;
  37. -moz-transition:all 1.5s;
  38. -ms-transition:all 1.5s;
  39. -o-transition:all 1.5s;
  40. transition:all 1.5s;
  41. }
  42.  
  43. a {
  44. color:#aa9543;
  45. text-decoration:none;
  46. -moz-transition-duration:0.5s;
  47. -webkit-transition-duration:0.5s;
  48. -o-transition-duration:0.5s;
  49. }
  50.  
  51. a:hover {
  52. color:#000;
  53. -moz-transition-duration:0.5s;
  54. -webkit-transition-duration:0.5s;
  55. -o-transition-duration:0.5s;
  56. }
  57.  
  58. ::-webkit-scrollbar {
  59. height: 0px;
  60. width: 5px;
  61. background:#191919;
  62. border-left:2px solid transparent;
  63. border-right:2px solid transparent;
  64. }
  65.  
  66. ::-webkit-scrollbar-thumb {
  67. background:#161616;
  68. border:1px solid #191919;
  69. }
  70.  
  71.  
  72.  
  73. body {
  74. background: #191919 url('http://i.imgur.com/GAa14bl.gif')
  75. top left fixed repeat;
  76. font-family:arial;
  77. font-weight:normal;
  78. }
  79.  
  80.  
  81.  
  82.  
  83. h1 {
  84. font-weight:normal;
  85. font-size:10px;
  86. text-align:center;
  87. font-style:normal;
  88. line-height:80%;
  89. letter-spacing:3px;
  90. text-transform:uppercase;
  91. color:#aa9543;
  92. }
  93.  
  94. h2 {
  95. font-size:10px;
  96. text-align:right;
  97. line-height:100%;
  98. letter-spacing:3px;
  99. font-family: times;
  100. color:#aa9543;
  101. padding-left: 15px;
  102. text-transform: uppercase;
  103. font-weight: bold;
  104. }
  105.  
  106. h81 {font-size:10px;
  107. text-align:center;
  108. line-height:100%;
  109. letter-spacing:3px;
  110. font-family: times;
  111. color:#aa9543;
  112. padding:5px;
  113. padding-left: 15px;
  114. padding-bottom:2px;
  115. text-transform: uppercase;
  116. font-weight: bold;}
  117.  
  118.  
  119.  
  120.  
  121. blockquote {
  122. border-left:5px solid #aa9543;
  123. padding-left:10px;
  124. margin-left:10px;
  125. border-radius:6px;
  126. }
  127.  
  128.  
  129.  
  130. #sidebar {
  131. position:fixed;
  132. margin-left:898px;
  133. width: 190px;
  134. margin-top:158px;
  135. background-color: transparent;
  136. padding:0px 5px 0px;
  137. }
  138.  
  139.  
  140. .pagination {
  141. margin-top:25px;
  142. text-align:center;
  143. font-size:11px;
  144. font-weight: bold;
  145. text-transform: uppercase;
  146. width:380px;
  147. margin-left: auto;
  148. margin-right: auto;
  149. color:#888;
  150. }
  151.  
  152. .pagination a{color:#aa9543;}
  153.  
  154.  
  155.  
  156. img {
  157. max-width:370px;
  158. margin-left: 10px;
  159. }
  160.  
  161.  
  162. .links {
  163. margin-top:375px;
  164. font-size: 30px;
  165. font-family: times;
  166. text-transform: uppercase;
  167. line-height: 140%;
  168. text-align: right;
  169. width: 400px;
  170. margin-left: -110px;
  171. margin-right: auto;
  172. }
  173.  
  174. .links a {
  175. padding-left: 10px;
  176. color: #000;
  177. width: 70px;
  178. -webkit-transition:all .5s ease-in-out;
  179. -moz-transition:all .5s ease-in-out;
  180. transition:all .5s ease-in-out;
  181. }
  182.  
  183. .links a:hover {
  184. padding-left: 10px;
  185. color:#aa9543;
  186. text-shadow: 0px 0px 13px #aa9543;
  187. -webkit-transition:all .5s ease-in-out;
  188. -moz-transition:all .5s ease-in-out;
  189. transition:all .5s ease-in-out;
  190. }
  191.  
  192. #description {
  193. width: 200px;
  194. color:#aeaeae;
  195. text-align: left;
  196. font-size: 10px;
  197. margin-left: 0px;
  198. margin-top: -120px;
  199. }
  200.  
  201.  
  202.  
  203. #container {
  204. float:left;
  205. margin-left:415px;
  206. margin-top:365px;
  207. text-align:justify;
  208. color:#473634;
  209. overflow: scroll;
  210. height: 250px;
  211. width: 430px;
  212. border-radius: 15px;
  213. border: 5px solid #161616;
  214. outline: 1px dashed #636363;
  215. }
  216.  
  217.  
  218. #post {
  219. width:400px;
  220. margin-top:5px;
  221. text-align:justify;
  222. font-size:10px;
  223. line-height:130%;
  224. letter-spacing:1px;
  225. color:#aeaeae;
  226. margin-bottom: 30px;
  227. margin-left: auto;
  228. margin-right: auto;
  229. padding: 5px;
  230. border-radius: 0px;
  231. }
  232.  
  233. small, sub {font-size: 10px;}
  234.  
  235. .caption {
  236. width:380px;
  237. text-align:justify;
  238. line-height:120%;
  239. }
  240.  
  241. .asker {
  242. padding:3px;
  243. font-family:cambria;
  244. letter-spacing:1px;
  245. text-align:left;
  246. text-transform:lowercase;
  247. }
  248.  
  249. .ans {
  250. text-align:left;
  251. padding:10px;
  252. }
  253.  
  254. .audio {
  255. width:380px;
  256. padding-bottom:10px;
  257. }
  258.  
  259. .albumart {
  260. float:left;
  261. padding:0px 10px 10px 0px;
  262. }
  263.  
  264. .albumart img {
  265. width:45px;
  266. height:45px;
  267. }
  268.  
  269. .playercontainer {
  270. text-align:left;
  271. padding:10px;
  272. width:380px;
  273. }
  274.  
  275. .audioinfo {
  276. padding:10px;
  277. color:#86a3ae;
  278. }
  279.  
  280. #postinfo {
  281. font-weight: 200;
  282. width:380px;
  283. padding:5px;
  284. font-size:10px;
  285. color:#aa9543;
  286. text-transform:uppercase;
  287. font-style:normal;
  288. font-family: helvetica;
  289. letter-spacing:2px;
  290. text-align:center;
  291. -moz-transition-duration:0.5s;
  292. -webkit-transition-duration:0.5s;
  293. -o-transition-duration:0.5s;
  294. }
  295.  
  296. #postinfo a {
  297. color:#aa9543;
  298. text-align:center;
  299. letter-spacing:1px;
  300. font-style:normal;
  301. }
  302.  
  303. #postinfo a:hover {
  304. color:#aa9543;
  305. }
  306.  
  307. .note {
  308. text-transform:uppercase;
  309. font-style:normal;
  310. letter-spacing:0px;
  311. font-size: 9px;
  312. text-align:left;
  313. line-height:90%;
  314. margin-left:-40px;
  315. }
  316.  
  317. .note li {
  318. list-style-type:none;
  319. padding:10px 25px 10px 25px;
  320. text-align:left;
  321. margin:0px;
  322. -moz-transition-duration:0.5s;
  323. -webkit-transition-duration:0.5s;
  324. -o-transition-duration:0.5s;
  325. }
  326.  
  327. .tags {
  328. font-style:normal;
  329. width:380px;
  330. margin-left: auto;
  331. margin-right: auto;
  332. text-transform:uppercase;
  333. font-style:normal;
  334. color:#aa9543;
  335. letter-spacing:2px;
  336. line-height:120%;
  337. font-size:8px;
  338. text-align:left;
  339. padding:2px;
  340. -moz-transition-duration:0.5s;
  341. -webkit-transition-duration:0.5s;
  342. -o-transition-duration:0.5s;
  343. }
  344.  
  345. .tags a {
  346. color:#aa9543;
  347. letter-spacing:1px;
  348. padding:1px;
  349. opacity: 0.3;
  350. }
  351.  
  352. .tags a:hover {
  353. color:#aa9543;
  354. text-shadow: 0px 0px 0px;
  355. opacity: 1;
  356. }
  357.  
  358. ul.chat, .chat ol, .chat li {
  359. list-style:none;
  360. margin:0px;
  361. padding:2px;
  362. }
  363.  
  364. .label {
  365. text-decoration:underline;
  366. font-weight:700;
  367. margin-right:5px;
  368. }
  369.  
  370.  
  371.  
  372.  
  373. {CustomCSS}
  374. </style>
  375.  
  376. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  377. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  378. <script>
  379. (function($){
  380. $(document).ready(function(){
  381. $("a[title]").style_my_tooltips({
  382. tip_follows_cursor:true,
  383. tip_delay_time:7,
  384. tip_fade_speed:7,
  385. attribute:"title"
  386. });
  387. });
  388. })(jQuery);
  389. </script>
  390. </head>
  391.  
  392. <div id="sidebar">
  393.  
  394. <div class="links">
  395. <a href="/" title="volterra">i</a>
  396. <a href="/ask" title="query">ii</a>
  397. <a href="/read" title="laws">iii</a>
  398. <a href="/verses" title="verses">iv</a>
  399. <a href="/nav" title="explore">v</a>
  400. <a href="http://lionwithin.tumblr.com" title="theme">vi</a>
  401. </div>
  402.  
  403. <div id="description"><h81>your title;</h81> <br> {description}</div>
  404.  
  405. </div>
  406.  
  407. <div id="container">
  408.  
  409. {block:Posts}
  410.  
  411. <div id="post">
  412.  
  413. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  414.  
  415. {block:Quote}<h3>“{Quote}”</h3><h1>{Source}</h1>{/block:Quote}
  416.  
  417. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  418. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  419.  
  420. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  421.  
  422. {block:Photoset}<center>{Photoset-400}</center>
  423. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  424.  
  425. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  426.  
  427. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  428.  
  429. {block:Answer}<div id="asker" style="margin-left:-5px;width:400px;"><span style="font-family:cambria;font-size:12px;font-style:italic; margin-left:15px;text-transform:lowercase;"><B>{Asker}</B> whispered: {Question}</span></div><br><left><font face="cambria"><span style="font-family:cambria;font-size:10px; marging-left:5px;">{Answer}</span></font>{/block:Answer}
  430.  
  431. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  432. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  433. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  434. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  435. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  436.  
  437. <p>
  438.  
  439. {block:Date}<div id="postinfo">{MonthNumberWithZero}-{DayOfMonthWithZero} • <a href="{Permalink}">{24Hour}:{Minutes}</a>{block:NoteCount} • <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} • <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  440. {block:ContentSource} • <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  441. {block:HasTags}
  442. <div class="tags">
  443. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  444. {/block:HasTags}
  445. <div class="note">
  446. {block:PostNotes}{PostNotes}{/block:PostNotes}
  447. </div>
  448. </div>
  449. {/block:Posts}
  450.  
  451.  
  452. <div class="pagination">
  453. {block:Pagination}
  454. {block:PreviousPage}<a href="{PreviousPage}"><b>-rise</b> </a>{/block:PreviousPage} {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}"><b> fall+</b></a>
  455. {/block:NextPage}
  456. {/block:Pagination}
  457. </div>
  458. </div>
  459. </div>
  460.  
  461.  
  462. </body>
  463.  
  464.  
  465. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement