Advertisement
Guest User

abakada13

a guest
May 26th, 2015
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 12.69 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">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta name="color:background color" content="black" />
  6. <meta name="image:background image" content="" />
  7. <meta name="image:image" content="http://akosiespei.wapego.net/files/995734/spongebob.jpg" />
  8.  
  9. <meta name="text:title size" content="" />
  10. <meta name="font:title font" content="Arial, Helvetica, sans-serif"/>
  11. <meta name="color:title color" content=""/>
  12. <meta name="color:date" content=""/>
  13.  
  14. <meta name="text:url facebook" content="" />
  15. <meta name="text:url wattpad" content="" />
  16.  
  17.  
  18. <meta name="color:link color" content="" />
  19. <meta name="color:description color" content="" />
  20. <meta name="text:description size" content="" />
  21.  
  22. <title>{Title}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  23. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  24. <link rel="shortcut icon" href="{Favicon}" />
  25. <style type="text/css">
  26. <!--
  27. body{
  28.    background:{color:background color} url('{image:background image}') fixed;
  29.    
  30.    
  31. }
  32. #image {
  33.     position:fixed;
  34.     width:153px;
  35.     height:191px;
  36.     z-index:1;
  37.     left: 53px;
  38.     top: 153px;
  39. }
  40. #description {
  41.     position:fixed;
  42.     width:267px;
  43.     height:128px;
  44.     z-index:2;
  45.     left: 13px;
  46.     top: 351px;
  47. }
  48. #links {
  49.     position:fixed;
  50.     width:45px;
  51.     height:138px;
  52.     z-index:3;
  53.     left: 225px;
  54.     top: 192px;
  55.  
  56. }
  57. #content {
  58.     position:absolute;
  59.     width:485px;
  60.     height:115px;
  61.     z-index:4;
  62.     left: 375px;
  63.     top: 104px;
  64. }
  65. #title {
  66.     position:fixed;
  67.     width:800px;
  68.     height:90px;
  69.     z-index:5;
  70.     left: 180px;
  71.     top: 40px;
  72. }
  73.  
  74.  
  75.  
  76.  
  77.  
  78. #post {
  79.     width:400px;
  80.     padding:5px;
  81.     margin-left:400px!important;
  82.     margin:-40px;
  83.     font: 15px Consolas, Arial, Helvetica, sans-serif;
  84.     font-size:18px;
  85.     color: {color:post text};
  86.     background: {color:post background} url('{image:post background}');
  87.     background: rgba(192,192,192,0.3);
  88.    
  89. }
  90. #post a{
  91.     color: white;
  92. }
  93. h1 {
  94.     font: italic 16px Georgia, "Times New Roman", Times, serif;
  95.     text-align: center;
  96. }
  97. h1 a{
  98.     color: white;
  99.     text-decoration: none;
  100. }
  101. #quote{
  102.     font: italic 16px Georgia, "Times New Roman", Times, serif;
  103.     text-align: center;
  104.     display: block;
  105.    
  106. }
  107.  
  108.  
  109. #audio {
  110.     background: #000000;
  111.     width: 400px;
  112.     display: block;
  113. }
  114. .caption {
  115.     text-align: right;
  116.     font: italic 9px Georgia, "Times New Roman", Times, serif;
  117.     display:block;
  118.     border-right:4px solid {color:sidebar background};
  119.     padding-right:7px;
  120.     font-size:16px;
  121. }
  122. .caption img {
  123.     max-width:400px;
  124. }
  125. #date{
  126.     width:50px;
  127.     padding:4px;
  128.     margin-left:810px!important;
  129.     margin-top:55px;
  130.     text-transform:uppercase;
  131.     font: 15px/15px Consolas, arial, helvetica, sans-serif;
  132.     color:white;
  133.     text-align: left;
  134.  
  135.    
  136. }
  137. #date a{
  138.     color:white;
  139.     text-decoration:none;
  140. }
  141. #info{
  142.     width:400px;
  143.     padding:0px 5px;
  144.     margin-left:400px!important;
  145.     margin:42px;
  146.     text-transform:uppercase;
  147.     letter-spacing:2px;
  148.     font: 13px/13px Consolas, arial, helvetica, sans-serif;
  149.     color:white;
  150.     border-top: 3px solid {color:notes border};
  151. }
  152. #info a, #note a{
  153.     color:white;
  154.     text-decoration:none;
  155. }
  156. #note{
  157.     width:400px;
  158.     padding:0px 5px;
  159.     margin-left:130px!important;
  160.     margin:10px;
  161.     font: 10px/10px Consolas, arial, helvetica, sans-serif;
  162.     color:white};
  163.    border-top:2px solid {color:date background};
  164. }
  165. ol.notes {
  166.    padding: 0px;
  167.    margin: 15px 0px;
  168.    list-style-type: none;
  169. }
  170. table{
  171.    background-color:none;
  172. }
  173. #question1{
  174.     background-color:gray;
  175. }
  176. #answer1{
  177. background-color:#bdbdbd;
  178. }
  179.  
  180.  
  181. -->
  182. </style>
  183. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  184. <script type="text/javascript" src="http://static.tumblr.com/yx3v7rx/VKVmbj5mh/1dcbubble.js"></script>
  185. </head>
  186.  
  187. <body>
  188.  
  189.  
  190. <div class="autopagerize_page_element" >
  191. {block:Posts}
  192. <div id="date">
  193. {block:Date}
  194.  
  195. {ShortMonth} <br/><font size="5px">{DayOfMonthWithZero}</font>, <br/>{Year}{/block:Date}
  196. {block:NoteCount} <br/><a href="{Permalink}"><img src="http://akosiespei.wapego.net/files/995734/Red_Heart.gif" width="20" height="20" /> {NoteCount}</a>{/block:NoteCount}
  197.  
  198. </div>
  199. <div id="post">
  200.  
  201.  
  202. <!----------------------TEXT-->
  203. {block:Text}
  204.     {block:Title}<div style="background-color:black; color:white; padding:5px;"><h1><font face="{font:title font}">{Title} </font></h1></div>
  205.     {/block:Title}</br>
  206.     {block:body}
  207.     <div style="background-color:black; color:white; padding:10px;">_______________________________________<br/>{Body}<br/><right>_______________________________________</right></div>{/block:body}
  208.     <table style="width:20%">
  209.   <tr>
  210.     <td>    <a href="{ReblogURL}" target="_blank" class="details"><img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png?4"/>
  211. </a></td>
  212.     <td>{LikeButton}<div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"></div></td>     
  213.   </tr>
  214. </table>
  215.  
  216. {block:RebloggedFrom}
  217.     reblog: <a href="{ReblogParentURL}" title="{ReblogParentTitle}"><font color="white">{ReblogParentName}</font></a>
  218.     SOURCE: <font color="white"><a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></font>
  219. {/block:RebloggedFrom}
  220.  
  221. {/block:Text}
  222.  
  223.  
  224.  
  225.  
  226. <!----------------------PHOTO-->
  227. {block:Photo}
  228.     <img src="{PhotoURL-400}" />
  229.     {block:caption}<span class="caption">{caption}</span>{/block:caption}
  230. <table style="width:20%">
  231.   <tr>
  232.     <td>    <a href="{ReblogURL}" target="_blank" class="details"><img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png?4"/>
  233. </a></td>
  234.     <td>{LikeButton}<div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"></div></td>     
  235.    
  236.   </tr>
  237. </table>
  238. {block:RebloggedFrom}
  239.     reblog: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  240.     SOURCE: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  241. {/block:RebloggedFrom}
  242. {/block:Photo}
  243.  
  244.  
  245.  
  246.  
  247. <!----------------------PHOTOSET-->
  248. {block:Photoset}
  249.     {Photoset-400}
  250.     {block:caption}<span class="caption">{caption}</span>{/block:caption}
  251. <table style="width:20%" color="blue">
  252.   <tr>
  253.     <td>    <a href="{ReblogURL}" target="_blank" class="details"><img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png?4"/>
  254. </a></td>
  255.     <td>{LikeButton}<div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"></div></td>     
  256.   </tr>
  257. </table>
  258. {block:RebloggedFrom}
  259.     reblog: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  260.     SOURCE: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  261. {/block:RebloggedFrom}
  262. {/block:Photoset}
  263.  
  264.  
  265.  
  266. <!----------------------QOUTE-->
  267. {block:Quote}
  268.     <div id="quote">{Quote}</div>
  269.     {block:Source}<div align="center">- {Source}</div>{/block:Source}
  270.     <table style="width:20%" color="blue">
  271.   <tr>
  272.     <td>    <a href="{ReblogURL}" target="_blank" class="details"><img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png?4"/>
  273. </a></td>
  274.     <td>{LikeButton}<div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"></div></td>     
  275.    
  276.   </tr>
  277. </table>
  278. {block:RebloggedFrom}
  279.     reblog: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  280.     SOURCE: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  281. {/block:RebloggedFrom}
  282. {/block:Quote}
  283.  
  284.  
  285. <!----------------------LINK-->
  286. {block:Link}
  287.     <h1><a href="{URL}" target="{Target}">{Name}</a></h1>
  288.     {block:Description}{Description}{/block:Description}
  289. <table style="width:20%">
  290.   <tr>
  291.     <td>    <a href="{ReblogURL}" target="_blank" class="details"><img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png?4"/>
  292. </a></td>
  293.     <td>{LikeButton}<div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"></div></td>     
  294.   </tr>
  295. </table>
  296. {block:RebloggedFrom}
  297.     reblog: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  298.     SOURCE: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  299. {/block:RebloggedFrom}
  300. {/block:Link}
  301.  
  302.  
  303. <!----------------------CHAT-->
  304. {block:Chat}
  305.     <h1>{block:Title}{Title}{/block:Title}</h1>
  306.     {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}
  307. <table style="width:20%">
  308.   <tr>
  309.     <td>    <a href="{ReblogURL}" target="_blank" class="details"><img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png?4"/>
  310. </a></td>
  311.     <td>{LikeButton}<div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"></div></td>     
  312.   </tr>
  313. </table>
  314. {block:RebloggedFrom}
  315.     reblog: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  316.     SOURCE: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  317. {/block:RebloggedFrom}
  318. {/block:Chat}
  319.  
  320.  
  321.  
  322.  
  323. <!----------------------AUDIO-->
  324. {block:Audio}
  325.     <div id="audio">{AudioPlayerBlack}</div>
  326.     {block:caption}<span class="caption">{caption}</span>{/block:caption}
  327. <table style="width:20%">
  328.   <tr>
  329.     <td>    <a href="{ReblogURL}" target="_blank" class="details"><img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png?4"/>
  330. </a></td>
  331.     <td>{LikeButton}<div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"></div></td>     
  332.   </tr>
  333. </table>
  334. {block:RebloggedFrom}
  335.     reblog: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  336.     SOURCE: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  337. {/block:RebloggedFrom}
  338. {/block:Audio}
  339.  
  340.  
  341.  
  342.  
  343. <!----------------------VIDEO-->
  344. {block:Video}
  345.     {Video-400}
  346.     {block:caption}<span class="caption">{caption}</span>{/block:caption}
  347. <table style="width:20%">
  348.   <tr>
  349.     <td>    <a href="{ReblogURL}" target="_blank" class="details"><img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png?4"/>
  350. </a></td>
  351.     <td>{LikeButton}<div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"></div></td>     
  352.   </tr>
  353. </table>
  354. {block:RebloggedFrom}
  355.     reblog: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  356.     SOURCE: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  357. {/block:RebloggedFrom}
  358. {/block:Video}
  359.  
  360.  
  361. <!----------------------ANSWER-->
  362. {block:Answer}
  363.     {Asker} asked: <table id="question1">
  364.   <tr>
  365.     <th>{Question}</th>
  366.    
  367.   </tr>
  368. </table>
  369.     <p><table id="answer1">
  370.   <tr>
  371.     <th>{Answer}</th>
  372.    
  373.   </tr>
  374. </table></p>
  375.     <table style="width:20%">
  376.   <tr>
  377.     <td>    <a href="{ReblogURL}" target="_blank" class="details"><img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png?4"/>
  378. </a></td>
  379.     <td>{LikeButton}<div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"></div></td>     
  380.   </tr>
  381. </table>
  382. {block:RebloggedFrom}
  383.     reblog: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  384.     SOURCE: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  385. {/block:RebloggedFrom}
  386. {/block:Answer}
  387. </div>
  388. <div id="info">
  389.  
  390.  
  391. <!----------------------HASH TAGS-->
  392. {block:HasTags}<font color="yellow"><img src="http://akosiespei.wapego.net/files/995734/hashtags.gif" width="30px" height="30px"/></font> {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  393.  
  394. </div>
  395.  
  396. <!----------------------PERMALINK-->
  397. {block:PermalinkPage}
  398.     {block:PostNotes}
  399.         <div id="note">{PostNotes}</div>
  400.     {/block:PostNotes}
  401. {/block:permalinkpage}
  402.  
  403. {/block:Posts}
  404. </div>
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411. <div id="image">
  412.     <center>
  413.         <a href="/home"><img src="{image:image}" width="165px" height="191px"/></a></center>
  414. </div>
  415. <div id="description"><font color="white"><center>____________________
  416.    <center> <b><font color="{color:description color}" size="{text:description size}"><br/>{description}</font></b></center>____________________</center></font>
  417. </div>
  418. <div id="links"><b>
  419.      <a href="/ask"><font color="white" size="3px" alt="ask"><b>?</b></font></a> <br/>
  420.         <a href="/submit"><font color="white" size="3px" alt="submit">s</font></a> <br/>
  421.         <a href="/archive"><font color="white" size="3px" alt="archive">a</font></a> <br/>
  422.         <a href="{text:facebook}"><font color="white" size="3px" alt="facebook">f</font></a> <br/>
  423.         <a href="{text:wattpad}"><font color="white" size="3px" alt="wattpad">w</font></a></b>
  424. </div>
  425. <div id="content"></div>
  426. <div id="title">
  427.     <font color="{color:title color}" size="{text:title size}" face="{font:title font}">{title}</font>
  428.    
  429. </div>
  430. </body>
  431. <div style="position:fixed;bottom:10px;left:10px;font-size:4px;padding:4px;">
  432. <a href="http://sinopoako.tumblr.com" target="_blank"> <img src="http://akosiespei.wapego.net/files/995734/espei-logo.gif" width="20px" height="20px"> </a></div>
  433. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement