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

forallilol

By: a guest on May 12th, 2012  |  syntax: None  |  size: 7.24 KB  |  hits: 21  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <head>
  2.  
  3. <!-- DEFAULT VARIABLES -->
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6. <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
  7.  
  8.  
  9. <html lang="en"><head>
  10.  
  11. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  12. <meta name="color:background" content="#ffffff"/>
  13. <meta name="color:content" content="#ffffff"/>
  14. <meta name="color:text" content="#000000"/>
  15. <meta name="color:title" content="#000000"/>
  16. <meta name="color:link" content="#555555"/>
  17. <meta name="color:hover" content="#000000"/>
  18. <meta name="if:Show Arrows" content="0"/>
  19. <meta name="image:Sidebar" content="1"/>
  20. <meta name="if:Show Sidebar Image" content="0"/>
  21. <meta name="if:Infinite Scrolling" content="0"/>
  22. <meta name="image:Background" content=""/>
  23. <meta name="font:title" content="helvetica"/>
  24.  
  25. {block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
  26.  
  27. <title>{Title}</title>
  28. <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
  29. <script type="text/javascript">
  30. $(document).ready(function () {
  31. $('li.drawer div:nth-child(2)').hide();
  32. $('li.drawer h4').click(function () {
  33. if ($(this).hasClass('open')) {
  34. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
  35. else {
  36. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
  37. $(this).next().slideDown();
  38. $(this).addClass('open');}
  39. });
  40. });
  41. </script>
  42.  
  43. <style type="text/css">
  44. #bite
  45. #bite a{
  46. display:block
  47. }
  48. #bite .death {
  49. margin-top:-40px;filter: alpha(opacity = 0);
  50. opacity:0;-webkit-transition: all 0.5s ease-out;
  51. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  52. }
  53.  
  54. #bite:hover .death {
  55. margin-top:2px;
  56. -webkit-transition: all 0.8s ease-out;
  57. -moz-transition: all 0.8s ease-out;
  58. transition: all 0.8s ease-out;
  59. filter: alpha(opacity = 100);
  60. filter: alpha(opacity = 100);
  61. opacity:100;
  62. }
  63.  
  64. body {margin:0px; background-color: {color:Background}; background-image:url({image:Background}); background-attachment: fixed; background-repeat: repeat;}
  65.  
  66. body, div, p, textarea, submit, input{ font-family: "short stack"; font-size: 10px; line-height:11px; letter-spacing:0px; color:{color:Text};}
  67.  
  68. @font-face { font-family: "happy monkey"; src: url('http://fonts.googleapis.com/css?family=happy monkey’ rel=’stylesheet'); }
  69.  
  70. p { margin:0px; margin-top:0px;}
  71.  
  72. a:link, a:active, a:visited{ color: {color:Link}; text-decoration: none;}
  73.  
  74. a:hover {color:{color:Hover}; text-decoration: none;}
  75.  
  76. div#center{
  77. margin:auto;
  78. position:relative;
  79. width:840px;
  80. background-color:;
  81. overflow:auto;
  82. overflow-y:hidden;}
  83.  
  84.  
  85.  
  86. div#content{
  87. float:right;
  88. width:380px;
  89. padding:0px;
  90. padding-top: 0px;
  91. margin-right: 335px;
  92. margin-top: 0px;
  93. background:;
  94. }
  95.  
  96. div#entry{
  97. background-color: #FFF;
  98. margin-top:0px;
  99. padding-top:0px;
  100. padding-right:0px;
  101. padding-bottom:2px;
  102. }
  103.  
  104.  
  105.  
  106.  
  107. div#sidebar{
  108. position:fixed !important;
  109. width: 180px;
  110. height:auto;
  111. margin: 100px 0px 0px 550px;
  112. padding: 1px; font-size: 10px;
  113. line-height:8px;
  114. letter-spacing:0px;
  115. margin-bottom: 5px;
  116. background-color: #FFF;
  117. border: 1px solid transparent;
  118.  
  119. }
  120.  
  121. #postnotes{
  122. text-align: justify;
  123. }
  124.  
  125. #postnotes blockquote{
  126. border: 0px;
  127. }
  128.  
  129. .title{
  130. font-family: helvetica;
  131. font-size: 10px;
  132. line-height: 12px;
  133. color: {color:Title};
  134. letter-spacing: 1px;
  135. font-weight: normal;
  136. padding:0px 0px 0px 0px;
  137. }
  138.  
  139. .title2{
  140. font-family: verdana;
  141. font-size: 10px;
  142. line-height: 12px;
  143. color: {color:Title};
  144. letter-spacing: 1px;
  145. font-weight: normal;
  146. padding:0px 0px 0px 0px;
  147. }
  148.  
  149. blockquote{
  150. padding:0px 0px 2px 5px;
  151. margin:0px 0px 2px 1px;
  152. border-left: 1px dotted #555555;
  153. }
  154.  
  155. blockquote p, ul{
  156. margin:0px;
  157. padding:0px;
  158. }
  159.  
  160. a img{
  161. border: 0px;
  162. }
  163.  
  164. ul, ol, li{
  165. list-style:none;
  166. margin:0px;
  167. padding:0px;
  168. }
  169.  
  170. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  171. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  172.  
  173. .notes img{
  174. width:10px;
  175. position:relative;
  176. top:3px;
  177. }
  178.  
  179. .permalink{
  180. display: block;
  181. font-size: 10px;
  182. text-align: right;
  183. background-color:#FFFFFF;
  184. }
  185.  
  186. small{font-size: 90%;}
  187.  
  188.  
  189. </style>
  190. <link rel="shortcut icon" href="{Favicon}">
  191. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  192. <meta name="viewport" content="width=820" />
  193. </head>
  194. <body>
  195.  
  196. <div id="cage">
  197. <div id="center">
  198. <div id="sidebar">
  199. <div id="bite">
  200.  
  201. {block:ifshowsidebarimage}<a href="/"><img src="{image:sidebar}" width=180px></a>{/block:ifshowsidebarimage}
  202. <br>
  203. <div class="death">
  204. <center>{Description}
  205.  
  206. <br>
  207. <div align="right">
  208. <br>
  209. {block:ifshowarrows}{block:NextPage}<a href="{NextPage}"><center><font size="2"> > </font></center></a>{/block:NextPage}
  210. {block:PreviousPage} <a href="{PreviousPage}"><center><font size="2"> < </font></center></a>{/block:PreviousPage}{/block:ifshowarrows}
  211.  
  212.  
  213. </center>
  214.  
  215.  </div></div>
  216.  
  217. </div>
  218.  
  219.  
  220. <div id="content">
  221. {block:Posts}
  222. <div id="entry">
  223. <a href="{permalink}">{block:Text}
  224. {block:Title}<span class="title">{Title}</span>{/block:Title}
  225. <span class="entrytext">{Body}</span>
  226.  
  227. {/block:Text}
  228.  
  229. {block:Link}
  230. <a href="{URL}" class="title">{Name}</a>
  231. {block:Description}{Description}{/block:Description}
  232. {block:Link}
  233.  
  234. {block:Photo}<center>
  235. {LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=380px></a>{LinkCloseTag}</center>
  236. {/block:Photo}
  237.  
  238. {block:Quote}
  239. {Quote}</span>
  240. {block:Source}<strong>{Source}</strong>{/block:Source}
  241. {/block:Quote}
  242.  
  243. {block:Photoset}<center>{Photoset-400}</center>
  244.  
  245. {/block:Photoset}
  246.  
  247. {block:Chat}
  248. {block:Title}<span class="title">{Title}</span>{/block:Title}
  249. <ul class="chat">
  250. {block:Lines}
  251. <li class="user_{UserNumber}">
  252. {block:Label}
  253. <span class="label">{Label}</span>
  254. {/block:Label}
  255.  
  256. {Line}
  257. </li>
  258. {/block:Lines}<div align="right"><a href="{Permalink}">
  259. {/block:Chat}
  260.  
  261.  
  262. {block:Audio}
  263. <center><div style="width:310px; height:28px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:10px; float:right;">
  264. {FormattedPlayCount} plays {block:ExternalAudio}{/block:ExternalAudio}</div></div></center><br><div align="right"><a href="{Permalink}">
  265. {/block:Audio}
  266.  
  267. {block:Video}<center>
  268. <div class="video">{Video-400}</div></center>
  269. {block:Video}
  270.  
  271. <span class="permalink"><a href="{Permalink}">
  272. <div style="float:right;">+</div>
  273. </a></span>
  274.  
  275. {block:PostNotes}
  276. <center>
  277. {block:Caption}{Caption}{/block:Caption}
  278.  
  279. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  280.  
  281. {block:HasTags}
  282. tagged as: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  283. {block:RebloggedFrom}
  284. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}
  285. </center></span>
  286. <br>
  287. <div id="postnotes">{PostNotes}</div><br>
  288.  
  289. <center>{block:ContentSource}
  290. <br><a href="{SourceURL}">
  291. {lang:Source}:
  292. {block:SourceLogo}
  293. <img src="{BlackLogoURL}" width="{LogoWidth}"
  294. height="{LogoHeight}" alt="{SourceTitle}" />
  295. {/block:SourceLogo}
  296. {block:NoSourceLogo}
  297. {SourceLink}
  298. {/block:NoSourceLogo}
  299. </a>
  300. {/block:ContentSource}</center>
  301.  
  302. {/block:PostNotes}
  303. </div>
  304. {/block:Posts}<br>
  305.  
  306.  
  307. </div></div>
  308.  
  309. </div>
  310. </body>
  311.  
  312. </body>