Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 29th, 2012  |  syntax: None  |  size: 6.67 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
This paste has a previous version, view the difference. Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. do not remove credit pleaseeeee
  2. -------------------------------
  3.  
  4.  
  5. <title>{Title}</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. <html lang="en">
  9. <meta name="color:link" content="#000000"/>
  10. <meta name="color:text" content="#000000"/>
  11. <meta name="color:background color" content="#ffffff"/>
  12. <meta name="text:font size" content="11px"/>
  13. <meta name="text:link 1" content=""/>
  14. <meta name="text:link 1 url" content=""/>
  15. <meta name="text:link 2" content=""/>
  16. <meta name="text:link 2 url" content=""/>
  17. <meta name="text:link 3" content=""/>
  18. <meta name="text:link 3 url" content=""/>
  19. <meta name="text:link 4" content=""/>
  20. <meta name="text:link 4 url" content=""/>
  21. <meta name="text:link 5" content=""/>
  22. <meta name="text:link 5 url" content=""/>
  23. <meta name="text:link 6" content=""/>
  24. <meta name="text:link 6 url" content=""/>
  25. <meta name="if:caption" content="0"/>
  26. <head>
  27. <link href='http://fonts.googleapis.com/css?family=Coming+Soon' rel='stylesheet' type='text/css'>
  28. <script type="text/javascript">
  29. WebFontConfig = {
  30. google: { families: [ 'Coming+Soon::latin' ] }
  31. };
  32. (function() {
  33. var wf = document.createElement('script');
  34. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  35. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  36. wf.type = 'text/javascript';
  37. wf.async = 'true';
  38. var s = document.getElementsByTagName('script')[0];
  39. s.parentNode.insertBefore(wf, s);
  40. })(); </script>
  41. <script type="text/javascript">
  42. WebFontConfig = {
  43. google: { families: [ 'Megrim::latin' ] }
  44. };
  45. (function() {
  46. var wf = document.createElement('script');
  47. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  48. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  49. wf.type = 'text/javascript';
  50. wf.async = 'true';
  51. var s = document.getElementsByTagName('script')[0];
  52. s.parentNode.insertBefore(wf, s);
  53. })(); </script>
  54.  
  55. <script type="text/javascript">
  56. WebFontConfig = {
  57. google: { families: [ 'Codystar::latin' ] }
  58. };
  59. (function() {
  60. var wf = document.createElement('script');
  61. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  62. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  63. wf.type = 'text/javascript';
  64. wf.async = 'true';
  65. var s = document.getElementsByTagName('script')[0];
  66. s.parentNode.insertBefore(wf, s);
  67. })(); </script>
  68.  
  69. <style type="text/css">
  70.  
  71. @import url(http://fonts.googleapis.com/css?family=Coming+Soon);
  72.  
  73.  
  74.  
  75. img{
  76. -webkit-transition: opacity 0.8s linear;
  77. opacity: 0.80;
  78. }
  79. img:hover{
  80. -webkit-transition: opacity 0.8s linear;
  81. opacity: 1;
  82. }
  83.  
  84. }
  85.  
  86. a { text-decoration:none }
  87. </style>
  88.  
  89. <style type="text/css">
  90. a {color:;text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  91.  
  92. .fufu {width:227px;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  93.  
  94. .fufu: {-webkit-transform: translate(1em,0);-moz-transform: translate(1em,0);-o-transform: translate(1em,0);}
  95.  
  96. #biter
  97.  
  98. #bite a {display:block}
  99.  
  100. #bite .life {margin-top:-45px;filter: alpha(opacity = 0);opacity:0;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  101.  
  102. #bite:hover .life {margin-top:0px;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out; filter: alpha(opacity = 100);filter: alpha(opacity = 100);opacity:100;}
  103. body{
  104. color: {color:text};
  105. font-family: 'Coming Soon', cursive;
  106. font-size:{text:font size};
  107. background-color:{color:background color}
  108. }
  109.  
  110. a, a:link, a:active, a:visited{
  111. color:{color:Link};
  112. text-decoration: none;
  113. }
  114.  
  115. #cent{
  116. width:400px;
  117. margin-left:440px;
  118. background-color:#fff;
  119. position:absolute;
  120. padding:5px;
  121. }
  122.  
  123. #post{
  124. padding:2px;
  125. background-color:#fff;
  126. width:350px;
  127. float:left;
  128. margin:2px;
  129. }
  130.  
  131. #description{
  132. background-color:#fff;
  133. width:200px;
  134. margin-top:250px;
  135. margin-left:150px;
  136. position:fixed;
  137. padding:3px;
  138. }
  139.  
  140. div#description2{
  141. width:200px;
  142. position:fixed;
  143. height:175px;
  144. margin-top:230px;
  145. margin-left:950px;
  146. padding:5px;
  147. border-right: 0px dashed #FFEFD5;
  148. background-color: #FFF;
  149. }
  150.  
  151. h1, h1 a {
  152. font-family: 'Megrim', cursive;
  153. {CustomCSS]</style>
  154. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  155. </head>
  156. <body>
  157. <div id="description2">
  158. <center><center><p>{Description}</center></center>
  159. </div>
  160. <div id="description">
  161. <center>
  162. </center>
  163. <div id="bite">
  164. <font size="5"><center>{Title}</center></span></font>
  165.  
  166. <div class="life">
  167. <div align="center"></u>
  168. <a href="/">home</a> -
  169. <a href="/ask">ask</a> -
  170. <a href="/archive">archive</a> -
  171. <a href="http://themesbyslantic.tumblr.com">©</a><br>
  172. {block:iflink1}
  173. <u><i>links:&nbsp;</i></u>
  174. <a href="{text:link 1 url}">{text:link 1} </a>
  175. //{/block:iflink1}
  176. {block:iflink2}
  177. <a href="{text:link 2 url}">{text:link 2} </a>
  178. //{/block:iflink2}
  179. {block:iflink3}
  180. <a href="{text:link 3 url}">{text:link 3} </a>
  181. //{/block:iflink3}
  182. {block:iflink4}
  183. <a href="{text:link 4 url}">{text:link 4} </a>
  184. //{/block:iflink4}
  185. {block:iflink5}
  186. <a href="{text:link 5 url}">{text:link 5} </a>
  187. //{/block:iflink5}
  188. {block:iflink6}
  189. <a href="{text:link 6 url}">{text:link 6}</a>
  190. {/block:iflink6}
  191. </div>
  192. </div>
  193. </div>
  194. </div>
  195. <div id="cent">
  196.  
  197. {block:Posts}
  198.  
  199. <div id="post">
  200.  
  201. {block:Title}{Title}{/block:Title}
  202.  
  203. {block:Text}{Body}{/block:Text}
  204.  
  205. {block:Photo}
  206. <div class="post photo">
  207. <center>{LinkOpenTag}<a href="{ReblogURL}" target="_blank"><img src="{PhotoURL-500}" alt="{PhotoAlt}"width="400px" height="px"/></a>{LinkCloseTag}</div>
  208. {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  209. {/block:Photo}
  210.  
  211. {block:Photoset}
  212. {Photoset-500}
  213. {/block:Photoset}
  214.  
  215.  
  216. {block:Quote}
  217. {Quote}
  218. <div align="right">
  219. {block:Source}-{Source}{/block:Source}
  220. </div>
  221. {/block:Quote}
  222.  
  223.  
  224. {block:Video}
  225. {Video-500}<br>
  226. {PlayCountWithLabel}
  227. {/block:Video}
  228.  
  229.  
  230. {block:Link}
  231. <a href="{URL}" class="link" {Target}>{Name}</a><BR>
  232. {block:Description}{Description}{/block:Description}
  233. {/block:Link}
  234.  
  235. {block:Chat}
  236. {block:Lines}
  237. {block:Label}
  238. <br>{Label}
  239. {/block:Label}
  240. &nbsp;{Line}
  241. {/block:Lines}
  242. {/block:Chat}
  243.  
  244. {block:Audio}
  245. {AudioPlayerGrey}
  246. <br><div align="right">{block:Artist}
  247. Artist: {Artist}</div>
  248. {/block:Artist}<br>
  249. {block:Caption}{Caption}{/block:Caption}
  250. {/block:Audio}
  251.  
  252.  
  253. {block:Answer}
  254. {Asker} asked <b>{Question}</b><Br>
  255. {Answer}
  256. {/block:Answer}
  257.  
  258. {block:PermalinkPage}
  259. {block:Caption}
  260. {Caption}
  261. {/block:Caption}
  262. <br>
  263. {block:NoteCount}
  264. {NoteCount} notes
  265. {/block:NoteCount}
  266. <Br>
  267. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  268. {/block:PermalinkPage}
  269. </div>
  270.  
  271. {/block:Posts}
  272.  
  273. </div>
  274.  
  275. </body>
  276. </html>