Advertisement
Guest User

fitti mitm bart

a guest
Apr 16th, 2014
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.25 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5. <link href='http://fonts.googleapis.com/css?family=Leckerli+One' rel='stylesheet' type='text/css'>
  6.  
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <!---- base theme by enterprizer @ tumblr, for public use
  13. editing by taegif #hella
  14. itd be very cool if you didnt remove the credit or claimed this as your own you know the usual stuff i spent a lot of time editing this :+) --->
  15.  
  16. <meta name="color:Background" content="#ffffff"/>
  17. <meta name="color:Text" content="#838282"/>
  18. <meta name="color:Link" content="#b8b8b8"/>
  19. <meta name="color:title" content="" />
  20. <meta name="color:border" content="" />
  21. <meta name="color:scrollbar" content="" />
  22. <meta name="color:sidebar bg" content="" />
  23. <meta name="image:sidebar" content=""/>
  24. <meta name="image:Background" content="" />
  25. <meta name="text:navigation" content="navigation" />
  26. <meta name="text:link 1 url" content="" />
  27. <meta name="text:link 2 url" content="" />
  28. <meta name="text:link 3 url" content="" />
  29. <meta name="text:link 4 url" content="" />
  30. <meta name="text:link 5 url" content="" />
  31. <meta name="text:link 6 url" content="" />
  32. <meta name="text:link 1" content="" />
  33. <meta name="text:link 2" content="" />
  34. <meta name="text:link 3" content="" />
  35. <meta name="text:link 4" content="" />
  36. <meta name="text:link 5" content="" />
  37. <meta name="text:link 6" content="" />
  38. <meta name="if:title" content="" />
  39. <meta name="if:drop down" content="" />
  40. <meta name="if:border" content="" />
  41. <meta name="if:border sidebar" content="" />
  42. <meta name="if:sideimg border" content="" />
  43. <meta name="if:sidebar bg" content="" />
  44. <meta name="if:semitransparency" content="" />
  45. <meta name="if:stretch bg" content="" />
  46.  
  47. <style type="text/css">
  48.  
  49. body {
  50. background: {color:Background} url('{image:Background}') top left fixed;
  51. margin:0px;
  52. color:{color:text};
  53. font-family:Helvetica;
  54. font-size:11px;
  55. line-height:100%;
  56. {block:ifstretchbg} background-size: cover; {/block:ifstretchbg}
  57. }
  58.  
  59. a {
  60. text-decoration:none;
  61. outline:none;
  62. -moz-outline-style:none;
  63. color:{color:link};
  64. }
  65.  
  66. a:hover {
  67. color:#8b8b8b;
  68. }
  69.  
  70. img {
  71. border: none;
  72.  
  73. }
  74.  
  75. blockquote {
  76. padding-left:5px;
  77. border-left:3px solid;
  78. margin-left: 20px;
  79. }
  80.  
  81. blockquote blockquote {
  82. padding-left:5px;
  83. border-left:3px solid;
  84.  
  85. }
  86.  
  87. h1 {
  88. font-size:15px;
  89. }
  90.  
  91. #entries {
  92. padding:10px;
  93. width:520px;
  94. margin-left:380px;
  95.  
  96.  
  97. }
  98.  
  99. #post {
  100. width:500px;
  101. padding:10px;
  102. margin-bottom: 25px;
  103. margin-top:25px;
  104. {block:ifborder} margin-left: -1px; {/block:ifborder}
  105. {block:ifsemitransparency} background-color: rgba(255, 255, 255, 0.6); {/block:ifsemitransparency}
  106. {block:ifnotsemitransparency} background-color: #ffffff; {/block:ifnotsemitransparency}
  107. {block:ifborder} border: 1px solid {color:border}; {/block:ifborder}
  108.  
  109. }
  110.  
  111. #post img {
  112. max-width: 100%;
  113. }
  114.  
  115. #post .quote {
  116. font-size: 15px;
  117. text-decoration: bold italic ;
  118. padding-bottom: 6px;
  119. line-height: 17px;
  120.  
  121. }
  122.  
  123. #disgusting {
  124. max-width: 500px;
  125. text-align: center;
  126. }
  127.  
  128. #swagmaster {
  129. text-align: left;
  130. margin-left: 110px;
  131. }
  132.  
  133. #mondo img {
  134. width: 100px;
  135. float: left;
  136. margin-top: -30px;
  137. border: 3px solid {color:background};
  138. border-radius: 10px;
  139. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;
  140. opacity: 0.8;
  141. }
  142.  
  143. #mondo img:hover {
  144. border-radius: 100px;
  145. opacity: 0.6;
  146.  
  147. }
  148. #naegi {
  149. margin-left: 110px;
  150. border-left: 4px solid #c8c8c8 ;
  151. text-align: left;
  152. padding: 5px;
  153. margin-bottom: 20px;
  154. margin-top: 20px;
  155. }
  156.  
  157. #kiyotaka {
  158. position: fixed;
  159. top: 0px;
  160. margin-left: 150px;
  161. width: 160px;
  162. background-attachment: fixed;
  163. height: 100%;
  164. font-family: helvetica;
  165. color: #626262;
  166. opacity: 1;
  167. {block:ifsidebarbg} background: {color:sidebar bg};
  168. border-right: 1px solid {color:border};
  169. border-left: 1px solid {color:border}; {/block:ifsidebarbg}
  170.  
  171. }
  172.  
  173. #ishimaru img {
  174. margin-left: 19px;
  175. margin-top: 155px;
  176. border-radius: 100px;
  177. opacity: .9;
  178. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;
  179. {block:ifsideimgborder} border: 1px solid {color:border} {block:ifsideimgborder};
  180.  
  181. }
  182.  
  183. #ishimaru img:hover {
  184. opacity: .6;
  185. }
  186.  
  187. #wrapper {
  188. width: 500px;
  189. margin: 0 auto;
  190. }
  191.  
  192.  
  193. #sidebar {
  194. margin-top: 10px;
  195. float:left;
  196. margin-left: 13px;
  197. width: 125px;
  198. padding: 5px;
  199. font-size: 10px;
  200. font-family: helvetica;
  201. {block:ifsemitransparency} background-color: rgba(255, 255, 255, 0.6); {/block:ifsemitransparency}
  202. {block:ifnotsemitransparency} background-color: #ffffff; {/block:ifnotsemitransparency}
  203. {block:ifbordersidebar} border: 1px solid {color:border}; {/block:ifbordersidebar}
  204. }
  205.  
  206. #title {
  207. font-size:17px;
  208. font-family: 'leckerli one';
  209. text-align:center;
  210. color: {color:title};
  211. margin-top: 5px;
  212. line-height: 100%;
  213. text-transform: uppercase;
  214. padding: 3px;
  215. letter-spacing: 2px;
  216. border-bottom: 1px dotted {color:border};
  217. }
  218.  
  219. #taehyung {
  220. text-transform: uppercase;
  221. font-size: 9px;
  222. text-align:center;
  223. color: #c8c8c8;
  224. font-family: helvetica;
  225. margin-top: 10px;
  226. }
  227.  
  228. #taehyung a {
  229. {block:ifsemitransparency} background-color: rgba(255, 255, 255, 0.6); {/block:ifsemitransparency}
  230. {block:ifnotsemitransparency} background-color: #ffffff; {/block:ifnotsemitransparency}
  231. padding: 2px;
  232. border-radius: 2px;
  233. letter-spacing: 0.3px;
  234. {block:ifbordersidebar} border: 1px solid {color:border}; {/block:ifbordersidebar}
  235. }
  236. #description {
  237. padding:5px;
  238. text-align:center;
  239. font-size: 11px;
  240. }
  241.  
  242. #pagination {
  243. font-size:25px;
  244. text-align:center;
  245.  
  246. }
  247.  
  248. #pagination a {
  249. color: #626262;
  250.  
  251. }
  252.  
  253. #info {
  254. text-align:center;
  255. margin-top: 5px;
  256. padding-top: 4px;
  257. border-top: 1px solid {color:border};
  258.  
  259. }
  260.  
  261.  
  262. #asker {
  263. float:left;
  264. margin-right:5px;
  265. ;
  266. }
  267.  
  268. #donkey {
  269. border-bottom: 1px solid {color:border}
  270. }
  271.  
  272. ::-webkit-scrollbar-thumb:vertical {
  273. background-color: {color:Scrollbar};
  274. height: 30px;
  275. }
  276.  
  277. ::-webkit-scrollbar {
  278. height: 30px;
  279. width: 6px;
  280. background-image: {image:background}; }
  281.  
  282. {CustomCSS}</style></head><body>
  283.  
  284. </div>
  285. </div>
  286.  
  287. <div id="kiyotaka">
  288. <div id="ishimaru">
  289. <img src="{image:sidebar}" width="120px"> </div>
  290. {block:iftitle} <div id="title">{Title}</div> {/block:iftitle}
  291. <div id="taehyung">
  292. <a href="/">home</a> <a href="/ask">ask</a> <a href="{text:link 1 url}">{text:link 1}</a> <a href="{text:link 2 url}" target="_blank">{text:link 2}</a>
  293. </div> <div id="sidebar">
  294. <div id="top">
  295. <div id="description">{Description}</div> {block:ifdropdown} <center><select onChange="location=this.options[this.selectedIndex].value;" style="font:10px helvetica; color:#626262; background-color:transparent; -webkit-appearance: none; text-align:center; border: 1px solid {color:border}; height: 18px;margin-top:2px;margin-bottom:2px; ">
  296. <option value="/"> {text:navigation}</option>
  297. {block:IfLink3}
  298. <option value="{text:Link 3 url}">{text:Link 3}</option>
  299. {/block:IfLink3}
  300. {block:IfLink4}
  301. <option value="{text:Link 4 url}">{text:Link 4}</option>
  302. {/block:IfLink4}
  303. {block:IfLink5}
  304. <option value="{text:Link 5 url}">{text:Link 5}</option>
  305. {/block:IfLink5}
  306.  
  307. </select> {/block:ifdropdown}
  308. </div>
  309. </div>
  310. <div id="pagination">
  311. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">ยซ</a>{/block:PreviousPage}
  312. {block:NextPage}<a href="{NextPage}">ยป</a>{/block:NextPage}{/block:Pagination} </div>
  313. </div>
  314.  
  315. <div id="entries">{block:Posts}
  316.  
  317.  
  318. {block:ContentSource}
  319. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  320. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  321. {/block:SourceLogo}
  322. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  323. {/block:ContentSource}
  324.  
  325. <!--{block:RebloggedFrom}
  326. Via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
  327. {/block:RebloggedFrom}</div> -->
  328.  
  329. <div id="post">
  330.  
  331. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}
  332.  
  333. <div id="info">
  334. <a href="{Permalink}"> {block:Date}{TimeAgo}{/block:Date} </a> | <a href="{Permalink}">
  335. {NoteCountWithLabel}</a> {block:indexpage} | <a href="{ReblogURL}" target="_blank" class="details">Reblog</a> {/block:indexpage} {block:HasTags}<br>{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}<br>
  336. {block:permalinkpage} {block:RebloggedFrom} <a href="{ReblogParentURL}"
  337. +title="{ReblogParentTitle}">via {ReblogParentName} </a> | <a href="{ReblogRootURL}"title="{ReblogRoottitle}">originally from {reblogrootname}</a>{/block:RebloggedFrom} {/block:permalinkpage}</div>
  338.  
  339. {/block:Text}
  340.  
  341. {block:Photo}<div id="disgusting">{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}</div>{block:Caption}{Caption}{/block:Caption}<div id="info">
  342. <a href="{Permalink}"> {block:Date}{TimeAgo}{/block:Date} </a> | <a href="{Permalink}">
  343. {NoteCountWithLabel}</a> {block:indexpage} | <a href="{ReblogURL}" target="_blank" class="details">Reblog</a> {/block:indexpage} {block:HasTags}<br>{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}<br>
  344. {block:permalinkpage} {block:RebloggedFrom} <a href="{ReblogParentURL}"
  345. +title="{ReblogParentTitle}">via {ReblogParentName} </a> | <a href="{ReblogRootURL}"title="{ReblogRoottitle}">originally from {reblogrootname}</a>{/block:RebloggedFrom} {/block:permalinkpage}</div>{/block:Photo}
  346.  
  347.  
  348. {block:Quote}<div class="quote"><b><i>{Quote}</b></i></div>{block:Source} โ€”{Source}{/block:Source}<div id="info">
  349. <a href="{Permalink}"> {block:Date}{TimeAgo}{/block:Date} </a> | <a href="{Permalink}">
  350. {NoteCountWithLabel}</a> {block:indexpage} | <a href="{ReblogURL}" target="_blank" class="details">Reblog</a> {/block:indexpage}{block:HasTags}<br>{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}<br>
  351. {block:permalinkpage} {block:RebloggedFrom} <a href="{ReblogParentURL}"
  352. +title="{ReblogParentTitle}">via {ReblogParentName} </a> | <a href="{ReblogRootURL}"title="{ReblogRoottitle}">originally from {reblogrootname}</a>{/block:RebloggedFrom} {/block:permalinkpage}</div>{/block:Quote}
  353.  
  354. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}<div id="info">
  355. <a href="{Permalink}"> {block:Date}{TimeAgo}{/block:Date} </a> | <a href="{Permalink}">
  356. {NoteCountWithLabel}</a> {block:indexpage} | <a href="{ReblogURL}" target="_blank" class="details">Reblog</a> {/block:indexpage}{block:HasTags}<br>{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}<br>
  357. {block:permalinkpage} {block:RebloggedFrom} <a href="{ReblogParentURL}"
  358. +title="{ReblogParentTitle}">via {ReblogParentName} </a> | <a href="{ReblogRootURL}"title="{ReblogRoottitle}">originally from {reblogrootname}</a>{/block:RebloggedFrom} {/block:permalinkpage}</div>{/block:Link}
  359.  
  360. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}<br> <div id="info">
  361. <a href="{Permalink}"> {block:Date}{TimeAgo}{/block:Date} </a> | <a href="{Permalink}">
  362. {NoteCountWithLabel}</a> {block:indexpage} | <a href="{ReblogURL}" target="_blank" class="details">Reblog</a> {/block:indexpage}{block:HasTags}<br>{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}<br>
  363. {block:permalinkpage} {block:RebloggedFrom} <a href="{ReblogParentURL}"
  364. +title="{ReblogParentTitle}">via {ReblogParentName} </a> | <a href="{ReblogRootURL}"title="{ReblogRoottitle}">originally from {reblogrootname}</a>{/block:RebloggedFrom} {/block:permalinkpage}</div>{/block:Chat}
  365.  
  366. {block:Audio}<div id="swagmaster">{AudioPlayerWhite} </div> <div id="mondo"> {block:AlbumArt}
  367. <img src="{AlbumArtURL}"> {/block:AlbumArt} </div> <div id="naegi"> {block:Artist}Artist:{Artist}{/block:Artist} <br>
  368. {block:Album}Album:{Album}{/block:Album} <br>
  369. {block:TrackName}{TrackName}{/block:TrackName}</div>
  370. {block:Caption}{Caption}{/block:Caption}<div id="info">
  371. <a href="{Permalink}"> {block:Date}{TimeAgo}{/block:Date} </a> | <a href="{Permalink}">
  372. {NoteCountWithLabel}</a> {block:indexpage} | <a href="{ReblogURL}" target="_blank" class="details">Reblog</a> {/block:indexpage}{block:HasTags}<br>{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}<br>
  373. {block:permalinkpage} {block:RebloggedFrom} <a href="{ReblogParentURL}"
  374. +title="{ReblogParentTitle}">via {ReblogParentName} </a> | <a href="{ReblogRootURL}"title="{ReblogRoottitle}">originally from {reblogrootname}</a>{/block:RebloggedFrom} {/block:permalinkpage}</div>{/block:Audio}
  375.  
  376. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}<div id="info">
  377. <a href="{Permalink}"> {block:Date}{TimeAgo}{/block:Date} </a> | <a href="{Permalink}">
  378. {NoteCountWithLabel}</a> {block:indexpage} | <a href="{ReblogURL}" target="_blank" class="details">Reblog</a> {/block:indexpage}{block:HasTags}<br>{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}<br>
  379. {block:permalinkpage} {block:RebloggedFrom} <a href="{ReblogParentURL}"
  380. +title="{ReblogParentTitle}">via {ReblogParentName} </a> | <a href="{ReblogRootURL}"title="{ReblogRoottitle}">originally from {reblogrootname}</a>{/block:RebloggedFrom} {/block:permalinkpage}</div>{/block:Video}
  381.  
  382. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<p></p><div id="donkey"></div>{Answer}<div id="info">
  383. <a href="{Permalink}"> {block:Date}{TimeAgo}{/block:Date} </a> | <a href="{Permalink}">
  384. {NoteCountWithLabel}</a> {block:indexpage} | <a href="{ReblogURL}" target="_blank" class="details">Reblog</a> {/block:indexpage}{block:HasTags}<br>{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}<br>
  385. {block:permalinkpage} {block:RebloggedFrom} <a href="{ReblogParentURL}"
  386. +title="{ReblogParentTitle}">via {ReblogParentName} </a> | <a href="{ReblogRootURL}"title="{ReblogRoottitle}">originally from {reblogrootname}</a>{/block:RebloggedFrom} {/block:permalinkpage}</div>{/block:Answer}
  387.  
  388. </div>
  389. {block:PostNotes}{PostNotes}{/block:PostNotes}
  390. {/block:Posts}</div>
  391.  
  392. <div class="img">
  393.  
  394. <div style="position:fixed; bottom:0px; margin-left:820px; opacity:1;>
  395. <img src="{image:idk}"/> </div> </div>
  396.  
  397. <a style="position:fixed; font-size: 9px; font-family: helvetica; bottom: 5px; right: 5px; " href="http://mattiethemepreview.tumblr.com/"> theme </a>
  398.  
  399. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement