Advertisement
harreyeh

theme 07; be mine, valentine

Feb 8th, 2014
610
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.67 KB | None | 0 0
  1. <!--
  2.  
  3. ᴛʜᴇᴍᴇ 07 ʙʏ ʜᴀʀᴅᴢɪᴀᴍ
  4. please don't take off the credit it's really small!!!!
  5.  
  6.  
  7. ╭━━━━┳╮╱╭┳━━━┳━╮╭━┳━━━┳━━━╮ ╭━━┳╮╱╱╭╮
  8. ┃╭╮╭╮┃┃╱┃┃╭━━┫┃╰╯┃┃╭━━┫╭━╮┃ ┃╭╮┃╰╮╭╯┃
  9. ╰╯┃┃╰┫╰━╯┃╰━━┫╭╮╭╮┃╰━━┫╰━━╮ ┃╰╯╰╮╰╯╭╯
  10. ╱╱┃┃╱┃╭━╮┃╭━━┫┃┃┃┃┃╭━━┻━━╮┃ ┃╭━╮┣╮╭╯
  11. ╱╱┃┃╱┃┃╱┃┃╰━━┫┃┃┃┃┃╰━━┫╰━╯┃ ┃╰━╯┃┃┃
  12. ╱╱╰╯╱╰╯╱╰┻━━━┻╯╰╯╰┻━━━┻━━━╯ ╰━━━╯╰╯
  13. ╭╮╱╭┳━━━┳━━━┳━━━┳━━━━┳━━┳━━━┳━╮╭━╮
  14. ┃┃╱┃┃╭━╮┃╭━╮┣╮╭╮┣━━╮━┣┫┣┫╭━╮┃┃╰╯┃┃
  15. ┃╰━╯┃┃╱┃┃╰━╯┃┃┃┃┃╱╭╯╭╯┃┃┃┃╱┃┃╭╮╭╮┃
  16. ┃╭━╮┃╰━╯┃╭╮╭╯┃┃┃┃╭╯╭╯╱┃┃┃╰━╯┃┃┃┃┃┃
  17. ┃┃╱┃┃╭━╮┃┃┃╰┳╯╰╯┣╯━╰━┳┫┣┫╭━╮┃┃┃┃┃┃
  18. ╰╯╱╰┻╯╱╰┻╯╰━┻━━━┻━━━━┻━━┻╯╱╰┻╯╰╯╰╯
  19.  
  20.  
  21. hardziam.tumblr.com // themesbyzsu.tumblr.com
  22.  
  23.  
  24. -->
  25.  
  26. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  27.  
  28. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  29.  
  30. <head>
  31.  
  32. <title>{title}</title>
  33. <link rel="shortcut icon" href="{Favicon}">
  34. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  35.  
  36. <meta name="color:background" content="#fff" />
  37. <meta name="color:text" content="#6783a2" />
  38. <meta name="color:link" content="#8d8c8d" />
  39. <meta name="color:linkhovercolor" content="#c48e8e" />
  40. <meta name="color:title" content="#FAA5D6" />
  41. <meta name="color:description text" content="#000" />
  42. <meta name="color:description background" content="#fff" />
  43. <meta name="color:description border" content="#ffe2fd" />
  44. <meta name="color:description outline" content="#ffaaaa" />
  45. <meta name="image:sidebar img" content="" />
  46. <meta name="image:background" content="" />
  47.  
  48. <meta name="if:Drop Down Links" content="0">
  49. <meta name="if:Sparkle Cursor" content="1">
  50. <meta name="if:Heart Cursor" content="1">
  51.  
  52. <meta name="text:Link1" content="/" />
  53. <meta name="text:Link1 Title" content="link" />
  54. <meta name="text:Link2" content="/" />
  55. <meta name="text:Link2 Title" content="link" />
  56. <meta name="text:Link3" content="/" />
  57. <meta name="text:Link3 Title" content="link" />
  58. <meta name="text:Link4" content="/" />
  59. <meta name="text:Link4 Title" content="link" />
  60. <meta name="text:Link5" content="/" />
  61. <meta name="text:Link5 Title" content="link" />
  62.  
  63.  
  64.  
  65.  
  66. <style>
  67. @font-face {
  68. font-family: "mathilde";
  69. src: url('http://static.tumblr.com/ssqfxic/znmn0kqsu/mathilde.otf');
  70. }
  71. </style>
  72.  
  73. <style type="text/css">
  74.  
  75. body {
  76. background: {color:background};
  77. background-image: url('{image:background}');
  78. margin-left: 0px;
  79. padding: 0;
  80. position:absolute;
  81. font-family: calibri;
  82. }
  83.  
  84. a {
  85. text-decoration:none;
  86. outline:none;
  87. -moz-outline-style:none;
  88. color:{color:link};
  89. -webkit-transition: all 0.5s ease-in-out;
  90. -moz-transition: all 0.5s ease-in-out;
  91. -o-transition: all 0.5s ease-in-out;
  92. }
  93.  
  94. a:hover {
  95. color:{color:linkhovercolor};
  96. -webkit-transition: all 0.5s ease-in-out;
  97. -moz-transition: all 0.5s ease-in-out;
  98. -o-transition: all 0.5s ease-in-out;
  99. }
  100.  
  101. {block:ifHeartCursor}
  102. body, a, a:hover { cursor:url('http://media.tumblr.com/8a4fc28826e4d22b9126d325fcc104e4/tumblr_inline_ml7ltnlc1i1qfamg6.gif'), auto !important;}
  103. {/block:ifHeartCursor}
  104. h1 {
  105. font-family:'georgia';
  106. font-size:25px;
  107. line-height:20px;
  108. color:{color:title};
  109. text-align:left;
  110. }
  111.  
  112. h2 {
  113. font-family:'mathilde';
  114. font-size:35px;
  115. line-height:20px;
  116. color:{color:title};
  117. text-align:left;
  118. }
  119.  
  120. #sidebar {
  121. position:fixed;
  122. margin-top:130px;
  123. margin-left:230px;
  124. width:210px;
  125. padding:5px;
  126. }
  127.  
  128.  
  129. #title {
  130. font-family:'mathilde';
  131. color:{color:title};
  132. font-size:35px;
  133. line-height:10px;
  134. font-style:italic;
  135. font-style:bold;
  136. text-align:center;
  137. text-transform:lowercase;
  138. text-decoration:none;
  139. }
  140.  
  141. blockquote {
  142. border-left:2px solid {color:text};
  143. padding-left:10px;
  144. margin-left:5px;
  145. }
  146.  
  147. blockquote blockquote{
  148. margin-left:10px;
  149. }
  150.  
  151.  
  152. #sidebarpic img {
  153. margin-top:10px;
  154. {block:IfDropDownLinks}
  155. margin-bottom:-10px;
  156. {/block:IfDropDownLinks}
  157. max-width:212px;
  158. height:auto;
  159. text-align:center;
  160. outline-offset:4px;
  161. }
  162.  
  163. #description {
  164. padding:10px;
  165. width: 184px;
  166. margin-top:15px;
  167. margin-left:1px;
  168. margin-bottom:5px;
  169. font-size:11px;
  170. text-align:justify;
  171. outline:1px solid {color:description outline};
  172. border:3px solid {color:description border};
  173. color:{color:description text};
  174. background:{color:description background};
  175. font-family:calibri;
  176. }
  177.  
  178. /* ------ if dropdown links!!! -----*/
  179.  
  180. #title1 {
  181. margin-top:0px;
  182. text-align:center;
  183. color:black;
  184. width:60px;
  185. font-family:calibri;
  186. text-transform:uppercase;
  187. font-size:11px;
  188. cursor:help;
  189. color:{color:title};
  190. }
  191.  
  192.  
  193. #content1
  194. {
  195. text-align:left;
  196. display:none;
  197. font-family:calibri;
  198. font-size:11px;
  199. color:#989898;
  200. padding:5px;
  201. margin-left:16px;
  202. padding-top:3px;
  203. margin-top:-4px;
  204.  
  205. }
  206.  
  207. #content1 a{
  208. display:block;
  209. padding:2px;
  210. -webkit-transition: all 0.3s ease-in-out;
  211. -moz-transition: all 0.3s ease-in-out;
  212. -o-transition: all 0.3s ease-in-out;
  213. }
  214.  
  215. #content1 a:hover{
  216. letter-spacing:2px;
  217. -webkit-transition: all 0.3s ease-in-out;
  218. -moz-transition: all 0.3s ease-in-out;
  219. -o-transition: all 0.3s ease-in-out;
  220. }
  221.  
  222. /* ---------- if sidebar links ------*/
  223.  
  224. #links {
  225. margin-bottom:-10px;
  226. width:212px;
  227. padding-top:1px;
  228. text-align:center;
  229. }
  230.  
  231. #links a{
  232. display:inline-block;
  233. width:47px;
  234. text-align:center;
  235. background:{color:links background};
  236. border:1px solid {color:border};
  237. text-transform:uppercase;
  238. padding-top:2px;
  239. padding-bottom:2px;
  240. font-size:9px;
  241. }
  242.  
  243. #links a:hover {
  244. background:{color:link};
  245. color:white;
  246. }
  247.  
  248.  
  249. /*-------- end sidebar -------*/
  250.  
  251.  
  252.  
  253. #entry {
  254. font-size:10px;
  255. margin-left: 530px;
  256. margin-top:40px;
  257. float: right;
  258. text-align: justify;
  259. }
  260.  
  261. #post {
  262. font-size:10px;
  263. margin-bottom:50px;
  264. padding: 10px;
  265. padding-bottom:5px;
  266. width: 500px;
  267. color:{color:text};
  268. text-align: justify;
  269. z-index:-99;
  270. }
  271.  
  272. #info {
  273. border-top:1px solid #eee;
  274. padding-top:5px;
  275. margin-top:10px;
  276. }
  277.  
  278. #tags {
  279. width:430px;
  280. text-align:left;
  281. }
  282.  
  283. #pagination {
  284. margin-left:530px;
  285. bottom:40px;
  286. margin-bottom:20px;
  287. text-align:center;
  288. width:520px;
  289. }
  290.  
  291. .jump_page {
  292. padding: 4px 8px;
  293. border: 2px solid {color:border};
  294. background-color: #ffffff;
  295. color:{color:link};
  296. font-family:century gothic;
  297. font-size:11px;
  298. text-decoration:none;
  299. }
  300.  
  301. .current_page, .jump_page:hover {
  302. padding: 4px 8px;
  303. border: 2px solid {color:outline};
  304. background-color: {color:border};
  305. color: {color:text};
  306. font-family:century gothic;
  307. font-size:11px;
  308. text-decoration:none;
  309. }
  310.  
  311. /* -------- music player -----*/
  312. .mus {height: 70px; padding: 20px; background-color: #f1f1; display: table; position: relative;
  313. width: 460px;}
  314.  
  315.  
  316. .mus img {height: 50px; position: absolute; border: 10px solid {color:border};}
  317.  
  318. .musiclabel {
  319. padding-left: 80px;
  320. text-align: left;
  321. display: table-cell;
  322. vertical-align: middle;
  323. font-family: calibri}
  324.  
  325. .mlabel {
  326. color: {color:text};
  327. font-style:italic;
  328. font-size:12px;}
  329.  
  330. .newplayerbutton {
  331. position: relative;
  332. width: 28px;
  333. height: 27px;
  334. overflow: hidden;}
  335.  
  336. .playerbuttonhug {
  337. position: absolute;
  338. top: -8px;
  339. left: -12px;}
  340.  
  341.  
  342. .tumblr_audio_player {
  343. border: none;
  344. padding: 0px;
  345. margin: 0px;
  346. margin-left:15px;
  347. height: 43px;
  348. width: 300px;}
  349.  
  350. .playerbuttonbg {
  351. position: absolute;
  352. left: 30px;
  353. top: 30px;
  354. width: 30px;
  355. height: 30px;
  356. background:white;
  357. padding: 10px;
  358. opacity: 0.3;
  359. transition-duration: 0.6s;
  360. -moz-transition-duration: 0.6s;
  361. -webkit-transition-duration: 0.6s;
  362. -o-transition-duration: 0.6s;
  363. z-index: 1000;}
  364.  
  365. .playerbuttonbg:hover {
  366. opacity: 0.8;
  367. transition-duration: 0.6s;
  368. -moz-transition-duration: 0.6s;
  369. -webkit-transition-duration: 0.6s;
  370. -o-transition-duration: 0.6s;}
  371.  
  372.  
  373.  
  374. /* ----- PLEASE DON'T TOUCH THIS!!! ------*/
  375.  
  376. #credit {
  377. position:fixed;
  378. right:0px;
  379. bottom:0px;
  380. padding:4px;
  381. text-transform:none;
  382. font-family: georgia;
  383. font-weight:none;
  384. letter-spacing:1px;
  385. margin-bottom:3px;
  386. font-size:9px;
  387. margin-right:3px;
  388. border:1px solid;
  389. opacity:0.7;
  390. border-color:#bbb;
  391. background: #fff;
  392. -moz-transition-duration:1s;
  393. -webkit-transition-duration:1s;
  394. -o-transition-duration:1s;
  395. }
  396.  
  397. #credit:hover {
  398. opacity:1;
  399. -moz-transition-duration:1s;
  400. -webkit-transition-duration:1s;
  401. -o-transition-duration:1s;
  402. }
  403.  
  404.  
  405. {CustomCSS}
  406. </style>
  407. </head>
  408.  
  409. <body>
  410.  
  411. <div id="sidebar">
  412. <div id="title"> <font style="font-size:10px; font-style:normal;">♡</font> {Title} <font style="font-size:10px; font-style:normal;">♡</font></div>
  413. <div id="sidebarpic"><a href="/"><img src="{image:sidebar img}"/></a></div>
  414.  
  415. {block:ifNotDropDownLinks}
  416. <div id="links">
  417. <a href="{text:Link1}">{text:Link1 Title}</a>
  418. <a href="{text:Link2}">{text:Link2 Title}</a>
  419. <a href="{text:Link3}">{text:Link3 Title}</a>
  420. <a href="{text:Link4}">{text:Link4 Title}</a>
  421. </div>
  422. {/block:ifNotDropDownLinks}
  423.  
  424. <div id="description">{block:Description}{Description}{/block:Description}</div>
  425.  
  426. {block:ifDropDownLinks}
  427. <div id="title1">+ links </div>
  428. <div id="content1">
  429. <a href="{text:Link1}">{text:Link1 Title}</a>
  430. <a href="{text:Link2}">{text:Link2 Title}</a>
  431. <a href="{text:Link3}">{text:Link3 Title}</a>
  432. <a href="{text:Link4}">{text:Link4 Title}</a>
  433. <a href="{text:Link5}">{text:Link5 Title}</a>
  434. </div>
  435. {/block:ifDropDownLinks}
  436. </div>
  437.  
  438.  
  439. <div id="entry">
  440. {block:Posts}
  441. <div id="post">
  442.  
  443.  
  444. {block:Text}{block:Title}<h1>{title}</h1>{/block:Title}{Body}{/block:Text}
  445.  
  446. {block:Quote}<h2>“{Quote}”</h2>
  447. <div style="text-align:right; padding-bottom:5px">- {Source}</div>{/block:Quote}
  448.  
  449. {block:Link}<a href="{URL}" class="link" {Target}> <h2>{Name}</h2></a>
  450. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  451.  
  452. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  453. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  454.  
  455. {block:Chat}{block:PostTitle}<h1>{Title}</h1><br>{/block:PostTitle}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  456. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  457.  
  458. {block:Answer}
  459. <div style="padding:10px; border-bottom:1px solid #eee; font-size:13px">
  460. "{Question}"
  461. <div style="padding-left:40px; font-style:italic; padding-top:6px; font-size:10px">asked by {asker}</div>
  462. </div>
  463.  
  464. {Answer}
  465. {/block:Answer}
  466.  
  467.  
  468. {block:Audio}
  469. {block:AudioPlayer}
  470.  
  471. <div class="mus">
  472. <div class="playerbuttonbg">
  473. <div class="newplayerbutton">
  474. <div class="playerbuttonhug">
  475.  
  476. {AudioPlayerWhite}
  477.  
  478. </div>
  479. </div>
  480. </div>
  481. {/block:AudioPlayer}
  482. <img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg" alt="default album art"/>
  483. {block:AlbumArt}
  484. <img class="cover" src="{AlbumArtURL}" />
  485. {/block:AlbumArt}
  486. <div class="musiclabel">
  487. {block:TrackName}<span class="mlabel">{TrackName}</span>{/block:TrackName}<br>
  488. {block:Artist}{Artist}{/block:Artist} {block:Album}· {Album}{/block:Album}<br>
  489. {block:Playcount}{Playcount} Plays{/block:Playcount}
  490. </div></div>
  491.  
  492. {block:Caption}{Caption}{/block:Caption}
  493. {/block:Audio}
  494.  
  495. <div id="info">
  496. <div style="text-align:right; float:right"><a href="{Permalink}">{block:NoteCount}{NoteCount}{/block:NoteCount} <font style="font-size:8px; color:#ff0000">♥</font></a>{block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{block:ContentSource} | <a href="{SourceURL}">src</a>{block:ContentSource}{/block:RebloggedFrom}<br></div>
  497. <div id="tags"> {block:Date}<span id="date">{Month} {DayOfMonthWithSuffix}, {Year}</span>{/block:Date}
  498. &nbsp;{block:HasTags}{block:Tags}<a href="{TagURL}">{Tag},</a> {/block:Tags}{/block:HasTags}</div></div></div>
  499. {/block:Posts}
  500.  
  501. {block:PostNotes}{PostNotes}{/block:PostNotes}
  502.  
  503. </div>
  504.  
  505. <div id="pagination">
  506. {block:Pagination}
  507. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  508. {block:JumpPagination length="5"}
  509. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  510. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  511. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  512. {/block:Pagination}
  513. </div>
  514. <div id="credit"><a href="http://hardziam.tumblr.com">HZ</a></div>
  515.  
  516. </body>
  517.  
  518.  
  519. {block:IfSparkleCursor}
  520. <script type="text/javascript">
  521. // <![CDATA[
  522. var colour="#FAA5D6";
  523. var sparkles=120;
  524.  
  525. /****************************
  526. * Tinkerbell Magic Sparkle *
  527. * (c) 2005 mf2fm web-design *
  528. * http://www.mf2fm.com/rv *
  529. * DON'T EDIT BELOW THIS BOX *
  530. ****************************/
  531. var x=ox=400;
  532. var y=oy=300;
  533. var swide=800;
  534. var shigh=600;
  535. var sleft=sdown=0;
  536. var tiny=new Array();
  537. var star=new Array();
  538. var starv=new Array();
  539. var starx=new Array();
  540. var stary=new Array();
  541. var tinyx=new Array();
  542. var tinyy=new Array();
  543. var tinyv=new Array();
  544.  
  545. window.onload=function() { if (document.getElementById) {
  546. var i, rats, rlef, rdow;
  547. for (var i=0; i<sparkles; i++) {
  548. var rats=createDiv(3, 3);
  549. rats.style.visibility="hidden";
  550. document.body.appendChild(tiny[i]=rats);
  551. starv[i]=0;
  552. tinyv[i]=0;
  553. var rats=createDiv(5, 5);
  554. rats.style.backgroundColor="transparent";
  555. rats.style.visibility="hidden";
  556. var rlef=createDiv(1, 5);
  557. var rdow=createDiv(5, 1);
  558. rats.appendChild(rlef);
  559. rats.appendChild(rdow);
  560. rlef.style.top="2px";
  561. rlef.style.left="0px";
  562. rdow.style.top="0px";
  563. rdow.style.left="2px";
  564. document.body.appendChild(star[i]=rats);
  565. }
  566. set_width();
  567. sparkle();
  568. }}
  569.  
  570. function sparkle() {
  571. var c;
  572. if (x!=ox || y!=oy) {
  573. ox=x;
  574. oy=y;
  575. for (c=0; c<sparkles; c++) if (!starv[c]) {
  576. star[c].style.left=(starx[c]=x)+"px";
  577. star[c].style.top=(stary[c]=y)+"px";
  578. star[c].style.clip="rect(0px, 5px, 5px, 0px)";
  579. star[c].style.visibility="visible";
  580. starv[c]=50;
  581. break;
  582. }
  583. }
  584. for (c=0; c<sparkles; c++) {
  585. if (starv[c]) update_star(c);
  586. if (tinyv[c]) update_tiny(c);
  587. }
  588. setTimeout("sparkle()", 40);
  589. }
  590.  
  591. function update_star(i) {
  592. if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";
  593. if (starv[i]) {
  594. stary[i]+=1+Math.random()*3;
  595. if (stary[i]<shigh+sdown) {
  596. star[i].style.top=stary[i]+"px";
  597. starx[i]+=(i%5-2)/5;
  598. star[i].style.left=starx[i]+"px";
  599. }
  600. else {
  601. star[i].style.visibility="hidden";
  602. starv[i]=0;
  603. return;
  604. }
  605. }
  606. else {
  607. tinyv[i]=50;
  608. tiny[i].style.top=(tinyy[i]=stary[i])+"px";
  609. tiny[i].style.left=(tinyx[i]=starx[i])+"px";
  610. tiny[i].style.width="2px";
  611. tiny[i].style.height="2px";
  612. star[i].style.visibility="hidden";
  613. tiny[i].style.visibility="visible"
  614. }
  615. }
  616.  
  617. function update_tiny(i) {
  618. if (--tinyv[i]==25) {
  619. tiny[i].style.width="1px";
  620. tiny[i].style.height="1px";
  621. }
  622. if (tinyv[i]) {
  623. tinyy[i]+=1+Math.random()*3;
  624. if (tinyy[i]<shigh+sdown) {
  625. tiny[i].style.top=tinyy[i]+"px";
  626. tinyx[i]+=(i%5-2)/5;
  627. tiny[i].style.left=tinyx[i]+"px";
  628. }
  629. else {
  630. tiny[i].style.visibility="hidden";
  631. tinyv[i]=0;
  632. return;
  633. }
  634. }
  635. else tiny[i].style.visibility="hidden";
  636. }
  637.  
  638. document.onmousemove=mouse;
  639. function mouse(e) {
  640. set_scroll();
  641. y=(e)?e.pageY:event.y+sdown;
  642. x=(e)?e.pageX:event.x+sleft;
  643. }
  644.  
  645. function set_scroll() {
  646. if (typeof(self.pageYOffset)=="number") {
  647. sdown=self.pageYOffset;
  648. sleft=self.pageXOffset;
  649. }
  650. else if (document.body.scrollTop || document.body.scrollLeft) {
  651. sdown=document.body.scrollTop;
  652. sleft=document.body.scrollLeft;
  653. }
  654. else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
  655. sleft=document.documentElement.scrollLeft;
  656. sdown=document.documentElement.scrollTop;
  657. }
  658. else {
  659. sdown=0;
  660. sleft=0;
  661. }
  662. }
  663.  
  664. window.onresize=set_width;
  665. function set_width() {
  666. if (typeof(self.innerWidth)=="number") {
  667. swide=self.innerWidth;
  668. shigh=self.innerHeight;
  669. }
  670. else if (document.documentElement && document.documentElement.clientWidth) {
  671. swide=document.documentElement.clientWidth;
  672. shigh=document.documentElement.clientHeight;
  673. }
  674. else if (document.body.clientWidth) {
  675. swide=document.body.clientWidth;
  676. shigh=document.body.clientHeight;
  677. }
  678. }
  679.  
  680. function createDiv(height, width) {
  681. var div=document.createElement("div");
  682. div.style.position="absolute";
  683. div.style.height=height+"px";
  684. div.style.width=width+"px";
  685. div.style.overflow="hidden";
  686. div.style.backgroundColor=colour;
  687. return (div);
  688. }
  689. // ]]>
  690. </script>
  691.  
  692. {block:IfSparkleCursor}
  693.  
  694.  
  695. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  696.  
  697. <script>
  698. $(document).ready(function(){
  699. $("#title1").click(function(){
  700. $("#content1").slideToggle("slow");
  701. });
  702. });
  703. </script>
  704. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement