alokasenna

Hamburg Song (Theme 01)

Mar 9th, 2014
730
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.96 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.  
  3. <!--
  4.  
  5. THEME 01 BY LAUNTS (launts.tumblr.com)
  6.  
  7. CREDIT FOR THE BASE GOES TO NARRULD.TUMBLR.COM
  8.  
  9. DON'T STEAL OR REDISTRIBUTE. THANK.
  10.  
  11. -->
  12.  
  13.  
  14. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  15. <head>
  16.  
  17. <title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  21.  
  22. <meta name="color:background" content="#fff"/>
  23. <meta name="color:content bg" content="#000"/>
  24. <meta name="color:content border" content="#54786e"/>
  25. <meta name="color:description" content="#fff"/>
  26. <meta name="color:icon border" content="#54786e"/>
  27. <meta name="color:linkage" content="#000"/>
  28. <meta name="color:links" content="#000"/>
  29. <meta name="color:link background" content="#54786e"/>
  30. <meta name="color:pagination" content="#54786e"/>
  31. <meta name="color:post" content="#fff"/>
  32. <meta name="color:post border" content="#54786e"/>
  33. <meta name="color:post title" content="#54786e"/>
  34. <meta name="color:scrollbar" content="#54786e"/>
  35. <meta name="color:selection" content="#54786e"/>
  36. <meta name="color:selection text" content="#fff"/>
  37. <meta name="color:sidebar border" content="#54786e"/>
  38. <meta name="color:sidebar background" content="#000000"/>
  39. <meta name="color:sidebar image border" content="#54786e"/>
  40. <meta name="color:side links" content="#fff"/>
  41. <meta name="color:tag bg" content="#54786e"/>
  42. <meta name="color:tags" content="#fff"/>
  43. <meta name="color:text" content="#54786e"/>
  44. <meta name="color:title" content="#54786e"/>
  45. <meta name="color:topbar background" content="#000000"/>
  46.  
  47. <meta name="image:bg" content=""/>
  48. <meta name="image:icon" content=""/>
  49. <meta name="image:sidebar" content=""/>
  50.  
  51. <meta name="text:ask text" content="whispered"/>
  52. <meta name="text:link1" content=""/>
  53. <meta name="text:link1 url" content="/"/>
  54. <meta name="text:link2" content="">
  55. <meta name="text:link2 url" content="/"/>
  56. <meta name="text:link3" content="">
  57. <meta name="text:link3 url" content="/"/>
  58.  
  59.  
  60.  
  61. <style type="text/css">
  62.  
  63.  
  64. ::-webkit-scrollbar-thumb {
  65. background-color: {color:scrollbar};
  66. height:auto;
  67. border-bottom:none;
  68. }
  69. ::-webkit-scrollbar {
  70. height:9px;
  71. width:5px;
  72. background-color: {color:scrollbar};
  73. border: 2px solid {color:background};
  74.  
  75. }
  76.  
  77. ::selection {
  78. background-color: {color:selection};
  79. color: {color:selection text};
  80. }
  81.  
  82.  
  83. @font-face {
  84. font-family: keane;
  85. src: url('http://static.tumblr.com/6acw4l0/wM4n274xj/utis_2_.ttf') format('truetype');
  86. font-weight: normal;
  87. font-style: normal;
  88.  
  89. }
  90.  
  91. body {
  92. background-color:{color:background};
  93. margin:0px;
  94. color:{color:text};
  95. font-family:Arial, Helvetica;
  96. font-size:9px;
  97. line-height:100%;
  98. }
  99.  
  100. a {
  101. text-decoration:none;
  102. -moz-outline-style:none;
  103. color: {color:linkage};
  104. }
  105.  
  106. img {
  107. border:none;
  108. }
  109.  
  110.  
  111. h1 {
  112. font-size:12px;
  113. text-transform:uppercase;
  114. font-family: keane;
  115. text-align: center;
  116. color: {color:post title};
  117. }
  118.  
  119. h1 a {
  120. font-size:12px;
  121. text-transform:uppercase;
  122. font-family: keane;
  123. text-align: center;
  124. color: {color:post title};
  125. }
  126.  
  127. h1 a:hover {
  128. letter-spacing: 2px;
  129. }
  130.  
  131. blockquote {
  132. padding-left:5px;
  133. border-left:2px solid;
  134. }
  135.  
  136. blockquote blockquote {
  137. padding-left:5px;
  138. border-left:2px solid;
  139. }
  140.  
  141.  
  142. a:hover {
  143. opacity:1;
  144. color:{color:hover};
  145. -webkit-transition: all 0.5s ease;
  146. -moz-transition: all 0.5s ease;
  147. -o-transition: all 0.5s ease
  148. }
  149.  
  150.  
  151. #icon {
  152. position: fixed;
  153. width:120px;
  154. margin-left:50px;
  155. margin-top:-880px;
  156. opacity:1;
  157. }
  158.  
  159.  
  160. #iconimage {
  161. width 120px;
  162. }
  163.  
  164. #iconimage img {
  165. width:120px;
  166. border: 20px solid {color:icon border};
  167. border-radius: 50%;
  168. }
  169.  
  170. #icon:hover #sidebar {
  171. margin-top: 920px;
  172. margin-bottom: -800px;
  173. margin-left: 00px;
  174. opacity: 1;
  175. -webkit-transition: all 0.8s ease;
  176. -moz-transition: all 0.8s ease;
  177. -o-transition: all 0.8s ease
  178. }
  179.  
  180. #sidebar {
  181. width: 240px;
  182. height: 340px;
  183. margin-top: 500px;
  184. margin-left: 0px;
  185. opacity: 0;
  186. border-top: 5px solid {color:sidebar background};
  187. border-bottom: 5px solid {color:sidebar border};
  188. border-left: 5px solid {color:sidebar border};
  189. border-right: 5px solid {color:sidebar border};
  190. -webkit-transition: all 0.8s ease;
  191. -moz-transition: all 0.8s ease;
  192. -o-transition: all 0.8s ease
  193. position: fixed;
  194. background-color: {color:sidebar background};
  195. }
  196.  
  197. #sideimage {
  198. width: 195px;
  199. margin-left: 18px;
  200. }
  201.  
  202. #sideimage img {
  203. width: 195px;
  204. border: 5px solid {color:sidebar image border};
  205. }
  206.  
  207. #topbar {
  208. width: 100%;
  209. height: 90px;
  210. border-bottom: 20px solid {color:icon border};
  211. background-color: black;
  212. position: fixed;
  213. margin-top: -50px;
  214. }
  215.  
  216. #title {
  217. font-family: keane;
  218. font-size: 30px;
  219. text-transform: uppercase;
  220. color: {color:title};
  221. margin-top: 70px;
  222. margin-left: 300px;
  223.  
  224. }
  225.  
  226. #title a {
  227. font-family: keane;
  228. font-size: 30px;
  229. text-transform: uppercase;
  230. color: {color:title};
  231. }
  232.  
  233. #title a:hover {
  234. letter-spacing: 2px;
  235. }
  236.  
  237.  
  238.  
  239. .desc {
  240. position:fixed;
  241. margin-top:10px;
  242. margin-left:11px;
  243. font-family:cambria;
  244. line-height:110%;
  245. font-size:9px;
  246. font-style:italic;
  247. width:110px;
  248. padding:9px;
  249. text-align:justify;
  250. color:{color:description};
  251. }
  252.  
  253. .desc a
  254. {color:{color:text};
  255. -moz-transition-duration:0.6s;
  256. -webkit-transition-duration:0.6s;
  257. -o-transition-duration:0.6s;
  258. }
  259.  
  260.  
  261.  
  262. #linkage {
  263. width: 70px;
  264. height: 98px;
  265. margin-left: 140px;
  266. margin-top: 10px;
  267. padding: 5px;
  268. }
  269.  
  270.  
  271. #links {
  272. width: 50px;
  273. height: 13px;
  274. background-color: {color:link background};
  275. margin-left: 10px;
  276. margin-top: 5px;
  277. text-align: center;
  278. padding-top: 2px;
  279.  
  280. }
  281.  
  282. #links a{
  283. font-family: Calibri;
  284. font-size: 10px;
  285. color: {color:side links};
  286. }
  287.  
  288.  
  289. #pagi{
  290. width:100px;
  291. font-size:20px;
  292. text-align:center;
  293. margin-left:15px;
  294. margin-top:400px;
  295. position:fixed;
  296. font-family:keane;
  297. letter-spacing:0px;
  298. }
  299.  
  300. #pagi a {
  301. color: {color:pagination};
  302. }
  303.  
  304.  
  305. #all {
  306. padding:10px;
  307. width:400px;
  308. margin-left:450px;
  309. margin-top:50px;
  310. font-size:10px;
  311. }
  312.  
  313. #contain {
  314. margin-top: 30px;
  315. margin-left: -180px;
  316. background-color: {color:content bg};
  317. border-top: 30px solid {color:content bg};
  318. border-left: 30px solid {color:content border};
  319. border-right: 30px solid {color:content border};
  320. border-bottom: 30px solid {color:content border};
  321. padding: 10px;
  322. width: 430px;
  323. }
  324.  
  325. #posts {
  326. width:400px;
  327. padding-bottom:20px;
  328. padding:10px;
  329. margin-top:20px;
  330. background-color:{color:post};
  331. border: 5px solid {color:post border};
  332. }
  333.  
  334.  
  335. #details {
  336. text-align:right;
  337. margin-top:8px;
  338. text-transform:uppercase;
  339. font-size:8px;
  340. font-style:none;
  341. border-top:1px solid {color:Line};
  342. }
  343.  
  344. #details:hover #tags{
  345. margin-top: 0px;
  346. margin-left: 0px;
  347. opacity: 1;
  348. -webkit-transition: all 0.8s ease;
  349. -moz-transition: all 0.8s ease;
  350. -o-transition: all 0.8s ease;
  351. }
  352.  
  353. #tags {
  354. margin-top: 0px;
  355. margin-left: 0px;
  356. font-family:cambria;
  357. letter-spacing:0px;
  358. text-transform:lowercase;
  359. font-size:10px;
  360. font-style:italic;
  361. margin-top:2px;
  362. opacity: 0;
  363. background-color: {color:tag bg};
  364. -webkit-transition: all 0.8s ease;
  365. -moz-transition: all 0.8s ease;
  366. -o-transition: all 0.8s ease;
  367. color: {color:tags};
  368. height: 50px;
  369. width: 380px;
  370. overflow-y: scroll;
  371. text-align: left;
  372. padding: 10px;
  373. }
  374.  
  375. #tags a {
  376. display:inline-block;
  377. padding:-3px;
  378. color:{color:Tags};
  379. -webkit-transition: all 0.6s ease-in-out;
  380. -moz-transition: all 0.6s ease-in-out;
  381. -o-transition: all 0.6s ease-in-out;
  382. -ms-transition: all 0.6s ease-in-out;
  383. -transition: all 0.6s ease-in-out;
  384. }
  385.  
  386.  
  387. #question {
  388. padding:8px;
  389. font-family:cambria;
  390. text-align:center;
  391. font-style:italic;
  392. border:3px solid {color:post border};
  393. color:{color:text};
  394. background-color:{color:background}
  395. }
  396.  
  397. #question a {
  398. color: {color:text};
  399. }
  400.  
  401. #question a:hover {
  402. letter-spacing: 2px;
  403. }
  404.  
  405. .chat .line {
  406. color: {color:post border};
  407. background-color: {color:post};
  408. padding: 2px;
  409. }
  410.  
  411. .chat .line.odd {
  412. color: {color:post};
  413. background-color: {color:post border};
  414. padding: 2px;
  415. }
  416.  
  417. {CustomCSS}</style></head><body>
  418.  
  419. <div id="topbar">
  420. <div id="title">
  421. <a href="/">{Title}</a>
  422. </div>
  423. </div>
  424.  
  425. <div id="icon">
  426.  
  427. <div id="sidebar">
  428. <div id="sideimage">
  429. <img src="{image:sidebar}">
  430. </div>
  431. <div class="desc">
  432. {Description}
  433. </div>
  434. <div id="linkage">
  435. <div id="links">
  436. <a href="/submit">submit</a>
  437. </div>
  438.  
  439. <div id="links">
  440. <a href="/ask">ask</a>
  441. </div>
  442.  
  443. <div id="links">
  444. <a href="/archive">archive</a>
  445. </div>
  446.  
  447. <div id="links">
  448. <a href="{text:link1 url}">{text:link1}</a>
  449. </div>
  450.  
  451. <div id="links">
  452. <a href="{text:link2 url}">{text:link2}</a>
  453. </div>
  454.  
  455. <div id="links">
  456. <a href="{text:link3 url}">{text:link3}</a>
  457. </div>
  458. </div>
  459. </div>
  460.  
  461. <div id="iconimage"><img src="{image:icon}"></div>
  462.  
  463.  
  464.  
  465.  
  466. </div>
  467. </div>
  468.  
  469. {block:Pagination}<div id="pagi">
  470. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  471. {block:JumpPagination length="3"}
  472. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  473. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  474. {/block:JumpPagination}
  475. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  476. </div>{/block:Pagination}
  477.  
  478. <div id="all"><div id="contain">{block:Posts}<div id="posts">
  479.  
  480. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  481.  
  482. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  483.  
  484. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  485.  
  486. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  487.  
  488. {block:Quote}{Quote}{/block:Quote}
  489.  
  490. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" border="2px solid black" padding="2px"/>{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  491. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  492. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  493. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  494. {/block:Audio}
  495.  
  496. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  497.  
  498. {block:Chat}
  499. {block:Title}<div id="titled"><a href="{Permalink}">{Title}</a></div>{/block:Title}
  500. <div class="chat">
  501. {block:Lines}<div class="chat"><div class="line {Alt}">
  502. <div class="{Alt} user_{UserNumber}">
  503. {block:Label}
  504. <span class="label">{Label}</span>
  505. {/block:Label}
  506. {Line}</div>
  507. </div></div>
  508. {/block:Lines}
  509. </div>
  510. {/block:Chat}
  511.  
  512.  
  513. {block:Answer}<div id="question"><span style="text-transform:uppercase;font-size:9px;font-style:italic;"> {Asker} {text:ask text}: </span>{Question}</div><left> <font face="cambria">{Answer}</font>{/block:Answer}
  514.  
  515. <div id="details">
  516. <br> posted on <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero} at {12Hour}:{Minutes} </a> {block:RebloggedFrom} from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  517. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  518. {/block:Posts}
  519. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  520. {/block:Posts}</div></div></div>
  521. </div>
  522.  
  523.  
  524. <div style="position:fixed;bottom:2px; right:3px; font-size:9px; font-family:calibri;"><a href="http://launts.tumblr.com/">@LAUNTS</a></center></div>
  525.  
  526.  
  527. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment