Advertisement
sunkei

Pledge 400 codes

Jan 16th, 2012
2,792
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.84 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. <!--Theme by gyapo.tumblr.com, don't remove this comment
  3. -->
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}
  10. <meta name="description" content="{MetaDescription}" />
  11. {/block:Description}
  12.  
  13. <meta name="color:Link" content="#646464" />
  14. <meta name="color:Link hover" content="#868686" />
  15. <meta name="color:Background" content="#000000" />
  16. <meta name="image:Background" content="http://static.tumblr.com/..."/>
  17.  
  18.  
  19. <meta name="color:Bar BG" content="#ffffff" />
  20. <meta name="image:Bar BG" content="http://static.tumblr.com/..."/>
  21. <meta name="color:Description" content="#ffffff" />
  22. <meta name="color:Description BG" content="#222222" />
  23. <meta name="color:About BG" content="#000000" />
  24.  
  25. <meta name="color:Button1" content="#555555" />
  26. <meta name="color:Button1BG" content="#111111" />
  27. <meta name="color:Button2" content="#444444" />
  28. <meta name="color:Button2BG" content="#222222" />
  29. <meta name="color:Button3" content="#222222" />
  30. <meta name="color:Button3BG" content="#333333" />
  31. <meta name="color:Button4" content="#111111" />
  32. <meta name="color:Button4BG" content="#444444" />
  33.  
  34.  
  35. <meta name="text:about" content="text here (quote/about/disclaimer/mood of the day/credits/music player code...)" />
  36.  
  37. <meta name="color:Texts" content="#dddddd" />
  38. <meta name="color:Entry BG" content="#333333" />
  39. <meta name="color:Infos" content="#eeeeee" />
  40. <meta name="color:Slide BG" content="#000000" />
  41. <meta name="color:Tags" content="#444444" />
  42. <meta name="color:Tags hover" content="#dddddd" />
  43.  
  44.  
  45.  
  46. <meta name="text:links" content="links page url" />
  47. <meta name="if:EndlessScroll" content="0"/>
  48.  
  49. <script src="http://static.tumblr.com/ko3o6ju/QzNls3n3y/smoothscroll.js" type="text/javascript"></script>
  50.  
  51. {block:IfEndlessScroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEndlessScroll}
  52.  
  53.  
  54. <style type="text/css">
  55.  
  56. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  57.  
  58. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  59.  
  60. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Texts};height:75px;}
  61. ::-webkit-scrollbar {height:0px;width:10px;background-color:{color:Entry BG};}
  62.  
  63. body
  64. {background-color:{color:Background};
  65. color:{color:Texts};
  66. font-size:10px;
  67. font-family:consolas;
  68. background-image:url('{image:Background}');
  69. background-position: fixed;
  70. background-attachment:fixed;
  71. background-repeat:repeat;}
  72.  
  73. blockquote
  74. {border-left:2px solid;
  75. padding-left:5px;}
  76.  
  77. a
  78. {text-decoration:none;
  79. color:{color:Link};
  80. -webkit-transition: opacity 0.9s linear;-webkit-transition: all 0.9s ease-in-out;-moz-transition: all 0.9s ease-in-out;-o-transition: all 0.9s ease-in-out;
  81. opacity:1;}
  82.  
  83. a:hover
  84. {text-decoration:none;
  85. color:{color:Link hover};
  86. opacity:1;}
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97. #box
  98. {position:fixed;
  99. width:300px;
  100. top:250px;
  101. left:140px;
  102. height:175px;}
  103.  
  104. #bar
  105. {overflow:hidden;
  106. text-align:center;
  107. float:right;
  108. width:10px;
  109. top:250px;
  110. left:135px;
  111. height:200px;
  112. background-color:{color:Bar BG};
  113. -webkit-transition: opacity 0.9s linear;-webkit-transition: all 0.9s ease-in-out;-moz-transition: all 0.9s ease-in-out;-o-transition: all 0.9s ease-in-out;}
  114.  
  115.  
  116. #bar:hover
  117. {width:300px;
  118. opacity:0.8;
  119. moz-border-radius:65px 0px 0px 0px;
  120. border-radius:65px 0px 0px 0px;
  121. background-color:{color:Description BG};}
  122.  
  123. #description
  124. {font-family:consolas;
  125. color:{color:Description};
  126. font-size:10px;
  127. padding:10px;
  128. opacity:0;
  129. height:125px;
  130. moz-border-radius:60px 0px 0px 0px;
  131. border-radius:60px 0px 0px 0px;
  132. -webkit-transition: opacity 0.9s linear;-webkit-transition: all 0.9s ease-in-out;-moz-transition: all 0.9s ease-in-out;-o-transition: all 0.9s ease-in-out;}
  133.  
  134. #bar:hover #description
  135. {opacity:1;
  136. background-color:{color:Description BG};}
  137.  
  138. #about
  139. {font-family:consolas;
  140. color:{color:Description};
  141. font-size:10px;
  142. padding:10px;
  143. opacity:0;
  144. height:80px;
  145. -webkit-transition: opacity 0.9s linear;-webkit-transition: all 0.9s ease-in-out;-moz-transition: all 0.9s ease-in-out;-o-transition: all 0.9s ease-in-out;}
  146.  
  147. #bar:hover #about
  148. {opacity:1;
  149. background-color:{color:About BG};}
  150.  
  151. .content
  152. {margin-left:60px;
  153. width:160px;
  154. overflow:auto;}
  155.  
  156. #menu
  157. {position:fixed;
  158. float:right;
  159. left:75px;
  160. margin-top:20px;
  161. overflow:hidden;
  162. width:340px;}
  163.  
  164.  
  165. #button1
  166. {opacity:1;
  167. color:{color:Button1BG};
  168. background-color:{color:Button1BG};}
  169.  
  170. #button1:hover
  171. {color:{color:Button1};
  172. opacity:0.6;
  173. width:150px;}
  174.  
  175. #button2
  176. {opacity:1;color:{color:Button2BG};
  177. background-color:{color:Button2BG};}
  178.  
  179. #button2:hover
  180. {color:{color:Button2};
  181. width:150px;
  182. opacity:0.6;}
  183.  
  184. #button3
  185. {opacity:1;color:{color:Button3BG};
  186. background-color:{color:Button3BG};}
  187.  
  188. #button3:hover
  189. {color:{color:Button3};
  190. width:150px;
  191. opacity:0.6;}
  192.  
  193. #button4
  194. {color:{color:Button4BG};
  195. background-color:{color:Button4BG};}
  196.  
  197. #button4:hover
  198. {opacity:1;color:{color:Button4};
  199. width:150px;
  200. opacity:0.6;}
  201.  
  202.  
  203.  
  204. .button
  205. {float:right;
  206. font-family:century gothic;
  207. text-transform:uppercase;
  208. font-size:10px;
  209. letter-spacing:2px;
  210. text-align:center;
  211. width:30px;
  212. margin-top:10px;
  213. padding-top:5px;
  214. height:25px;
  215. moz-border-radius:15px 15px 15px 15px;
  216. border-radius:15px 15px 15px 15px;
  217. -webkit-transition: opacity 0.9s linear;-webkit-transition: all 0.9s ease-in-out;-moz-transition: all 0.9s ease-in-out;-o-transition: all 0.9s ease-in-out;
  218. opacity:1;}
  219.  
  220.  
  221.  
  222.  
  223.  
  224. #posts
  225. {width:400px;
  226. height:autolength;
  227. overflow:hidden;
  228. margin-left:450px;
  229. margin-top:30px;
  230. margin-bottom:30px;
  231. overflow:hidden;
  232. background-color:{color:Slide BG};}
  233.  
  234. .post
  235. {height:auto;
  236. width:400px;
  237. color:{color:Texts};
  238. margin-top:0px;
  239. overflow:hidden;
  240. background-color:{color:Entry BG};
  241. -webkit-transition: opacity 0.9s linear;-webkit-transition: all 0.9s ease-in-out;-moz-transition: all 0.9s ease-in-out;-o-transition: all 0.9s ease-in-out;}
  242.  
  243. .post:hover
  244. {margin-left:100px;}
  245.  
  246. .titlepost
  247. {font-size:14px;
  248. letter-spacing:3px;
  249. padding-left:5px;
  250. padding-right:5px;}
  251.  
  252. .texte
  253. {padding-left:5px;
  254. padding-right:5px;}
  255.  
  256. .slide
  257. {position:absolute;
  258. text-align:right;
  259. font-family:consolas;
  260. text-transform:uppercase;
  261. letter-spacing:2px;
  262. font-size:8px;
  263. overflow:hidden;
  264. height:100px;
  265. width:20px;
  266. margin-left:-20px;
  267. opacity:0;
  268. color:{color:Infos};
  269. -webkit-transition: opacity 1s linear;-webkit-transition: all 0.9s ease-in-out;-moz-transition: all 0.9s ease-in-out;-o-transition: all 0.9s ease-in-out;}
  270.  
  271. .post:hover .slide
  272. {margin-left:-100px;
  273. width:100px;
  274. opacity:1;}
  275.  
  276. a.infos
  277. {color:{color:Infos};
  278. -webkit-transition: opacity 1s linear;-webkit-transition: all 0.9s ease-in-out;-moz-transition: all 0.9s ease-in-out;-o-transition: all 0.9s ease-in-out;
  279. opacity:1;}
  280.  
  281. a.infos:hover
  282. {opacity:0.5;}
  283.  
  284.  
  285. a.tags
  286. {color:{color:Tags};
  287. -webkit-transition: opacity 1s linear;-webkit-transition: all 0.9s ease-in-out;-moz-transition: all 0.9s ease-in-out;-o-transition: all 0.9s ease-in-out;}
  288.  
  289. a.tags:hover
  290. {color:{color:Tags hover};}
  291.  
  292.  
  293. #permabar
  294. {color:{color:Infos};
  295. background-color:{color:Slide BG};}
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303. </style>
  304. </head>
  305. <body>
  306.  
  307.  
  308.  
  309.  
  310. {block:IfEndlessScroll}<div id="top"></div>
  311. <a style="position:fixed;bottom:10px;right:10px;font-size:10px;font-family:consolas" href="#top" class="texte">back to top</a>{/block:IfEndlessScroll}
  312.  
  313.  
  314. <div id="box">
  315. <table id="menu" border="0" cellspacing="0" cellpadding="0">
  316. <tr><td><a href="/"><div id="button1" class="button">home</div></a></td></tr>
  317. <tr><td><a href="/ask"><div id="button2" class="button">ask</div></a></td></tr>
  318. <tr><td><a href="{text:links}"><div id="button3" class="button">links</div></a></td></tr>
  319. <tr><td><a href="http://gyapo.tumblr.com"><div id="button4" class="button">theme</div></a></td></tr>
  320. </table>
  321.  
  322. <div id="bar">
  323. <div id="description"><div class="content">{Description}</div></div>
  324. <div id="about"><div>{text:about}</div></div>
  325. </div>
  326.  
  327. </div>
  328.  
  329.  
  330.  
  331. <div id="posts">
  332. <table border="0" width:"600" align="center" cellspacing="0px" cellpadding="0px">
  333. <tr style="align:center"><td style="align:center">{block:Posts}
  334.  
  335. {block:Text}<div class="post">
  336. <span class="slide">
  337. <a href="{Permalink}" class="infos">{Notecount}</a><br/>
  338. <a href="{ReblogURL}" target="_blank" class="infos">reblog</a><br/>
  339. <a href="{Permalink}" class="infos">{Timeago}</a><br/>
  340. {block:HasTags}{block:Tags}
  341. &#160#<a href="{TagURL}" class="tags">{Tag}</a><br/>{/block:Tags}{/block:HasTags}</span>
  342.  
  343. {block:Title}<a href="{Permalink}"><div class="titlepost">{Title}</div></a> {/block:Title}
  344. <div class="texte">{Body}</div>
  345. </div>{/block:Text}
  346.  
  347.  
  348.  
  349. {block:Photoset}<div class="post">
  350. <span class="slide">
  351. <a href="{Permalink}" class="infos">{Notecount}</a><br/>
  352. <a href="{ReblogURL}" target="_blank" class="infos">reblog</a><br/>
  353. <a href="{Permalink}" class="infos">{Timeago}</a><br/>
  354. {block:HasTags}{block:Tags}
  355. &#160#<a href="{TagURL}" class="tags">{Tag}</a><br/>{/block:Tags}{/block:HasTags}</span>
  356.  
  357. <div class="center"><a href="{Permalink}">{Photoset-400}</a></div>
  358.  
  359. {block:PermalinkPage}{block:Caption}<div class="texte">{Caption}</div>{/block:Caption}{block:PermalinkPage}
  360. </div>{/block:Photoset}
  361.  
  362.  
  363.  
  364.  
  365. {block:Photo}<div class="post">
  366. <span class="slide">
  367. <a href="{Permalink}" class="infos">{Notecount}</a><br/>
  368. <a href="{ReblogURL}" target="_blank" class="infos">reblog</a><br/>
  369. <a href="{Permalink}" class="infos">{Timeago}</a><br/>
  370. {block:HasTags}{block:Tags}
  371. &#160#<a href="{TagURL}" class="tags">{Tag}</a><br/>{/block:Tags}{/block:HasTags}</span>
  372.  
  373. <a href="{Permalink}"><img class="center" src="{PhotoURL-400}" alt="{PhotoAlt}"/></a>
  374. {block:PermalinkPage}{block:Caption}
  375. <div>{Caption}</div>
  376. {/block:Caption}{block:PermalinkPage}
  377. </div>{/block:Photo}
  378.  
  379.  
  380.  
  381. {block:Quote}<div class="post">
  382. <span class="slide">
  383. <a href="{Permalink}" class="infos">{Notecount}</a><br/>
  384. <a href="{ReblogURL}" target="_blank" class="infos">reblog</a><br/>
  385. <a href="{Permalink}" class="infos">{Timeago}</a><br/>
  386. {block:HasTags}{block:Tags}
  387. &#160#<a href="{TagURL}" class="tags">{Tag}</a><br/>{/block:Tags}{/block:HasTags}</span>
  388.  
  389. <div class="texte"> "{Quote}"</div>
  390. {block:Source}
  391. <div class="texte"> {Source}</div>
  392. {/block:Source}
  393. </div>{/block:Quote}
  394.  
  395.  
  396.  
  397. {block:Link}<div class="post">
  398. <span class="slide">
  399. <a href="{Permalink}" class="infos">{Notecount}</a><br/>
  400. <a href="{ReblogURL}" target="_blank" class="infos">reblog</a><br/>
  401. <a href="{Permalink}" class="infos">{Timeago}</a><br/>
  402. {block:HasTags}{block:Tags}
  403. &#160#<a href="{TagURL}" class="tags">{Tag}</a><br/>{/block:Tags}{/block:HasTags}</span>
  404.  
  405. <a href="{URL}" {Target}><div class="titlepost">{Name}</div></a>
  406. {block:Description}
  407. <div class="texte">{Description}</div>
  408. {/block:Description}
  409. </div>{/block:Link}
  410.  
  411.  
  412.  
  413. {block:Chat}<div class="post">
  414. <span class="slide">
  415. <a href="{Permalink}" class="infos">{Notecount}</a><br/>
  416. <a href="{ReblogURL}" target="_blank" class="infos">reblog</a><br/>
  417. <a href="{Permalink}" class="infos">{Timeago}</a><br/>
  418. {block:HasTags}{block:Tags}
  419. &#160#<a href="{TagURL}" class="tags">{Tag}</a><br/>{/block:Tags}{/block:HasTags}</span>
  420.  
  421. {block:Title}
  422. <a href="{Permalink}"><div class="titlepost">{Title}</div></a>
  423. {/block:Title}<div>
  424. {block:Lines}
  425. <div class="texte">
  426. {block:Label}
  427. <a href="{Permalink}"><div>{Label}</a> {Line}
  428. </div>{/block:Label}
  429. </div>{/block:Lines}
  430. </div>
  431. </div>{/block:Chat}
  432.  
  433.  
  434.  
  435.  
  436. {block:Video}<div class="post">
  437. <span class="slide">
  438. <a href="{Permalink}" class="infos">{Notecount}</a><br/>
  439. <a href="{ReblogURL}" target="_blank" class="infos">reblog</a><br/>
  440. <a href="{Permalink}" class="infos">{Timeago}</a><br/>
  441. {block:HasTags}{block:Tags}
  442. &#160#<a href="{TagURL}" class="tags">{Tag}</a><br/>{/block:Tags}{/block:HasTags}</span>
  443.  
  444. <div align="center">{Video-400}</div>
  445. {block:PermalinkPage}{block:Caption}
  446. <div>{Caption}</div>
  447. {/block:Caption}{block:PermalinkPage}
  448. </div>{/block:Video}
  449.  
  450.  
  451.  
  452.  
  453. {block:Audio}<div class="post">
  454. <span class="slide">
  455. <a href="{Permalink}" class="infos">{Notecount}</a><br/>
  456. <a href="{ReblogURL}" target="_blank" class="infos">reblog</a><br/>
  457. <a href="{Permalink}" class="infos">{Timeago}</a><br/>
  458. {block:HasTags}{block:Tags}
  459. &#160#<a href="{TagURL}" class="tags">{Tag}</a><br/>{/block:Tags}{/block:HasTags}</span>
  460.  
  461. {AudioPlayerBlack}
  462. {block:PermalinkPage}{block:Caption}
  463. <div>{Caption}</div>
  464. {/block:Caption}{block:PermalinkPage}
  465. </div>{/block:Audio}
  466.  
  467.  
  468.  
  469. {block:PermalinkPage}<div id="permabar" class="texte">
  470. Posted {block:Date}<a href="{Permalink}">{TimeAgo}</a> // {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}{block:RebloggedFrom} (via <a href="{ReblogParentURL}">{ReblogParentName}</a> , org. <a href="{ReblogRootURL}">{ReblogRootName}</a> ){/block:RebloggedFrom}
  471. {PostNotes}</div></div>{/block:PermalinkPage}
  472.  
  473.  
  474. {/block:Posts}
  475. </td></tr>
  476. <tr><td>
  477. {block:IfNotEndlessScroll}{block:Pagination}
  478.  
  479. <div style="font-size:10px; text-align:center;width:400px;padding-top:15px;padding-bottom:15px;color:{color:Infos};" >
  480. {block:PreviousPage}<a href="{PreviousPage}" style="font-size:10px;" href="#top" class="texte;">back</a>&#160| {CurrentPage}/{TotalPages} |&#160 {/block:PreviousPage}{block:NextPage}<a href="{NextPage}" style="font-size:10px;" href="#top" class="texte">next</a>{/block:NextPage}
  481. <div>
  482.  
  483. {/block:Pagination}{block:IfNotEndlessScroll}
  484. </td></tr>
  485.  
  486. </td></tr>
  487. </table>
  488. </div>
  489.  
  490. </body>
  491. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement