Advertisement
nofacesface

No Face Theme

Sep 25th, 2013
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.22 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <!--THEME BY NO-FACES-FACE
  5. steal and I'll find you and punch you in the throat (◡‿◡✿)
  6. -->
  7.  
  8. <head>
  9.  
  10. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  11.  
  12.  
  13.  
  14. <meta name="color:blogtitle" content="#000"/>
  15. <meta name="color:Link" content="#000"/>
  16. <meta name="color:Hover" content="#ff1800"/>
  17. <meta name="color:Background" content="#ffffff"/>
  18. <meta name="color:desc" content="#000000" />
  19. <meta name="color:Text" content="#000" />
  20. <meta name="color:PostText" content="#000" />
  21. <meta name="color:permaccent" content="#ff1800" />
  22.  
  23.  
  24. <meta name="font:Text Font" content="arial"/>
  25.  
  26. <meta name="text:link 1" content="/"/>
  27. <meta name="text:link 2" content="/ask"/>
  28. <meta name="text:link 3" content="/archive"/>
  29. <meta name="text:link 4" content="/submit"/>
  30. <meta name="text:link 5" content="/testpage"/>
  31.  
  32. <meta name="text:link 1 title" content="refresh"/>
  33. <meta name="text:link 2 title" content="message"/>
  34. <meta name="text:link 3 title" content="past"/>
  35. <meta name="text:link 4 title" content="submit"/>
  36. <meta name="text:link 5 title" content="test page"/>
  37.  
  38. <meta name="text:subtitlesize" content="24" />
  39. <meta name="text:titlesize" content="50" />
  40.  
  41.  
  42. <meta name="text:subtitle" content="want some gold?"/>
  43. <meta name="image:sidebar" content="http://static.tumblr.com/89ab15cc18b20398b93c1c43614229a0/cbjpgjf/6i7mr2gkf/tumblr_static_nodfgdesa.gif"/>
  44. <meta name="image:Background" content="" />
  45.  
  46. <meta name="if:Caption" content="0"/>
  47.  
  48. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title> {block:Description}<meta name="description"
  49. content="{MetaDescription}" />{/block:Description}
  50. <link rel="shortcut icon" href="{Favicon}">
  51.  
  52. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  53.  
  54. <style>
  55. div#qTip {
  56. padding: 4px;
  57. display: none;
  58. text-align: center;
  59. position: absolute;
  60. font-size:8px;
  61. line-height:10px;
  62. font-family:courier new;
  63. z-index: 1000;
  64. border: 1px solid #fff;
  65. background-color:#000;
  66. color: #fff;
  67. text-transform:uppercase;
  68. letter-spacing: 2px;
  69. }
  70. </style>
  71.  
  72.  
  73. <style type="text/css">
  74.  
  75. #tumblr_controls {
  76. position: fixed !important;
  77. }
  78.  
  79. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:0.2; 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;}
  80.  
  81. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.2s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  82.  
  83.  
  84.  
  85.  
  86. ::-webkit-scrollbar {width: 5px;height:5px;background:#FFF;}
  87. ::-webkit-scrollbar-thumb {background:{color:Hover};}
  88.  
  89.  
  90.  
  91. /* GENERAL */
  92.  
  93.  
  94. @font-face {
  95. font-family: "blake2";
  96. src: url('http://static.tumblr.com/cbjpgjf/Mqwmr2g5r/blanch_condensed.otf');
  97. }
  98.  
  99. @font-face {
  100. font-family: "a";
  101. src: url('http://static.tumblr.com/cbjpgjf/DZcmr6h3u/blanch_caps_light.otf');
  102. }
  103.  
  104. body{
  105. margin:0px;
  106. font-family: courier new;
  107. font-size: 11px;
  108. line-height: 12px;
  109. color: {color:text};
  110. }
  111.  
  112.  
  113.  
  114. body {
  115. background-color: {color:Background};
  116.  
  117. background-image: url({image:Background});
  118. margin: 0;
  119. word-wrap: break-word;
  120. background-attachment: fixed;
  121. background-repeat:repeat-x;background-position:left bottom;
  122.  
  123. }
  124.  
  125.  
  126. a:link, a:active, a:visited{text-decoration: none;color: {color:Link};
  127. -webkit-transition: all 0.7s ease;transition: all 0.7s ease;
  128. -moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  129.  
  130. a:hover{color:{color:Hover};}
  131.  
  132. a.class1:link, a.class1:active, a.class1:visited{text-decoration: none;color: #fff;
  133. -webkit-transition: all 0.7s ease;transition: all 0.7s ease;
  134. -moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  135.  
  136. a.class1:hover{color:{color:Hover};}
  137.  
  138. /* POSTS */
  139.  
  140. #center{margin:auto;position:relative;width:400px;}
  141. #content{width:400px;margin:10px 190px; margin-top: -50px;}
  142. #entry{margin:50px;width:400px;padding: 4px; border
  143. opacity: 0.7px;
  144. -webkit-transition: opacity 0.6s linear;
  145. -webkit-transition: all 0.6s ease-in-out;
  146. -moz-transition: all 0.6s ease-in-out;
  147. -o-transition: all 0.6s ease-in-out;}
  148. #entry img{max-width:100%;
  149. opacity: 0.7px;
  150. -webkit-transition: opacity 0.6s linear;
  151. -webkit-transition: all 0.6s ease-in-out;
  152. -moz-transition: all 0.6s ease-in-out;
  153. -o-transition: all 0.6s ease-in-out;}
  154.  
  155.  
  156. /* SIDEBAR */
  157.  
  158. #sidebar{
  159. border-top-right-radius: 500px;
  160. border-top-left-radius: 500px;
  161. width:130px;
  162. height: 625px;
  163. margin-left:55px;
  164. margin-top:22px;
  165. background-color: #000;
  166. position:fixed;
  167. overflow: hidden;
  168.  
  169. }
  170.  
  171. #sidebar img {
  172. margin: 0px;
  173. width: 100%;
  174. height: 625px;}
  175.  
  176.  
  177.  
  178.  
  179. #blogtitle {width: 130px; margin-top: -600px; text-align: center; position: fixed;font-family:blake2; font-size:{text:titlesize}px; text-transform:uppercase; line-height:25px; color: {color:blogtitle};}
  180. #blogtitle:hover {
  181. -webkit-transition: all 0.5s ease-in-out;
  182. -moz-transition: all 0.5s ease-in-out;
  183. -o-transition: all 0.5s ease-in-out;
  184. transition: all 0.5s ease-in-out;
  185. color: {color:titlehover};}
  186.  
  187. #swag {
  188. border-top-right-radius: 500px;
  189. border-top-left-radius: 500px;
  190. margin-top: -630px;
  191. width:130px;
  192. height: 70px;
  193. opacity: 0;
  194. position: fixed;
  195. background-color: #fff;
  196. -webkit-transition: all 0.5s ease-in-out;
  197. -moz-transition: all 0.5s ease-in-out;
  198. -o-transition: all 0.5s ease-in-out;
  199. transition: all 0.5s ease-in-out;}
  200.  
  201. #swag:hover {
  202. opacity: 0.7;
  203. }
  204.  
  205. #desch {
  206. width: 130px;
  207. height: 35px;
  208. position: fixed;
  209. margin-left: 0px;
  210. margin-top: -560px;
  211. background-color: #000;
  212.  
  213. }
  214.  
  215. #descht {
  216. text-align: center; margin-top: 10px;font-family:a; font-size:{text:subtitlesize}px; color: #fff; }
  217.  
  218. #why {position: fixed;
  219. width: 130px;
  220. height: 35px;
  221. margin-top: -560px;
  222. margin-left: 0px;
  223. background-color: #000;
  224. z-index: 99;
  225. opacity: 0;
  226. -webkit-transition: all 0.5s ease-in-out;
  227. -moz-transition: all 0.5s ease-in-out;
  228. -o-transition: all 0.5s ease-in-out;
  229. transition: all 0.5s ease-in-out;
  230. }
  231.  
  232. #why:hover {
  233. opacity: 1;}
  234.  
  235.  
  236.  
  237. #links { text-align: center; margin-top:13px;font-family:blake2; font-size:26px; color: #fff;}
  238.  
  239.  
  240. #descbox {
  241. width: 130px;
  242. height: 524px;
  243. position: fixed;
  244. margin-left: 0px;
  245. opacity:0;
  246. margin-top: -525px;
  247. background-color: #fff;
  248. -webkit-transition: all 0.5s ease-in-out;
  249. -moz-transition: all 0.5s ease-in-out;
  250. -o-transition: all 0.5s ease-in-out;
  251. transition: all 0.5s ease-in-out; }
  252.  
  253. #descbox:hover {
  254. opacity: 0.6;
  255. height: 524px;}
  256.  
  257.  
  258.  
  259. #desc {font-family:courier new; text-align: center; font-size:10px; margin-top: 3px; padding: 4px; text-transform:none; letter-spacing:1px; line-height:12px; color:{color:desc};}
  260.  
  261. }
  262.  
  263. /* TITLES */
  264.  
  265. .title a{color:{color:Title};}
  266. .title {font-family:blake2;
  267. font-size:24px;
  268. font-style:none;
  269. margin:0px 5px 0px 0px;
  270. color:{color:PostText};}
  271.  
  272. .quote {
  273. padding:10px;
  274. font-size:10px;
  275. text-transform:none;
  276. color: {color:Text};}
  277.  
  278. .source {
  279. font-size: 10px;
  280. text-align:right;
  281. font-style:none;
  282. font-weight:none;
  283. text-transform:none;}
  284.  
  285. .answer {margin:10px;}
  286.  
  287. /* PERMALINKS */
  288.  
  289. #entry:hover .perma {
  290. opacity:.7;
  291. margin-left:0px;
  292. -webkit-transition: all 0.9s ease;
  293. -moz-transition: all 0.9s ease;
  294. }
  295.  
  296.  
  297.  
  298. .perma a {
  299. color:{color:Link};
  300. font-size:20px;
  301. text-transform:normal;}
  302.  
  303. .perma a:hover {
  304. color:{color:Hover};
  305. }
  306.  
  307.  
  308. .perma {
  309. border-bottom-right-radius: 500px;
  310. margin-left:200px;
  311. text-transform: none;
  312. position:absolute;
  313. font-family: blake2;
  314. line-height:11px;
  315. text-align:left;
  316. overflow:hidden;
  317. margin-top:0px;
  318. opacity:0;
  319. width: 150px;
  320. padding: 10px;
  321. -webkit-transition: all 0.9s ease;
  322. -moz-transition: all 0.9s;
  323. background-color: {color:permaccent};
  324. }
  325.  
  326.  
  327.  
  328.  
  329. .tagsperma {
  330. text-transform:lowercase;
  331. }
  332.  
  333.  
  334. .tagsperma a {
  335. margin-top: -20px;
  336. {color:Link};
  337. font-size:9px;
  338. font-family: courier new;
  339. line-height:10px;
  340. transition-duration: 0.60s;
  341. -moz-transition-duration: 0.60s;
  342. -webkit-transition-duration: 0.60s;
  343. -o-transition-duration: 0.60s;
  344. }
  345.  
  346. .tagsperma a:hover {
  347. color:{color:Hover};
  348. }
  349.  
  350.  
  351.  
  352.  
  353. #permalink{
  354. {block:PermalinkPage}
  355. text-align:center;
  356. margin-top:10px;
  357. padding:0px;
  358. font-size:10px;
  359. text-transform:lowercase;
  360. color: #000;
  361. {/block:PermalinkPage}
  362. }
  363.  
  364. /* AUDIO */
  365.  
  366. .artcover {position:absolute;}
  367. .artcover img {width:70px;height:70px;float:left;}
  368. .audioplayer {width:20px;padding:3px 5px 5px 3px;overflow:hidden;}
  369. .audioinfo {margin-left:75px;border-left:2px solid #CCC;padding:5px;}
  370. .i{display:block;padding:6px 3px;line-height:8px;}
  371. .player{position:absolute;background:#FFF;width:30px;height:30px;
  372. opacity:0.45;padding:20px;overflow:hidden;
  373. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  374. -o-transition: 0.5s ease;-moz-transition: 0.5s ease;}
  375. .player:hover{opacity:0.75;}
  376.  
  377. /* TEXT */
  378.  
  379. i, em{color:{color:Title};}
  380. b, strong{color:{color:Title};}
  381. ul,ol{margin:0px;margin-left:-10px;}
  382. p{padding:0px;margin:10px;}
  383. u{text-decoration:none;color:{color:Title};
  384. border-bottom:1px dotted {color:Title};}
  385. blockquote {margin:2px; margin-left:10px;
  386. padding:2px;border-left:2px solid #CCC;}
  387.  
  388. /* MISC */
  389.  
  390. iframe#tumblr_controls {
  391. top: 0% !important;
  392. right:0% !important;
  393. opacity:0.3;
  394. position: fixed !important;
  395. filter:alpha(opacity=30);
  396. -webkit-transition: all 0.7s ease;
  397. -moz-transition: all 0.7s ease;
  398. -o-transition: all 0.7s ease;
  399. }
  400. iframe#tumblr_controls:hover{
  401. top: 0% !important;
  402. right:0% !important;
  403. opacity:0.8;
  404. position: fixed !important;
  405. filter:alpha(opacity=80);
  406. -webkit-transition: all 0.7s ease;
  407. -moz-transition: all 0.7s ease;
  408. -o-transition: all 0.7s ease;
  409. }
  410.  
  411. #cornerplayer
  412. {
  413. position:fixed;
  414. overflow:hidden;
  415. border-top-right-radius: 500px;
  416. border-top-left-radius: 500px;
  417. width:130px;
  418. height: 70px;
  419. -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
  420.  
  421. #cornericon
  422. {margin-top:33px;
  423. margin-bottom:20px;
  424. border-top-right-radius: 500px;
  425. border-top-left-radius: 500px;
  426. -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
  427.  
  428. #cornericon img {
  429. border-top-right-radius: 500px;
  430. border-top-left-radius: 500px;
  431. width: 17%;
  432. height: auto;}
  433.  
  434.  
  435.  
  436.  
  437.  
  438. .c img{width:100%;}
  439. .c{position:fixed;right:5px;bottom:5px;
  440. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  441. -o-transition: 0.5s ease;-moz-transition: 0.5s ease;}
  442.  
  443. .cboth:hover .c {
  444. opacity: 0;
  445. }
  446.  
  447. .cr img{width:100%;}
  448. .cr{position:fixed;right:5px;bottom:5px; opacity: 0;
  449. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  450. -o-transition: 0.5s ease;-moz-transition: 0.5s ease;}
  451.  
  452. .cboth:hover .cr {
  453. opacity: 1;
  454. }
  455.  
  456. .l .odd{display:block;padding:5px 5px;}
  457. .l .even{display:block;background:#F7F7F7;padding:5px 5px;}
  458.  
  459. #s-m-t-tooltip{display:inline-block;position:absolute;max-width:300px;
  460. margin:15px;padding:3px 10px 3px 10px;z-index:99;border:1px solid #AAA;
  461. border-radius:10px;border-top-left-radius:0px;background:#EEE;}
  462.  
  463. ::selection {color: {color:Hover};}
  464. ::-moz-selection {color: {color:Hover};}
  465. ::-webkit-selection{color: {color:Hover};}
  466.  
  467. img{ margin-bottom:-3px;}
  468.  
  469.  
  470.  
  471. /* POSTNOTES */
  472.  
  473. ol.notes a{letter-spacing:1px;}
  474. ol.notes {
  475. list-style:none;
  476. font-size:8px;
  477. margin-top:20px;
  478. text-transform:none;}
  479.  
  480. ol.notes li.note img.avatar {
  481. vertical-align:-5px;
  482. margin-right:5px;
  483. width:20px;
  484. padding:4px;
  485. border:1px solid #EEE;}
  486.  
  487. ol.notes li.note {margin:5px 0px 10px -20px;}
  488. ol.notes li.note span.action {font-style: normal;}
  489. ol.notes li.note .answer_content {font-weight: normal;}
  490. ol.notes li.note blockquote {padding:4px 10px;margin: 10px 0px 0px 25px;}
  491.  
  492.  
  493. </style>
  494. </head>
  495. <body>
  496.  
  497. <div id="sidebar"><img src="{image:sidebar}">
  498. <div id="why"><div id="links">
  499. <a href="{text:link 1}" class="class1" title="{text:link 1 title}">I</a> &nbsp
  500. <a href="{text:link 2}" class="class1" title="{text:link 2 title}">II</a> &nbsp
  501. <a href="{text:link 3}" class="class1" title="{text:link 3 title}">III</a> &nbsp
  502. <a href="{text:link 4}" class="class1" title="{text:link 4 title}">IV</a> &nbsp
  503. <a href="{text:link 5}" class="class1" title="{text:link 5 title}">V</a>
  504.  
  505. </div>
  506. </div>
  507.  
  508. <div id="blogtitle">{Title}</div>
  509. <div id="desch"><div id="descht">{text:subtitle}</div></div>
  510. <div id="descbox"><div id="desc">{Description}</div></div>
  511. <div id="swag">
  512.  
  513. <div id='cornerplayer'><center>
  514. <div id='cornericon'><img src="http://i122.photobucket.com/albums/o260/mhilka/minigifs/minigif01.gif"/>
  515. <!--YOUR MUSIC CODE STARTS HERE--><embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://dl.dropboxusercontent.com/s/23lw8tadag47nal/Spirited%20Away%20-%20One%20Summers%20Day%20Music%20Box.mp3?token_hash=AAGWxfbEuckOudUZBg1H0G3IggRn0kETto6ms2GgfObXdA&dl=1&t0=One Summer's Day&total=1" quality="high" wmode="transparent" width="160" height="15" name="billy" align="middle" type="application/x-shockwave-flash" /> <!--YOUR MUSIC CODE ENDS HERE--></div>
  516. </center> </div><!--cornerplayer-->
  517. </div>
  518. </div>
  519.  
  520. <div id="content">
  521. {block:Posts}
  522.  
  523.  
  524. <div id="entry">
  525.  
  526. {block:IndexPage}
  527.  
  528. <div class="perma">
  529. <a href="{Permalink}"> {NoteCount}</a>
  530. <br><a href="{ReblogURL}" target="_blank" >reblog</a>
  531.  
  532.  
  533.  
  534. {block:HasTags}{/block:HasTags}
  535. <div class="tagsperma">{block:HasTags}<br>{block:Tags}<a href="{TagURL}">#{Tag}</a><br>{/block:Tags}{/block:HasTags} </div>
  536.  
  537. </span></div>
  538.  
  539. {/block:IndexPage}
  540.  
  541. {block:Text}
  542. <div class="title">{Title}</div>{Body}
  543. {/block:Text}
  544.  
  545. {block:Link}
  546. <a href="{URL}"><span class="title">{Name} &raquo;</span></a>
  547. {block:Description}{Description}{/block:Description}
  548. {/block:Link}
  549.  
  550. {block:Photo}
  551. <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>
  552. {block:ifCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifCaption}
  553. {/block:Photo}
  554.  
  555. {block:Photoset}
  556. {Photoset-400}
  557. {block:ifCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifCaption}
  558. {/block:Photoset}
  559.  
  560. {block:Quote}
  561. <div class="quote">{Quote}<div class="source">{Source}</div></div>
  562. {/block:Quote}
  563.  
  564. {block:Chat}
  565. <div class="title">{Title}</div>{block:Lines}
  566. <div class="l {Alt}"><div class="{Alt} user_{UserNumber}">
  567. {block:Label}<b>{Label} </b>{/block:Label}
  568. {Line}</div></div>{/block:Lines}
  569. {/block:Chat}
  570.  
  571. {block:Audio}
  572. {block:AlbumArt}
  573. <div class="artcover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  574. <div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  575. <div class="audioinfo">
  576. <div class="i"><b>TITLE:</b>
  577. <span{block:TrackName} style="display:none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</div>
  578.  
  579. <div class="i"><b>ARTIST:</b>
  580. <span{block:Artist} style="display:none;"{block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}</div>
  581.  
  582. <div class="i"><b>PLAYS:</b>
  583. <span{block:PlayCount} style="display: none;"{block:PlayCount}>Unknown</span> {block:PlayCount}{PlayCount}{/block:PlayCount}</div></div>
  584. {/block:Audio}
  585.  
  586. {block:Video}
  587. {Video-400}
  588. {block:ifCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifCaption}
  589. {/block:Video}
  590.  
  591. {block:Answer}
  592. <div class="quote">{Question} → <b>{Asker}</b></div>
  593. <div class="answer">{Answer}</div>
  594. {/block:Answer}
  595.  
  596. <div id="permalink">
  597. <div class="tags">
  598. {block:IfShowTags}
  599. {block:HasTags}
  600. {block:Tags}<span style="border-top:1px dashed {color:post border};"</span>
  601. <a href="{TagURL}">#{Tag}</a>
  602. {/block:Tags}
  603. {/block:HasTags}
  604. {/block:IfShowTags}
  605. </div></div>
  606. {/block:IndexPage}
  607.  
  608. {block:PermalinkPage}
  609. <div id="permalink">
  610. {block:Date}posted
  611. <a href="{Permalink}">{Month} {DayOfMonthWithZero}</a>{/block:Date}
  612. {block:NoteCount}with
  613. <a href="{Permalink}">{NoteCountWithLabel}</a>{block:NoteCount}
  614. {block:RebloggedFrom}
  615. | via: <a href="{ReblogParentURL}">{ReblogParentName}</a> source: <a href="{ReblogRootURL}">{ReblogRootName}</a>
  616. {/block:RebloggedFrom}
  617.  
  618. <div class="tags">
  619. {block:HasTags}
  620. Tagged:
  621. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  622. {/block:Tags}
  623. {/block:HasTags}
  624. </div></div>
  625. {/block:PermalinkPage}
  626.  
  627.  
  628. {block:PostNotes}
  629. {PostNotes}
  630. {/block:PostNotes}
  631. </div>
  632. {/block:Posts}
  633.  
  634. </div>
  635.  
  636.  
  637.  
  638. <div class="cboth">
  639. <div class="c">
  640. <img src="http://static.tumblr.com/cbjpgjf/7Bcmvartf/logo2.01.png">
  641. </div>
  642.  
  643. <div class="cr">
  644. <a href="http://no-faces-face.tumblr.com">
  645. <img src="http://static.tumblr.com/cbjpgjf/H2jmvat5o/logo2.02.png"></a>
  646. </div>
  647. </div>
  648.  
  649. <style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;}</style><a href="http://www.cursors-4u.com/cursor/2011/03/03/tiny-hand-10.html" target="_blank" /></a>
  650.  
  651.  
  652.  
  653.  
  654. </body>
  655. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement