Advertisement
singforabsolution

Theme Pack #1:A

Sep 29th, 2012
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.16 KB | None | 0 0
  1. <!--
  2. Theme by tomkirk.tumblr.com
  3. -->
  4. <html>
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6. <html xmlns="http://www.w3.org/1999/xhtml">
  7. <head>
  8.  
  9. <!--Default Variables-->
  10. <!--Colors-->
  11. <meta name="color:Background" content="#ffffff"/>
  12. <meta name="color:Text" content="#828282"/>
  13. <meta name="color:Link" content="#9C9C9C"/>
  14. <meta name="color:Link Hover" content="#8cb1b1"/>
  15. <meta name="color:Link Hover Bkgd" content="#f8f8f8"/>
  16. <meta name="color:Border" content="#e6e7e7"/>
  17. <meta name="color:Scrollbar Background" content="#ffffff"/>
  18. <meta name="color:Scrollbar" content="#e6e7e7"/>
  19. <meta name="color:Ask Background" content="#f8f8f8"/>
  20. <meta name="color:Sidelinks" content="#f2f0f0"/>
  21. <meta name="color:Sidelinks Text" content="#fdfffe"/>
  22. <meta name="color:Sidelinks Text Hover" content="#dacfcd"/>
  23. <meta name="color:Sidelinks Hover" content="#f8f8f8"/>
  24.  
  25. <!--Images-->
  26. <meta name="image:Background" content""/>
  27. <meta name="image:Sidebar" content""/>
  28.  
  29. <!--Options-->
  30. <meta name="if:Infinite Scrolling" content=""/>
  31. <meta name="if:Tiny Cursor" content=""/>
  32. <meta name="if:Faded Images" content=""/>
  33. <meta name="if:Inverted Images" content=""/>
  34.  
  35. <!--Links-->
  36. <meta name="text:Link 1 URL" content="/"/>
  37. <meta name="text:Link 1 name" content=""/>
  38. <meta name="text:Link 2 URL" content="/"/>
  39. <meta name="text:Link 2 name" content=""/>
  40. <meta name="text:Link 3 URL" content="/"/>
  41. <meta name="text:Link 3 name" content=""/>
  42. <meta name="text:Link 4 URL" content="/"/>
  43. <meta name="text:Link 4 name" content=""/>
  44.  
  45.  
  46. {block:ifInfiniteScrolling}
  47. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  48. {/block:ifInfiniteScrolling}
  49.  
  50. {block:Description}
  51. <meta name="description" content="{MetaDescription}" />{/block:Description}
  52. <title>
  53. {block:PostSummary}
  54. {PostSummary} - {/block:PostSummary}{Title}</title>
  55. </style>
  56.  
  57. <style type="text/css">
  58.  
  59. {block:ifInvertedImages}img{
  60. opacity: 1;
  61. filter:alpha(opacity=10);
  62. -moz-opacity: 0.1;
  63. -moz-transition: all .9s ease;
  64. -o-transition: all .9s ease;
  65. transition: all .9s ease;
  66. -webkit-transition: all .9s ease;}
  67. {/block:ifInvertedImages}
  68.  
  69.  
  70. {block:ifInvertedImages} img:hover{
  71. opacity: .8;
  72. filter:alpha(opacity=100);
  73. -moz-opacity: 1;
  74. -moz-transition: all .9s ease;
  75. -o-transition: all .9s ease;
  76. transition: all .9s ease;
  77. -webkit-transition: all .9s ease;}
  78. {/block:ifInvertedImages}
  79.  
  80. {block:ifFadedImages}img{
  81. opacity: .8;
  82. filter:alpha(opacity=10);
  83. -moz-opacity: 0.1;
  84. -moz-transition: all .9s ease;
  85. -o-transition: all .9s ease;
  86. transition: all .9s ease;
  87. -webkit-transition: all .9s ease;}
  88. {/block:ifFadedImages}
  89.  
  90.  
  91. {block:ifFadedImages} img:hover{
  92. opacity: 1;
  93. filter:alpha(opacity=100);
  94. -moz-opacity: 1;
  95. -moz-transition: all .9s ease;
  96. -o-transition: all .9s ease;
  97. transition: all .9s ease;
  98. -webkit-transition: all .9s ease;}
  99. {/block:ifFadedImages}
  100.  
  101. {block:ifInvertedImages}.photo {
  102. opacity: 1;
  103. filter:alpha(opacity=10);
  104. -moz-opacity: 0.1;
  105. -moz-transition: all .9s ease;
  106. -o-transition: all .9s ease;
  107. transition: all .9s ease;
  108. -webkit-transition: all .9s ease;}
  109. {/block:ifInvertedImages}
  110.  
  111.  
  112. {block:ifInvertedImages}.photo:hover{
  113. opacity: .8;
  114. filter:alpha(opacity=100);
  115. -moz-opacity: 1;
  116. -moz-transition: all .9s ease;
  117. -o-transition: all .9s ease;
  118. transition: all .9s ease;
  119. -webkit-transition: all .9s ease;}
  120. {/block:ifInvertedImages}
  121.  
  122. {block:ifFadedImages}.photo {
  123. opacity: .8;
  124. filter:alpha(opacity=10);
  125. -moz-opacity: 0.1;
  126. -moz-transition: all .9s ease;
  127. -o-transition: all .9s ease;
  128. transition: all .9s ease;
  129. -webkit-transition: all .9s ease;}
  130. {/block:ifFadedImages}
  131.  
  132.  
  133. {block:ifFadedImages}.photo:hover{
  134. opacity: 1;
  135. filter:alpha(opacity=100);
  136. -moz-opacity: 1;
  137. -moz-transition: all .9s ease;
  138. -o-transition: all .9s ease;
  139. transition: all .9s ease;
  140. -webkit-transition: all .9s ease;}
  141. {/block:ifFadedImages}
  142.  
  143.  
  144. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  145.  
  146.  
  147. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: .9;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  148.  
  149. ::-webkit-scrollbar {width: 5px; height: 5px; background:{color:Scrollbar Background}; }
  150. ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar};}
  151.  
  152. {block:iftinycursor}
  153. body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_lyovxfnDb71qfoi4t.png), progress;}
  154. {/block:iftinycursor}
  155.  
  156. @font-face {font-family: "print";src: url('http://static.tumblr.com/iuggpng/oQfm4mzne/princ___.ttf');}
  157.  
  158. body{
  159. background-color: {color:Background};
  160. background-image: url({image:Background});
  161. background-attachment: fixed;
  162. background-repeat: repeat;
  163. background-position: center;
  164. font-family:cambria;
  165. font-size:11px;
  166. line-height:12px;
  167. color:{color:Text};
  168. }
  169.  
  170.  
  171. ::selection { color: {color:Link Hover};
  172. background: {color:Link Hover Bkgd}; }
  173. ::-moz-selection { color: {color:Link Hover};
  174. background: {color:Link Hover Bkgd}; }
  175.  
  176. a:link, a:active, a:visited{
  177. color: {color:Link};
  178. text-decoration:none;
  179. transition: all 0.5s ease-out;
  180. -o-transition-transition: all 0.5s ease-out;
  181. -webkit-transition: all 0.5s ease-out;
  182. -moz-transition: all 0.5s ease-out;
  183. }
  184. a:hover{
  185. color: {color:Link Hover};
  186. background: {color:Link Hover Bkgd};
  187. {block:iftinycursor}cursor: url(http://i.imgur.com/IepP2.jpg), progress{/block:iftinycursor};
  188. }
  189.  
  190. #dumb a:hover{
  191. background:transparent}
  192.  
  193. #container {
  194. margin:auto;
  195. width:700px;
  196. }
  197.  
  198. #entry {
  199. width:500px;
  200. margin-left:160px;
  201. margin-top:25px;
  202. padding:3px;
  203. }
  204.  
  205. #permalink{
  206. position:relative;
  207. margin-top:5px;
  208. padding-top:3px;
  209. padding-bottom:3px;
  210. font-size:9px;
  211. font-family:calibri;
  212. letter-spacing:1px;
  213. text-align:right;
  214. text-transform:uppercase;
  215. {block:IndexPage}
  216. border-top:1px solid {color:Border};
  217. border-bottom:1px solid {color:Border};
  218. {/block:IndexPage}
  219. }
  220.  
  221. .links{
  222. margin-top:5px;
  223. padding-top:3px;
  224. padding-bottom:3px;
  225. font-size:9px;
  226. font-family:calibri;
  227. letter-spacing:1px;
  228. text-transform:uppercase;
  229. }
  230.  
  231. #side {
  232. text-align:center;
  233. position:fixed;
  234. width:200px;
  235. margin-top:100px;
  236. margin-left:-70px;
  237. z-index:1;
  238. }
  239.  
  240. #sidepic .desc{
  241. opacity:0;
  242. margin-top:65px;
  243. margin-left:65px;
  244. overflow:hidden;
  245. position: absolute;
  246. -webkit-transition: opacity 0.5s linear;
  247. -webkit-transition: all 0.5s linear;
  248. -moz-transition: all 0.5s linear;
  249. transition: all 0.5s linear;
  250. }
  251.  
  252. #sidepic:hover .desc{
  253. margin-top:10px;
  254. margin-left:17px;
  255. opacity:.9;
  256. z-index:1;
  257. transition: all 0.5s linear;
  258. -webkit-transition: opacity 0.5s linear;
  259. -webkit-transition: all 0.5s linear;
  260. -moz-transition: all 0.5s linear;
  261. }
  262.  
  263. #sidepic .desc2{
  264. opacity:0;
  265. margin-top:65px;
  266. margin-left:65px;
  267. overflow:hidden;
  268. position: absolute;
  269. -webkit-transition: opacity 0.5s linear;
  270. -webkit-transition: all 0.5s linear;
  271. -moz-transition: all 0.5s linear;
  272. transition: all 0.5s linear;
  273. }
  274.  
  275. #sidepic:hover .desc2{
  276. margin-top:10px;
  277. margin-left:116px;
  278. opacity:.9;
  279. z-index:1;
  280. transition: all 0.5s linear;
  281. -webkit-transition: opacity 0.5s linear;
  282. -webkit-transition: all 0.5s linear;
  283. -moz-transition: all 0.5s linear;
  284. }
  285.  
  286. #sidepic .desc3{
  287. opacity:0;
  288. margin-top:65px;
  289. margin-left:65px;
  290. overflow:hidden;
  291. position: absolute;
  292. -webkit-transition: opacity 0.5s linear;
  293. -webkit-transition: all 0.5s linear;
  294. -moz-transition: all 0.5s linear;
  295. transition: all 0.5s linear;
  296. }
  297.  
  298. #sidepic:hover .desc3{
  299. margin-top:118px;
  300. margin-left:17px;
  301. opacity:.9;
  302. z-index:1;
  303. transition: all 0.5s linear;
  304. -webkit-transition: opacity 0.5s linear;
  305. -webkit-transition: all 0.5s linear;
  306. -moz-transition: all 0.5s linear;
  307. }
  308.  
  309. #sidepic .desc4{
  310. opacity:0;
  311. margin-top:65px;
  312. margin-left:65px;
  313. overflow:hidden;
  314. position: absolute;
  315. -webkit-transition: opacity 0.5s linear;
  316. -webkit-transition: all 0.5s linear;
  317. -moz-transition: all 0.5s linear;
  318. transition: all 0.5s linear;
  319. }
  320.  
  321. #sidepic:hover .desc4{
  322. margin-top:118px;
  323. margin-left:116px;
  324. opacity:.9;
  325. z-index:1;
  326. transition: all 0.5s linear;
  327. -webkit-transition: opacity 0.5s linear;
  328. -webkit-transition: all 0.5s linear;
  329. -moz-transition: all 0.5s linear;
  330. }
  331.  
  332.  
  333. .navigate a{
  334. overflow:hidden;
  335. float:right;
  336. width:60px;
  337. height:30px;
  338. padding:4px;
  339. padding-top:25px;
  340. text-align:center;
  341. font-family:consolas;
  342. font-size:11px;
  343. text-transform:uppercase;
  344. z-index:1;
  345. transition: all 0.5s ease-out;
  346. -o-transition-transition: all 0.5s ease-out;
  347. -webkit-transition: all 0.5s ease-out;
  348. -moz-transition: all 0.5s ease-out;
  349. background:{color:Sidelinks};
  350. color:{color:Sidelinks Text};
  351. }
  352.  
  353. .navigate a:hover{
  354. transition: all 0.5s ease-out;
  355. -o-transition-transition: all 0.5s ease-out;
  356. -webkit-transition: all 0.5s ease-out;
  357. -moz-transition: all 0.5s ease-out;
  358. background-color:{color:Sidelinks Hover};
  359. color:{color:Sidelinks Text Hover};
  360. }
  361.  
  362. .blogtitle {
  363. font-style:italic;
  364. font-size:20px;
  365. line-height:20px;
  366. padding:3px;
  367. text-align:center;
  368. }
  369.  
  370. .posttitle{
  371. font-style:italic;
  372. font-size: 17px;
  373. line-height: 17px;
  374. text-align:center;
  375. }
  376.  
  377. blockquote{
  378. padding:0px 0px 2px 5px;
  379. margin-left:10px;
  380. border-left: 3px solid {color:Border};}
  381. blockquote p, ul{margin:0px; padding:0px;
  382. }
  383.  
  384. .chat .line{
  385. padding: 2px;
  386. }
  387.  
  388. .label {font-weight:bold; color:{color:text}}
  389.  
  390. a img{border: 0px;}
  391.  
  392. .p { padding-top: 5px; }
  393. .ol, ul { margin-left: 10px; padding: 5px; }
  394. .ul { list-style-type: square; }
  395.  
  396. .cover {position: absolute; z-index: 1; width:65px;}
  397.  
  398. .playbox {background-color: #000; position: absolute; z-index: 1000;}
  399.  
  400. .playbutton {width: 20px; height: 30px; overflow: hidden; position: relative; z-index: 1000; margin: 11px 20px 8px 11px;}
  401.  
  402. .playbox {background-color: #000; position: absolute; z-index: 1000; margin-top: 8px; margin-left: 8px; opacity:.5;
  403. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;-webkit-border-radius: 45px;
  404. -moz-border-radius: 45px;
  405. border-radius: 45px;}
  406.  
  407. .playbox:hover {opacity:.8;}
  408.  
  409. .title{
  410. width:
  411. position:absolute;
  412. line-height:14px;
  413. margin-left:65px;
  414. padding:4px;
  415. z-index: 1000;
  416. text-transform:uppercase;
  417. }
  418.  
  419. .artist{
  420. width:
  421. position:absolute;
  422. line-height:14px;
  423. margin-left:65px;
  424. padding:5px;
  425. z-index: 1000;
  426. text-transform:uppercase;
  427. }
  428.  
  429. .video embed, .post div.video object {width:250px; height:187px}
  430.  
  431. .notes img{width:10px; position:left; top:3px;}
  432.  
  433. #answer {
  434. padding-top:50px;
  435. }
  436.  
  437. #ask {
  438. float:left;
  439. margin-right:5px;
  440. padding:5px;
  441. background:{color:Ask Background};
  442. width:492px;
  443. }
  444.  
  445. #asker {
  446. float:left;
  447. }
  448.  
  449. .askername{
  450. text-transform:uppercase;
  451. font-size:10px;
  452. font-weight:bold;
  453. letter-spacing:1px;
  454. padding-top:3px;
  455. margin-top:3px;
  456. text-align:right;
  457. border-top:1px solid {color:Border};
  458. }
  459.  
  460. #credit {
  461. position:fixed !important;
  462. height:auto;
  463. font-size:10px;
  464. font-family:calibri;
  465. letter-spacing:1px;
  466. padding-bottom:4px;
  467. padding-right:4px;
  468. bottom:0;
  469. right:0;
  470. }
  471.  
  472. {CustomCSS}
  473. </style>
  474.  
  475. <link rel="shortcut icon" href="{Favicon}">
  476. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  477.  
  478. </head>
  479. <body>
  480. <div id="container">
  481.  
  482. <div id="side">
  483. <a href="/"><div class="blogtitle">{Title}</div></a>
  484.  
  485. <div id="sidepic">
  486. <div class="desc">
  487. <div class="navigate">
  488. <a href="{text:Link 1 URL}">{text:Link 1 name}</a>
  489. </div>
  490. </div>
  491.  
  492. <div class="desc2">
  493. <div class="navigate">
  494. <a href="{text:Link 2 URL}">{text:Link 2 name}</a>
  495. </div>
  496. </div>
  497.  
  498. <div class="desc3">
  499. <div class="navigate">
  500. <a href="{text:Link 3 URL}">{text:Link 3 name}</a>
  501. </div>
  502. </div>
  503.  
  504. <div class="desc4">
  505. <div class="navigate">
  506. <a href="{text:Link 4 URL}">{text:Link 4 name}</a>
  507. </div>
  508. </div>
  509.  
  510.  
  511. <img src="{image:Sidebar}" width="180" height="180" style="border:4px solid {color:Border};">
  512. </div>
  513.  
  514. <div class="links">
  515. <a href="/">home</a> &nbsp;&nbsp;
  516. <a href="/ask">message</a> &nbsp;&nbsp;
  517. <a href="/archive">archive</a> &nbsp;&nbsp;
  518. <a href="http://tomkirk.tumblr.com/">theme</a>
  519. </div>
  520. <div style="padding:3px;">
  521. {Description}
  522. </div>
  523. {block:ifNotInfiniteScrolling}
  524. <div style="margin-top:4px; font-size:12px; line-height:15px;">
  525. {block:Pagination}
  526. {block:PreviousPage} <a href="{PreviousPage}"><font size="2">«</font></a>{/block:PreviousPage}
  527. {block:JumpPagination length="5"}
  528. {block:CurrentPage}
  529. <span class="current_page">{PageNumber}&nbsp;</span>
  530. {/block:CurrentPage}
  531. {block:JumpPage}
  532. <a class="jump_page" href="{URL}">{PageNumber}&nbsp;</a>
  533. {/block:JumpPage}
  534. {/block:JumpPagination}
  535. {block:NextPage}<a href="{NextPage}"><font size="2">»</font></a>{/block:NextPage}
  536. {/block:Pagination}
  537. </div>
  538. {/block:ifNotInfiniteScrolling}
  539. </div>
  540.  
  541. {block:Posts}
  542. <div id="entry">
  543.  
  544. {block:Answer}
  545. <div id="ask">{Question}
  546. <div class="askername">{Asker}</div>
  547. </div>
  548. <div id="answer">
  549. {Answer}
  550. </div>
  551. {/block:Answer}
  552.  
  553. {block:Text}
  554. {block:Title}
  555. <div class="posttitle">{Title}</div>
  556. {/block:Title}
  557. {Body}
  558. {/block:Text}
  559.  
  560. {block:Link}
  561. <div class="posttitle">
  562. <a href="{URL}">{Name}</a>
  563. </div>
  564. {block:Description}{Description}{/block:Description}
  565. {/block:Link}
  566.  
  567. {block:Photo}
  568. <center>
  569. <div id="dumb">
  570. {LinkOpenTag}
  571. <div id="pic">
  572. <a href="{permalink}">
  573. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px"></a>
  574. </div>
  575. </div>
  576. {LinkCloseTag}
  577. </center>
  578. {block:Caption}{Caption}{/block:Caption}
  579. {block:ContentSource}
  580. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  581. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  582. {/block:SourceLogo}
  583. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  584. {/block:ContentSource}
  585. {block:ReblogParentURL}
  586. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  587. {/block:ReblogParentURL}
  588. {/block:Photo}
  589.  
  590. {block:Photoset}
  591. <center>
  592. <div class="photo">
  593. {Photoset-500}
  594. </div>
  595. </center>
  596. {block:Caption}{Caption}{/block:Caption}
  597. {/block:Photoset}
  598.  
  599. {block:Quote}
  600. <div class="posttitle">"{Quote}"</div>
  601. {block:Source}
  602. <i> - {Source}</i>
  603. {/block:Source}
  604. {/block:Quote}
  605.  
  606. {block:Chat}
  607. {block:Title}
  608. <div id="posttitle">
  609. {Title}
  610. </div>
  611. {/block:Title}
  612. <div class="chat">
  613. {block:Lines}
  614. <div class="chat">
  615. <div class="line {Alt}">
  616. <div class="{Alt} user_{UserNumber}">
  617. {block:Label}
  618. <b>{Label} </b>
  619. {/block:Label}
  620. {Line}
  621. </div>
  622. </div>
  623. </div>
  624. {/block:Lines}
  625. </div>
  626. {/block:Chat}
  627.  
  628. {block:Audio}
  629. <div class="playbox">
  630. <div class="playbutton">
  631. {block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}
  632. </div></div>
  633. {block:AlbumArt}
  634. <img src="{AlbumArtURL}" class="cover">
  635. {/block:AlbumArt}
  636.  
  637. <div class="title">
  638. {block:TrackName}
  639. <b>Title</b>:{TrackName}
  640. {/block:TrackName}
  641. </div>
  642.  
  643. <div class="artist">
  644. {block:Artist}
  645. <b>Artist:</b>{Artist}
  646. {/block:Artist}
  647. </div>
  648.  
  649. <div class="title">
  650. {PlayCountWithLabel}
  651. </div>
  652.  
  653. <br>
  654. {block:Caption}{Caption}{/block:Caption}
  655. {/block:Audio}
  656.  
  657. {block:Video}
  658. <center>
  659. <div class="photo">
  660. {Video-500}
  661. </div>
  662. </center>
  663. {block:Caption}{Caption}{/block:Caption}
  664. {/block:Video}
  665.  
  666. {block:IndexPage}
  667. <div id="permalink">posted
  668. <a href="{Permalink}"> {TimeAgo}</a>
  669. with
  670. <a href="{Permalink}">{NoteCountWithLabel}</a>
  671. {block:RebloggedFrom}· <a href="{ReblogParentURL}" target="_blank">via</a> · (<a href="{ReblogRootURL}" target="_blank">©</a>) {/block:RebloggedFrom}
  672. {block:HasTags} <br> Tagged as:
  673. {block:Tags}<a href="{TagURL}">#{Tag} </a>
  674. {/block:Tags}
  675. {/block:HasTags}
  676. </div>
  677. {/block:IndexPage}
  678.  
  679. {block:PermalinkPage}
  680. <center>
  681. <div id="permalink">
  682. {block:Date}
  683. {TimeAgo} on
  684. {ShortMonth} {DayofMonth},{Year}
  685. {/block:Date}
  686. {block:NoteCount} · {NoteCountWithLabel}
  687. {/block:NoteCount}
  688. {block:HasTags} · Tags:
  689. {block:Tags}<a href="{TagURL}">#{Tag} </a>
  690. {/block:Tags}
  691. {/block:HasTags}
  692. <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> · (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  693. </div>
  694. </center>
  695. {/block:PermalinkPage}
  696.  
  697. {block:PostNotes}
  698. {PostNotes}
  699. {/block:PostNotes}
  700. </div>
  701. {/block:Posts}
  702.  
  703.  
  704. <div id="credit">
  705. <a href="http://tomkirk.tumblr.com/" onmouseover=
  706. "window.status=' Return to the HOME Page';return true"
  707. onMouseOut="window.status='';return true"> THEME ©</a>
  708. </div>
  709.  
  710. </body>
  711. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement