Advertisement
nithith

qui

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