Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.01 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. <!--
  5. CSS/HTML by elegantiarum.tumblr.com for personal use only.
  6. -->
  7.  
  8. <head>
  9.  
  10. <!-- Google Analytics -->
  11.  
  12.  
  13. <!-- Meta Description -->
  14.  
  15. <meta name="color:Text" content="000">
  16. <meta name="color:Link Underline" content="#000">
  17.  
  18. <meta name="if:Endless Scrolling" content="0" />
  19. <meta name="if:Hide Captions" content="1" />
  20. <meta name="if:Date Permalinks" content="1">
  21.  
  22. <meta name="text:Link One" content="" />
  23. <meta name="text:Link One Title" content="" />
  24. <meta name="text:Link Two" content="" />
  25. <meta name="text:Link Two Title" content="" />
  26. <meta name="text:Link Three" content="" />
  27. <meta name="text:Link Three Title" content="" />
  28.  
  29. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  30.  
  31.  
  32. <!-- Title, Shortcut Icon -->
  33.  
  34. <title>{title}</title>
  35.  
  36. <link rel="shortcut icon" href="{Favicon}">
  37. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  38. {block:Description}
  39. <meta name="description" content="{MetaDescription}" />
  40. {/block:Description}
  41.  
  42.  
  43. <!-- CSS -->
  44.  
  45. <style type="text/css">
  46.  
  47. body {
  48. background-color: #ffffff;
  49. background-image: none);
  50. color: #666666;
  51. font-family: Calibri;
  52. font-size: 11pt;
  53. line-height: 15pt;
  54. text-align: justify;
  55. }
  56.  
  57. a {
  58. text-decoration: none;
  59. color: #aaaaaa;
  60. -moz-transition: 0.3s ease-in;
  61. -webkit-transition: 0.3s ease-in;
  62. -o-transition: 0.3s ease-in;
  63. transition: 0.3s ease-in;
  64. }
  65.  
  66. a:hover {
  67. color: #666666;
  68. }
  69.  
  70. .right {
  71. margin: 0 0 px 0;
  72. overflow: hidden;
  73. text-align: left;
  74. }
  75.  
  76. .totalright {
  77. float: right;
  78. margin-top: 0px;
  79. }
  80.  
  81. .title {
  82. font-size: 30pt;
  83. }
  84.  
  85. .question {
  86. font-weight: bold;
  87. padding:2px;
  88. }
  89.  
  90. #content {
  91. border: 3px solid #eeeeee;
  92. width: 1100px;
  93. margin: auto;
  94. margin-top: 120px;
  95. margin-bottom: 120px;
  96. }
  97.  
  98. #header {
  99. width: 100%;
  100. margin: auto;
  101. margin-top: 120px;
  102. }
  103.  
  104. #header a {
  105. font-family: Times New Roman;
  106. font-size: 50pt;
  107. font-style: italic;
  108. text-transform: lowercase;
  109. text-decoration: none;
  110. color: #888888;
  111. border-bottom: 0px;
  112. }
  113.  
  114. #header a:hover {
  115. color: #eeeeee;
  116. font-style: italic;
  117. }
  118.  
  119. #description {
  120. margin-top: 20px;
  121. font-family: Verdana;
  122. font-size: 8pt;
  123. letter-spacing: 1pt;
  124. text-transform: uppercase;
  125. color: #cccccc;
  126. }
  127.  
  128. #navigation {
  129. margin-top: -25px;
  130. margin-bottom: 100px;
  131. }
  132.  
  133. #navigation a {
  134. font-family: Verdana;
  135. font-size: 8pt;
  136. text-transform: uppercase;
  137. text-decoration: none;
  138. letter-spacing: 1px;
  139. color: #aaaaaa;
  140. }
  141.  
  142.  
  143. #navigation a:hover {
  144. color: #666666;
  145. }
  146.  
  147. .pagination {
  148. margin-bottom: 100px;
  149. text-align: center;
  150. }
  151.  
  152. .pagination a {
  153. font-family: Verdana;
  154. font-size: 8pt;
  155. text-transform: uppercase;
  156. letter-spacing: 1px;
  157. color: #aaaaaa;
  158. }
  159.  
  160. #footer a:hover {
  161. color: #666666;
  162. }
  163.  
  164. .entry {
  165. width: 720px;
  166. margin: auto;
  167. text-align: left;
  168. }
  169.  
  170. #entry_header {
  171. margin: auto;
  172. margin-bottom: 25px;
  173. text-align: center;
  174. font-family: Times New Roman;
  175. font-size: 20pt;
  176. text-transform: lowercase;
  177. font-style: italic;
  178. color: #888888;
  179. }
  180.  
  181. #entry_footer {
  182. margin-top: 50px;
  183. margin-bottom: 120px;
  184. text-align: center;
  185. font-family: Verdana;
  186. font-size: 8pt;
  187. text-transform: uppercase;
  188. letter-spacing: 1px;
  189. color: #aaaaaa;
  190. }
  191.  
  192. div[id$="xpm0-hide"] {
  193. display: none;
  194. }
  195.  
  196. #entry_footer a {
  197. color: #aaaaaa;
  198. text-decoration: none;
  199. }
  200.  
  201. #entry_footer a:hover {
  202. color: #666666;
  203. }
  204.  
  205. .page_footer {
  206. width: 720px;
  207. margin-bottom: 120px;
  208. text-align: left;
  209. }
  210.  
  211. #notes {
  212. margin-top: -50px;
  213. }
  214.  
  215. #post_text {
  216. text-align: left;
  217. }
  218.  
  219. #post_photo {
  220. text-align: center;
  221. }
  222.  
  223. #post_photoset {
  224. text-align: center;
  225. }
  226.  
  227. #post_quote {
  228. font-family: Times New Roman;
  229. font-size: 16pt;
  230. font-style: italic;
  231. }
  232.  
  233. #post_link {
  234. }
  235.  
  236. #post_chat {
  237. }
  238.  
  239. #post_video {
  240. align: centre;
  241. }
  242.  
  243. #post_audio {
  244. }
  245.  
  246. #post_answer {
  247. }
  248.  
  249. #postdisq {
  250. color:#000000;
  251. margin-left:565px;
  252. position:absolute;
  253. -webkit-transition-duration: 0.4s;
  254. padding:3px;
  255. -moz-border-radius:0px;
  256. -webkit-border-radius:5px;
  257. z-index:3;
  258. }
  259.  
  260. #side {
  261. width:170px;
  262. position:absolute;
  263. float:right;
  264. padding:5px;
  265. top:28px;
  266. }
  267.  
  268. .quote {
  269. font-size:16px;
  270. }
  271.  
  272. .audio {
  273. width: 250px;
  274. background-color:#000;
  275. padding:2px;
  276. }
  277.  
  278. div.video embed, div.post div.video object {
  279. width:400px !important;
  280. height:275px !important;
  281. }
  282.  
  283. blockquote {
  284. padding:5px;
  285. padding-left:5px;
  286. -moz-border-radius: 0px 0px 10px 0px;
  287. -webkit-border-radius: 0px 0px 10px 0px;
  288. }
  289.  
  290. blockquote img {
  291. display:block;
  292. width:400px;
  293. }
  294.  
  295. ul.chat, .chat ol, .chat li {
  296. list-style:none;
  297. margin:0px;
  298. padding:5px;
  299. }
  300.  
  301. .trigger {
  302. display: inline-block;
  303. }
  304.  
  305. .info {
  306. padding: 0px;
  307. }
  308.  
  309. ol.notes {
  310. padding: 0px;
  311. margin: 25px 0px;
  312. list-style-type:none;
  313. font-family: Verdana;
  314. font-size: 6.5pt;
  315. letter-spacing: 1pt;
  316. text-transform: uppercase;
  317. color: #cccccc;
  318. }
  319.  
  320. ol.notes li.note {
  321. padding: 2px;
  322. }
  323.  
  324. ol.notes li.note img.avatar {
  325. width:0px;
  326. height: 0px;
  327. }
  328.  
  329. #tags {
  330. font-family: Verdana;
  331. font-size: 8pt;
  332. letter-spacing: 1pt;
  333. text-transform: uppercase;
  334. color: #cccccc;
  335. }
  336.  
  337. iframe input, iframe submit, iframe textarea, iframe div, iframe table {
  338. background-color:transparent!important;
  339. }
  340. </style>
  341.  
  342. {block:IfEndlessScrolling}
  343. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>
  344. {/block:IfEndlessScrolling}
  345.  
  346. <style type="text/css">{CustomCSS]</style>
  347.  
  348. {block:PermalinkPage}
  349. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js" type="text/javascript"><!--mce:0--></script>
  350. <script src="toggle.js" type="text/javascript"><!--mce:1--></script>
  351. <script type="text/javascript">
  352. $(document).ready(function(){
  353. $(".info").hide();
  354. $(".trigger").click(function(){
  355. $('.info').slideToggle("slow");
  356. return true;
  357. });
  358. });
  359. </script>
  360. {/block:PermalinkPage}
  361.  
  362. </head>
  363.  
  364. <body>
  365.  
  366. <!-- HTML -->
  367. <div id="content" align="center">
  368. <div id="header" align="center">
  369. <a href="/">{title}</a>
  370. </div>
  371.  
  372. <div id="description" align="center">
  373. {Description}
  374. </div>
  375.  
  376.  
  377. <div id="navigation" align="center">
  378. <br><br>
  379. <a href="/info">about</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="/ask">message</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="/archive">history</a> {block:IfLinkOneTitle} &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="{text:Link One}"> {text:Link One Title}</a> {/block:ifLinkOneTitle}
  380. {block:ifLinkTwoTitle} &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="{text:Link Two}"> {text:Link Two Title}</a>
  381. {/block:ifLinkTwoTitle} {block:ifLinkThreeTitle} &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="{text:Link Three}"> {text:Link Three Title}</a> {/block:ifLinkThreeTitle}
  382.  
  383. </div>
  384.  
  385.  
  386. {block:IfEndlessScrolling}
  387. <div class="autopagerize_page_element">
  388. {/block:IfEndlessScrolling}
  389.  
  390.  
  391. {block:Posts}
  392.  
  393. <div class="entry">
  394.  
  395. {block:Text}
  396. {block:Title}<div id="entry_header"><a href="Permalink">{Title}</a></div>{/block:Title}
  397. <div class="entry" id="post_text">{Body}</div>
  398. {/block:Text}
  399.  
  400. {block:Photo}
  401. <div class="entry" id="post_photo">{block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}{block:indexpage}
  402. <div class="photo_click"><a href="{Permalink}">{/block:indexpage}<img width="720" src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>{block:indexpage}</a></div>
  403. <div id="photo_cap">{block:ifcaption}{block:caption}{caption}{/block:caption}{/block:ifcaption}</div>{/block:indexpage}{block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}</div>
  404. {/block:Photo}
  405.  
  406. {block:Photoset}
  407. <div class="entry" id="post_photoset">
  408. {block:Photos}
  409. <img width="720" src="{PhotoURL-HighRes}">
  410. {/block:Photos}
  411. {/block:Photoset}
  412.  
  413. {block:Quote}
  414. <div class="entry" id="post_quote">"{Quote}"</div>
  415. <div align="right"><br>{block:source}{source}{/block:source}</div>
  416. {/block:Quote}
  417.  
  418. {block:Link}
  419. <div class="entry" id="post_link"><a href="{URL}" class="link" {Target}>{Name}</a>{block:Description}<div class="description">{Description}</div>{/block:Description}
  420. {/block:Link}
  421.  
  422. {block:Chat}
  423. <div id="entry_header">{block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}</div>
  424. <div class="entry" id="chat">{block:Lines}<br>{block:Label}<b>{Label}</b>{/block:Label}&nbsp;{Line}{/block:Lines}</div>
  425. {/block:Chat}
  426.  
  427. {block:Video}
  428. <div class="entry" id="post_video">{Video-700}{block:Caption}
  429. <div id="video_cap">{Caption}</div>{/block:Caption}
  430. {/block:Video}
  431.  
  432. {block:Audio}
  433. <div class="entry" id="post_audio">
  434. {AudioPlayerBlack}{block:Caption}<div id="audio_cap">{Caption}{/block:Caption}</div>
  435. </div>
  436. {/block:Audio}
  437.  
  438. {block:Answer}
  439. <div class="entry" id="post_answer">{Asker}&nbsp;asked:&nbsp; {Question}
  440. <br>{Answer}</div>
  441. {/block:Answer}
  442.  
  443.  
  444. {block:IndexPage}<div id="entry_footer"><a href="{Permalink}">{DayofMonth} {Month} {Year} @ {12Hour}:{Minutes}{AmPm}{block:NoteCount} &nbsp;&nbsp; {NoteCountWithLabel}{/block:NoteCount}</a></div>{/block:IndexPage}
  445.  
  446. {block:PermalinkPage}
  447. <div class="page_footer" id="caption">{block:Caption}{caption}{/block:Caption}</div>
  448. {block:HasTags}
  449. <div class="page_footer" id="tags">{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}
  450. </div>
  451. {/block:HasTags}
  452. {block:PostNotes}<div class="page_footer" id="notes">{PostNotes}</div>{/block:PostNotes}
  453.  
  454. {block:PermalinkPagination}
  455. <div class="pagination">
  456. {block:PreviousPost}<a href="{PreviousPost}">&larr; Previous</a>{/block:PreviousPost}
  457. &nbsp;&nbsp;&nbsp;&nbsp;
  458. {block:NextPost}<a href="{NextPost}">Next &rarr;</a>{/block:NextPost}
  459. </div>
  460. {block:PermalinkPagination}
  461.  
  462. {/block:PermalinkPage}
  463.  
  464. </div>
  465. {/block:Posts}
  466.  
  467.  
  468. {block:IfNotEndlessScrolling}
  469. {block:Pagination}
  470. <div class="pagination">
  471.  
  472. {block:PreviousPage}
  473. <a href="{PreviousPage}">&larr; Previous</a>
  474. {/block:PreviousPage}
  475. &nbsp;&nbsp;&nbsp;&nbsp;
  476. {block:NextPage}
  477. <a href="{NextPage}">Next &rarr;</a>
  478. {/block:NextPage}
  479.  
  480. </div>
  481. {/block:Pagination}
  482. {/block:IfNotEndlessScrolling}
  483.  
  484. {block:IfEndlessScrolling}</div>{/block:IfEndlessScrolling}
  485.  
  486. <div style="position: fixed; bottom: 5px; right: 5px; opacity:.5;">
  487. <a href="http://cockaigne.tumblr.com">.</a>
  488. </div>
  489.  
  490. </div> <!-- H -->
  491.  
  492. </div> <!-- C -->
  493.  
  494. </body>
  495.  
  496. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement