marrkhoppus

Dream As If You'll Live Forever. (next button on bottom)

Jul 11th, 2013
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.81 KB | None | 0 0
  1. <!--
  2.  
  3. Go to marrkhoppus.tumblr.com if you have any questions. Enjoy :)
  4.  
  5. theme dream as if you'll live forever. live as if you'll die today. by jenny (marrkhoppus.tumblr.com)
  6.  
  7. please leave the credit intact-->
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10. <head><title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14.  
  15.  
  16. <meta name="color:Background" content="#ffffff"/>
  17. <meta name="color:Text" content="#b8b8b8"/>
  18. <meta name="color:Link" content="#a3a2a2"/>
  19. <meta name="color:Hover" content="#696969"/>
  20. <meta name="color:Border" content="#f2f2f2"/>
  21.  
  22. <meta name="image:sidebar" content=""/>
  23.  
  24. <meta name="text:Link 1" content="" />
  25. <meta name="text:Link 1 Text" content="" />
  26. <meta name="text:Link 2" content="" />
  27. <meta name="text:Link 2 Text" content="" />
  28. <meta name="text:Link 3" content="" />
  29. <meta name="text:Link 3 Text" content="" />
  30. <meta name="if:Show Link 1" content="1" />
  31. <meta name="if:Show Link 2" content="1" />
  32. <meta name="if:Show Link 3" content="1" />
  33.  
  34.  
  35. <style type="text/css">
  36.  
  37. #bite
  38. #bite a{
  39. display:block
  40. }
  41. #bite .death {
  42. margin-top:-40px;filter: alpha(opacity = 0);
  43. opacity:0;-webkit-transition: all 0.5s ease-out;
  44. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  45. }
  46.  
  47. #bite:hover .death {
  48. margin-top:0px;
  49. -webkit-transition: all 0.8s ease-out;
  50. -moz-transition: all 0.8s ease-out;
  51. transition: all 0.8s ease-out;
  52. filter: alpha(opacity = 100);
  53. filter: alpha(opacity = 100);
  54. opacity:100;
  55. }
  56.  
  57. #bite .life {
  58. margin-bottom:50px;filter: alpha(opacity = 0);
  59. opacity:0;-webkit-transition: all 0.5s ease-out;
  60. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  61. }
  62.  
  63. #bite:hover .life {
  64. margin-bottom:0px;
  65. -webkit-transition: all 0.8s ease-out;
  66. -moz-transition: all 0.8s ease-out;
  67. transition: all 0.8s ease-out;
  68. filter: alpha(opacity = 100);
  69. filter: alpha(opacity = 100);
  70. opacity:100;
  71. }
  72.  
  73. /* --- SCROLLBAR ---*/
  74.  
  75. ::-webkit-scrollbar {width:5px; height:auto; background:#ffffff; }
  76.  
  77. ::-webkit-scrollbar-thumb { background-color:#b8b8b8; -webkit-border-radius:0ex; }
  78.  
  79.  
  80. /* --- BODY ---*/
  81.  
  82. body {
  83. background:{color:background};
  84. margin:0px;
  85. color:{color:text};
  86. font-family:'calibri';
  87. font-size:9px;
  88. line-height:100%;
  89. }
  90.  
  91. a {
  92. text-decoration:none;
  93. outline:none;
  94. -moz-outline-style:none;
  95. color:{color:link};
  96. }
  97.  
  98. img {
  99. border:none;
  100. }
  101.  
  102. blockquote {
  103. padding-left:5px;
  104. border-left:2px solid;
  105. }
  106.  
  107. blockquote blockquote {
  108. padding-left:5px;
  109. border-left:2px solid;
  110. }
  111.  
  112. h1 {
  113. font-size:9px;
  114. text-transform:uppercase;
  115. }
  116.  
  117. a:hover {
  118. opacity:10;
  119. color:{color:hover};
  120. -webkit-transition: all 0.7s ease;
  121. -moz-transition: all 0.7s ease;
  122. -o-transition: all 0.7s ease
  123. }
  124.  
  125. /* --- POST ENTRIES ---*/
  126.  
  127.  
  128. #entries {
  129. padding:10px;
  130. width:500px;
  131. margin-left:470px;
  132. margin-top:40px;
  133. font-size:10px;
  134. }
  135.  
  136. /* --- BODY: POSTS ---*/
  137.  
  138.  
  139. #post {
  140. width:500px;
  141. padding-bottom:20px;
  142. padding:10px;
  143. margin-top:15px;
  144. border: 1px solid {color:border};
  145. }
  146.  
  147. /* --- SIDEBAR IMAGE ---*/
  148.  
  149.  
  150. #sidebar {
  151. width:145px;
  152. height:145px;
  153. position:fixed;
  154. margin-left:220px;
  155. margin-top:150px;
  156. }
  157.  
  158. #sidebarimage {
  159. width 145px;
  160. height:145px;
  161. }
  162.  
  163. #sidebarimage img {
  164. width:145px;
  165. height:145px;
  166. border-radius:125px;
  167. padding:6px;
  168. }
  169.  
  170.  
  171. /* --- SIDEBAR LINKS ---*/
  172.  
  173. .links {
  174. width:145px;
  175. padding: 9px;
  176. font-size:8px;
  177. font-family:'calibri';
  178. text-align:center;
  179. margin-top:-175px;
  180. margin-left:-5px;
  181. text-align:center;
  182. text-transform:uppercase;
  183. word-spacing:2px;
  184. position:fixed;
  185. padding-bottom:7px;
  186. }
  187.  
  188. .links a {
  189. display:inline-block;
  190. margin-bottom:5px;
  191. color:{color:link};
  192. background-color:{color:background};
  193. width:150px;
  194. opacity:0.7;
  195. }
  196.  
  197. .links a:hover {
  198. -webkit-transition: all 0.7s ease;
  199. color:{color:hover};
  200. opacity:1;
  201. }
  202.  
  203.  
  204. /* --- DESCRIPTION ---*/
  205.  
  206. #description {
  207. font-family:'calibri';
  208. line-height:90%;
  209. font-size:9px;
  210. font-style:italic;
  211. width:145px;
  212. margin-top:10px;
  213. padding:8px;
  214. margin-left:0px;
  215. text-align:center;
  216. }
  217.  
  218.  
  219. #pagination {text-align:center; font-size:9px; text-transform:none; width:157px;}
  220.  
  221.  
  222. /* --- POST INFO ---*/
  223.  
  224.  
  225. #info {
  226. text-align:left;
  227. margin-top:10px;
  228. text-transform:uppercase;
  229. font-size:8px;
  230. font-style:none;
  231. border-top:1px solid {color:border}
  232. }
  233.  
  234. /* --- POST TAGS---*/
  235.  
  236.  
  237. #tags {
  238. font-family:'calibri';
  239. letter-spacing:0px;
  240. text-transform:lowercase;
  241. font-size:10px;
  242. font-style:italic;
  243. margin-top:4px;
  244. text-align:left;
  245. }
  246.  
  247. #tags
  248. a {display:inline;padding:-3px;text-align:left;
  249. -webkit-transition: all 0.6s ease-in-out;
  250. -moz-transition: all 0.6s ease-in-out;
  251. -o-transition: all 0.6s ease-in-out;
  252. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  253.  
  254.  
  255. /* --- QUESTIONS ---*/
  256.  
  257. #asker {
  258. padding:10px;
  259. border-top: 1px solid #e8e8e8;
  260. letter-spacing:1px;
  261. text-align:left;
  262. background-color:#fafafa;
  263. }
  264.  
  265. .credit {position:fixed; bottom:15px; right:15px; font: 8px cambria, sans-serif; background: transparent; border: 0px solid #f2f2f2; text-transform:uppercase; letter-spacing: 0px; padding: 5px; }
  266. .credit a{color:#b8b8b8; opacity:0.8;}
  267. .credit a:hover{color:#696969; opacity:1.0;}
  268.  
  269. {CustomCSS}</style></head><body>
  270.  
  271. <div id="bite">
  272. <div id="sidebar">
  273. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  274.  
  275. <div id="description">
  276. {block:Description}
  277. {Description}
  278. {/block:Description}
  279. </div>
  280. <div id="pagination">
  281. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><b>prev /</b></a>{/block:PreviousPage}
  282. {block:NextPage}<a href="{NextPage}"><b>next</b></a>{/block:NextPage}{/block:Pagination}</div>
  283.  
  284. <div class="links">
  285. <div class="death">
  286. <a href="/">home</a><br> <br>
  287. <a href="/ask">ask</a><br><br>
  288. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1} <br><br>
  289. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2} <br><br>
  290. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3} <br><br>
  291. </div></div>
  292.  
  293. </div></div>
  294.  
  295. <div id="entries">{block:Posts}<div id="post">
  296.  
  297. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  298.  
  299. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  300.  
  301. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  302.  
  303. {block:Quote}{Quote}{/block:Quote}
  304.  
  305. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  306.  
  307. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  308.  
  309. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  310. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  311. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  312. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  313. {/block:Audio}
  314.  
  315. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  316.  
  317. {block:Answer}<div id="asker" style="margin-left:35px;width:450px;"><img align="left" src="{AskerPortraitURL-30}"style="border-radius:160px;margin-left:-45px;margin-top:-10px;"><span style="font-size:9px;font-style:italic;">{Asker}:&nbsp;</span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  318.  
  319. <div id="info">
  320. <br>{block:Date}posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <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> - <a href="{ReblogURL}" target="_blank" class="details">Reblog </a>
  321. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}{/block:Date}</div></div>
  322. {/block:Posts}
  323. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  324. {/block:Posts}</div></div></div>
  325.  
  326. <div class="credit"><a href="http://marrkhoppus.tumblr.com/">marrkhoppus</a></div>
  327.  
  328.  
  329.  
  330.  
  331.  
  332. </body>
  333.  
  334. </html>
Add Comment
Please, Sign In to add comment