Advertisement
marrkhoppus

Susan

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