Advertisement
marrkhoppus

I am Iron Man

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