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

Untitled

By: a guest on Aug 11th, 2011  |  syntax: None  |  size: 12.32 KB  |  hits: 2,378  |  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.  <!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.  
  4. <!--theme by berceau.tumblr.com-->
  5.  
  6.  
  7. <head>
  8.  
  9.  
  10.  
  11.  
  12. <meta name="color:background" content="#FFFFFF" />
  13. <meta name="color:Text" content="#000000"/>
  14. <meta name="if:Drop Shadow" content="0" />
  15. <meta name="text:Custom Link One URL" content="" />
  16. <meta name="text:Custom Link One Name" content="" />
  17. <meta name="text:Custom Link Two URL" content="" />
  18. <meta name="text:Custom Link Two Name" content="" />
  19. <meta name="text:Custom Link Three URL" content="" />
  20. <meta name="text:Custom Link Three Name" content="" />
  21.  
  22.  
  23.  
  24. <title>{Title}{block:SearchPage} ({lang:Search results for SearchQuery}){/block:SearchPage}{block:PostSummary} ({PostSummary}){/block:PostSummary}</title>
  25. <link rel="shortcut icon" href="{Favicon}">
  26. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  27. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  28. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  29.  
  30.  
  31. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  32. <script src="toggle.js" type="text/javascript"></script>
  33. <script type="text/javascript">
  34. $(document).ready(function(){
  35. $("#description").hide();
  36. $("blogtitle").click(function(){
  37. $('#description').slideToggle(375);
  38. return true;
  39. });
  40. });
  41. </script>
  42.  
  43.  
  44.  
  45. <style type="text/css">
  46.  
  47. #notes{
  48. text-align:center;
  49. font-size:9px;
  50. padding:1px;
  51. }
  52. img{
  53. border:none;
  54. }
  55. ol.notes li.note img.avatar {
  56. display:none;
  57. height:0px;
  58. width:0px;
  59. }
  60. {block:IfFadedImages}
  61. img{
  62. border:none;
  63. -webkit-transition: opacity 0.8s linear;
  64. opacity: 0.85;
  65. }
  66. img:hover{
  67. -webkit-transition: opacity 0.8s linear;
  68. opacity: 1;
  69. }
  70. {/block:IfFadedImages}
  71. a:active {
  72. COLOR: {color:text};
  73. text-decoration:none;
  74. }
  75. a:link {
  76. COLOR:{color:text};
  77. text-decoration:none;
  78. }
  79. a:visited {
  80. COLOR: {color:text};
  81. text-decoration:none;
  82. }
  83. a:hover {
  84. COLOR: {color:text};
  85. text-decoration:none;
  86. }
  87. a img:hover{
  88. opacity:0.7;
  89. -moz-transition: 0.3s ease-in;
  90. -webkit-transition: 0.3s ease-in;
  91. -o-transition: 0.3s ease-in;
  92. transition: 0.3s ease-in;
  93. }
  94. body {
  95. width:700px;
  96. margin:auto;
  97. margin-left:375px;
  98. margin-top:2px;
  99. background-color:{color:background};
  100. font-family:georgia;
  101. font-size:11px;
  102. text-align:justify;
  103. color:{color:text};
  104. text-align:justify;
  105. }
  106. {block:ifDropShadow}
  107. a img{
  108. -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.33);                                      
  109. -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.33);
  110. box-shadow: 0px 2px 8px rgba(0,0,0,0.33);
  111. }
  112. .audio{
  113. -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.33);                                      
  114. -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.33);
  115. box-shadow: 0px 2px 8px rgba(0,0,0,0.33);
  116. }
  117. {/block:ifDropShadow}
  118. #description{
  119. font-size:9px;
  120. }
  121. #col{
  122. width: 320px;
  123. padding:10px;
  124. float:left;
  125. }
  126. #entry{
  127. max-width:320px;
  128. left:100px;
  129. }
  130. #sidebar{
  131. padding-top:300px;
  132. background-color:{color:background};
  133. text-align: right !important;
  134. position: fixed;
  135. left: 100px !important;
  136. width:260px;
  137. height:100%;
  138. padding-bottom:5px;
  139. }
  140. #center{
  141. width: 320px;
  142. padding:10px;
  143. margin-top:1px;
  144. }top
  145. .pagination{
  146. text-align:center;
  147. padding:3px;
  148. max-width:320px;
  149. border-top:#636363 solid 2px;
  150. }
  151. .audio{
  152. background-color:#e4e4e4;
  153. width:320px;
  154. }
  155. blogtitle{
  156. font-family:verdana;
  157. font-size:12px;
  158. text-transform:uppercase;
  159. text-align:right !important;
  160. }
  161. sidelinks{
  162. font-family:georgia;
  163. font-size:11px;
  164. letter-spacing:.1em;
  165. text-align:right !important;
  166. }
  167. /*
  168. |--------------------------------------------------------------------------
  169. | UItoTop jQuery Plugin 1.1
  170. | http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
  171. |--------------------------------------------------------------------------
  172. */
  173. #toTop {
  174. display:none;
  175. text-decoration:none;
  176. position:fixed;
  177. bottom:10px;
  178. right:10px;
  179. overflow:hidden;
  180. width:60px;
  181. height:60px;
  182. border:none;
  183. text-indent:-999px;
  184. background:url(http://static.tumblr.com/oji7zlw/gbrlovc58/screen_shot_2011-07-24_at_9.55.35_pm.png) no-repeat left top;
  185. }
  186.  
  187. #toTopHover {
  188. background:url(http://static.tumblr.com/oji7zlw/gbrlovc58/screen_shot_2011-07-24_at_9.55.35_pm.png) no-repeat left -51px;
  189. width:60px;
  190. height:60px;
  191. display:block;
  192. overflow:hidden;
  193. float:left;
  194. opacity: 0;
  195. -moz-opacity: 0;
  196. filter:alpha(opacity=0);
  197. }
  198.  
  199. #toTop:active, #toTop:focus {
  200. outline:none;
  201. }
  202.  
  203. </style>
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213. </head>
  214.  
  215. <script type="text/javascript" src="http://static.tumblr.com/53unaru/kx3lgzker/jquery-1.3.2.min.js" charset="utf-8"></script>
  216. <script type="text/javascript" src="http://static.tumblr.com/53unaru/4jtlgzkf8/easing.js"></script>
  217. <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
  218.  
  219. <script type="text/javascript">
  220. $(document).ready(function() {
  221. /*
  222. var defaults = {
  223. containerID: 'moccaUItoTop', // fading element id
  224. containerHoverClass: 'moccaUIhover', // fading element hover class
  225. scrollSpeed: 1200,
  226. easingType: 'linear'
  227. };
  228. */
  229.  
  230. $().UItoTop({ easingType: 'easeOutQuart' });
  231.  
  232. });
  233. </script>
  234. <body>
  235.  
  236. <div id="sidebar">
  237. <blogtitle>{title}</blogtitle><br>
  238.  
  239. <div id="description">{block:description}<br>{description}<br><br>{/block:description}</div>
  240.  
  241. <sidelinks>
  242.  
  243. <a href="/">home</a>
  244.  
  245. <A href="/archive">archive</a>
  246.  
  247. <a href="/ask">message</a>
  248.  
  249. {block:IfCustomLinkOneName}<a href="{text:Custom Link One URL}">{text:Custom Link One Name}</a> {/block:ifCustomLinkOneName}
  250.  
  251. {block:ifCustomLinkTwoName}
  252. <a href="{text:Custom Link Two URL}">{text:Custom Link Two Name}</a>{/block:ifCustomLinkTwoName}
  253.  
  254. {block:ifCustomLinkThreeName}
  255. <a href="{text:Custom Link Three URL}">{text:Custom Link Three Name}</a>{/block:ifCustomLinkThreeName}
  256.  
  257.  
  258. <A href="http://berceau.tumblr.com">theme</a></sidelinks><br>
  259.  
  260.  
  261.  
  262. </div>
  263.  
  264. </div>
  265.  
  266.  
  267. <div id="col">
  268. {block:Posts}
  269. {block:Odd}
  270. <div id="center">
  271. <div id="entry">
  272.  
  273. {block:Text}
  274. {block:title}<div style="border-bottom: solid 1px #c0c0c0;">{Title}</div>{/block:title}
  275. {Body}<div id="notes"><a href="{Permalink}">{ShortMonth}&nbsp;{DayOfMonth} · {NoteCountWithLabel}</a></div>
  276. {/block:Text}
  277.  
  278. {block:Photo}<div id="entry">
  279. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  280. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  281. <img src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" {block:IndexPage}width="320"{/block:IndexPage}{block:PermalinkPage}width="500"{/block:PermalinkPage}/>
  282. {block:IndexPage}</a>{/block:IndexPage}
  283. {block:PermalinkPage}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  284. {/block:PermalinkPage}
  285. {block:PermalinkPage}{ShortMonth}&nbsp;{DayOfMonth} · {NoteCountWithLabel}{/block:PermalinkPage}</div>
  286. {/block:Photo}
  287.  
  288.  
  289.  
  290. {block:Photoset}
  291. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  292. {block:PermalinkPage}{block:Caption}{caption} {/block:Caption}{/block:permalinkpage}<div id="notes">
  293. <a href="{Permalink}"> {NoteCountWithLabel}</a></div>
  294. {/block:Photoset}
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301. {block:Quote}
  302. {Quote}<div style="text-align:right;">- <i>{Source}</i></div><div id="notes"><a href="{Permalink}">{ShortMonth}&nbsp;{DayOfMonth} · {NoteCountWithLabel}</a></div>
  303. {/block:Quote}
  304.  
  305. {block:Link}
  306. <a href="{URL}" class="link" {Target}><u>{Name}</u></a>{/block:Link}
  307. {block:Link}{block:Description}<P>{Description}</p>{/block:Description}<div id="notes"><a href="{Permalink}">{ShortMonth}&nbsp;{DayOfMonth} · {NoteCountWithLabel}</a></div>{/block:Link}
  308.  
  309. {block:Chat}
  310. {block:Title}<i>{Title}</i>{/block:Title}<br>
  311. {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}<div id="notes"><a href="{Permalink}">{ShortMonth}&nbsp;{DayOfMonth} · {NoteCountWithLabel}</a></div>
  312. {/block:Chat}
  313.  
  314. {block:Audio}
  315. <div class="audio">
  316. {AudioPlayerGrey}
  317. </div><center>{block:Caption}{Caption}{/block:Caption}</center>
  318. <div id="notes"><a href="{Permalink}">{ShortMonth}&nbsp;{DayOfMonth} · {NoteCountWithLabel}</a></div>
  319. {/block:Audio}
  320. {block:Video}
  321.  
  322. {block:IndexPage}{Video-250}{/block:IndexPage}
  323. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  324. {block:permalinkpage}{block:Caption}{Caption}{/block:Caption}{/block:permalinkpage}
  325.  
  326. <div id="notes"><a href="{Permalink}">{NoteCountwithlabel}</a></div>{/block:Video}
  327.  
  328. {block:Answer} <div id="entry">
  329. <div style="border-bottom:#636363 solid 1px;">{Asker}: {Question}</div>
  330. {Answer}
  331. </div><div id="notes"><a href="{Permalink}">{ShortMonth}&nbsp;{DayOfMonth} · {NoteCountWithLabel}</a></div>
  332. {/block:Answer}
  333.  
  334.  
  335.  
  336. </div>
  337.  
  338. </div>
  339. {/block:Odd}
  340. {/block:Posts}
  341.  
  342.  
  343.  
  344.  
  345. </div>
  346.  
  347.  
  348. <div id="col">
  349. {block:Posts}
  350. {block:Even}
  351. <div id="center">
  352. <div id="entry">
  353.  
  354. {block:Text}
  355. {block:title}<div style="border-bottom: solid 1px #c0c0c0;">{Title}</div>{/block:title}
  356. {Body}<div id="notes"><a href="{Permalink}">{ShortMonth}&nbsp;{DayOfMonth} · {NoteCountWithLabel}</a></div>
  357. {/block:Text}
  358.  
  359. {block:Photo}<div id="entry">
  360. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  361. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  362. <img src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" {block:IndexPage}width="320"{/block:IndexPage}{block:PermalinkPage}width="500"{/block:PermalinkPage}/>
  363. {block:IndexPage}</a>{/block:IndexPage}
  364. {block:PermalinkPage}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  365. {/block:PermalinkPage}
  366. {block:PermalinkPage}{ShortMonth}&nbsp;{DayOfMonth} · {NoteCountWithLabel}{/block:PermalinkPage}</div>
  367. {/block:Photo}
  368.  
  369.  
  370.  
  371. {block:Photoset}
  372. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  373. {block:PermalinkPage}{block:Caption}{caption} {/block:Caption}{/block:permalinkpage}<div id="notes">
  374. <a href="{Permalink}"> {NoteCountWithLabel}</a></div>
  375. {/block:Photoset}
  376.  
  377.  
  378.  
  379.  
  380. {block:Quote}
  381. {Quote}<div style="text-align:right;">- <i>{Source}</i></div><div id="notes"><a href="{Permalink}">{ShortMonth}&nbsp;{DayOfMonth} · {NoteCountWithLabel}</a></div>
  382. {/block:Quote}
  383.  
  384. {block:Link}
  385. <a href="{URL}" class="link" {Target}><u>{Name}</u></a>{/block:Link}
  386. {block:Link}{block:Description}<P>{Description}</p>{/block:Description}<div id="notes"><a href="{Permalink}">{ShortMonth}&nbsp;{DayOfMonth} · {NoteCountWithLabel}</a></div>{/block:Link}
  387.  
  388. {block:Chat}
  389. {block:Title}<i>{Title}</i>{/block:Title}<br>
  390. {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}<div id="notes"><a href="{Permalink}">{ShortMonth}&nbsp;{DayOfMonth} · {NoteCountWithLabel}</a></div>
  391. {/block:Chat}
  392.  
  393. {block:Audio}
  394. <div class="audio">
  395. {AudioPlayerGrey}
  396. </div><center>{block:Caption}{Caption}{/block:Caption}</center>
  397. <div id="notes"><a href="{Permalink}">{ShortMonth}&nbsp;{DayOfMonth} · {NoteCountWithLabel}</a></div>
  398. {/block:Audio}
  399.  
  400. {block:Video}
  401.  
  402. {block:IndexPage}{Video-250}{/block:IndexPage}
  403. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  404. {block:permalinkpage}{block:Caption}{Caption}{/block:Caption}{/block:permalinkpage}
  405.  
  406. <div id="notes"><a href="{Permalink}">{NoteCountwithlabel}</a></div>{/block:Video}
  407.  
  408. {block:Answer} <div id="entry">
  409. <div style="border-bottom:#636363 solid 1px;">{Asker}: {Question}</div>
  410. {Answer}
  411. </div><div id="notes"><a href="{Permalink}">{ShortMonth}&nbsp;{DayOfMonth} · {NoteCountWithLabel}</a></div>
  412. {/block:Answer}
  413.  
  414.  
  415.  
  416. </div>
  417.  
  418. </div>
  419. {/block:Even}
  420. {/block:Posts}
  421.  
  422.  
  423. <Br>
  424.  
  425.         <center><div style="margin-left:5px; width:320px;">{block:Pagination}<div class="pagination" id="entry" id="center"><div style="font-size:12px; letter-spacing:1px;">
  426.             {block:PreviousPage}
  427.                 <a href="{PreviousPage}">&laquo;</a>
  428.             {/block:PreviousPage}
  429.  
  430.             {block:JumpPagination length="5"}
  431.                 {block:CurrentPage}
  432.                     <span class="current_page">{PageNumber}</span>
  433.                 {/block:CurrentPage}
  434.  
  435.                 {block:JumpPage}
  436.                     <a class="jump_page" href="{URL}">{PageNumber}</a>
  437.                 {/block:JumpPage}
  438.             {/block:JumpPagination}
  439.  
  440.             {block:NextPage}
  441.                 <a href="{NextPage}">&raquo;</a>
  442.             {/block:NextPage}</div></div>
  443.         {/block:Pagination}</center>
  444. </div>
  445. </div>
  446. {/block:Posts}
  447.  
  448. </div>
  449. </div>
  450. </div>
  451.  
  452.  
  453.  
  454.  
  455. </div>
  456.  
  457. </body>
  458. </html>