Advertisement
Guest User

theme 04

a guest
Oct 31st, 2014
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.01 KB | None | 0 0
  1. <!--
  2. base code by disikes.tumblr.com
  3.  
  4. edited and posted by senpiez-themes.tumblr.com
  5.  
  6. PLEASE DO NOT REDISTRIBUTE THIS CODE AS YOUR OWN BASE OR THEME CODE.
  7.  
  8. ty have a nice day
  9.  
  10. ✧・゚:*✧・゚:* \(◕‿◕✿)/ *:・゚✧*:・゚✧
  11. -->
  12.  
  13.  
  14. <html lang="en">
  15.  
  16. <head>
  17.  
  18.  
  19.  
  20. <title>{Title}</title>
  21.  
  22.  
  23.  
  24. <link rel="shortcut icon" href="{Favicon}">
  25.  
  26. <meta name="image:background" content=""/>
  27. <meta name="image:side image" content="" />
  28.  
  29. <meta name="color:background" content="#fafafa"/>
  30. <meta name="color:text" content="#777"/>
  31. <meta name="color:link" content="#777"/>
  32. <meta name="color:link hover" content="#fafafa"/>
  33. <meta name="color:post background" content="#fff"/>
  34. <meta name="color:border" content="#777"/>
  35. <meta name="color:blog title" content="#777"/>
  36. <meta name="color:blog title hover" content="#f4f4f4"/>
  37. <meta name="color:Tags" content="#777" />
  38. <meta name="color:scrollbar" content="#ffffff"/>
  39.  
  40. <meta name="if:shadow" content="1"/>
  41. <meta name="if:circle links" content="0"/>
  42. <meta name="if:rounded posts" content="0"/>
  43. <meta name="if:faded images" content="1" />
  44. <meta name="if:transparent posts" content="0" />
  45. <meta name="if:semitransparent posts" content="1" />
  46. <meta name="if:no post borders" content="0" />
  47. <meta name="if:no side borders" content="0" />
  48. <meta name="if:small cursor" content="1" />
  49. <meta name="if:maximised background image" content="0"/>
  50.  
  51. <meta name="text:link 1 url" content="/">
  52. <meta name="text:link 1 title" content="home">
  53. <meta name="text:link 2 url" content="/ask">
  54. <meta name="text:link 2 title" content="ask">
  55. <meta name="text:link 3 url" content="/archive">
  56. <meta name="text:link 3 title" content="archive">
  57. <meta name="text:link 4 url" content="">
  58. <meta name="text:link 4 title" content="">
  59. <meta name="text:link 5 url" content="">
  60. <meta name="text:link 5 title" content="">
  61. <meta name="text:link 6 url" content="">
  62. <meta name="text:link 6 title" content="">
  63.  
  64.  
  65.  
  66. <meta name="select:side image position" content="bottom:-5px;left:5px;" title="bottom left" />
  67. <meta name="select:side image position" content="bottom:-5px;right:5px;" title="bottom right" />
  68. <meta name="select:side image position" content="top:0px;right:5px;" title="top right" />
  69. <meta name="select:side image position" content="top:0px;left:5px;" title="top left" />
  70.  
  71.  
  72.  
  73. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  74.  
  75. <link href="http://static.tumblr.com/3l2jcs4/NYMn4n79a/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  76. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  77. <script src="http://static.tumblr.com/3l2jcs4/209n1fe9k/jquery.style-my-tooltips.js"></script>
  78. <script>
  79. (function($){
  80. $(document).ready(function(){
  81. $("[title]").style_my_tooltips({
  82. tip_follows_cursor:true,
  83. tip_delay_time:100,
  84. tip_fade_speed:100,
  85. attribute:"title"
  86. });
  87. });
  88. })(jQuery);
  89. </script>
  90.  
  91. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  92.  
  93. {block:IndexPage}
  94. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  95. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  96.  
  97. <script type="text/javascript">
  98. $(window).load(function(){
  99. var $wall = $('#entry');
  100. $wall.imagesLoaded(function(){
  101. $wall.masonry({
  102. itemSelector: '#post, #post_photo',
  103. isAnimated : false
  104. });
  105. });
  106.  
  107. $wall.infinitescroll({
  108. navSelector : '#pagination',
  109. nextSelector : '#pagination a',
  110. itemSelector : '#post, #post_photo',
  111. bufferPx : 2000,
  112. debug : false,
  113. errorCallback: function() {
  114. $('#scroll').fadeOut('normal');
  115. }},
  116. function( newElements ) {
  117. var $newElems = $( newElements );
  118. $newElems.hide();
  119. $newElems.imagesLoaded(function(){
  120. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  121. });
  122. }); $('#entry').show(500);
  123. });
  124. </script>
  125. {/block:IndexPage}
  126.  
  127.  
  128.  
  129. <style type="text/css">
  130.  
  131.  
  132. iframe#tumblr_controls {
  133. position: fixed !important;
  134. -webkit-transition: opacity 0.7s linear;
  135. opacity: 0.09;
  136. -webkit-transition: all 0.8s ease-out;
  137. -moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  138. -webkit-filter:invert(100%);
  139. }
  140.  
  141. iframe#tumblr_controls:hover{
  142. -webkit-transition: opacity 0.7s linear;
  143. opacity: 0.8;
  144. -webkit-transition: all 0.4s ease-out;
  145. -moz-transition: all 0.4s ease-out;
  146. transition: all 0.4s ease-out;
  147. }
  148.  
  149. #bgim {
  150. z-index: 0;
  151. {select:side image position}
  152. position: fixed;
  153. }
  154.  
  155. ::-webkit-scrollbar-thumb:vertical {
  156. background:{color:scrollbar};
  157. border:1px solid {color:border};
  158.  
  159. cursor: url(http://i.imgur.com/ZOrzC.png), auto;
  160. }
  161.  
  162. ::-webkit-scrollbar-thumb:horizontal {
  163. background-color: {color:scrollbar};
  164. height: 4px;
  165. border:1px solid {color:border};}
  166.  
  167. ::-webkit-scrollbar {
  168. width:9px;
  169. background: transparent;
  170. height:4px;}
  171.  
  172. ::-webkit-scrollbar-track {
  173. background: transparent;
  174. width:9px; }
  175.  
  176. body {
  177. background-color: {color:background};
  178. background-attachment: fixed;
  179. line-height: 12px;
  180. font-family: Inconsolata;
  181. font-size:10px;
  182. letter-spacing:1px;
  183. text-transform:lowercase;
  184. color: {color:text};
  185. background-image: url({image:background});
  186. {block:ifsmallcursor}
  187. cursor: url(http://i.imgur.com/ZOrzC.png), auto;
  188. {/block:ifsmallcursor}
  189. }
  190.  
  191. {block:Ifmaximisedbackgroundimage}
  192. #bg img {
  193. z-index:-1;
  194. position:fixed;
  195. top:0;
  196. left:0;
  197. height:100%;
  198. width:100%;
  199. }
  200. {/block:Ifmaximisedbackgroundimage}
  201.  
  202.  
  203. a {
  204. color: {color:link};
  205. text-decoration: none;
  206. -webkit-transition: all 0.4s ease-in-out;
  207. -moz-transition: all 0.4s ease-in-out;
  208. -o-transition: all 0.4s ease-in-out;
  209. }
  210.  
  211.  
  212. a:hover {
  213. color: {color:link hover};
  214. -webkit-transition: all 0.4s ease-in-out;
  215. -moz-transition: all 0.4s ease-in-out;
  216. -o-transition: all 0.4s ease-in-out;
  217. {block:ifsmallcursor}
  218. cursor: url(http://media.tumblr.com/e7f72e808c4dbe5006b9c3a30dbc9b79/tumblr_inline_mh67vhwGnR1rdqsqf.png), auto;
  219. {/block:ifsmallcursor}
  220. }
  221.  
  222.  
  223. #s-m-t-tooltip {
  224. padding: 3px;
  225. height:auto;
  226. display: none;
  227. font-family: inconsolata;
  228. font-size: 10px;
  229. text-transform:lowercase;
  230. text-align: center;
  231. letter-spacing:1px;
  232. margin-top:10px;
  233. margin-left: 15px;
  234. line-height: 8px;
  235. z-index: 999999999999;
  236. border-radius:3px;
  237. border: 1px solid #777;
  238. background:#ffffff;
  239. color: #888;
  240.  
  241. }
  242.  
  243.  
  244.  
  245.  
  246. #container {
  247. margin: auto;
  248. width: 585px;
  249. {block:PermalinkPage}
  250. width: 520px;
  251. {/block:PermalinkPage}
  252. }
  253.  
  254.  
  255.  
  256. #entry {
  257. width: 605px;
  258. margin-top: 0px;
  259. left:-150px;
  260. {block:PermalinkPage}
  261. width:500px;
  262. {/block:PermalinkPage}
  263. }
  264.  
  265.  
  266.  
  267. #post {
  268. width: 250px;
  269. padding: 10px;
  270. {block:IndexPage}
  271. {block:ifroundedposts}
  272. border-radius: 5px;
  273. {/block:ifroundedposts}
  274. margin: 15px;
  275. {/block:IndexPage}
  276. text-align: normal;
  277. {block:PermalinkPage}
  278. width:500px;
  279. margin-bottom: 10px;
  280. {/block:PermalinkPage}
  281. background-color: {color:post background};
  282. border:1px solid {color:border};
  283. {block:iftransparentposts}
  284. background:transparent;
  285. {/block:iftransparentposts}
  286. {block:ifsemitransparentposts}
  287. background: rgba(255,255,255,.7);
  288. {/block:ifsemitransparentposts}
  289. {block:ifnopostborders}
  290. border:0px;
  291. {/block:ifnopostborders}
  292. {block:ifshadow}
  293. box-shadow:rgba(0,0,0,0.08) 7px 7px;
  294. {/block:ifshadow}
  295. }
  296.  
  297. #post img{
  298. max-width: 100%;
  299. {block:iffadedimages}
  300. -webkit-filter: Grayscale(40%);
  301. {/block:iffadedimages}
  302. }
  303.  
  304. #post img:hover{
  305. {block:iffadedimages}
  306. -webkit-filter: Grayscale(0%);
  307. -webkit-transition: all .7s ease;
  308. -moz-transition: all .7s ease;
  309. -o-transition: all .7s ease;
  310. transition: all .7s ease;
  311. {/block:iffadedimages}
  312. }
  313.  
  314. blockquote {
  315. margin: 0px;
  316. border-left: 1px solid #ccc;
  317. padding-left: 10px;
  318. margin-left: 10px;
  319. }
  320.  
  321.  
  322. .posttitle {
  323. text-align: center;
  324. font-size: 15px;
  325. color: #ccc;
  326. }
  327.  
  328.  
  329. .permalink {
  330. text-align: center;
  331. border-top: 1px solid #ccc;
  332. margin-top: 10px;
  333. padding-top: 5px;
  334. color: #ccc;
  335. }
  336.  
  337.  
  338. #desc {
  339. position:fixed;
  340. margin-top:180px;
  341. padding:5px;
  342. margin-left:520px;
  343. overflow:auto;
  344. text-align:center;
  345. font-family:inconsolata;
  346. width:120px;
  347. height:90px;
  348. z-index:9999999;
  349. -moz-transition: all 0.3s ease-out;
  350. -o-transition: all 0.3s ease-out;
  351. -webkit-transition: all 0.3s ease-out;
  352. transition: all 0.3s ease-out;
  353. background-color: {color:post background};
  354. border:1px solid {color:border};
  355. {block:ifsemitransparentposts}
  356. background: rgba(255,255,255,.7);
  357. {/block:ifsemitransparentposts}
  358. {block:ifnosideborders}
  359. border:0px;
  360. {/block:ifnosideborders}
  361. {block:ifshadow}
  362. box-shadow:rgba(0,0,0,0.08) 7px 7px;
  363. {/block:ifshadow}
  364.  
  365. }
  366.  
  367. #side {
  368. z-index:9999999;
  369. position:fixed;
  370. margin-top:180px;
  371. padding:5px;
  372. margin-left:660px;
  373. width:10px;
  374. background:{color:background};
  375. font-family:inonsolata;
  376. height:90px;
  377. text-align:center;
  378. text-transform:lowercase;
  379. background-color: {color:post background};
  380. border:1px solid {color:border};
  381. {block:ifsemitransparentposts}
  382. background: rgba(255,255,255,.7);
  383. {/block:ifsemitransparentposts}
  384. {block:ifnosideborders}
  385. border:0px;
  386. {/block:ifnosideborders}
  387. {block:ifshadow}
  388. box-shadow:rgba(0,0,0,0.08) 7px 7px;
  389. {/block:ifshadow}
  390.  
  391. }
  392.  
  393. #side a {
  394. }
  395.  
  396.  
  397.  
  398. .linkss{
  399. background:transparent;
  400. text-align:center;
  401. width:10px;
  402. height:90px;
  403. }
  404.  
  405. .links{
  406. width:8px;
  407. height:8px;
  408. border:1px solid {color:border};
  409. background:transparent;
  410. float:center;
  411. margin-top:3px;
  412. {block:ifcirclelinks}
  413. border-radius: 5px;
  414. {/block:ifcirclelinks}
  415. }
  416.  
  417.  
  418.  
  419. .title {
  420. z-index:9999999;
  421. color:{color:blog title};
  422. display:relative;
  423. padding:20px;
  424. font-size:14px;
  425. border:{color:border};
  426. background:{color:background};
  427. position:fixed;
  428. text-align:center;
  429. font-family:inconsolata;
  430. margin-left:520px;
  431. margin-top:120px;
  432. width:120px;
  433. background-color: {color:post background};
  434. border:1px solid {color:border};
  435. {block:ifsemitransparentposts}
  436. background: rgba(255,255,255,.7);
  437. {/block:ifsemitransparentposts}
  438. {block:ifnosideborders}
  439. border:0px;
  440. {/block:ifnosideborders}
  441. {block:ifshadow}
  442. box-shadow:rgba(0,0,0,0.08) 7px 7px;
  443. {/block:ifshadow}
  444. }
  445.  
  446.  
  447. .title:hover {
  448. color:{color:blog title hover};
  449. }
  450.  
  451.  
  452.  
  453. .description {
  454. margin-top: 15px;
  455. margin-bottom: 20px;
  456. }
  457.  
  458.  
  459.  
  460. .source {
  461. margin-top: 5px;
  462. text-align: right;
  463. }
  464.  
  465. #scroll{
  466. bottom:-20px;
  467. position: absolute;
  468. left: 50%;
  469. width:10px;
  470. height:5px;
  471. overflow:hidden;
  472. margin-bottom:80px;}
  473.  
  474.  
  475.  
  476. ol.notes li.note {
  477. padding-bottom: 3px;
  478. }
  479.  
  480. ol.notes {
  481. padding-top: 10px;
  482. margin-left: -40px;
  483. list-style-type: none;
  484. }
  485.  
  486. ol.notes li.note img.avatar {
  487. vertical-align: -4px;
  488. margin-right: 10px;
  489. width: 16px;
  490. height: 16px;
  491. }
  492.  
  493.  
  494.  
  495. ::-moz-selection {
  496. background:#ccc; /*Cor do fundo*/
  497. color:#fff; /*Cor da fonte*/
  498. }
  499. ::selection {
  500. background:#ccc;/*Cor do fundo*/
  501. color: #fff; /*Cor da fonte*/
  502. }
  503.  
  504.  
  505.  
  506. /***PERMALINKS***/
  507.  
  508.  
  509. #post .footer {
  510. background: transparent;
  511. -moz-border-radius: 4px;
  512. -webkit-border-radius: 4px;
  513. border-radius: 4px;
  514. font-family: inconsolata;
  515. font-size: 10px;
  516. color: {color:Text};
  517. padding: 5px 10px;
  518. margin-top: 5px;
  519. }
  520.  
  521. #post .footer.for_permalink:hover {
  522. opacity: 0.9;
  523. filter: alpha(opacity=90);
  524. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  525. }
  526.  
  527. #post .footer .date {
  528. width: 67%;
  529. float: left;
  530. color: {color:Text};
  531. }
  532.  
  533. #post .footer .notes {
  534. width: 33%;
  535. float: right;
  536. text-align: right;
  537. color: {color:Text};
  538. }
  539.  
  540. #post .footer .notes a {
  541. color: {color:Text};
  542. }
  543.  
  544. #post .footer .tags a {
  545. color: {color:Tags};
  546. }
  547.  
  548. #post .footer .tags .tag-commas:last-child {
  549. display: none;
  550. }
  551.  
  552. #post .footer.with_source_url .tags {
  553. max-width: 330px;
  554. float: left;
  555. }
  556.  
  557. #post .footer.with_source_url .source_url {
  558. float: right;
  559. max-width: 160px;
  560. overflow: hidden;
  561. white-space: nowrap;
  562.  
  563. }
  564.  
  565. #post .footer.with_source_url .source_url img {
  566. vertical-align: top;
  567. -moz-opacity: 0.5;
  568. opacity: 0.5;
  569. }
  570.  
  571. #post .footer.with_source_url .source_url:hover img {
  572. -moz-opacity: 0.7;
  573. opacity: 0.7;
  574. }
  575.  
  576. #post a {
  577. color: black;
  578. text-decoration: none;
  579. }
  580.  
  581. #post .copy blockquote {
  582. margin: 10px 0px 10px 10px;
  583. padding-left: 15px;
  584. border-left: solid 4px #dcdcdc;
  585. }
  586.  
  587. #post .copy blockquote blockquote {
  588. border-left: solid 4px #cccccc;
  589. }
  590.  
  591. #post .copy blockquote blockquote blockquote {
  592. border-left: solid 4px #bcbcbc;
  593. }
  594.  
  595. #post .copy blockquote blockquote blockquote blockquote {
  596. border-left: solid 4px #acacac;
  597. }
  598.  
  599. #post .copy blockquote blockquote blockquote blockquote blockquote {
  600. border-left: solid 4px #9c9c9c;
  601. }
  602.  
  603. #post .copy blockquote blockquote blockquote blockquote blockquote blockquote {
  604. border-left: solid 4px #8c8c8c;
  605. }
  606.  
  607. </style>
  608.  
  609. </head>
  610.  
  611. <body>
  612.  
  613. {block:IfMaximisedBackgroundImage}
  614. <div id="bg">
  615. <img src="{image:background}"></div>
  616. {/block:IfMaximisedBackgroundImage}
  617.  
  618. <div id="bgim">
  619. <img src="{image:side image}" style="max-height:400px;">
  620. </div>
  621.  
  622. <div id="container">
  623.  
  624. <div id="box">
  625.  
  626. {block:indexpage}
  627. <div class="title">
  628. <a href="/">{Title}</a>
  629. </div>
  630.  
  631.  
  632.  
  633. <div id="desc"> {description}</div>
  634.  
  635. <div id="side">
  636. <div class="linkss">
  637. {block:iflink1url}<a href="{text:link 1 url}" title="{text:link 1 title}"><div class="links"></div></a>{/block:iflink1url}
  638. {block:iflink2url}<a href="{text:link 2 url}" title="{text:link 2 title}"><div class="links"></div></a>{block:iflink2url}
  639. {block:iflink3url}<a href="{text:link 3 url}" title="{text:link 3 title}"><div class="links"></div></a>{block:iflink3url}
  640. {block:iflink4url}<a href="{text:link 4 url}" title="{text:link 4 title}"><div class="links"></div></a>{block:iflink4url}
  641. {block:iflink5url}<a href="{text:link 5 url}" title="{text:link 5 title}"><div class="links"></div></a>{block:iflink5url}
  642. {block:iflink6url}<a href="{text:link 6 url}" title="{text:link 6 title}"><div class="links"></div></a>{block:iflink6url}
  643. <a href="http://senpiez.tumblr.com" title="theme credit"><div class="links"></div></a>
  644. </div>
  645. </div>
  646. {/block:indexpage}
  647.  
  648. <div id="entry">
  649.  
  650. {block:Posts}
  651.  
  652. {block:ContentSource}
  653. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  654. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  655. {/block:SourceLogo}
  656. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  657. {/block:ContentSource}
  658.  
  659. <div id="post">
  660.  
  661. {block:Text}
  662. <div class="posttitle">{block:Title}{Title}{/block:Title}</div>
  663. {Body}
  664. {/block:Text}
  665.  
  666. {block:Quote}
  667. "{Quote}"<br>
  668. <div style="text-align:right">— {Source}</div>
  669. {/block:Quote}
  670.  
  671. {block:Link}
  672. <div class="posttitle"><a href="{URL}">{Name}</a></div>
  673. {/block:Link}
  674.  
  675. {block:Chat}
  676. {block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}
  677. {/block:Chat}
  678.  
  679. {block:Answer}
  680. {Asker} asked: {Question}<br>
  681. {Answer}
  682. {/block:Answer}
  683.  
  684. {block:Audio}
  685. {AudioPlayer}
  686. {/block:Audio}
  687.  
  688. {block:Video}
  689. {Video-250}
  690. {/block:Video}
  691.  
  692. {block:Photo}
  693. <img src="{PhotoURL-400}"/>
  694. {/block:Photo}
  695.  
  696. {block:Photoset}
  697. {Photoset-250}
  698. {block:PermalinkPage}
  699. {Photoset-500}
  700. {/block:PermalinkPage}
  701. {/block:Photoset}
  702.  
  703.  
  704. {block:PermalinkPage}
  705. {block:PostNotes}{PostNotes}{/block:PostNotes}
  706. {/block:PermalinkPage}
  707.  
  708. {block:IndexPage}
  709. <!---------------PERMALINK--------------->
  710.  
  711. {block:Date}
  712. <a href="{Permalink}">
  713. <div class="footer for_permalink">
  714. <div class="date">
  715.  
  716. <div class="date">
  717. {block:RebloggedFrom}
  718. <a href="{ReblogParentURL}" title="{ReblogParentName}">Via</a>
  719. {/block:RebloggedFrom}
  720. {block:ContentSource} | <a href="{ReblogURL}" target="blank">Reblog</a>
  721. {/block:ContentSource}</div>
  722. </div>
  723.  
  724. <div class="notes">
  725. <a href="{Permalink}">
  726. {block:NoteCount}
  727. {NoteCount}
  728. {/block:NoteCount}
  729. </a>
  730. </div>
  731. <div class="clear"></div>
  732. </div>
  733. </a>
  734. {/block:Date}
  735. <div class="footer {block:ContentSource}with_source_url{/block:ContentSource}" style="display:none;
  736. {block:HasTags}display:block;{/block:HasTags}
  737. {block:ContentSource}display:block;{/block:ContentSource}">
  738. <div class="tags"> {block:HasTags}#{block:Tags}<a href="{TagURL}">{Tag}</a><span class="tag-commas"> #</span>{/block:Tags}{/block:HasTags}</div>
  739. </a>
  740.  
  741.  
  742. <div class="clear"></div>
  743. </div>
  744.  
  745. {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
  746.  
  747.  
  748. {/block:Posts}
  749. </div>
  750.  
  751. {block:IndexPage}
  752. {block:Pagination}
  753. <div id="pagination">
  754. {block:NextPage}
  755. <a id="nextPage" href="{NextPage}"></a>
  756. {/block:NextPage}
  757. {block:PreviousPage}
  758. <a href="{PreviousPage}"></a>
  759. {/block:PreviousPage}
  760. </div>
  761. {/block:Pagination}
  762. {/block:IndexPage}
  763.  
  764. </body>
  765. <div style="position:fixed;right:0;bottom:0;padding:10px; color: {color:link}; font-size:12px;"><a title="theme by senpiez"href="http://senpiez-themes.tumblr.com/">✿</a></div>
  766. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement