lennonthemes

meow

Jul 6th, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.65 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" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7. <meta name="color:background" content="#ffffff"/>
  8. <meta name="color:blockquote" content="#efefef"/>
  9. <meta name="color:imgborder" content="#f1f1f1"/>
  10. <meta name="color:link" content="#fcaad3"/>
  11. <meta name="color:linkhover" content="#ffffff"/>
  12. <meta name="color:navlink" content="#969395"/>
  13. <meta name="color:question" content="#6c6b6b"/>
  14. <meta name="color:quote" content="#ff3399"/>
  15. <meta name="text:textsize" content="13px" />
  16. <meta name="color:question" content="#000000"/>
  17. <meta name="color:titlecolor" content="#8e8e8e"/>
  18. <meta name="color:fontcolor" content="#959494"/>
  19. <meta name="color:bold" content="#f3a0ed"/>
  20. <meta name="color:scrollbar" content="#f8f8f8"/>
  21. <meta name="color:imgborder" content="#f2f4f5"/>
  22. <meta name="text:fontsize" content="9px" />
  23. <meta name="text:titlesize" content="13px" />
  24. <meta name="text:link1" content="link1" />
  25. <meta name="text:link1url" content="http://" />
  26. <meta name="text:link2" content="link2" />
  27. <meta name="text:link2url" content="http://" />
  28. <meta name="text:link3" content="link3" />
  29. <meta name="text:link3url" content="http://" />
  30. <meta name="image:background" content=""/>
  31. <meta name="image:sidebar" content=""/>
  32. <meta name="if:customfont" content="0" />
  33. <style class="text/css"></style>
  34. <style type="text/css">
  35.  
  36. @font-face{font-family:Gruenewald; src: url(http://static.tumblr.com/9wzbixa/Wsomj2iuz/gruenewald_va_normal.ttf);}
  37.  
  38. body{
  39. background-color:{color:background};
  40. background-image: url("{image:background}");
  41. background-attachment: fixed;
  42. background-repeat: repeat;
  43. font-family: georgia;
  44. font-size: {text:fontsize};
  45. color: {color:fontcolor};
  46. line-height:8px;
  47. margin:0px;}
  48.  
  49. h1 {color:{color:H1};
  50. font-family:georgia;
  51. font-size:{text:H1size};
  52. font-weight:bold;
  53. font-style:italic;
  54. text-transform:lowercase;
  55. text-align:right;
  56. line-height:12px;
  57. padding: 0px;
  58. margin-top:0px;
  59. margin-bottom:0px;
  60. letter-spacing: 0px;
  61. }
  62.  
  63. strong, b{
  64. color:{color:bold};
  65. font-size: 10px;}
  66.  
  67. .title{
  68. font-family:Georgia;
  69. font-size: {text:titlesize};
  70. font-weight: normal;
  71. font-style:italic;
  72. text-transform:none;
  73. line-height: 14px;
  74. letter-spacing: 0px;
  75. padding-top: 0px;
  76. color: {color:titlecolor};
  77. margin-bottom: -5px;
  78. display:block;
  79. padding-left: 3px;
  80. }
  81.  
  82. .question
  83. {max-width:auto;
  84. min-height: 24px;
  85. font-family:georgia;
  86. font-size: 9px;
  87. font-weight: normal;
  88. color: #6e6e6e;
  89. font-style:italic;
  90. line-height: 10px;
  91. padding: 3px;
  92. border-bottom: #000 1px solid;
  93. display:block;
  94. margin-bottom: -5px;}
  95.  
  96. .quote{
  97. color: {color:quote};
  98. font-size:12px;
  99. font-family:georgia;
  100. font-style:italic;
  101. padding: 2px;
  102. display:block;
  103. }
  104.  
  105. .info{
  106. font-size: 9px;
  107. font-family: georgia;
  108. line-height: 15px;
  109. padding:2px;
  110. display:block;
  111. margin-top:3px;
  112. text-align: right;}
  113. .entrytext, .answer{
  114. display:block;
  115. padding-left: 2px;
  116. margin-bottom: -7px;
  117. }
  118.  
  119. #center{
  120. position:relative;
  121. width:700px;
  122. overflow:hidden;
  123. overflow-y:hidden;
  124. background-color: transparent;
  125. margin-left: 520px;
  126. min-height:600px;}
  127.  
  128. #posts{
  129. {block:IndexPage} margin-left: 2px;
  130. margin-top:10px;
  131. padding-top:10px;
  132. width: 13px;
  133. height: auto;
  134. {/block:IndexPage} {block:PermalinkPage}
  135. margin-left: 10px;
  136. margin-top: 10px;
  137. width: 520px;
  138. height: auto;
  139. {/block:PermalinkPage}background:transparent;
  140. height: auto;
  141. margin-right: 10px;
  142. padding:1px;
  143. padding-top:6px;
  144. padding-left: 8px;}
  145.  
  146. #flt{
  147. {block:IndexPage}float: left; width: 392px; overflow:hidden;{/block:IndexPage}
  148. {block:PermalinkPage}width: 400px;{/block:PermalinkPage}
  149. padding: 3px 9px 2px 3px;
  150. margin: 3px; background: #ffffff;
  151. overflow:hidden;
  152. border: 1px {color:imgborder} solid;}
  153.  
  154. #flt img{{block:IndexPage}max-width:400px;{/block:IndexPage}}
  155.  
  156. #s-m-t-tooltip{
  157. max-width:300px;
  158. margin:10px;
  159. padding:2px 9px;
  160. background:#FFF;
  161. z-index:999999;
  162. font-size:8px;
  163. font-style:italic;
  164. text-transform:lowercase;
  165. box-shadow:1px 1px 3px rgba(0,0,0,.2);}
  166.  
  167.  
  168. #sidebar {
  169. position:fixed;
  170. background:white;
  171. width:auto;
  172. height: auto;
  173. letter-spacing:1px;
  174. border:2px solid #eee;
  175. left:200px;
  176. top:200px;
  177. padding:10px;
  178. z-index:9999;
  179. opacity:10;
  180. }
  181.  
  182.  
  183. #desc{
  184. width:147px;
  185. height:auto;
  186. margin-top:0px;
  187. margin-left:0px;
  188. font-family:times;
  189. font-size:9px;
  190. background:white;
  191. display:inline-block;
  192. text-align:justify;
  193. text-transform:none;
  194. line-height:14px;
  195. letter-spacing:0px;
  196. padding:5px;
  197. color:#000;
  198. opacity:1;
  199. z-index:99999;
  200. -webkit-transition: all 0.9s ease-in-out;
  201. -moz-transition: all 0.9s ease-in-out;
  202. -o-transition: all 0.9s ease-in-out;
  203. -ms-transition: all 0.9s ease-in-out;
  204. transition: all 0.9s ease-in-out;
  205. }
  206.  
  207. #desc:hover{
  208. opacity:1;
  209. -webkit-transition: all 0.9s ease-in-out;
  210. -moz-transition: all 0.9s ease-in-out;
  211. -o-transition: all 0.9s ease-in-out;
  212. -ms-transition: all 0.9s ease-in-out;
  213. transition: all 0.9s ease-in-out;
  214. }
  215.  
  216. #navlink{
  217. display:inline-block;
  218. width:auto;
  219. height:auto;
  220. border-left:0px solid #eee;
  221. border-right:0px solid #eee;
  222. padding:2px;
  223. line-height:10px;
  224. margin-left:0px;
  225. text-align:center;
  226. background:transparent;
  227. opacity:10;
  228. -webkit-transition: all 0.9s ease-in-out;
  229. -moz-transition: all 0.9s ease-in-out;
  230. -o-transition: all 0.9s ease-in-out;
  231. -ms-transition: all 0.9s ease-in-out;
  232. transition: all 0.9s ease-in-out;
  233. }
  234.  
  235. .navlink{
  236. background:{color:navlink};
  237. line-height:8px;
  238. margin:0px;
  239. width:11px;
  240. height:7px;
  241. padding:2px;
  242. font-family:times;
  243. font-size:8px;
  244. text-align:center;
  245. display:inline-block;
  246. font-style:italic;
  247. letter-spacing:1px;
  248. border:4px solid {color:navlink};
  249. color: #fff;
  250. -webkit-transition: all 0.9s ease-in-out;
  251. -moz-transition: all 0.9s ease-in-out;
  252. -o-transition: all 0.9s ease-in-out;
  253. -ms-transition: all 0.9s ease-in-out;
  254. transition: all 0.9s ease-in-out;
  255. }
  256.  
  257. .navlink:hover{
  258. background:#fff;
  259. border:5px double{color:navlink};
  260. color:{color:navlink};
  261. -webkit-transition: all 0.9s ease-in-out;
  262. -moz-transition: all 0.9s ease-in-out;
  263. -o-transition: all 0.9s ease-in-out;
  264. -ms-transition: all 0.9s ease-in-out;
  265. transition: all 0.9s ease-in-out;
  266. }
  267.  
  268.  
  269. .desc{
  270. display:inline-block;}
  271.  
  272. #letitle{
  273. font-size: 18px;
  274. line-height: 28px;
  275. {block:ifcustomfont}
  276. font-family:Always a Good Time;
  277. {/block:ifcustomfont}
  278. font-weight: none;
  279. text-transform: lowercase;
  280. }
  281.  
  282. @font-face {font-family:Always a Good Time; src: url(http://static.tumblr.com/9wzbixa/PUwmj3iyh/kgalwaysagoodtime.ttf);}
  283.  
  284. #permapage{
  285. font-family: georgia;
  286. font-size: 9px;
  287. margin-bottom: 2px;}
  288.  
  289.  
  290. a:link, a:active, a:visited{
  291. color: {color:link};
  292. text-decoration: none;
  293. -webkit-transition: color 0.3s ease-out;
  294. -moz-transition: color 0.3s ease-out;
  295. transition: color 0.3s ease-out;
  296. }
  297.  
  298. a:hover{
  299. color:{color:linkhover}; }
  300.  
  301.  
  302.  
  303. .question a{
  304. color:{color:question};
  305. Padding:1px;}
  306. .question a:hover{
  307. color:#b0b0b0 !important;}
  308.  
  309. .permalink{
  310. font-family: georgia;
  311. font-size:10px;
  312. text-align: center;
  313. padding: 1px;}
  314.  
  315. .permalink a{color:#f1829b;}
  316. .perm1 {
  317. margin: auto;
  318. font-family: georgia;
  319. text-transform: uppercase;
  320. letter-spacing: 1px;
  321. position: absolute;
  322. bottom: 1px;
  323. left: 12px;
  324. text-align:center;
  325. opacity: 0;
  326. filter: alpha(opacity = 0);
  327. -webkit-transition: all ease-in-out 333ms;
  328. -moz-transition: all ease-in-out 333ms;
  329. -o-transition: all ease-in-out 333ms;
  330. -ms-transition: all ease-in-out 333ms;
  331. transition: all ease-in-out 333ms;}
  332.  
  333. #flt:hover .perm1 {
  334. opacity: 1;
  335. filter: alpha(opacity = 30);
  336. margin-bottom: 12px;}
  337.  
  338. .perm1 a {
  339. color: #aaa;
  340. background-color:#eeeeee;
  341. padding: 2px;
  342. margin-right: 3px;
  343. line-height: 20px;
  344. font-family:calibri;
  345. font-size: 10px;
  346. -webkit-transition: all ease-in 333ms;
  347. -moz-transition: all ease-in 333ms;
  348. -o-transition: all ease-in 333ms;
  349. -ms-transition: all ease-in 333ms;
  350. transition: all ease-in 333ms;}
  351.  
  352. .perm1 a:hover {
  353. color: {color:bold};
  354. background-color: #ffffff;
  355. -webkit-transition: all ease-in 333ms;
  356. -moz-transition: all ease-in 333ms;
  357. -o-transition: all ease-in 333ms;
  358. -ms-transition: all ease-in 333ms;
  359. transition: all ease-in 333ms;}
  360.  
  361. .video embed, .post div.video object {width:300px !important; height:200 !important;}
  362.  
  363. blockquote{padding:3px 3px 3px 3px; margin:0px 0px 2px 1px; background-color:{color:blockquote};}
  364.  
  365. ::-webkit-scrollbar {width: 4px; height: 4px; background: #fff;}
  366. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-radius: 2px;}
  367.  
  368. {block:ifFadedImages}img{-webkit-transition: opacity 0.8s linear; opacity: 0.75;}img:hover{-webkit-transition: opacity 0.8s linear; opacity: 1;}
  369. {/block:ifFadedImages}
  370.  
  371. {block:ifInvertedFade}img{-webkit-transition: opacity 0.7s linear; opacity: 50;}img:hover{-webkit-transition: opacity 0.7s linear; opacity: .7;}
  372. {/block:ifInvertedFade}
  373.  
  374.  
  375.  
  376. </style>
  377. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  378. <meta name="viewport" content="width=820" />
  379. </head>
  380. <body>
  381. <div id="sidebar"><a href="/" id="letitle"><center>{Title}</center></a><br>
  382. &nbsp; <img src="{image:Sidebar}"><br>
  383.  
  384. <div id="desc">
  385. <i>{description}</i>
  386. </div><br>
  387. <div id="navlink">
  388.  
  389. <a href="/" title="home"><div class="navlink">1</div></a>
  390. <a href="/ask" title="questions"><div class="navlink">2</div></a>
  391. <a href="{text:link1url}" title="{text:link1}"><div class="navlink">3</div></a>
  392. <a href="{text:link2url}" title="{text:link2}"><div class="navlink">4</div></a>
  393. <a href="{text:link3url}" title="{text:link3}"><div class="navlink">5</div></a>
  394. <a href="http://bonivur.tumblr.com/" title="theme credit"><div class="navlink">6</div></a>
  395. </div>
  396.  
  397. </div>
  398.  
  399.  
  400. <div style="position:absolute;z-index:99999999999999999999999999999999999; !important;top:30px;right:10px;"><a title="theme credit" a href="http://bonivur.tumblr.com/"><img src="http://i595.photobucket.com/albums/tt32/dumppixelshere/old%20stuff%20B/PolarCubStomp.gif"height="40px"></a></div>
  401.  
  402.  
  403. <div id="center">
  404.  
  405. <div id="posts">
  406. {block:Posts}
  407. <div id="flt">
  408.  
  409. {block:Text}
  410. {block:Title}<div class="title">{Title}</div>{/block:Title}<span class="entrytext">{Body}</span>
  411. {block:IndexPage}<div class="info"><a href="{Permalink}"> {NoteCount} </a></div>{/block:IndexPage}
  412. {/block:Text}
  413.  
  414. {block:Answer}
  415. <div class="flt">
  416. <div class="question"><img src="{AskerPortraitURL-24}" align="left" style="padding-right: 2px;"><b>{Asker}:</b> {Question}&nbsp;</div><span class="answer">{Answer}</span>{block:IndexPage}<div class="info"><a href="{Permalink}"> {NoteCount} </a></div>{/block:IndexPage}</div>
  417. {/block:Answer}
  418.  
  419. {block:Link}
  420. <a href="{URL}" class="title">{Name}</a>
  421. {block:Description}{Description}{/block:Description}
  422. {block:IndexPage}<div class="info">{NoteCount} </a></div>{/block:IndexPage}
  423. {block:Link}
  424.  
  425. {block:Photo}
  426. {block:indexpage}
  427. <div class="perm1">
  428. <p><a href="{ReblogURL}" target="_blank">Reblog</a><a href="{permalink}">{NoteCount} notes</a></p></div>
  429. {/block:indexpage}
  430. {block:indexpage}
  431. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>{LinkCloseTag}
  432. {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  433. {/block:indexpage}
  434. {block:permalinkpage}
  435. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="400"/>{LinkCloseTag}
  436. {/block:permalinkpage}
  437. {/block:Photo}
  438.  
  439. {block:Photoset}
  440. {block:IndexPage}<center><div style="padding-top: 1px; padding-bottom: 1px; background-color:{color:Photoset background};">{Photoset-250}</div></center>{/block:IndexPage}
  441. {block:PermalinkPage}{Photoset-250}{/block:PermalinkPage}
  442. {block:IndexPage}<div class="info"><a href="{Permalink}"> {NoteCount} notes</a></div>{/block:IndexPage}
  443. {/block:Photoset}
  444.  
  445. {block:Quote}
  446. <div class="quote"><span class="quote">{Quote}</span></div><div style="margin-left: 30px;">{block:Source}- {Source}{/block:Source}</div>
  447. {block:IndexPage}<div class="info"><a href="{Permalink}"> {NoteCount} notes</a></div>{/block:IndexPage}
  448. {/block:Quote}
  449.  
  450. {block:Chat}
  451. {block:Title}<div class="perm1">
  452. <p><a href="{ReblogURL}" target="_blank">reblog</a><a href="{permalink}">{NoteCount} notes</a></p>
  453. </div><span class="title">{Title}</span>{/block:Title}
  454. <ul class="chat">
  455. {block:Lines}
  456. <li class="user_{UserNumber}">
  457. {block:Label}
  458. <span class="label">{Label}</span>
  459. {/block:Label}
  460.  
  461. {Line}
  462. </li>
  463. {/block:Lines}
  464. </ul>
  465. {block:IndexPage}<div class="info"><a href="{Permalink}"> {NoteCount} notes</a></div>{/block:IndexPage}
  466. {/block:Chat}
  467.  
  468. {block:Audio}
  469. {block:IndexPage}<div style="background-color:#000; width: 245px;"><div style="width:300px; height:27px;">{AudioPlayerBlack}</div></div>{/block:IndexPage}
  470. {block:PermalinkPage}<div style="background-color:#000; width: 500px;"><div style="width:500px; height:27px;">{AudioPlayerBlack}</div></div>{/block:PermalinkPage}
  471. {block:IndexPage}<div class="info"><a href="{Permalink}"> {NoteCount} notes</a></div>{/block:IndexPage}
  472. {/block:Audio}
  473.  
  474. {block:Video}
  475. {block:IndexPage}<div class="video">{Video-250}</div>{/block:IndexPage}
  476. {block:PermalinkPage}{Video-250}{/block:PermalinkPage}
  477. {block:IndexPage}<div class="info"><a href="{Permalink}"> {NoteCount} notes</a></div>{/block:IndexPage}
  478. {block:Video}
  479.  
  480. {block:PermalinkPage}
  481. <div id="permapage"><center>{block:Date}<b>{DayofMonth} {Month}{/block:Date}</b>
  482. {block:NoteCount}<b>with </b>{NoteCountWithLabel}{/block:NoteCount} <center>
  483.  
  484. <BR>{Caption}</div>
  485. {/block:PermalinkPage}
  486.  
  487. {block:PostNotes}{PostNotes}
  488. {/block:PostNotes}</div>
  489. {/block:Posts}
  490.  
  491. </div>
  492. </div>
  493. </div>
  494. </center>
  495.  
  496.  
  497. </body>
  498. <script type="text/javascript"
  499. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  500. <script>
  501. $(document).ready(function() {
  502. //
  503. $('a.poplight[href^=#]').click(function() {
  504. var popID = $(this).attr('rel'); //Get Popup Name
  505. var popURL = $(this).attr('href'); //Get Popup href to define size
  506. var query= popURL.split('?');
  507. var dim= query[1].split('&');
  508. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  509. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://www.iconsdb.com/icons/preview/black/close-xxl.png" width="20" class="btn_close" title="Close" alt="Close" /></a>');
  510. var popMargTop = ($('#' + popID).height() + 80) / 2;
  511. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  512. //Apply Margin to Popup
  513. $('#' + popID).css({
  514. 'margin-top' : -popMargTop,
  515. 'margin-left' : -popMargLeft
  516. });
  517. $('body').append('<div id="fade"></div>');
  518. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  519. return false; });
  520. $('a.close, #fade').live('click', function() {
  521. $('#fade , .popup_block').fadeOut(function() {
  522. $('#fade, a.close').remove(); //fade them both out
  523. }); return false; }); }); </script>
  524. <script language="JavaScript">
  525. function toggle(id) {
  526. var state = document.getElementById(id).style.display;
  527. if (state == 'none') {
  528. document.getElementById(id).style.display = 'block';
  529. } else {document.getElementById(id).style.display = 'none';}}</script>
  530.  
  531. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  532. <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
  533. {block:indexpage}
  534. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  535. <script src='http://code.jquery.com/jquery-1.4.2.min.js' type='text/javascript'></script>
  536. <script src='http://static.tumblr.com/1s4z8hu/UTBlo4136/jquery.masonry.min.js' type='text/javascript'></script>
  537. <script type="text/javascript" src="http://static.tumblr.com/jnmer2r/WKhljk73d/jquery.infinitescroll.min.js"></script>
  538.  
  539.  
  540. <script>
  541. $.fn.imagesLoaded = function(callback){
  542. var elems = this.find('img'),
  543. len = elems.length,
  544. _this = this;
  545. if ( !elems.length ) {
  546. callback.call( this );}
  547. elems.bind('load',function(){
  548. if (--len <= 0){
  549. callback.call( _this );}
  550. }).each(function(){
  551. // cached images don't fire load sometimes, so we reset src.
  552. if (this.complete || this.complete === undefined){
  553. var src = this.src;
  554. // webkit hack from http://groups.google.com/group/jquery-dev/browse_thread/thread/eee6ab7b2da50e1f
  555. // data uri bypasses webkit log warning (thx doug jones)
  556. this.src = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==";
  557. this.src = src;}
  558. });
  559. return this;};
  560. </script>
  561. <script>
  562. jQuery(window).load(function(){
  563. var $wall = $('#posts');
  564. $wall.imagesLoaded(function(){
  565. $wall.masonry({
  566. singleMode: true,
  567. columnWidth: 208,
  568. itemSelector: '#flt'});});
  569. $wall.infinitescroll({
  570. navSelector : '#page-nav',
  571. nextSelector : '#page-nav a',
  572. itemSelector : '#flt', },
  573. function( newElements ){
  574. $(newElements).hide();
  575. setTimeout(function(){
  576. $wall.masonry({ appendedContent: $(newElements) });
  577. },2000);
  578. setTimeout(function(){
  579. $(newElements).fadeIn('slow');},3100);},2000);
  580. });</script>
  581.  
  582. {/block:Indexpage} <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  583. <script>
  584. (function($){
  585. $(document).ready(function(){
  586. $("[title]").style_my_tooltips({
  587. tip_follows_cursor:true,
  588. tip_delay_time:200,
  589. tip_fade_speed:300
  590. }
  591. );
  592. });
  593. })(jQuery);
  594. </script><script src="jquery.js"></script>
  595. <script>
  596. $(document).ready(function(){
  597. $("#flip").click(function(){
  598. $("#panel").slideToggle("slow");
  599. });
  600. });
  601. </script>
  602.  
  603. <script src="jquery.js"></script>
  604. <script>
  605. $(document).ready(function(){
  606. $("#flip2").click(function(){
  607. $("#panel2").slideToggle("slow");
  608. });
  609. });
  610. </script>
  611. </html>
Add Comment
Please, Sign In to add comment