Advertisement
serenismo

THX 15- DON'T LET YOURSELF DOWN

Nov 11th, 2012
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.37 KB | None | 0 0
  1. <!---THEME BY PADALESCKI DO NOT STEAL
  2.  
  3. ---->
  4.  
  5. <html>
  6.  
  7. <head>
  8.  
  9. <meta name="color:background" content="#f8f8f8" />
  10. <meta name="color:link" content="#666" />
  11. <meta name="color:hover" content="#999" />
  12. <meta name="color:text" content="#666" />
  13. <meta name="color:sidebar" content="#fff" />
  14. <meta name="color:border" content="#e3e3e3" />
  15. <meta name="color:post" content="#ffffff" />
  16.  
  17. <meta name="text:write" content="what" />
  18. <meta name="image:background" content="" />
  19. <meta name="image:sidebar" content="http://static.tumblr.com/e0su87i/KjZma42mo/tumblr_lyhk8cacdq1qbem7no3_250.jpg" />
  20. <meta name="text:write" content="" />
  21.  
  22.  
  23. <meta name="text:Link1 url" content="/" />
  24. <meta name="text:Link1 Title" content="link4" />
  25. <meta name="text:Link2 url" content="/" />
  26. <meta name="text:Link2 Title" content="link5" />
  27. <meta name="text:Link3 url" content="/" />
  28. <meta name="text:Link3 Title" content="link6" />
  29. <meta name="text:Link4 url" content="/" />
  30. <meta name="text:Link4 Title" content="link7" />
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39. <title>{Title}</title>
  40. <link rel="shortcut icon" href="{Favicon}">
  41. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  42. {block:Description}
  43. <meta name="description" content="{MetaDescription}" />
  44. {/block:Description}
  45.  
  46.  
  47. <link href='http://fonts.googleapis.com/css?family=Tulpen+One' rel='stylesheet' type='text/css'>
  48.  
  49. <link href='http://fonts.googleapis.com/css?family=Oranienbaum' rel='stylesheet' type='text/css'>
  50.  
  51.  
  52.  
  53. <link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic' rel='stylesheet' type='text/css'>
  54.  
  55. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  56.  
  57. <link href='http://fonts.googleapis.com/css?family=Parisienne' rel='stylesheet' type='text/css'>
  58.  
  59. <style type="text/css">
  60.  
  61.  
  62.  
  63. ::-webkit-scrollbar-thumb:vertical {background-color:#000;height:75px;width:3px;}
  64. ::-webkit-scrollbar {height:0px;width:3px;background-color:#ffffff; padding:2px;}
  65.  
  66. @font-face {
  67. font-family: "pacifico";
  68. src: url(http://static.tumblr.com/ufwwwyn/Do8m4xui1/pacifico.ttf) format("truetype");
  69. }
  70.  
  71. body {
  72. background-color: {color:background};
  73. font-family: calibri;
  74. color: {color:text};
  75. text-align: center;
  76. font-size: 9px;
  77. background-image:url('{image:background}');
  78. background-attachment: fixed; }
  79.  
  80. a {color: {color:link};
  81. text-decoration: none;
  82. text-transform:uppercase;}
  83. a:hover {
  84. text-transform:uppercase;
  85. background-color: transparent;
  86. text-decoration: none;
  87. opacity:1
  88. font-weight:bold;
  89. }
  90.  
  91. p {margin: 6px 0 0 0}
  92.  
  93. blockquote {
  94. margin: 5px 5px 5px 5px;
  95. border-left: 6px solid {color:background};
  96. padding-left: 5px; }
  97.  
  98. blockquote blockquote {
  99. margin: 0px 5px 0px 5px;
  100. border-left: 5px solid {color:background};}
  101.  
  102. blockquote blockquote blockquote {
  103. margin: 0px 5px 0px 5px;
  104. border-left: 4px solid {color:background}; }
  105.  
  106. blockquote blockquote blockquote blockquote {
  107. margin: 0px 5px 0px 5px;
  108. border-left: 3px solid {color:background}; }
  109.  
  110. blockquote img{
  111. max-width: 470px!important}
  112. blockquote blockquote img{
  113. max-width: 450px!important}
  114. blockquote blockquote blockquote img{
  115. max-width: 430px!important}
  116. blockquote blockquote blockquote blockquote img{
  117. max-width: 410px!important}
  118.  
  119.  
  120. #container {
  121. text-align: center;
  122. width: 935px;
  123. margin: 20px auto 20px auto;
  124. padding: 0px; z-index: 1}
  125.  
  126. #entry {margin-top:60px;
  127. float: left;
  128. margin-left: 450px;}
  129.  
  130. .posts {
  131. width: 500px;
  132. background-color: transparent;
  133. padding: 5px;
  134. margin-bottom: -1px;
  135. text-align: justify;
  136. font-family: calibri;
  137. bottom:26px;
  138. font-size: 10px;
  139. border:4px double {color:sidebar};
  140. position: relative;}
  141.  
  142. h1 {
  143. font-family: calibri; text-align:
  144. center; font-size: 16px;
  145. text-transform: uppercase;
  146. color: {color:text};
  147. font-weight: normal;
  148. line-height: 18px;}
  149.  
  150. h1 a {
  151. text-align: center;
  152. font-size: 16px;
  153. text-transform: uppercase;
  154. color: {color:text};
  155. font-weight: normal;
  156. line-height: 18px;}
  157.  
  158. h1 a:hover {
  159. text-align: center;
  160. font-size: 16px;
  161. text-transform: uppercase;
  162. color: {color:text};
  163. font-weight: normal;
  164. line-height: 18px;}
  165.  
  166. .image {
  167. text-align: center; border: 0px}
  168.  
  169. .image img {
  170. max-width: 500px;
  171. margin-bottom: 2px
  172. }
  173.  
  174. .pquote {
  175. font-family: cambria;
  176. text-align: center;
  177. font-size: 15px;
  178. font-style:italic;
  179. line-height: 15px;
  180. padding: 3px;}
  181.  
  182. .pquotesource {
  183. font-size: 8px;
  184. font-family: calibri;
  185. text-align: center;
  186. text-transform:uppercase;
  187. margin-bottom: 5px;}
  188.  
  189. .pquotesource a, a:hover{
  190. text-transform: uppercase;}
  191.  
  192. .chat {
  193. line-height: 13px; list-style: none }
  194. .chat ul {
  195. line-height: 13px; list-style: none;
  196. padding: 5px; line-height:14px;}
  197.  
  198. .person1 {color: {color:text}; padding: 2px; }
  199. .person1 .label {font-weight: bold; color:{color:text}}
  200. .person2 {color: {color:text}; padding: 2px; }
  201. .person2 .label {font-weight: bold; color:{color:text}}
  202.  
  203. .player {
  204. background-color: #000;
  205. text-align: left;
  206. display:block;}
  207.  
  208. .question {
  209. color:{color:text};
  210. font-size: 10px;
  211. font-weight: normal;
  212. font-family: calibri;
  213. line-height:95%;
  214. background: {color:background};
  215. position: relative;
  216. min-height:70px;
  217. padding:10px 15px;
  218. margin-bottom:2px;
  219. margin-right:-10px;}
  220.  
  221. .questionarrow {
  222. font-size:30px;
  223. color:{color:background};
  224. vertical-align:middle;
  225. margin-left:-5px!important;}
  226.  
  227. #asker {
  228. float:left;
  229. margin-right:5px;
  230. }
  231.  
  232. .answer {color:{color:answer};}
  233.  
  234. .permalinks {
  235. opacity: 0.7;
  236. -webkit-transition: all 0.6s ease-out;
  237. -moz-transition: all 0.6s ease-out;}
  238.  
  239. .permalinks:hover {
  240. opacity: 0.99;
  241. -webkit-transition: all 0.6s ease-out;
  242. -moz-transition: all 0.6s ease-out;}
  243.  
  244. #info {
  245.  
  246. background-color:{color:sidebar};
  247. border: 0px solid {color:sidebar};
  248. text-align:right;
  249. padding:0px;
  250. height:14px;
  251. font-style: ;
  252. margin-top:1px;
  253. opacity:1;
  254. font-size: 10px;
  255. font-family: calibri;
  256. text-transform: uppercase;
  257. z-index: 11;}
  258.  
  259.  
  260. #info a {
  261. font-size: 9px;
  262. text-transform: uppercase;}
  263. #info:hover { -webkit-transition: all .9s ease-out;
  264. -moz-transition: all .6s ease-out;opacity:1; }
  265.  
  266. #tags {
  267. color: {color:text};
  268. font-size: 9px;
  269. font-family: calibri;
  270. display: inline;
  271. list-style: none;
  272. text-transform: uppercase;;}
  273.  
  274. #tags a {
  275. font-size: 9px;
  276. font-family: calibri;
  277. display: inline;
  278. list-style: none;
  279. text-transform: uppercase;;}
  280.  
  281. #cap {width: 500px; margin-top: -2px;}
  282. .source {display: none;}
  283.  
  284. .notes {
  285. width: 520px;
  286. padding: 0px;
  287. margin-top: 1px;
  288. margin-bottom: 1px;
  289. font-size: 9px;
  290. text-align: center}
  291.  
  292. ol.notes {
  293. list-style: none;
  294. margin: 0 20px 0 0px;
  295. padding: 0px;
  296. z-index: 11;}
  297.  
  298. ol.notes li {
  299. background-color: {color:post};
  300. margin-bottom: 2px; padding: 5px; }
  301.  
  302. .notes img{
  303. display: none; border:0px}
  304.  
  305. #damon {
  306. position: fixed; margin: 0px 0px 0px -492px;}
  307.  
  308.  
  309. #sidebar {
  310. position:fixed;
  311. float: justify;
  312. z-index:2;
  313. left:830px;
  314. top: 200px;
  315. padding-top:70px;
  316. padding: 1px;
  317. text-align: justify;
  318. width: auto;
  319. height: auto;
  320. background-color:transparent;}
  321.  
  322.  
  323. #ps {position: fixed; margin-top:110px; margin-left:-647px;}
  324.  
  325. #pagination {width:10px; margin:auto!important; font:19px calibri; color:{color:text}; text-align:center; border-bottom:px solid {color:border}; padding-top:2px;}
  326. #pagination a {color:{color:text};}
  327. #pagination a:hover{color:{color:text};}
  328.  
  329.  
  330.  
  331. .titlek {
  332. position: fixed;
  333. background-color:transparent;
  334. font-family: cambria;
  335. font-size:15px;
  336. width:270px;
  337. font-style:italic;
  338. color: {color:text};
  339. height:auto;
  340. padding: 2px;
  341. text-align: right;
  342. margin-top: 234px;
  343. margin-left: -700px; }
  344.  
  345.  
  346.  
  347.  
  348. .description {background: url(http://static.tumblr.com/akhimg2/fAbm9o4gq/untitled-2.png) no-repeat -2 2px;
  349. position: fixed;
  350. opacity:1;
  351. position: fixed;
  352. background-color:transparent;
  353. font-family:calibri;
  354. font-size:10px;
  355. width:183px;
  356. font-style: ;
  357. color: {color:text};
  358. height:auto;
  359. padding-left: 25px;
  360. padding-top: 5px;
  361. text-transform:none;
  362. text-align: left;
  363. margin-top: 250px;
  364. margin-left:-628px;
  365. border-TOP: px solid {color:border};}
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374. .mside {
  375. text-align: justify;
  376. overflow: hidden;
  377. font-size: 9px;
  378. font-family: arial;
  379. position: fixed;
  380. margin-left:-780px;
  381. width: 393px;
  382. height: 377px;
  383. background-color: TRANSPARENT;
  384. color: {color:text};
  385. margin-top:-57px;
  386. background-attachment: fixed;
  387. }
  388.  
  389. .mside img{
  390. width: 200px;
  391. height:260px;
  392. margin-left:152px;
  393. margin-top: 22px;
  394. padding:4px;
  395.  
  396. webkit-transition-duration: 1.0s;
  397. -moz-transition-duration: 1.0s;
  398. border: 1px solid {color:border};
  399. -webkit-border-radius: 0px 0px 0px 0px;
  400. box-shadow:px 0px px {color:text} ;
  401. -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.3s ease-out;
  402. -moz-border-radius:0px;
  403.  
  404. border-bottom-left-radius: 0.em;
  405.  
  406.  
  407. border-bottom-right-radius: 0.em;
  408.  
  409.  
  410. border-top-left-radius: 0.em;
  411.  
  412.  
  413. border-top-right-radius: 0.em;}
  414.  
  415. .mside img:hover{opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;-webkit-filter: grayscale(1);}
  416.  
  417. .link1 {
  418. width:40px;
  419. position:absolute;
  420. font-family:calibri;
  421. font-size:9px;
  422. height:10px;
  423. font-style:;
  424. padding: 4px; ;
  425. text-align:center;
  426. text-transform: uppercase;
  427. margin-top:-290px;
  428. background-color:{color:background};
  429. opacity:1;
  430. margin-left:175px;
  431. -webkit-transition: all 0.8s ease-out;
  432. -moz-transition: all 0.5s ease-out;
  433. -o-transition: all 0.5s ease-out;
  434. border: px solid {color:border};}
  435.  
  436.  
  437.  
  438. .link2 {
  439. width:40px;
  440. position:absolute;
  441. font-family:calibri;
  442. font-size:9px;
  443. height:10px;
  444. font-style:;
  445. padding: 4px; ;
  446. text-align:center;
  447. text-transform: uppercase;
  448. margin-top:-290px;
  449. background-color:{color:background};
  450. opacity:1;
  451. margin-left:230px;
  452. -webkit-transition: all 0.8s ease-out;
  453. -moz-transition: all 0.5s ease-out;
  454. -o-transition: all 0.5s ease-out;
  455. border: px solid {color:border};}
  456.  
  457.  
  458. .link3 {
  459. width:40px;
  460. position:absolute;
  461. font-family:calibri;
  462. font-size:9px;
  463. height:10px;
  464. font-style:;
  465. padding: 4px; ;
  466. text-align:center;
  467. text-transform: uppercase;
  468. margin-top:-290px;
  469. background-color:{color:background};
  470. opacity:1;
  471. margin-left:285px;
  472. -webkit-transition: all 0.8s ease-out;
  473. -moz-transition: all 0.5s ease-out;
  474. -o-transition: all 0.5s ease-out;
  475. border: px solid {color:border};}
  476.  
  477.  
  478. .link4 {
  479. width:51px;
  480. position:absolute;
  481. font-family:cambria;
  482. font-size:10px;
  483. height:15px;
  484. font-style:italic;
  485. FONT-WEIGHT:BOLD;
  486. padding: 2px; ;
  487. text-align:center;
  488. text-transform: lowercase;
  489. margin-top:-150px;
  490. background-color:{color:background};
  491. opacity:0;
  492. margin-left:153px;
  493. -webkit-transition: all 0.3s ease-out;
  494. -moz-transition: all 0.3s ease-out;
  495. -o-transition: all 0.3s ease-out;
  496. border:px solid {color:border};}
  497.  
  498. .link4:hover {box-shadow: inset 100px 0px {color:sidebar};}
  499.  
  500.  
  501.  
  502. .link5 {
  503. width:46px;
  504. position:absolute;
  505. font-family:cambria;
  506. font-size:10px;
  507. height:15px;
  508. font-style:italic;
  509. FONT-WEIGHT:BOLD;
  510. padding: 2px; ;
  511. text-align:center;
  512. text-transform: lowercase;
  513. margin-top:-150px;
  514. background-color:{color:background};
  515. opacity:0;
  516. margin-left:208px;
  517. -webkit-transition: all 0.3s ease-out;
  518. -moz-transition: all 0.3s ease-out;
  519. -o-transition: all 0.3s ease-out;
  520. border:0px solid {color:border};}
  521. .link5:hover {box-shadow: inset 100px 0px {color:sidebar};}
  522.  
  523. .link6 {
  524. width:44px;
  525. position:absolute;
  526. font-family:cambria;
  527. font-size:10px;
  528. height:15px;
  529. font-style:italic;
  530. FONT-WEIGHT:BOLD;
  531. padding: 2px; ;
  532. text-align:center;
  533. text-transform: lowercase;
  534. margin-top:-150px;
  535. background-color:{color:background};
  536. opacity:0;
  537. margin-left:258px;
  538. -webkit-transition: all 0.3s ease-out;
  539. -moz-transition: all 0.3s ease-out;
  540. -o-transition: all 0.3s ease-out;
  541. border:px solid {color:border};}
  542.  
  543.  
  544. .link6:hover {box-shadow: inset 100px 0px {color:sidebar};}
  545.  
  546. .link7 {
  547. width:51px;
  548. position:absolute;
  549. font-family:cambria;
  550. font-size:10px;
  551. height:15px;
  552. font-style:italic;
  553. FONT-WEIGHT:BOLD;
  554. padding: 2px; ;
  555. text-align:center;
  556. text-transform: lowercase;
  557. margin-top:-150px;
  558. background-color:{color:background};
  559. opacity:0;
  560. margin-left:306px;
  561. -webkit-transition: all 0.3s ease-out;
  562. -moz-transition: all 0.3s ease-out;
  563. -o-transition: all 0.3s ease-out;
  564. border:0px solid {color:border};}
  565. .link7:hover {box-shadow: inset 100px 0px {color:sidebar};}
  566.  
  567.  
  568. .mside:hover .link1 {opacity:1; text-shadow:;
  569. }
  570.  
  571. .mside:hover .link2 {opacity:1; text-shadow: ;
  572. }
  573.  
  574. .mside:hover .link3 {opacity:1; text-shadow: ;
  575. }
  576.  
  577. .mside:hover .link4 {opacity:1;
  578. }
  579.  
  580. .mside:hover .link5 {opacity:1;
  581. }
  582.  
  583. .mside:hover .link6 {opacity:1;
  584. }
  585. .mside:hover .link7 {opacity:1;
  586. }
  587.  
  588.  
  589.  
  590.  
  591.  
  592. #tumblr_controls{position: fixed!important}
  593.  
  594. #tumblr_controls{position: fixed!important}
  595.  
  596. #tumblr_controls{position: fixed!important}
  597.  
  598. #tumblr_controls{position: fixed!important}
  599.  
  600.  
  601.  
  602. iframe#tumblr_controls {position: fixed !important; top: 0 !important; right: 0 !important; opacity: 0.5 !important; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  603. iframe#tumblr_controls:hover { position: fixed !important; top: 0 !important; right: 0 !important; opacity: 1.0 !important; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  604.  
  605.  
  606. </style>
  607.  
  608.  
  609. <body onkeydown="return false">
  610.  
  611.  
  612. <div id="sidebar">
  613. <div id="pag">
  614. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"></a>{/block:PreviousPage}
  615. {block:NextPage}<a href="{NextPage}"></a>{/block:NextPage}{/block:Pagination}
  616. </div>
  617. <div class="tititica1"></div>
  618.  
  619. <div class="description">{description} </div>
  620.  
  621.  
  622. <div class="titlek">{text:write}</div>
  623.  
  624. <div class="mside"><img src="{image:sidebar}"/>
  625.  
  626. <!---kansas links ----->
  627. <a href="/"><div class="link1 ">home </div> </a>
  628. <a href="/ask"><div class="link2 ">MESSAGE</div></a>
  629. <a href="/archive"><div class="link3 ">ARCHIVE</div></a>
  630. <a href="{text:link1 url}"><div class="link4 ">{text:link1 title} </div></a>
  631. <a href="{text:link2 url}"><div class="link5">{text:link2 title} </div></a>
  632. <a href="{text:link3 url}"><div class="link6">{text:link3 title} </div></a>
  633. <a href="{text:link4 url}"><div class="link7">{text:link4 title}</div></a>
  634.  
  635.  
  636. </div>
  637.  
  638. <div id="ps">{block:Pagination}<div id="pagination"> {block:PreviousPage} <a href="{PreviousPage}" title=""> «</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" title="">»</a>{/block:NextPage}</div>
  639. {/block:Pagination}</div>
  640.  
  641.  
  642.  
  643. </div>
  644. <div id="entry">
  645.  
  646. {block:Posts}
  647. <div class="posts">
  648.  
  649. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  650.  
  651. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  652.  
  653. {block:Photoset}{Photoset-500}{/block:Photoset}
  654.  
  655. {block:Quote}
  656. <div class="pquote"><img src="http://static.tumblr.com/akhimg2/fAbm9o4gq/untitled-2.png">{Quote}</div>
  657. {block:Source}<div class="pquotesource"> - {Source}</div>
  658. {/block:Source}
  659. {/block:Quote}
  660.  
  661. {block:Link}
  662. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  663. {block:Description}{Description}{/block:Description}
  664. {/block:Link}
  665.  
  666. {block:Chat}
  667. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  668. <div class="chat"><ul>{block:Lines}
  669. <li class="person{UserNumber}">{block:Label}
  670. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  671. {/block:Chat}
  672.  
  673. {block:Audio}
  674. <div class="player">{AudioPlayerBlack}</div>
  675. {block:Caption}{Caption}{/block:Caption}
  676. {/block:Audio}
  677.  
  678. {block:Video}{Video-500}{/block:Video}
  679.  
  680.  
  681. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  682.  
  683.  
  684. <div id="cap">
  685. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  686. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  687. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  688.  
  689. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  690. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  691. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  692. {/block:ContentSource}</div></div>
  693. <br>
  694.  
  695. <div class="permalinks">
  696. {block:Date}<div id="info">
  697. <a href="{Permalink}">{block:Date}<center>{TimeAgo} / {month}{/block:Date}</a></a> {block:NoteCount} <a href="{Permalink}" <b>{block:NoteCount}{/block:NoteCount}</a> / {NoteCountWithLabel}</b></a>{block:RebloggedFrom} <a href="{ReblogParentURL}"><a href="{ReblogParentURL}"> / via</a> /{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}"> source</a> {/block:ContentSource} {block:IndexPage} <a href="{ReblogUrl}" target="_blank">/ reblog</a>{/block:IndexPage}</center> </div>{block:IfShowTags}<center><div id="tags">{block:HasTags}{block:Tags} x<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
  698. </div></center>{/block:IfShowTags}{/block:Date}</div>
  699. </div>
  700.  
  701.  
  702. {/block:Posts}
  703. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  704.  
  705.  
  706.  
  707.  
  708.  
  709.  
  710. <a style="position:fixed;bottom:30px;right:15px;font-family:CALIBRI;font-size:10px;opacity:0.7;" href="http://padalescki.tumblr.com">© PADALESCKI
  711. </a>
  712.  
  713. </div>
  714. </div>
  715. </div>
  716. </div>
  717.  
  718. </body>
  719. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement