Advertisement
justtkeepsmiling

Theme 1 by Amourchique

Mar 29th, 2013
382
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.12 KB | None | 0 0
  1. <html>
  2. <head>
  3. <!------
  4. Theme 1 by amourchique. Do not remove the credit or else I will report you to tumblr staff once I find out.
  5. ------->
  6. <script type="text/javascript">
  7. <!--
  8.  
  9. // Disable Right Click Script
  10.  
  11. function IE(e)
  12. {
  13. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  14. {
  15. return false;
  16. }
  17. }
  18. function NS(e)
  19. {
  20. if (document.layers || (document.getElementById && !document.all))
  21. {
  22. if (e.which == "2" || e.which == "3")
  23. {
  24. return false;
  25. }
  26. }
  27. }
  28. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  29.  
  30. //-->
  31. </script>
  32. <meta name="image:Background" content="http://i.imm.io/Bv8E.png"/>
  33. <meta name="image:Sidebar" content="">
  34. <meta name="color:Blogtitle1" content="#C29B9B">
  35. <meta name="color:Blogtitle1 Shadow" content="#4a002a">
  36. <meta name="text:Blogtitle1" content="I will try">
  37. <meta name="text:Blogtitle2" content="To fix you">
  38. <meta name="color:Blogtitle2" content="#97c6db">
  39. <meta name="color:Blogtitle2 Shadow" content="#005780">
  40. <meta name="color:Title" content="#292929"/>
  41. <meta name="color:Text" content="#363636"/>
  42. <meta name="color:Link" content="#C29B9B"/>
  43. <meta name="color:scrollbar" content="#727272"/>
  44. <meta name="color:text shadow" content="#000000"/>
  45. <meta name="color:Hover" content="#ddd"/>
  46. <meta name="text:Link One Title" content="Link 1" />
  47. <meta name="text:Link One" content="" />
  48. <meta name="text:Link Two Title" content="Link 2"/>
  49. <meta name="text:Link Two" content="" />
  50. <meta name="text:Link Three Title" content="Link 3"/>
  51. <meta name="text:Link Three" content="" />
  52. <meta name="text:Link Four Title" content="Link 4"/>
  53. <meta name="text:Link Four" content="" />
  54. <meta name="text:Link Five Title" content="Link 5"/>
  55. <meta name="text:Link Five" content="" />
  56. <style type="text/css">
  57.  
  58. 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;}
  59.  
  60. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  61.  
  62. ::-webkit-scrollbar {width: 5px; height: 5px; background: #dddddd;}
  63.  
  64. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  65.  
  66. body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_lyovxfnDb71qfoi4t.png), progress;}
  67.  
  68. ::selection {
  69. background: #ebbbaa;
  70. color: #ffffff;
  71. }
  72.  
  73.  
  74. ::-moz-selection {
  75. background: #ebbbaa;
  76. color: #ffffff;
  77. }
  78.  
  79.  
  80. body{
  81. background-image: url({image:Background});
  82. font-family: arma;
  83. font-size: 8px;
  84. color: {color:Text};
  85. background-repeat: repeat;
  86. }
  87.  
  88. a:link, a:active, a:visited{
  89. color: {color:Link};
  90. text-decoration: none;
  91. -webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;
  92. }
  93.  
  94. a:hover{
  95. color:{color:Hover};
  96. -webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;
  97. text-shadow:0px 0px 5px {color:text shadow};
  98. cursor: url(http://media.tumblr.com/tumblr_lyovxfnDb71qfoi4t.png), auto;
  99. }
  100.  
  101. #cunt{width:250px; height:auto;}
  102. {block:PermalinkPage}
  103. width:410px;
  104. {/block:PermalinkPage}
  105. }
  106.  
  107. #center{
  108. padding-top:3px;
  109. padding-bottom:3px;
  110. position:fixed !important;
  111. background-color:#fff;
  112. {block:PermalinkPage}
  113. width:410px;
  114. height:207px;
  115. {/block:PermalinkPage}
  116. }
  117.  
  118. #posts{
  119. float:center;
  120. {block:indexpage}
  121. width:800px;
  122. {/block:indexpage}
  123. {block:permalinkpage}
  124. width:800px;
  125. {/block:permalinkpage}
  126. margin-left: 500px;
  127. margin-top: 0px;
  128. }
  129.  
  130. #sidebar {
  131. position:fixed !important;
  132. width: 320px;
  133. background: white;
  134. font-family: arma;
  135. height: 360px;
  136. margin-left: 120px;
  137. padding: 10px;
  138. border: 3px solid #bbb;
  139. margin-top: 100px;
  140. font-size: 8px;
  141. -webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;
  142. }
  143.  
  144. #sidebar:hover {
  145. height: 410px;
  146. -webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;
  147. }
  148.  
  149. #sidebar #sidepic{
  150. position:fixed !important;
  151. width: 317px;
  152. background: white;
  153. height: 300px;
  154. margin-left: 0px;
  155. border: 1px solid #bbb;
  156. margin-top: 0px;
  157. font-size: 8px;
  158. }
  159.  
  160. #sidebar #sidedesc{
  161. position:fixed !important;
  162. width: 305px;
  163. background: white;
  164. height: 30px;
  165. margin-left: 0px;
  166. overflow-y: auto;
  167. padding: 5px;
  168. border: 2px solid #bbb;
  169. text-align: center;
  170. margin-top: 310px;
  171. font-size: 8px;
  172. }
  173.  
  174. #sidebar #sidelinks{
  175. position: fixed;
  176. width: 305px;
  177. background: white;
  178. height: 35px;
  179. border: 2px solid #bbb;
  180. z-index: 99;
  181. text-align: center;
  182. padding: 5px;
  183. opacity: 0;
  184. margin-top: 360px;
  185. margin-left: 0px;
  186. -webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;transition: all 0.8s ease-in-out;
  187. }
  188.  
  189. #sidebar:hover #sidelinks{
  190. opacity: 1;
  191. -webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;transition: all 0.8s ease-in-out;
  192. }
  193.  
  194.  
  195. #sidebar #blogtitle1{
  196. font-family: bebas;
  197. font-size: 70px;
  198. color: {color:Blogtitle1};
  199. text-shadow: 4px 1px 10px {color:Blogtitle1 Shadow};
  200. position: fixed;
  201. margin-top: 337px;
  202. margin-left: -50px;
  203. opacity: 1;
  204. -webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;
  205. }
  206.  
  207. #sidebar:hover #blogtitle1{
  208. opacity: 0;
  209. margin-left: -100px;
  210. -webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;
  211. }
  212.  
  213. #sidebar #blogtitle2{
  214. font-family: jane;
  215. font-size: 50px;
  216. color: {Color:Blogtitle2};
  217. text-shadow: 4px 1px 10px {color:Blogtitle2 Shadow};
  218. position: fixed;
  219. margin-top: 370px;
  220. margin-left: 100px;
  221. opacity: 1;
  222. -webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;
  223. }
  224.  
  225. #sidebar:hover #blogtitle2{
  226. opacity: 0;
  227. margin-left: 150px;
  228. -webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;
  229. }
  230.  
  231. div.links a{
  232. text-align:center;
  233. padding:3px;
  234. background-color: #bbb;
  235. margin-left: 8px;
  236. color: #777;
  237. width: 60px;
  238. margin-top: 1px;
  239. height: 10px;
  240. line-height: 10px;
  241. float: left;
  242. display: inline-block;
  243. font-family: arma;
  244. border-radius: 0px;
  245. -webkit-transition: all 0.5s linear;
  246. -moz-transition: all 0.5s linear;
  247. transition: all 0.5s linear;
  248. text-transform: uppercase;
  249. z-index: 55;
  250. }
  251.  
  252. div.links a:hover{
  253. background: #eee;
  254. border-radius: 20px;
  255. -webkit-transition: all 0.5s linear;
  256. -moz-transition: all 0.5s linear;
  257. transition: all 0.5s linear;
  258. }
  259.  
  260.  
  261. @font-face{font-family:"jane"; src: url('http://static.tumblr.com/bm7b8hm/vnWmf9864/janeaust.ttf');,}
  262.  
  263. askk {
  264. font-family: bebas;
  265. color: {color:Title};
  266. font-size:25px;
  267. line-height: 28px;
  268. z-index:1;
  269. }
  270.  
  271. @font-face { font-family: "bebas"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  272.  
  273. #entry .perma a{
  274. color:;}
  275.  
  276. @font-face { font-family: "arma"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  277.  
  278. .permalink {
  279. display: block;
  280. border-top: 1px solid #ddd;
  281. padding: 3px;
  282. margin: 4px 8px 0px 8px;
  283. font-family: arma;
  284. font-size: 8px;
  285. color: #424242;
  286. line-height: 18px;
  287. text-align: center;
  288. text-decoration: none;
  289. -webkit-transition: color 0.9s ease-out;
  290. -moz-transition: color 0.9s ease-out;
  291. }
  292.  
  293. #entry .perma a{
  294. color:;
  295. -webkit-transition: color 0.8s ease-in-out;
  296. -moz-transition: color 0.8s ease-in-out;
  297. }
  298.  
  299.  
  300. #entry .perma{
  301. width:100px;
  302. height: auto;
  303. padding:2px;
  304. font-family: arma;
  305. text-transform:uppercase;
  306. position: absolute;
  307. font-size: 8px;
  308. line-height: 11px;
  309. text-align: center;
  310. overflow:hidden;
  311. border: 3px solid #ddd;
  312. opacity: 0.0;
  313. background-color:#fff;
  314. letter-spacing:0px;
  315. margin-top:-5px;
  316. margin-left: -5px;
  317. border-radius: 0px;
  318. -webkit-transition: opacity 0.5s linear; opacity: 0.0;
  319. -webkit-transition: all 0.5s linear;
  320. -moz-transition: all 0.5s linear;
  321. transition: all 0.5s linear;
  322. }
  323.  
  324. #entry:hover .perma{
  325. margin-top: 5px;
  326. opacity: 0.9;
  327. margin-left: 5px;
  328. width: 100px;
  329. text-transform:uppercase;
  330. overflow:visible;
  331. -webkit-transition: all 0.5s linear;
  332. -webkit-transition: all 0.5s linear;
  333. -moz-transition: all 0.5s linear;
  334. transition: all 0.5s linear;
  335. }
  336.  
  337. .permalinktext {
  338. display: block;
  339. padding: 1px;
  340. margin: 0px 0px 0px 8px;
  341. font-family: arma;
  342. letter-spacing: 0px;
  343. font-size:8px;
  344. color: #424242;
  345. line-height: 10px;
  346. text-align: right;
  347. text-decoration: none;
  348. -webkit-transition: color 0.5s ease-out;
  349. -moz-transition: color 0.5s ease-out;
  350. border-top: 1px dashed #dcdcdc;
  351. }
  352.  
  353. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  354. #postnotes{
  355. text-align: left;
  356. }
  357.  
  358. #postnotes blockquote{
  359. border: 0px;
  360. }
  361.  
  362. #entry{
  363. font-family: arma;
  364. font-size: 8px;
  365. line height: 11px;
  366. text-align:center;
  367. float:left;
  368. width: 220px;
  369. height: auto;
  370. {block:PermalinkPage}
  371. width: 460px;
  372. height: auto;
  373. {/block:PermalinkPage}
  374. line-height:8px;
  375. background-color:#fff;
  376. padding:3px;
  377. padding-bottom:2px;
  378. margin-right:10px;
  379. overflow:hidden;
  380. margin-bottom:10px;
  381. border: 3px solid #ddd;
  382. opacity:0.8;
  383. box-shadow: 0px 0px 5px #ddd;
  384. -o-transition-transition: all 1.0s ease-out;
  385. -webkit-transition: all 1.0s ease-out;
  386. -moz-transition: all 1.0s ease-out;
  387. }
  388.  
  389. #entry:hover{
  390. opacity: 1.0;
  391. transition: all 1.0s ease-out;
  392. -o-transition-transition: all 1.0s ease-out;
  393. -webkit-transition: all 1.0s ease-out;
  394. -moz-transition: all 1.0s ease-out;
  395. }
  396.  
  397. @font-face {font-family: "Meow";src: url( http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
  398.  
  399. #permapage{
  400. font-family: tinytots;
  401. font-size: 10px;
  402. line-height: 8px;
  403. text-align: center;
  404. padding-bottom:10px;
  405. z-index:9999;}
  406.  
  407. .title{
  408. font-family: bebas;
  409. color: {color:Title};
  410. font-size: 28px;
  411. line-height: 30px;
  412. }
  413.  
  414. @font-face { font-family: "beauty"; src: url('http://static.tumblr.com/2zvjoo9/n9Mm31t9e/discoverbeauty.ttf');}
  415.  
  416. .blogtitle{
  417. font-family: beauty;
  418. font-size: 18px;
  419. line-height: 18px;
  420. color: {color:Link};
  421. font-weight: normal;
  422. }
  423.  
  424. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/jdjsstr/wyqmco9g9/wendy_1_.ttf');}
  425.  
  426. blockquote{
  427. border-radius:10px; border: 1px solid #eee; margin: 3px; margin-top: 2px; padding: 5px; background: white; box-shadow: 0px 0px 5px 3px #ddd;
  428. }
  429.  
  430. uul, ol, li{list-style-type:bullet;list-style-image: url(http://i55.tinypic.com/29atsag.png); text-align:left;}
  431.  
  432. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  433. .user_7 .label, .user_8 .label, .user_9 .label {text-align: left;color:{color:Title};
  434. }
  435.  
  436.  
  437. </style>
  438. <title>{title}</title>
  439. <link rel="shortcut icon" href="{favicon}">
  440. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  441. <meta name="viewport" content="width=720" />
  442. </head>
  443. <body onselectstart="return false" ondragstart="return false" onkeydown="return false">
  444. <div id="center">
  445. <div id="sidebar">
  446. <div id="sidepic"><img style="height: 100%; width: 100%;" src="{image:Sidebar}"></div>
  447. <div id="sidedesc">{Description}</div>
  448. <div id="sidelinks">
  449. <div class="links">
  450. <a href="/">Home</a><a href="/ask">Ask</a><a href="/submit">Submit</a><a href="{text:Link One}">{text:Link One Title}</a><a href="{text:Link Two}">{text:Link Two Title}</a><a href="{text:Link Three}">{text:Link Three Title}</a><a href="{text:Link Four}">{text:Link Four Title}</a> <a href="http://amourchique.tumblr.com">Credit</a>
  451. </div></div>
  452. <div id="blogtitle1">{text:Blogtitle1}</div>
  453. <div id="blogtitle2">{text:Blogtitle2}</div>
  454. </div>
  455.  
  456. <div id="content">
  457.  
  458. <div id="posts">
  459.  
  460. {block:Posts}
  461. <div id="entry">
  462. {block:Text}
  463. {block:Title}<span class="title">{Title}</span>{/block:Title}
  464. <span class="entrytext">{Body}</span>
  465. <div class="permalinktext"> Posted {TimeAgo} | <a href="{Permalink}">{NotecountwithLabel}</a> | <a href="{ReblogURL}">Reblog</a></div>
  466. {/block:Text}
  467.  
  468. {block:Link}
  469. <a href="{URL}" class="title">{Name}</a>
  470. {block:Description}{Description}{/block:Description}
  471. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{permalink}">{timeago}</a> </div>
  472. {block:Link}
  473.  
  474. {block:Photo}{block:IndexPage}
  475. <div class="perma">
  476. <a href="{permalink}">{NoteCountWithLabel}</a> &middot <a> <a href="{ReblogURL}" target="_blank"> reblog </a></span></div>
  477. {/block:IndexPage}
  478. {block:IndexPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width=220px /></a>{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=460px/>{LinkCloseTag}{/block:PermalinkPage}
  479. {/block:Photo}
  480.  
  481.  
  482. {block:Quote}
  483. <span class="title">{Quote}</span><br>
  484. {block:Source}<div style="text-align: right;"><a href="{Permalink}">-{Source}</a></div>{/block:Source}
  485. <div class="permalinktext"> Posted {TimeAgo} | <a href="{Permalink}">{NotecountwithLabel}</a> | <a href="{ReblogURL}">Reblog</a></div>
  486. {/block:Quote}
  487.  
  488. {block:Chat}
  489. {block:Title}<span class="title">{Title}</span>{/block:Title}
  490. <ul class="chat">
  491. {block:Lines}
  492. <li class="user_{UserNumber}">
  493. {block:Label}
  494. <span class="label">{Label}</span>
  495. {/block:Label}
  496.  
  497. {Line}
  498. </li>
  499. {/block:Lines}
  500. </ul>
  501. <div class="permalinktext"> Posted {TimeAgo} | <a href="{Permalink}">{NotecountwithLabel}</a> | <a href="{ReblogURL}">Reblog</a></div>
  502. {/block:Chat}
  503.  
  504.  
  505. {block:Audio}
  506. <center><div style="width:300px; height:28px;"><div style="float:left">{AudioPlayerGrey}</div><div style="margin-top:10px; float:left;">
  507. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center><br>
  508. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{permalink}">{timeago}</a> </div>
  509. {/block:Audio}
  510.  
  511. {block:Video}<center>
  512. <div style="padding-top:0px; padding-bottom:2px;">
  513. {Video-250}</div>
  514. <div style="padding-bottom:5px;">{block:Caption}{/block:Caption}</div>
  515. <div class="permalinktext"> Posted {TimeAgo} | <a href="{Permalink}">{NotecountwithLabel}</a> | <a href="{ReblogURL}">Reblog</a></div>
  516. {block:Video}
  517.  
  518. {block:Answer}
  519. <br>
  520. <div style="border-radius:5px; border: 3px double #dddddd; margin: 3px; margin-top: -2px; height:30px; overflow:auto; padding: 3px; background: white; box-shadow: 0px 0px 5px 3px #eee;">
  521. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px; box-shadow: 0px 0px 0px 2px #E6DFDF; border-radius: 3px;"/>
  522. <askk>{Asker}</askk>: {Question}<br></div>
  523. <div style="font-family: arma; font-size: 8px;">
  524. {Answer}
  525. </div>
  526. <div class="permalinktext"> Posted {TimeAgo} | <a href="{Permalink}">{NotecountwithLabel}</a> | <a href="{ReblogURL}">Reblog</a></div>
  527. {/block:Answer}
  528.  
  529. {block:PostNotes}<div align="middle">{caption}</div>
  530. <center>
  531.  
  532. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  533.  
  534. {block:HasTags}
  535. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  536. {block:RebloggedFrom}
  537. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  538. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  539.  
  540. {/block:RebloggedFrom}
  541. </center></span>
  542. <br>
  543. <div id="postnotes">{PostNotes}</div><br>
  544.  
  545. <center>{block:ContentSource}
  546. <br><a href="{SourceURL}">
  547. {lang:Source}:
  548. {block:SourceLogo}
  549. <img src="{BlackLogoURL}" width="{LogoWidth}"
  550. height="{LogoHeight}" alt="{SourceTitle}" />
  551. {/block:SourceLogo}
  552. {block:NoSourceLogo}
  553. {SourceLink}
  554. {/block:NoSourceLogo}
  555. </a>
  556. {/block:ContentSource}</center>
  557.  
  558. {/block:PostNotes}
  559. </div>
  560. {/block:Posts}
  561. </div></div>
  562.  
  563. {block:indexpage}
  564. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  565. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  566. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  567. <script type="text/javascript">
  568. $(window).load(function(){
  569. var $wall = $('#posts');
  570. $wall.imagesLoaded(function(){
  571. $wall.masonry({
  572. itemSelector: '#entry, #entry_photo',
  573. isAnimated : false
  574. });
  575. });
  576.  
  577. $wall.infinitescroll({
  578. navSelector : '#page-nav',
  579. nextSelector : '#page-nav a',
  580. itemSelector : '#entry, #entry_photo',
  581. bufferPx : 2000,
  582. debug : false,
  583. errorCallback: function() {
  584. $('#infscr-loading').fadeOut('normal');
  585. }},
  586. function( newElements ) {
  587. var $newElems = $( newElements );
  588. $newElems.hide();
  589. $newElems.imagesLoaded(function(){
  590. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  591. });
  592. }); $('#content').show(500);
  593. });
  594. </script>
  595. {/block:indexpage}
  596.  
  597. </div>
  598. <div style="width: 64px; height: 10px; padding: 3px; background: white; border: 2px solid #bbb; position: fixed; font-family: consolas; text-transform: uppercase; font-size: 9px; bottom: 3px; right: 3px"><center><a href="http://amourchique.tumblr.com">amourchique</a></div>
  599. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement