Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.19 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. <head>
  4.  
  5. <!--
  6. THEME: INSOMNIUM
  7. CREATED BY: HTTP://RAWMOANS.TUMBLR.COM
  8. -->
  9.  
  10. <!-- DEFAULT COLORS -->
  11. <meta name="font:Body" content="Times New Roman">
  12.  
  13. <meta name="color:Background" content="#000000">
  14. <meta name="color:Text" content="#FFFFFF">
  15. <meta name="color:Title" content="#FFFFFF">
  16. <meta name="color:Links" content="#FFFFFF">
  17. <meta name="color:Hover" content="#000000">
  18. <meta name="color:Permalink Box" content="#111111">
  19.  
  20. <meta name="text:Font Size" content="12">
  21. <meta name="text:Width" content="400">
  22.  
  23. <meta name="if:Endless Scroll" content="0">
  24. <meta name="if:Show Captions" content="0">
  25. <meta name="if:More Space Between Posts" content="0">
  26. <meta name="if:Hide Notes On Permalink Page" content="0"/>
  27.  
  28. <link rel="shortcut icon" href="{Favicon}">
  29. <title>{Title}</title>
  30. <link rel="shortcut icon" href="{Favicon}">
  31. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  32. {block:Description}
  33. <meta name="description" content="{MetaDescription}" />
  34. {/block:Description}
  35.  
  36.  
  37.  
  38. <style type="text/css">
  39. body{
  40. text-align:justify;
  41. font-family:{font:Body};
  42. font-size: {text:Font Size}px;
  43. line-height:{text:Font Size}px;
  44. color:{color:text};
  45. background-color:{color:Background};
  46. }
  47.  
  48. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  49.  
  50. a{
  51. text-decoration:none;
  52. -moz-transition: 0.5s ease-in;
  53. -webkit-transition: 0.5s ease-in;
  54. -o-transition: 0.5s ease-in;
  55. transition: 0.5s ease-in;
  56. color:{color:links};
  57. }
  58. a:hover{
  59. color:{color:hover};
  60. -moz-transition: 0.5s ease-in;
  61. -webkit-transition: 0.5s ease-in;
  62. -o-transition: 0.5s ease-in;
  63. transition: 0.5s ease-in;
  64. }
  65. a img{
  66. border:0px;
  67. }
  68. #post{
  69. padding:5px;
  70. poition:relative;
  71. -moz-transition: 0.5s ease-in;
  72. -webkit-transition: 0.5s ease-in;
  73. -o-transition: 0.5s ease-in;
  74. transition: 0.5s ease-in;
  75. }
  76. div.textperma {
  77. position: relative;
  78. right:0px;
  79. padding-top:5px;
  80. bottom:0px;
  81. text-align: right;
  82. }
  83. div.textperma a {
  84. text-decoration: none;
  85. color: {color:Background};
  86. font-size: 20px;
  87. }
  88. #post:hover{
  89. {block:IndexPage}
  90. background:{color:Permalink Box};
  91. {/block:IndexPage}
  92. -moz-transition: 0.5s ease-in;
  93. -webkit-transition: 0.5s ease-in;
  94. -o-transition: 0.5s ease-in;
  95. transition: 0.5s ease-in;
  96. }
  97. #entry{
  98. margin-bottom:10px;
  99. {block:ifMoreSpaceBetweenPosts}
  100. margin-bottom:25px;
  101. {/block:ifMoreSpaceBetweenPosts}
  102. width:{text:Width}px;
  103. }
  104. #entry:hover .permalink{
  105. {block:IndexPage}opacity:1;{/block:IndexPage}
  106. }
  107. #entry img{
  108. max-width:{text:Width}px;
  109. }
  110. .blogtitle{
  111. margin-bottom:7px;
  112. padding-right:10px;
  113. font-size:49px;
  114. line-height:38px;
  115. text-align:center;
  116. font-style:italic;
  117. font-family:{font:Body};
  118. text-transform:uppercase;
  119. }
  120. .blogtitle a{
  121. -webkit-text-stroke: 1px transparent;
  122. color:{color:Title};
  123. }
  124. .blogtitle a:hover{
  125. color:{color:Hover};
  126. text-decoration:fade;
  127. }
  128. .description{
  129. font-style:italic;
  130. font-size:12px;
  131. line-height:12px;
  132. text-align:center;
  133. }
  134.  
  135. h2{
  136. border-bottom:1px solid;
  137. -webkit-text-stroke: 1px transparent;
  138. font-family:{font:Body};
  139. font-style:italic;
  140. font-size:15px;
  141. text-transform:uppercase;
  142. line-height:16px;
  143. text-align:left;
  144. }
  145.  
  146. .quote{
  147. margin-bottom:5px;
  148. font-style:italic;
  149. }
  150.  
  151. .current_page{
  152. font-style:italic;
  153. }
  154. .tags{
  155. text-align:left;
  156. position:absolute;
  157. width:150px;
  158. float:left;
  159. margin-left:{text:Width}px;
  160. font-size:10px;
  161. padding-left:10px;
  162. }
  163. .nav{
  164. letter-spacing:1px;
  165. margin-bottom:10px;
  166. text-align:center;
  167. text-transform:uppercase;
  168. font-size:9px;
  169. }
  170. .nav a{
  171. -webkit-text-stroke: 0px transparent;
  172. padding-left:2px;
  173. padding-right:2px;
  174. }
  175. .nav a:hover{
  176. color:{color:Links};
  177. text-decoration:line-through;
  178. }
  179. .audio{
  180. width:600px;
  181. overflow:hidden;
  182. }
  183. .audio img{
  184. float:left;
  185. width:50px !important;
  186. height:50px !important;
  187. padding-right:15px;
  188. padding-bottom:10px;
  189. }
  190. .player{
  191. margin-left: 65px;
  192. width:315px;
  193. background:#fff;
  194. }
  195. div.video embed,
  196. div.post div.video object {
  197. width:{text:Width}px !important;
  198. height:250px !important;
  199. }
  200.  
  201. .permalink {margin-top: -23px; padding-top: 5px; opacity: 0; font-family: {font:Body}; letter-spacing: 2px; font-size: 20px; text-transform: uppercase; z-index: 1000; text-align:right; right:5px; padding-bottom:7px; position:relative;-moz-transition: 0.3s ease-in; margin-bottom:4px;
  202. -webkit-transition: 0.3s ease-in;
  203. -o-transition: 0.3s ease-in;
  204. transition: 0.3s ease-in;}
  205.  
  206. .permalink a{
  207. -moz-transition: 0.5s ease-in;
  208. -webkit-transition: 0.5s ease-in;
  209. -o-transition: 0.5s ease-in;
  210. transition: 0.5s ease-in;
  211. color:{color:Background};
  212. text-transform:none !important;
  213. }
  214. .permalink a:hover{
  215. -moz-transition: 0.5s ease-in;
  216. -webkit-transition: 0.5s ease-in;
  217. -o-transition: 0.5s ease-in;
  218. transition: 0.5s ease-in;
  219. -moz-transition: 0.5s ease-in;
  220. -webkit-transition: 0.5s ease-in;
  221. -o-transition: 0.5s ease-in;
  222. transition: 0.5s ease-in;
  223. color:{color:Hover};
  224. }
  225. #content{
  226. position:relative;
  227. margin-left:-200px;
  228. left:50%;
  229. width:{text:Width}px;
  230. }
  231. #side{
  232. position:fixed;
  233. right:50%;
  234. margin-right:230px;
  235. width:300px;
  236. }
  237. #bg img {
  238. position:fixed;
  239. top:0;
  240. left:0;
  241. z-index:-1000;
  242. filter:alpha(opacity=70);
  243. -moz-opacity:0.7;
  244. -khtml-opacity: 0.7;
  245. opacity: 0.7;
  246. }
  247.  
  248. #bottom{
  249. font-weight:bold;
  250. font-size:13px;
  251. font-style:italic;
  252. padding-top:10px;
  253. padding-bottom:20px;
  254. text-transform:uppercase;
  255. -moz-transition: 0.3s ease-in;
  256. -webkit-transition: 0.3s ease-in;
  257. -o-transition: 0.3s ease-in;
  258. transition: 0.3s ease-in;
  259. }
  260. #bottom:hover{
  261. -moz-transition: 0.3s ease-in;
  262. -webkit-transition: 0.3s ease-in;
  263. -o-transition: 0.3s ease-in;
  264. transition: 0.3s ease-in;
  265. }
  266. #bottom a:hover{
  267. text-decoration:line-through;
  268. }
  269.  
  270. ol.notes {
  271. padding:0px;
  272. margin: 25px 0px 5px 0px;
  273. list-style-type: none;
  274. }
  275.  
  276. ol.notes li.note {;
  277. padding: 2px;
  278. }
  279.  
  280. ol.notes li.note img.avatar {
  281. vertical-align: -4px;
  282. margin-right: 10px;
  283. width: 16px;
  284. height: 16px;
  285. }
  286.  
  287. ol.notes li.note span.action {
  288. font-weight: normal;
  289. }
  290.  
  291. ol.notes li.note .answer_content {
  292. font-weight: normal;
  293. }
  294.  
  295. ol.notes li.note blockquote {
  296. border-color: {color:Text};
  297. padding: 4px 10px;
  298. margin: 10px 0px 0px 25px;
  299. }
  300.  
  301. ol.notes li.note blockquote a {
  302. text-decoration: none;
  303. }
  304.  
  305.  
  306. </style>
  307. {block:IfEndlessScroll}
  308. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>
  309. {/block:IfEndlessScroll}
  310.  
  311. </head>
  312.  
  313.  
  314. <body>
  315.  
  316. <div id="content">
  317. <br><br><br><br>
  318.  
  319. <div id="side">
  320. <div class="blogtitle"><a href="/">{Title}</a></div>
  321. <div class="nav"><a h</a> </a> {/block:AskEnabled}</a> {/block:SubmissionsEnabled}{block:HasPages} {block:Pages}<a href="{URL}">{Label}</a> {/block:Pages}{/block:HasPages} </a></div>
  322.  
  323. {block:Description}<div class="description">{Description}</div>{/block:Description}
  324. </div>
  325.  
  326.  
  327. {block:IfEndlessScroll}
  328. <div class="autopagerize_page_element">
  329. {/block:IfEndlessScroll}
  330.  
  331. {block:Posts}
  332.  
  333. {block:PermalinkPage}<div class="tags">{block:Date}Posted on {DayOfMonth}{DayOfMonthSuffix} {Month} {Year}{/block:Date}{block:NoteCount}<br>{NoteCountWithLabel}<br>{/block:NoteCount}{block:HasTags}<br>Tags: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>{/block:PermalinkPage}
  334.  
  335. {block:Text}
  336. <div id="entry">
  337. <div id="post">
  338. {block:Title}<h2>{Title}</h2>{/block:Title}
  339. {Body}
  340. <div class="textperma"><a href="{Permalink}">{NoteCount}</a></div>
  341. </div>
  342. </div>
  343. {/block:Text}
  344.  
  345. {block:Photo}
  346. <div id="entry">
  347. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="{text:Width}"/>{LinkCloseTag}
  348. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div>
  349. {block:IfShowCaptions}{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{/block:IfShowCaptions}{block:permalinkpage}{block:Caption}{Caption}{/block:Caption}
  350. {/block:permalinkpage}
  351. </div>
  352. {/block:Photo}
  353.  
  354. {block:Photoset}
  355. <div id="entry">
  356. {Photoset-500}
  357. </div>
  358. {/block:Photoset}
  359.  
  360. {block:Quote}
  361. <div id="entry">
  362. <div id="post">
  363. <div class="quote">"{Quote}"</div>
  364. {block:Source}<b>&mdash; {Source}</b>{/block:Source}
  365.  
  366. <div class="textperma"><a href="{Permalink}">{NoteCount}</a></div>
  367. </div></div>
  368. {/block:Quote}
  369.  
  370. {block:Link}
  371. <div id="entry">
  372. <div id="post">
  373. <h2><a href="{URL}">{Name}</a></h2>{block:Description}{Description}{/block:Description}
  374. <div class="textperma"><a href="{Permalink}">{NoteCount}</a></div>
  375. </div></div>
  376. {/block:Link}
  377.  
  378. {block:Chat}
  379. <div id="entry"><div id="post">
  380. {block:Title}<b>{Title}</b>{/block:Title}
  381. {block:Lines}{block:Label}<b><i>{Label}</i></b> {Line}<br>{/block:Label}{/block:Lines}
  382.  
  383. <div class="textperma"><a href="{Permalink}">{NoteCount}</a></div>
  384. </div></div>
  385. {/block:Chat}
  386.  
  387. {block:Audio}
  388. <div id="entry"><div id="post">
  389. <div class="audio">
  390. {block:AlbumArt}<a href="{permalink}"><img src="{AlbumArtURL}" width="150" height="150"></a>
  391. {/block:AlbumArt}
  392. <div class="player">{AudioPlayerWhite}</div>
  393. {block:Caption}{Caption}{/block:Caption}
  394. </div>
  395. <div class="textperma"><a href="{Permalink}">{NoteCount}</a></div>
  396. </div></div>
  397. {/block:Audio}
  398.  
  399. {block:Answer}
  400. <div id="entry"><div id="post">
  401. <a href="http://{PlainTextAsker}.tumblr.com"><img height="40px" width="40px" style=" margin: 0px;padding-right:5px; float:left;" src="{AskerPortraitURL-40}"/></a>
  402. <strong>{Question}</strong><br>{Answer}
  403. <div class="textperma"><a href="{Permalink}">{NoteCount}</a></div>
  404. </div></div>
  405. {/block:Answer}
  406.  
  407. {block:Video}
  408. <div id="entry"><div id="post">
  409. <div class="video">
  410. {Video-500}
  411. </div>
  412. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  413. <div class="textperma"><a href="{Permalink}">{NoteCount}</a></div>
  414. </div></div>
  415. {/block:Video}
  416.  
  417.  
  418. {block:IfNotHideNotesOnPermalinkPage}
  419. {block:PostNotes}
  420. {PostNotes}
  421. {/block:PostNotes}
  422. {/block:IfNotHideNotesOnPermalinkPage}
  423.  
  424. {/block:Posts}
  425. {block:IfEndlessScroll}</div>{/block:IfEndlessScroll}
  426.  
  427. {block:ifnotendlessscroll}
  428. <div id="bottom">
  429. {block:Pagination}
  430. {block:NextPage}<div style="float:right; "><a href="{NextPage}">progress</a></div>{/block:NextPage}
  431. {block:PreviousPage}<div style="float:left"><a href="{PreviousPage}">regress</a></div>{/block:PreviousPage}
  432. {/block:Pagination}
  433. </div>
  434. {/block:ifnotendlessscroll}
  435.  
  436. </div>
  437.  
  438. </body>
  439. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement