Advertisement
pelides

41 // S E H N S U C H T

Feb 22nd, 2015
3,601
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.04 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <script type="text/javascript">
  5. <!--
  6. function handleThis(formElm)
  7. {
  8. window.location="http://{Name}.tumblr.com/tagged/"+formElm.number.value+"";
  9. return false;
  10.  
  11. }
  12. // -->
  13. </script>
  14.  
  15.  
  16.  
  17. <title>{Title}</title>
  18.  
  19.  
  20. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  21. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  22.  
  23. <!--------------------------------------------
  24.  
  25. 41 // S E H N S U C H T
  26. ,,,,,,,,,,,,, by chircn
  27.  
  28. --------------------------------------------->
  29.  
  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. <meta name="color:Background" content="#FFFFFF">
  38. <meta name="color:Hover" content="#000">
  39. <meta name="color:Link" content="#393939">
  40. <meta name="image:Sidebar" content="">
  41. <meta name="color:Text" content="#4c4c4c">
  42. <meta name="text:Link 1" content="">
  43. <meta name="text:Link 1 Title" content="/">
  44. <meta name="text:Link 2" content="">
  45. <meta name="text:Link 2 Title" content="/">
  46.  
  47. <style type="text/css">
  48.  
  49. h1 {
  50. font-weight:normal;
  51. font-size:12px;
  52. text-align:center;
  53. font-style:italic;
  54. line-height:50%;
  55. letter-spacing:0px;
  56. font-family:arial;
  57. text-transform:none;
  58. color:{color:Text};
  59. }
  60.  
  61. h2 {
  62. font-size:12px;
  63. font-family:arial;
  64. letter-spacing:0px;
  65. margin-bottom:12px;
  66. text-transform:lowercase;
  67. padding:15px;
  68. border-bottom:1px solid #f5f5f5;
  69. font-weight:normal;
  70. line-height:90%;
  71. color:{color:Text};
  72. }
  73.  
  74. pre {
  75. width:400px;
  76. text-align: left;
  77. word-wrap: break-word;
  78. color:{color:Text};
  79. }
  80.  
  81. blockquote {
  82. border-left:1px solid #e8e8e8;
  83. padding-left:6px;
  84. }
  85.  
  86. body {
  87. font-family:arial;
  88. margin-left:0px;
  89. color: {color:Text};
  90. background-color:{color:Background};
  91. }
  92.  
  93. a {
  94. color: {color:Link};
  95. text-decoration: none;
  96. }
  97.  
  98. a:hover {
  99. color:{color:Hover};
  100. }
  101.  
  102. #sidebar{
  103. position:fixed;
  104. margin-top:100px;
  105. margin-left:320px;
  106. width:120px;
  107. }
  108.  
  109. #sidebar img {
  110. margin-left:50px;
  111. width:64px;
  112. margin-bottom:10px;
  113. border-radius:0px;
  114. }
  115.  
  116. #sidebar img:hover{
  117. opacity:0.8;
  118.  
  119. }
  120.  
  121. #sam {
  122. text-align:right;
  123. margin-top:20px;
  124. margin-bottom:20px;
  125. text-transform:uppercase;
  126. font-stretch:condensed;
  127. font-size:14px;
  128. font-weight:600;
  129. letter-spacing:2px;
  130. }
  131.  
  132. #links{
  133. border-top:1px solid #f9f9f9;
  134. font-size:8px;
  135. font-family:arial;
  136. text-align:right;
  137. }
  138.  
  139. #links a{
  140. width:120px;
  141. margin-bottom:5px;
  142. display:inline-block;
  143. padding-bottom:5px;
  144. margin-right:2px;
  145. padding-top:10px;
  146. color:{color:Sidebar Links};
  147. -moz-transition-duration:0.3s;
  148. -webkit-transition-duration:0.3s;
  149. -o-transition-duration:0.3s;
  150. }
  151.  
  152. #links a:hover{
  153. color:{color:Hover};
  154. letter-spacing:2px;
  155. -moz-transition-duration:0.3s;
  156. -webkit-transition-duration:0.3s;
  157. -o-transition-duration:0.3s;
  158. }
  159.  
  160. #desc{
  161. margin-top:5px;
  162. margin-bottom:20px;
  163. line-height:200%;
  164. text-align:right;
  165. font-size:9px;
  166. color:{color:Description};
  167. }
  168.  
  169. #pagination {
  170. font-family:arial;
  171. border-bottom:1px solid #f5f5f5;
  172. background:#f9f9f9;
  173. text-align:center;
  174. font-size:8px;
  175. padding:15px;
  176. margin-bottom:60px;
  177. margin-top:20px;
  178. }
  179.  
  180. #pagination a {
  181. color:{color:Link};
  182. padding:7px;
  183. -moz-transition-duration: 0.5s;
  184. -o-transition-duration: 0.5s;
  185. -webkit-transition-duration: 0.5s;
  186. transition-duration: 0.5s;
  187. }
  188.  
  189. #pagination a:hover {
  190. color:{color:Hover};
  191. -moz-transition-duration: 0.5s;
  192. -o-transition-duration: 0.5s;
  193. -webkit-transition-duration: 0.5s;
  194. transition-duration: 0.5s;
  195. }
  196.  
  197. /*audio*/
  198.  
  199. #song {
  200. font-size:11px;
  201. padding:5px;
  202. text-align:right;
  203. margin-bottom:-10px;
  204. }
  205.  
  206. .audiop {
  207. padding:15px;
  208. background:#f9f9f9;
  209. border:5px double #fff;
  210. padding-top:10px;
  211. position:relative;
  212. }
  213.  
  214. .audioinfo {
  215. color:{color:text};
  216. font-size:7px;
  217. text-align:right;
  218. }
  219.  
  220. .player {
  221. width:15px;
  222. vertical-align:middle;
  223. margin-top:10px;
  224. margin-left:-10px;
  225. height:15px;
  226. border-radius:400px;
  227. padding:10px;
  228. overflow:hidden;
  229. }
  230.  
  231. .playerb {
  232. margin-top:-10px;
  233. width:40px;
  234. border-radius:400px;
  235. height:40px;
  236. z-index:3;
  237. vertical-align:middle;
  238. position:absolute;
  239. opacity:1;
  240. -webkit-transition:all 0.6s ease-out;
  241. -moz-transition:all 0.6s ease-out;
  242. transition:all 0.6s ease-out;
  243. }
  244.  
  245. .audiop:hover .playerb {
  246. opacity:0.5;
  247. -webkit-transition:all 0.6s ease-out;
  248. -moz-transition:all 0.6s ease-out;
  249. transition:all 0.6s ease-out;}
  250.  
  251.  
  252. .container {
  253. width:400px;
  254. margin-left: 550px;
  255. }
  256.  
  257. .postscontainer {
  258. max-width:400px;
  259. margin: auto;
  260. margin-top:-40px;
  261. margin-left:0px;
  262. }
  263.  
  264. .posts {
  265. width:400px;
  266. line-height:100%;
  267. font-size:11px;
  268. font-family:arial;
  269. margin-top:100px;
  270. text-align:justify;
  271. }
  272.  
  273. .posts a:hover {
  274. color:{color:Hover};
  275. }
  276.  
  277. .posts img {
  278. max-width:400px;
  279. }
  280.  
  281. #info {
  282. margin-top:10px;
  283. padding:10px;
  284. text-align:center;
  285. letter-spacing:1px;
  286. font-size:8px;
  287. text-transform:lowercase;
  288. border-top:1px solid #f9f9f9;
  289. }
  290.  
  291. #info a:hover {
  292. color:{color:text};
  293. }
  294.  
  295.  
  296. .tags {
  297. text-align:center;
  298. font-family:arial;
  299. font-size:8px;
  300. letter-spacing:1px;
  301. padding:0px 0px 0px 0px;
  302. text-transform:lowercase;
  303. display:inline;
  304. }
  305.  
  306. .tags a {
  307. background:#fcfcfc;
  308. margin:5px 5px 0px 0px;
  309. line-height:16px;
  310. }
  311.  
  312. .tags a:hover {
  313. text-decoration:none;
  314. background-color:{color:background};
  315. }
  316.  
  317. .postnote {
  318. width:400px;
  319. font-family:arial;
  320. text-transform:lowercase;
  321. font-size:11px;
  322. text-align:left;
  323. line-height:120%;
  324. margin-top:40px;
  325. }
  326.  
  327. .postnote li {
  328. list-style-type:none;
  329. padding:10px;
  330. text-align:justify;
  331. margin-left:-45px;
  332. -moz-transition-duration:0.5s;
  333. -webkit-transition-duration:0.5s;
  334. -o-transition-duration:0.5s;
  335. }
  336.  
  337. .postnote img {
  338. width:15px;
  339. padding: 3px;
  340. margin:2px 7px -3px 6px;
  341. text-align:left;
  342. }
  343.  
  344. .postnote img:hover {
  345. background:transparent;
  346. }
  347.  
  348. .quote {
  349. font-size:12px;
  350. font-family:arial;
  351. font-weight:600;
  352. letter-spacing:0px;
  353. padding:15px;
  354. background:#f9f9f9;
  355. border:5px double #fff;
  356. line-height:120%;
  357. text-align:left;
  358. color:{color:Text};
  359. }
  360.  
  361. .source {
  362. font-family:arial;
  363. font-size:9px;
  364. margin-top:10px;
  365. margin-bottom:20px;
  366. font-style:italic;
  367. text-align:center;
  368. }
  369.  
  370. .chat ol {
  371. font-size:11px;
  372. font-family:arial;
  373. line-height:150%;
  374. text-align:justify;
  375. padding:0px;
  376. list-style:none;
  377. }
  378.  
  379. .label {
  380. text-transform:uppercase;
  381. font-size:11px;
  382. font-family:arial;
  383. font-weight:600;
  384. padding-right:5px;
  385. color:{color:Text};
  386. }
  387.  
  388. .line.odd {
  389. padding:5px;
  390. margin-bottom:2px;
  391. }
  392.  
  393. .line.even {
  394. padding:5px;
  395. margin-bottom:2px;
  396. background-color:#f9f9f9;
  397. }
  398.  
  399. #answer {
  400. width:400px;
  401. margin-top:15px;
  402. }
  403.  
  404. #questions {
  405. text-align:right;
  406. background:#f9f9f9;
  407. font-family:arial;
  408. font-weight:normal;
  409. line-height:100%;
  410. font-size:12px;
  411. border:5px double #fff;
  412. padding:15px;
  413. color:{color:text};
  414. }
  415.  
  416. .credit {
  417. position:fixed;
  418. font-family:arial;
  419. font-size:11px;
  420. font-weight:normal;
  421. line-height:150%;
  422. bottom:10px;
  423. right:10px;
  424. text-align:center;
  425. -moz-transition-duration: 0.4s;
  426. -o-transition-duration: 0.4s;
  427. -webkit-transition-duration: 0.4s;
  428. transition-duration: 0.4s;
  429. }
  430.  
  431. .credit a {
  432. font-style:normal;
  433. padding:3px;
  434. color:{color:Link};
  435. padding:2px;
  436. }
  437.  
  438. .credit:hover {
  439. background:transparent;
  440. text-decoration:underline;
  441. }
  442.  
  443. </style>
  444. </head>
  445.  
  446. <body>
  447.  
  448. <div id="sidebar">
  449.  
  450. <img src="{image:Sidebar}">
  451.  
  452. <div id="sam">{Title}</div>
  453.  
  454. <div id="desc">
  455. {description}</div>
  456.  
  457. <div id="links">
  458. <a href="/">index</a><br>
  459. <a href="/ask">ask</a><br>
  460. <a href="{text:Link 1}">{text:Link 1 Title}</a><br>
  461. <a href="{text:Link 2}">{text:Link 2 Title}</a>
  462. </div>
  463.  
  464. </div>
  465.  
  466. <div class="container">
  467.  
  468. <div class="postscontainer">
  469. {block:Posts}
  470.  
  471. {block:ContentSource}
  472.  
  473. <!— {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  474.  
  475. {/block:SourceLogo}
  476.  
  477. {block:NoSourceLogo}{/block:NoSourceLogo} —>
  478.  
  479. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  480. <div class="posts">
  481.  
  482. {block:Text}
  483. {block:Title}<h2>{Title}</h2>{/block:Title}
  484. {Body}
  485. {/block:Text}
  486.  
  487. {block:Quote}<div class="quote">&#8220;{Quote}&#8221; </div><div class="source">— {block:Source}{Source}{/block:Source}</div> {/block:Quote}
  488.  
  489. {/block:Quote}
  490.  
  491. {block:Link}
  492. <h2><a href="{URL}">{Name}</a></h2>
  493. {block:Description}{Description}{/block:Description}
  494. {/block:Link}
  495.  
  496. {block:Chat}{block:Title}<h2>{Title}</h2>{/block:Title}<div class="chat"><ol>{block:Lines}<li class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}
  497. </ol></div>{/block:Chat}
  498.  
  499. {block:Answer}<div id="questions"><b>{asker}:</b><br>
  500. {Question}<br></div>
  501. <div id="answer">
  502. {Answer}</div>
  503. {/block:Answer}
  504.  
  505. {block:Photo}
  506. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  507. {/block:Photo}
  508.  
  509. {block:Photoset}
  510. {Photoset-400}
  511. {block:Caption}{Caption}{/block:Caption}
  512. {/block:Photoset}
  513.  
  514. {block:Audio}
  515. <div class="audiop">
  516. <div class="playerb" style="vertical-align:middle;"><div class="player" style="vertical-align:middle;">
  517. {AudioPlayerWhite}
  518. </div></div>
  519. <div class="audioinfo">
  520. {block:TrackName}<div id="song"><b>{TrackName}</b>{/block:TrackName}
  521. {block:Artist} / {Artist}{/block:Artist}<br> {block:Playcount} — {Playcount} plays<br>{/block:Playcount}</div></div><br></div>
  522. {/block:Audio}
  523.  
  524. {block:Video}
  525. {Video-400}
  526. {block:Caption}{Caption}{/block:Caption}
  527. {/block:Video}
  528.  
  529. {block:Date}
  530. <div id="info">
  531. {block:Date}<a href="{Permalink}">{MonthNumberWithZero}/{DayOfMonthWithZero}/{ShortYear}</a>{/block:Date}{block:NoteCount} · <a href="{Permalink}"> {NoteCountWithLabel}</a>{/block:NoteCount}
  532. {block:HasTags} · <div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}</div>
  533. </div>
  534. {/block:Date}
  535.  
  536.  
  537. <div class="postnote">
  538. {block:PostNotes}
  539. <center>
  540. {block:ContentSource}
  541. source: <a href="{SourceURL}">{SourceTitle}</a>,
  542. {/block:ContentSource}
  543. {block:RebloggedFrom}
  544. via: <a href="{ReblogParentURL}">{ReblogParentName}</a><br><br><br><br>
  545. {/block:RebloggedFrom}
  546. </center>
  547. {PostNotes}{/block:PostNotes}
  548. </div>
  549. {/block:Posts}
  550.  
  551. {block:Pagination}
  552. <div id="pagination">
  553. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  554. {block:JumpPagination length="5"}
  555. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  556. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  557. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  558. </div>
  559. {/block:Pagination}
  560.  
  561. <div class="credit"><a href="http://chircn.tumblr.com/">th.</a></div>
  562.  
  563. </div>
  564. </div>
  565. </div>
  566. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement