Advertisement
nithith

soldatzimy

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